{"id":2847,"date":"2026-08-18T01:31:38","date_gmt":"2026-08-18T01:31:38","guid":{"rendered":"https:\/\/accountability.tn\/?p=2847"},"modified":"2026-08-18T01:58:57","modified_gmt":"2026-08-18T01:58:57","slug":"when-the-fields-become-a-source-of-poison-an-analysis-of-the-silent-crisis-of-agricultural-pollution-in-tunisia","status":"publish","type":"post","link":"https:\/\/accountability.tn\/en\/when-the-fields-become-a-source-of-poison-an-analysis-of-the-silent-crisis-of-agricultural-pollution-in-tunisia\/","title":{"rendered":"When the Fields Become a Source of Poison: An Analysis of the Silent Crisis of Agricultural Pollution in Tunisia"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"2847\" class=\"elementor elementor-2847\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a6b0deb e-flex e-con-boxed e-con e-parent\" data-id=\"a6b0deb\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a4bce5f elementor-widget elementor-widget-html\" data-id=\"a4bce5f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>When the Fields Become a Source of Poison: An Analysis of the Silent Crisis of Agricultural Pollution in Tunisia<\/title>\n    <!-- Font for English -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;700;800;900&display=swap\" rel=\"stylesheet\">\n    <!-- Chart.js CDN for interactive charts -->\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n    <!-- FontAwesome Icons for UI -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        :root {\n            \/* Green gradients for light mode *\/\n            --bg-body: #f4f7f6;\n            --bg-card: #ffffff;\n            --bg-header: #14532d;\n            --text-main: #1e293b;\n            --text-muted: #475569;\n            --accent-primary: #166534; \/* Dark green for focus *\/\n            --accent-gold: #22c55e;    \/* Bright green for interactions *\/\n            --border-color: #cbd5e1;\n            --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);\n            --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);\n            --radius-lg: 16px;\n            --radius-md: 12px;\n        }\n\n        \/* Green gradients for dark mode - Pure white for text *\/\n        [data-theme=\"dark\"] {\n            --bg-body: #05100a;\n            --bg-card: #0b1f14;\n            --bg-header: #021a11;\n            --text-main: #ffffff;      \n            --text-muted: #f1f5f9;\n            --accent-primary: #4ade80; \/* Light green for dark mode *\/\n            --accent-gold: #22c55e;\n            --border-color: #1f3d2d;\n            --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.7);\n            --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.8);\n        }\n\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n            transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;\n        }\n\n        body {\n            font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;\n            background-color: var(--bg-body);\n            color: var(--text-main);\n            line-height: 2.15;\n            font-size: 19px;\n            overflow-x: hidden;\n            width: 100%;\n            direction: ltr; \/* Ensured LTR *\/\n            text-align: left; \/* Ensured Left Alignment *\/\n        }\n\n        \/* Navigation Bar *\/\n        .navbar {\n            position: sticky;\n            top: 0;\n            background-color: var(--bg-card);\n            border-bottom: 1px solid var(--border-color);\n            padding: 12px 4%;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            z-index: 1000;\n            box-shadow: var(--shadow-md);\n            width: 100%;\n        }\n\n        .navbar-brand {\n            font-weight: 900;\n            font-size: 1.3rem;\n            color: var(--accent-primary);\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            text-decoration: none;\n        }\n\n        .navbar-brand i {\n            color: var(--accent-gold);\n            font-size: 1.5rem;\n        }\n\n        .navbar-tools {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            flex-wrap: wrap;\n        }\n\n        .tool-btn {\n            background: var(--bg-body);\n            border: 1px solid var(--border-color);\n            color: var(--text-main);\n            padding: 7px 16px;\n            border-radius: 10px;\n            cursor: pointer;\n            font-family: 'Inter', sans-serif;\n            font-weight: 700;\n            font-size: 0.95rem;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        .tool-btn:hover {\n            border-color: var(--accent-gold);\n            color: var(--accent-gold);\n        }\n\n        \/* Full width header with green gradient *\/\n        .hero {\n            background: linear-gradient(135deg, #064e3b 0%, #166534 100%);\n            color: #ffffff;\n            padding: 100px 4% 90px 4%;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n            width: 100%;\n        }\n\n        .hero::after {\n            content: \"\";\n            position: absolute;\n            bottom: -50px;\n            left: -10%;\n            width: 120%;\n            height: 100px;\n            background: var(--bg-body);\n            transform: rotate(1.5deg); \/* Flipped rotation for LTR *\/\n        }\n\n        .hero h1 {\n            font-size: 3.5rem;\n            font-weight: 900;\n            margin-bottom: 20px;\n            line-height: 1.4;\n            color: #ffffff;\n            text-shadow: 0 4px 8px rgba(0,0,0,0.4);\n            max-width: 1300px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        \/* Reading Progress Bar *\/\n        #reading-progress {\n            position: fixed;\n            top: 0;\n            left: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #166534, #22c55e, #4ade80);\n            width: 0%;\n            z-index: 10000;\n            transition: width 0.1s ease;\n        }\n\n        \/* Top TOC directly before content *\/\n        .toc-top-container {\n            width: 90%;\n            max-width: 1400px;\n            margin: 40px auto;\n            background: var(--bg-card);\n            border: 1px solid var(--border-color);\n            border-radius: var(--radius-lg);\n            padding: 35px;\n            box-shadow: var(--shadow-md);\n        }\n\n        .toc-top-container h3 {\n            font-size: 1.4rem;\n            font-weight: 900;\n            margin-bottom: 25px;\n            color: var(--accent-primary);\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            border-bottom: 2px solid var(--border-color);\n            padding-bottom: 15px;\n            justify-content: flex-start; \/* LTR adjustment *\/\n        }\n\n        .toc-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 15px;\n            list-style: none;\n        }\n\n        .toc-grid a {\n            text-decoration: none;\n            color: var(--text-main);\n            font-weight: 700;\n            font-size: 1.05rem;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            padding: 12px 18px;\n            border-radius: 12px;\n            background: var(--bg-body);\n            border: 1px solid var(--border-color);\n            transition: all 0.25s ease;\n            text-align: left; \/* LTR adjustment *\/\n        }\n\n        .toc-grid a:hover {\n            background: rgba(34, 197, 94, 0.15);\n            color: var(--accent-gold);\n            border-color: var(--accent-gold);\n            transform: translateY(-3px);\n        }\n\n        \/* Main Content (No constrained box - extends full width) *\/\n        .article-main {\n            width: 90%;\n            max-width: 1200px; \/* For comfortable long-form reading *\/\n            margin: 0 auto;\n            padding-bottom: 80px;\n        }\n\n        .article-section {\n            background: transparent;\n            border: none;\n            box-shadow: none;\n            padding: 30px 0;\n            margin-bottom: 10px;\n            scroll-margin-top: 100px;\n            width: 100%;\n            text-align: left; \/* Explicitly force text-align left for safety *\/\n        }\n\n        .article-section h2 {\n            font-size: 2.3rem;\n            font-weight: 900;\n            color: var(--accent-primary);\n            margin-bottom: 30px;\n            position: relative;\n            padding-left: 25px; \/* LTR adjustment *\/\n            padding-right: 0;\n            line-height: 1.5;\n            margin-top: 30px;\n            text-align: left;\n        }\n\n        .article-section h2::before {\n            content: \"\";\n            position: absolute;\n            top: 5px;\n            left: 0; \/* LTR adjustment *\/\n            right: auto;\n            width: 8px;\n            height: calc(100% - 10px);\n            background: var(--accent-gold);\n            border-radius: 6px;\n        }\n\n        .article-section p {\n            margin-bottom: 28px;\n            text-align: left; \/* Left align explicitly to ensure LTR flow *\/\n            line-height: 2.2;\n            font-size: 1.15em;\n            color: var(--text-main);\n        }\n\n        \/* Interactive Chart Cards *\/\n        .chart-box {\n            background: var(--bg-card);\n            border: 1px solid var(--border-color);\n            border-radius: var(--radius-md);\n            padding: 30px;\n            margin: 40px 0;\n            box-shadow: var(--shadow-sm);\n            width: 100%;\n        }\n\n        .chart-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            margin-bottom: 25px;\n            flex-wrap: wrap;\n            gap: 12px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 15px;\n        }\n\n        .chart-header h4 {\n            font-size: 1.3rem;\n            font-weight: 800;\n            color: var(--text-main);\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .chart-badge {\n            background: rgba(34, 197, 94, 0.2);\n            color: var(--accent-gold);\n            font-size: 0.85rem;\n            font-weight: 800;\n            padding: 5px 14px;\n            border-radius: 25px;\n        }\n\n        .chart-canvas-wrapper {\n            position: relative;\n            height: 400px;\n            width: 100%;\n        }\n\n        \/* =========================================================================\n           Cinematic Interactive Image Effect - Full Frame Images (Full Bleed \/ Edge-to-Edge)\n           Without additional text or buttons on the image\n           ========================================================================= *\/\n        .scroll-image-showcase {\n            margin: 70px 0;\n            perspective: 1500px;\n            \/* Make image extend to full screen width *\/\n            width: 100vw;\n            position: relative;\n            left: 50%;\n            right: 50%;\n            margin-left: -50vw;\n            margin-right: -50vw;\n        }\n\n        .scroll-image-frame {\n            position: relative;\n            height: 70vh; \/* Dynamic height fills 70% of screen *\/\n            width: 100%;\n            border-radius: 0; \/* Sharp edges for full frame *\/\n            overflow: hidden;\n            border: none;\n            background-color: var(--bg-header);\n            transform-style: preserve-3d;\n            \/* Initial 3D blurred state *\/\n            transform: rotateX(12deg) scale(0.95) translateY(40px);\n            filter: blur(15px) brightness(0.4);\n            transition: transform 1.3s cubic-bezier(0.16, 1, 0.3, 1), filter 1.3s cubic-bezier(0.16, 1, 0.3, 1);\n        }\n\n        \/* When image enters viewport *\/\n        .scroll-image-showcase.in-view .scroll-image-frame {\n            transform: rotateX(0deg) scale(1) translateY(0px);\n            filter: blur(0px) brightness(1);\n        }\n\n        .scroll-image-img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 1.8s cubic-bezier(0.16, 1, 0.3, 1);\n        }\n\n        \/* Slow, smooth zoom on hover *\/\n        .scroll-image-showcase:hover .scroll-image-img {\n            transform: scale(1.05);\n        }\n\n        @media (max-width: 768px) {\n            .hero h1 { font-size: 2.2rem; }\n            .article-section h2 { font-size: 1.8rem; }\n            .scroll-image-frame { height: 45vh; }\n            .toc-top-container { width: 95%; padding: 20px; }\n            .article-main { width: 92%; }\n            .chart-canvas-wrapper { height: 300px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Reading Progress Bar -->\n    <div id=\"reading-progress\"><\/div>\n\n    <!-- Interactive Navigation Bar -->\n    <nav class=\"navbar\">\n        <a href=\"#\" class=\"navbar-brand\">\n            <i class=\"fa-solid fa-leaf\"><\/i>\n            <span>Environmental Observatory<\/span>\n        <\/a>\n        <div class=\"navbar-tools\">\n            <button class=\"tool-btn\" id=\"btn-theme\" title=\"Toggle Theme\">\n                <i class=\"fa-solid fa-moon\"><\/i>\n                <span class=\"btn-text\">Dark Mode<\/span>\n            <\/button>\n            <button class=\"tool-btn\" id=\"btn-font-dec\" title=\"Decrease Font\">A-<\/button>\n            <button class=\"tool-btn\" id=\"btn-font-reset\" title=\"Default Font\">A<\/button>\n            <button class=\"tool-btn\" id=\"btn-font-inc\" title=\"Increase Font\">A+<\/button>\n        <\/div>\n    <\/nav>\n\n    <!-- Top Header -->\n    <header class=\"hero\">\n        <h1>When the Fields Become a Source of Poison: An Analysis of the Silent Crisis of Agricultural Pollution in Tunisia<\/h1>\n    <\/header>\n\n    <!-- Top Table of Contents directly before content -->\n    <section class=\"toc-top-container\">\n        <h3><i class=\"fa-solid fa-list-ul\"><\/i> Table of Contents<\/h3>\n        <ul class=\"toc-grid\">\n            <li><a href=\"#sec-intro\" onclick=\"scrollToSection('sec-intro')\"><i class=\"fa-solid fa-chevron-right\"><\/i> Introduction to the Crisis<\/a><\/li>\n            <li><a href=\"#sec-north-south\" onclick=\"scrollToSection('sec-north-south')\"><i class=\"fa-solid fa-chevron-right\"><\/i> The North-South Relationship<\/a><\/li>\n            <li><a href=\"#sec-basf\" onclick=\"scrollToSection('sec-basf')\"><i class=\"fa-solid fa-chevron-right\"><\/i> The BASF Scandal<\/a><\/li>\n            <li><a href=\"#sec-justice\" onclick=\"scrollToSection('sec-justice')\"><i class=\"fa-solid fa-chevron-right\"><\/i> Rigid Judiciary & Disjointed Agencies<\/a><\/li>\n            <li><a href=\"#sec-water\" onclick=\"scrollToSection('sec-water')\"><i class=\"fa-solid fa-chevron-right\"><\/i> Between Water Scarcity and Pollution<\/a><\/li>\n            <li><a href=\"#sec-conclusion\" onclick=\"scrollToSection('sec-conclusion')\"><i class=\"fa-solid fa-chevron-right\"><\/i> Conclusion & Questions<\/a><\/li>\n        <\/ul>\n    <\/section>\n\n    <!-- Main Content -->\n    <main class=\"article-main\">\n\n        <section id=\"sec-intro\" class=\"article-section\">\n            <p>Last May, during a press conference, the Tunisian Association for Social Accountability presented a documentary study with an alarming title: \u201cAgricultural Pollution in Tunisia: Between the Rigidity of the Law and Shifts on the Ground.\u201d The study, conducted by the association in partnership with the German Friedrich Naumann Foundation, reached an unambiguous conclusion: agricultural pollution is no longer a temporary problem but has become a structural crisis that threatens the foundations of ecological balance, soil quality, the sustainability of water resources, and human health all at once.<\/p>\n            <p>However, what the study does not elaborate on is that this crisis is not an isolated Tunisian issue, but rather part of a broader network of intertwined interests, stretching from major European chemical laboratories to the dockets of U.S. courts, and from the putrid banks of the Majarda Valley to the halls of the Tunisian parliament, where a new water law has been awaiting approval for years.<\/p>\n            <p>This investigation seeks to place the study within its broader context, drawing on Tunisian and international journalistic investigations, court rulings, and official institutional statements, in order to reconstruct a complete picture of a phenomenon that, despite its gravity, remains on the margins of media and political discourse.<\/p>\n\n            <!-- ================== Image 1 (Full Frame without text) ================== -->\n            <div class=\"scroll-image-showcase\">\n                <div class=\"scroll-image-frame\">\n                    <img decoding=\"async\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#39;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#39;%20width=&#39;_w_&#39;%20height=&#39;_h_&#39;%20viewBox%3D&#39;0%200%20_w_%20_h_&#39;%2F%3E\" data-czlz data-src=\"https:\/\/accountability.tn\/wp-content\/uploads\/2026\/08\/Industrial_hand_pushing_pesticid\u2026_202608180216.jpeg\" alt=\"Agricultural land pollution\" class=\"scroll-image-img\">\n                <\/div>\n            <\/div>\n            <!-- ================================================= -->\n        <\/section>\n\n        <section id=\"sec-north-south\" class=\"article-section\">\n            <h2>The North-South Relationship: What Is Banned Domestically Is Permitted for Export<\/h2>\n            <p>To understand the depth of the problem, one need only look back at an investigation published by the French newspaper *Le Monde* in May 2019, which revealed at the time that Tunisia ranks third globally\u2014after Laos and Cyprus\u2014among countries exporting agricultural products to Europe that contain traces of \u201cchlorpyrifos\u201d (Chlorpyrifos), an active ingredient in a number of insecticides. Scientific studies have shown that it causes delays in IQ development in children exposed to it through food.<\/p>\n            <p>In a press statement, a Tunisian researcher at the Arab House of Wisdom Academy in Boukra explained a shocking paradox he identified following the publication of the French investigative report: that the substance \u201cchlorpyrifos\u201d had for years been present in five pesticides officially licensed by the Tunisian Ministry of Agriculture, as shown in the list of pesticides authorized by the Ministry of Agriculture in 2017.<\/p>\n            <p>The researcher asks:<br> \u201cWhere is the Farmers\u2019 Union? Why isn\u2019t it taking action when it knows how dangerous chlorpyrifos is? Does this affect certain interests?\u201d<\/p>\n            <p>The question was not merely rhetorical; it was an accurate assessment, borne out by an examination of how agricultural extension services operate in Tunisia\u2014services that are supposed to be independent of pesticide sales interests but have, in many cases, become part of the very same commercial interest network.<\/p>\n            <p>This local reality is not an exception; rather, it is the Tunisian manifestation of a global phenomenon documented in a joint international investigation published in December 2025 by the organizations \u201cPublic Eye\u201d and \u201cUnearthed,\u201d which revealed that in 2024 alone, European Union countries and their chemical companies exported approximately 122,000 metric tons of agricultural pesticides banned for use within the European Union to dozens of low- and middle-income countries.<\/p>\n            <p>The report also documented the export of 75 types of banned pesticides to 93 countries around the world, with the African continent alone receiving nearly 9,000 metric tons of these substances in a single year.<\/p>\n            <p>It is noteworthy that the exporting countries are Switzerland, France, Germany, Belgium, Spain, and the Netherlands\u2014that is, the very same countries that ban the use of these substances on their own territory and enforce strict standards regarding their imports of agricultural products, while allowing their companies to manufacture and sell them to markets in the Global South. This is what researchers call \u201cdouble standards in the trade of agricultural toxins.\u201d<\/p>\n            \n            <!-- ================== Image 2 (Full Frame without text) ================== -->\n            <div class=\"scroll-image-showcase\">\n                <div class=\"scroll-image-frame\">\n                    <img decoding=\"async\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#39;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#39;%20width=&#39;_w_&#39;%20height=&#39;_h_&#39;%20viewBox%3D&#39;0%200%20_w_%20_h_&#39;%2F%3E\" data-czlz data-src=\"https:\/\/accountability.tn\/wp-content\/uploads\/2026\/08\/Farmer_and_industrial_machinery_\u2026_202608180216.jpeg\" alt=\"Chemical pesticides\" class=\"scroll-image-img\">\n                <\/div>\n            <\/div>\n            <!-- ================================================= -->\n        <\/section>\n\n        <section id=\"sec-basf\" class=\"article-section\">\n            <h2>The BASF Scandal<\/h2>\n            <p>While the Social Accountability Association\u2019s study established the analytical framework for the problem, other studies and news reports\u2014including an article published by the Tunisian newspaper *Al-Sabah* under the headline \u201cA Major Health Scandal\u2026 Carcinogenic Agricultural Pesticides Sold to Tunisians,\u201d all went beyond mere description to pose direct and explicit questions to one of the world\u2019s largest chemical companies, the German firm BASF.<\/p>\n            <p>According to official reports, it has been established that large quantities of agricultural pesticides\u2014classified as carcinogenic, with harm to humans and the environment confirmed in laboratory tests, and effectively banned in the United States and throughout the European Union\u2014 are still being sold on a large scale to Tunisian farmers, with the knowledge of   and sometimes with the tacit approval of the Ministries of Agriculture and Health, despite the fact that they have received (the two ministries) having received official correspondence from the Tunisian Union for Agriculture and Fisheries   explicitly demanding a halt to the import and use of such products, without any official response to that correspondence.<\/p>\n            <p>The story dates back to 2015, when Monsanto introduced genetically modified seeds resistant to the herbicide \u201cDicamba,\u201d and BASF then became a key partner in marketing the herbicide designed for these crops.<\/p>\n            <p>Both companies assured farmers and regulatory authorities that the new formulation of Dicamba was more stable and less likely to drift outside the targeted fields.<\/p>\n            <p>However, complaints soon began to surface from thousands of farmers in the United States regarding the phenomenon of \u201cpesticide drift,\u201d in which dicamba particles were carried through the air to neighboring fields, causing widespread damage to crops that were not resistant to it.<\/p>\n            <p>U.S. reports estimated that thousands of hectares of farmland were damaged within just a few years of the product\u2019s introduction.<\/p>\n            <p>In 2020, a U.S. jury found BASF, Bayer, and other companies liable in a lawsuit filed by American peach farmer Bill Bader, who claimed that the herbicide Dicamba caused severe damage to his crops and fruit trees in Missouri. The court ruled in his favor, awarding him massive damages against the two companies, before the legal battle continued through subsequent appeals.<\/p>\n            <p>The significance of this issue for Tunisia lies in the fact that it highlights a broader problem that goes beyond Dicamba itself: the question of multinational corporations\u2019 responsibility for marketing hazardous or controversial pesticides in the Global South, and the actual capacity of countries to conduct independent risk assessments rather than relying solely on the documentation provided by manufacturers.<\/p>\n            <p>BASF was also among the companies that faced criticism from international environmental organizations for continuing to export certain chemicals to markets outside Europe\u2014including Tunisia\u2014despite stricter restrictions on them within the European Union. This is the same controversy that is currently being raised in Tunisia regarding pesticides classified as \u201chighly hazardous\u201d and in use in the agricultural sector.<\/p>\n        <\/section>\n\n        <section id=\"sec-justice\" class=\"article-section\">\n            <h2>A Rigid Judicial System, Disjointed Agencies, and Diffused Responsibility<\/h2>\n            <p>Beyond academic studies and media reports, the Tunisian judiciary itself has provided concrete evidence of the scale of the complex problem surrounding the relationship between agricultural activities and companies that distribute pesticides and chemical fertilizers. In March 2026, the Criminal Chamber of the Tunis Court of Appeals\u2014which specializes in financial corruption cases\u2014handed down sentences ranging from 8 to 9 years in prison against a number of businessmen in a case involving the sale of expired agricultural pesticides. This reveals that the issue is no longer merely an administrative breach of standards, but has escalated to the level of crimes that threaten food security and expose criminal practices that show no regard whatsoever for human and animal health or for agricultural and aquatic resources.<\/p>\n            <p>Although the ruling relates to the sale of expired substances and comes within a complex and multifaceted political context, it raises a fundamental question about whether the Tunisian judiciary is capable of issuing such strict rulings regarding the thousands of metric tons of pesticides being sold under the cover of Tunisian law, despite their containing banned active ingredients.<\/p>\n            <p>Given the importance of this question, the Social Accountability Association sought to address it, attributing it to a fundamental distinction between a clear, specific crime\u2014such as the sale of a spoiled or expired product\u2014and an indirect crime, such as authorizing a hazardous substance within a fully legal commercial cycle. This distinction explains why Tunisia\u2019s legislative framework, despite the multitude of relevant provisions, remains unable to address both the most significant and the less obvious risks.<\/p>\n            <p>Against the backdrop of this crisis-ridden institutional context, the findings of the Social Accountability Association\u2019s study take on added significance and hold Tunisian government agencies\u2014including the judiciary\u2014accountable for their responsibilities to protect the environment and safeguard the rights of future generations.<\/p>\n            <p>The study documented that Tunisia imported approximately 4,161 metric tons of pesticides in 2022 alone, according to the \u201cPesticide Atlas\u201d published by the Heinrich B\u00f6ll Foundation, whereas officially declared consumption does not exceed 985 metric tons, according to the Food and Agriculture Organization. This huge gap is explained, according to the study, by weak tracking systems and the existence of informal distribution channels.<\/p>\n            \n            <!-- Extracting First Chart from text -->\n            <div class=\"chart-box\">\n                <div class=\"chart-header\">\n                    <h4><i class=\"fa-solid fa-chart-column\"><\/i> Gap Between Imported and Officially Declared Pesticide Quantities (2022)<\/h4>\n                    <span class=\"chart-badge\">Interactive<\/span>\n                <\/div>\n                <div class=\"chart-canvas-wrapper\">\n                    <canvas id=\"chartPesticidesGap\"><\/canvas>\n                <\/div>\n            <\/div>\n\n            <p>In addition, the study documented the presence of 44 highly hazardous active ingredients that remain approved or are still on the market in Tunisia, including chlorpyrifos itself, which *Le Monde* had documented years ago.<\/p>\n            <p>From a public health perspective, the study was based on a clinical study that reviewed forensic medical records at Farhat Hached Hospital in Sousse, identifying 130 deaths caused by pesticide poisoning between 1991 and 2009, representing 41.9% of all fatal poisoning deaths during that period, It should be noted that 92.3% of these deaths occurred in the context of apparent suicide, which necessitates expanding the analysis from physiological toxicity to the social accessibility of these lethal substances in rural communities plagued by vulnerability and unemployment.<\/p>\n            <p>As for chronic occupational exposure, a scientific study involving 142 agricultural workers found that 66.2% of them suffered from frequent headaches, and 58.4% from eye irritation, with blood tests showing a significant decrease in red blood cell and platelet counts among workers continuously exposed to pesticides.<\/p>\n            <p>Even more alarming is that 48.6% of these workers do not use any personal protective equipment at all, and 71.1% of them do not even know what such equipment is, while 96.5% of them receive their agricultural guidance from the pesticide sellers themselves, rather than from specialized engineers or technicians. This brings back to the forefront the question raised years ago by Arab researcher Bouqra regarding the need to separate agricultural guidance from the direct commercial interests associated with the sale of these materials.<\/p>\n\n            <!-- Extracting Second Chart from text -->\n            <div class=\"chart-box\">\n                <div class=\"chart-header\">\n                    <h4><i class=\"fa-solid fa-user-injured\"><\/i> Health Impacts and Lack of Awareness\/Protection Among Agricultural Workers<\/h4>\n                    <span class=\"chart-badge\">Interactive<\/span>\n                <\/div>\n                <div class=\"chart-canvas-wrapper\">\n                    <canvas id=\"chartWorkersHealth\"><\/canvas>\n                <\/div>\n            <\/div>\n\n            <p>One of the most striking examples of the inability of Tunisia\u2019s official institutions to address this issue is the fate of the Tunisian \u201cEnvironmental Police,\u201d which was effectively established in 2017 with the aim of combating pollution and protecting the environment, and whose officers were granted the authority to conduct inspections, issue citations, and impose fines.<\/p>\n            <p>However, this agency\u2014which emerged from the chaos that gripped the country following the 2011 revolution due to the erosion of the state\u2019s regulatory authority\u2014has, from its inception, faced jurisdictional conflicts with other agencies   such as the municipal police, the Forest Protection Units under the Ministry of Agriculture, and others   in the absence of a clear enabling law that defines and regulates the division of responsibilities among them.<\/p>\n            <p>On February 24, 2023, Presidential Decree No. 5 of 2023 was issued, providing for the abolition of the Environmental Police Agency in its current form and authorizing sworn and qualified officers from local authorities\u2014to be trained by the Ministry of the Interior\u2014to carry out the same duties.<\/p>\n            <p>Commenting on this decision, Tunisian experts\u2014including Hatem Al-Maliki, an expert in local governance\u2014noted in a press statement that \u201cDecrees No. 5 and No. 9 of 2023 contributed to the dissolution of the environmental police, which had become \u2018a branch without a charter, lost amid overlapping responsibilities, amid ongoing ambiguity and the absence of a basic legal text that precisely defines the structures and agencies involved in monitoring and deterring municipal and environmental violations,\u201d he said.<\/p>\n            <p>The result, according to numerous reports, is that an agency established to address a real environmental challenge was dissolved after only six years without being replaced by any clearly defined institutional reform, leaving a regulatory vacuum at a time when scientifically documented levels of agricultural pollution are on the rise.<\/p>\n\n            <!-- ================== Image 3 (Full Frame without text) ================== -->\n            <div class=\"scroll-image-showcase\">\n                <div class=\"scroll-image-frame\">\n                    <img decoding=\"async\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#39;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#39;%20width=&#39;_w_&#39;%20height=&#39;_h_&#39;%20viewBox%3D&#39;0%200%20_w_%20_h_&#39;%2F%3E\" data-czlz data-src=\"https:\/\/accountability.tn\/wp-content\/uploads\/2026\/08\/Industrial_hand_pushing_pesticid\u2026_2K_202608180216-scaled.jpeg\" alt=\"Farmers and pesticides\" class=\"scroll-image-img\">\n                <\/div>\n            <\/div>\n            <!-- ================================================= -->\n        <\/section>\n\n        <section id=\"sec-water\" class=\"article-section\">\n            <h2>At the Heart of the Contradictions: Between Water Scarcity and Water Pollution<\/h2>\n            <p>Among all the sites that epitomize Tunisia\u2019s agricultural pollution crisis, the Majarda Valley stands out as a prime example. This river, which originates in Souk Ahras, Algeria, and flows 350 kilometers through Tunisian territory before emptying into the Gulf of Tunis, provides   approximately 811 million cubic meters of water annually, and is considered the country\u2019s only permanent water source, making it the lifeblood of agriculture and water supply for the entire northern region of Tunisia.<\/p>\n            <p>However, on-the-ground observations, official reports, and reports from nongovernmental organizations such as the Tunisian Nomad Association reveal a dangerous paradox: treated water\u2014which is supposed to be part of the solution in a country suffering from water scarcity\u2014has in fact become one of the main sources of pollution in the Majarda Valley.<\/p>\n            <p>A study conducted by the Tunisian Water Observatory indicates that more than 60% of this water does not meet standards, and that the National Agency for the Protection of the Environment, which has been legally responsible for monitoring wastewater treatment plants since their establishment in 1988, did not actually conduct any monitoring of these plants until 2011\u201423 years after its founding. This means that, for more than two decades, Tunisia had no documented data on the composition of the water discharged into the valley, which irrigates tens of thousands of hectares and feeds several dams that supply the population with potable water.<\/p>\n            \n            <!-- Extracting Third Chart from text -->\n            <div class=\"chart-box\">\n                <div class=\"chart-header\">\n                    <h4><i class=\"fa-solid fa-droplet\"><\/i> Quality of Treated Water Directed to the Majarda Valley<\/h4>\n                    <span class=\"chart-badge\">Interactive<\/span>\n                <\/div>\n                <div class=\"chart-canvas-wrapper\" style=\"height: 300px;\">\n                    <canvas id=\"chartWaterPollution\"><\/canvas>\n                <\/div>\n            <\/div>\n\n            <p>To make matters worse, this environmental crisis coincides with an existential water crisis that Tunisia has been facing for years. According to consistent reports, the fill level of Tunisian dams fell below 28% in early 2023\u2014a level the country has not seen since at least 1960   \u2014while the per capita water supply in Tunisia has dropped to between 350 and 450 cubic meters per year, which is below the threshold recommended by the World Health Organization (between 500 and 700 cubic meters), and below the \u201cwater scarcity\u201d threshold of 1,000 cubic meters.<\/p>\n            <p>In this context, the chemical pollution of already scarce water resources becomes a double crime, as scarce water is being contaminated with chemicals at a time when the country needs every drop of it.<\/p>\n            <p>This reality echoes the warning issued by the Tunisian Forum for Economic and Social Rights in a report released in early 2024, which described Tunisia as \u201cone of the water-poor countries\u201d due to a combination of drought, increased consumption, climate change, and the excessive use of water in non-essential sectors.<\/p>\n            <p>Amid this bleak picture, Tunisia also presents itself as a strikingly contradictory case: it is, at the same time, the world\u2019s leading exporter of organic olive oil, where, according to recent Tunisian press reports, the value of Tunisian organic product exports is projected to reach approximately 750 million dinars in 2025, driven primarily by growing demand for organic olive oil in European and American markets, while pesticide use is limited, according to officials at the Ministry of Agriculture, to only 5% of the 2 million hectares planted with olive trees.<\/p>\n            \n            <!-- Extracting Fourth Chart from text -->\n            <div class=\"chart-box\">\n                <div class=\"chart-header\">\n                    <h4><i class=\"fa-solid fa-tree\"><\/i> Reliance on Pesticides in Olive Tree Cultivation Areas<\/h4>\n                    <span class=\"chart-badge\">Interactive<\/span>\n                <\/div>\n                <div class=\"chart-canvas-wrapper\" style=\"height: 300px;\">\n                    <canvas id=\"chartOlivePesticides\"><\/canvas>\n                <\/div>\n            <\/div>\n\n            <p>This partial success in reducing the use of chemicals in olive cultivation raises a perplexing question: If Tunisia is capable of achieving this level of excellence in the organic olive sector, why does this model remain confined to a narrow segment of agricultural production, while the rest of the sectors\u2014from vegetables to fruits to major crops\u2014continue to rely on an intensive use of chemical inputs?<\/p>\n            <p>In fact, the answer lies in the financial returns generated by increased production of olive oil for export and the high added value it brings to the Tunisian economy, but this presents us with another dilemma.<\/p>\n            <p>Historically, the olive tree in Tunisia has been regarded as the \u201cblessed tree,\u201d not only because of its cultural and historical symbolism, but also because it represents one of the most important pillars of the agricultural economy.<\/p>\n            <p>Tunisia has more than 100 million olive trees covering nearly one-third of its agricultural land and is one of the world\u2019s largest producers and exporters of olive oil; however, this status masks an important paradox: Olives have long been considered a drought-tolerant crop, but changes in the sector over recent decades have led to an increasing portion of production relying on intensive irrigation.<\/p>\n            <p>In the past, the overwhelming majority of olive groves were grown using rain-fed methods (without regular irrigation), especially in the central and southern regions, Today, with the focus on increasing productivity, improving yields, and boosting exports, irrigated olive cultivation has expanded significantly to the point where it now dominates in terms of area, particularly in the coastal regions and the northeast.<\/p>\n            <p>These contradictions place Tunisia at the center of a complex crisis involving an agricultural sector that relies on irrigated crops\u2014including olive groves\u2014and consumes approximately 80% of water resources, and a drought crisis that requires practical plans to conserve water resources, as well as the risks of contamination from the use of pesticides and fertilizers containing hazardous active ingredients that threaten the remaining water supplies.<\/p>\n\n            <!-- ================== Image 4 (Full Frame without text) ================== -->\n            <div class=\"scroll-image-showcase\">\n                <div class=\"scroll-image-frame\">\n                    <img decoding=\"async\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#39;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#39;%20width=&#39;_w_&#39;%20height=&#39;_h_&#39;%20viewBox%3D&#39;0%200%20_w_%20_h_&#39;%2F%3E\" data-czlz data-src=\"https:\/\/accountability.tn\/wp-content\/uploads\/2026\/08\/Collage_depicting_water_scarcity\u2026_202608180216.jpeg\" alt=\"Water resource pollution\" class=\"scroll-image-img\">\n                <\/div>\n            <\/div>\n            <!-- ================================================= -->\n        <\/section>\n\n        <section id=\"sec-conclusion\" class=\"article-section\">\n            <p>What becomes clear when reading the original study alongside journalistic investigations, court rulings, and international reports is that agricultural pollution in Tunisia is not merely a \u201cgap between law and practice\u201d\u2014as the study cautiously describes it\u2014but rather the result of an integrated cycle of intertwined interests: Global chemical companies that profit from exporting what they ban on their own soil; local distributors who have effectively become \u201cagricultural advisors\u201d; regulatory bodies that are created and then dissolved without any real reform; and farmers who, along with consumers and future generations, bear the health and environmental costs of a system they did not design and have no power to change.<\/p>\n            <p>The question raised by this investigation\u2014going beyond the conclusions of the original study\u2014is not only   regarding the relationship between ownership and the existence of political will for reform, but also extends to examining who truly benefits from the continuation of this situation? And why do institutions act swiftly and strictly when it comes to expired pesticides (with prison sentences of up to nine years), while they deal with dangerous but legally licensed active ingredients with utter slowness? And can the successful organic model in the olive sector become a genuine political catalyst for comprehensive agricultural transformation, or will it remain a limited export exception in a sea of chemical dependency?<\/p>\n        <\/section>\n\n    <\/main>\n\n    <!-- JavaScript for Interactions, Charts, and Cinematic Image Effects (3D Blur-to-Clear Scroll Effect) -->\n    <script>\n        \/\/ 1. Toggle Dark\/Light Mode\n        const btnTheme = document.getElementById('btn-theme');\n        const btnText = btnTheme.querySelector('.btn-text');\n        const iconTheme = btnTheme.querySelector('i');\n\n        btnTheme.addEventListener('click', () => {\n            const currentTheme = document.body.getAttribute('data-theme');\n            if (currentTheme === 'dark') {\n                document.body.removeAttribute('data-theme');\n                btnText.textContent = 'Dark Mode';\n                iconTheme.className = 'fa-solid fa-moon';\n            } else {\n                document.body.setAttribute('data-theme', 'dark');\n                btnText.textContent = 'Light Mode';\n                iconTheme.className = 'fa-solid fa-sun';\n            }\n            updateChartColors();\n        });\n\n        \/\/ 2. Font Size Control\n        let currentFontSize = 19;\n        const btnFontDec = document.getElementById('btn-font-dec');\n        const btnFontReset = document.getElementById('btn-font-reset');\n        const btnFontInc = document.getElementById('btn-font-inc');\n\n        btnFontDec.addEventListener('click', () => {\n            if (currentFontSize > 15) {\n                currentFontSize -= 2;\n                document.body.style.fontSize = currentFontSize + 'px';\n            }\n        });\n\n        btnFontReset.addEventListener('click', () => {\n            currentFontSize = 19;\n            document.body.style.fontSize = currentFontSize + 'px';\n        });\n\n        btnFontInc.addEventListener('click', () => {\n            if (currentFontSize < 25) {\n                currentFontSize += 2;\n                document.body.style.fontSize = currentFontSize + 'px';\n            }\n        });\n\n        \/\/ 3. Reading Progress Bar\n        window.addEventListener('scroll', () => {\n            const winScroll = document.body.scrollTop || document.documentElement.scrollTop;\n            const height = document.documentElement.scrollHeight - document.documentElement.clientHeight;\n            const scrolled = (winScroll \/ height) * 100;\n            document.getElementById('reading-progress').style.width = scrolled + '%';\n        });\n\n        \/\/ 4. Smooth Scrolling to Sections\n        function scrollToSection(sectionId) {\n            event.preventDefault();\n            const elem = document.getElementById(sectionId);\n            if (elem) {\n                elem.scrollIntoView({ behavior: 'smooth', block: 'start' });\n            }\n        }\n\n        \/\/ 5. Cinematic Interactive Image Effect (IntersectionObserver)\n        const imageShowcases = document.querySelectorAll('.scroll-image-showcase');\n        if ('IntersectionObserver' in window) {\n            const imageObserver = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('in-view');\n                    } else {\n                        \/\/ Reset the effect when out of view so it repeats when returning\n                        if (entry.boundingClientRect.top > 0) {\n                            entry.target.classList.remove('in-view');\n                        }\n                    }\n                });\n            }, {\n                threshold: 0.25,\n                rootMargin: \"0px 0px -50px 0px\"\n            });\n\n            imageShowcases.forEach(el => imageObserver.observe(el));\n        } else {\n            imageShowcases.forEach(el => el.classList.add('in-view'));\n        }\n\n        \/\/ 6. Charts Extracted from Text (Chart.js)\n        let charts = {};\n\n        function initCharts() {\n            const textColor = document.body.getAttribute('data-theme') === 'dark' ? '#ffffff' : '#1e293b';\n            const gridColor = document.body.getAttribute('data-theme') === 'dark' ? 'rgba(255,255,255,0.1)' : 'rgba(0,0,0,0.08)';\n            const fontFam = \"'Inter', sans-serif\";\n\n            \/\/ Chart 1: Gap Between Import and Consumption (Bar Chart)\n            const ctx1 = document.getElementById('chartPesticidesGap').getContext('2d');\n            charts.c1 = new Chart(ctx1, {\n                type: 'bar',\n                data: {\n                    labels: ['Officially Declared Consumption', 'Actually Imported Quantities (2022)'],\n                    datasets: [{\n                        label: 'Quantity (Metric Tons)',\n                        data: [985, 4161],\n                        backgroundColor: ['#22c55e', '#dc2626'],\n                        borderRadius: 8\n                    }]\n                },\n                options: {\n                    indexAxis: 'y',\n                    responsive: true,\n                    maintainAspectRatio: false,\n                    plugins: { legend: { display: false } },\n                    scales: {\n                        x: { ticks: { color: textColor, font: {family: fontFam} }, grid: { color: gridColor } },\n                        y: { ticks: { color: textColor, font: {family: fontFam, size: 14} }, grid: { display: false } }\n                    }\n                }\n            });\n\n            \/\/ Chart 2: Health Impacts and Lack of Prevention (Bar Chart percentages)\n            const ctx2 = document.getElementById('chartWorkersHealth').getContext('2d');\n            charts.c2 = new Chart(ctx2, {\n                type: 'bar',\n                data: {\n                    labels: [\n                        'Receive guidance from pesticide sellers only',\n                        'Do not know what protective equipment is',\n                        'Suffer from frequent headaches',\n                        'Suffer from eye irritation',\n                        'Do not use any personal protective equipment'\n                    ],\n                    datasets: [{\n                        label: 'Percentage of Affected Workers (%)',\n                        data: [96.5, 71.1, 66.2, 58.4, 48.6],\n                        backgroundColor: '#d97706',\n                        borderRadius: 6\n                    }]\n                },\n                options: {\n                    indexAxis: 'y',\n                    responsive: true,\n                    maintainAspectRatio: false,\n                    plugins: { legend: { display: false } },\n                    scales: {\n                        x: { max: 100, ticks: { color: textColor, callback: v => v + '%' }, grid: { color: gridColor } },\n                        y: { ticks: { color: textColor, font: {family: fontFam, size: 12} }, grid: { display: false } }\n                    }\n                }\n            });\n\n            \/\/ Chart 3: Quality of Treated Water in Majarda Valley (Pie Chart)\n            const ctx3 = document.getElementById('chartWaterPollution').getContext('2d');\n            charts.c3 = new Chart(ctx3, {\n                type: 'pie',\n                data: {\n                    labels: ['Water Not Meeting Standards (Polluted)', 'Water Meeting Standards'],\n                    datasets: [{\n                        data: [60, 40],\n                        backgroundColor: ['#dc2626', '#3b82f6'],\n                        borderColor: ['#ffffff', '#ffffff'],\n                        borderWidth: 2,\n                        hoverOffset: 10\n                    }]\n                },\n                options: {\n                    responsive: true,\n                    maintainAspectRatio: false,\n                    plugins: {\n                        legend: { position: 'right', labels: { color: textColor, font: { family: fontFam, size: 14 } } }\n                    }\n                }\n            });\n\n            \/\/ Chart 4: Pesticide Use in Olive Groves (Doughnut Chart)\n            const ctx4 = document.getElementById('chartOlivePesticides').getContext('2d');\n            charts.c4 = new Chart(ctx4, {\n                type: 'doughnut',\n                data: {\n                    labels: ['Areas Using Pesticides (5%)', 'Areas Not Using Pesticides (95%)'],\n                    datasets: [{\n                        data: [5, 95],\n                        backgroundColor: ['#dc2626', '#166534'],\n                        borderColor: ['#ffffff', '#ffffff'],\n                        borderWidth: 2,\n                        hoverOffset: 10\n                    }]\n                },\n                options: {\n                    responsive: true,\n                    maintainAspectRatio: false,\n                    plugins: {\n                        legend: { position: 'right', labels: { color: textColor, font: { family: fontFam, size: 14 } } }\n                    }\n                }\n            });\n        }\n\n        \/\/ Update chart colors when toggling dark\/light mode\n        function updateChartColors() {\n            const textColor = document.body.getAttribute('data-theme') === 'dark' ? '#ffffff' : '#1e293b';\n            const gridColor = document.body.getAttribute('data-theme') === 'dark' ? 'rgba(255,255,255,0.1)' : 'rgba(0,0,0,0.08)';\n\n            Object.values(charts).forEach(chart => {\n                if (chart.options.scales) {\n                    if (chart.options.scales.x) {\n                        chart.options.scales.x.ticks.color = textColor;\n                        if (chart.options.scales.x.grid) chart.options.scales.x.grid.color = gridColor;\n                    }\n                    if (chart.options.scales.y) {\n                        chart.options.scales.y.ticks.color = textColor;\n                        if (chart.options.scales.y.grid) chart.options.scales.y.grid.color = gridColor;\n                    }\n                }\n                if (chart.options.plugins && chart.options.plugins.legend && chart.options.plugins.legend.labels) {\n                    chart.options.plugins.legend.labels.color = textColor;\n                }\n                chart.update();\n            });\n        }\n\n        window.addEventListener('DOMContentLoaded', initCharts);\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>When the Fields Become a Source of Poison: An Analysis of the Silent Crisis &#8230; <\/p>","protected":false},"author":1,"featured_media":2835,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[77],"tags":[],"class_list":["post-2847","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-posts"],"_links":{"self":[{"href":"https:\/\/accountability.tn\/en\/wp-json\/wp\/v2\/posts\/2847","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/accountability.tn\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/accountability.tn\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/accountability.tn\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/accountability.tn\/en\/wp-json\/wp\/v2\/comments?post=2847"}],"version-history":[{"count":7,"href":"https:\/\/accountability.tn\/en\/wp-json\/wp\/v2\/posts\/2847\/revisions"}],"predecessor-version":[{"id":2855,"href":"https:\/\/accountability.tn\/en\/wp-json\/wp\/v2\/posts\/2847\/revisions\/2855"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/accountability.tn\/en\/wp-json\/wp\/v2\/media\/2835"}],"wp:attachment":[{"href":"https:\/\/accountability.tn\/en\/wp-json\/wp\/v2\/media?parent=2847"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/accountability.tn\/en\/wp-json\/wp\/v2\/categories?post=2847"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/accountability.tn\/en\/wp-json\/wp\/v2\/tags?post=2847"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}