{"id":2360,"date":"2018-11-30T14:36:41","date_gmt":"2018-11-30T14:36:41","guid":{"rendered":"https:\/\/www.greenpeace.org\/mena\/%d8%b1%d8%a4%d9%8a%d8%aa%d9%86%d8%a7\/"},"modified":"2025-11-18T18:49:23","modified_gmt":"2025-11-18T15:49:23","slug":"our-vision-and-values","status":"publish","type":"page","link":"https:\/\/www.greenpeace.org\/mena\/en\/our-vision-and-values\/","title":{"rendered":"Our Values"},"content":{"rendered":"\n\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-group container is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-planet4-blocks-carousel-header\"><div data-hydrate=\"planet4-blocks\/carousel-header\" data-attributes=\"{&quot;carousel_autoplay&quot;:false,&quot;slides&quot;:[{&quot;image&quot;:19402,&quot;focal_points&quot;:[],&quot;header&quot;:&quot;Our Values&quot;,&quot;description&quot;:&quot;At Greenpeace Middle East and North Africa our values are the foundation of everything we do. They inspire our campaigns, shape the way we work with communities and partners, and guide us as we strive for a greener, more just future. These values are not just words, they are commitments we live by every day.&quot;,&quot;link_text&quot;:&quot;&quot;,&quot;link_url&quot;:&quot;&quot;,&quot;link_url_new_tab&quot;:false,&quot;image_url&quot;:&quot;https:\/\/www.greenpeace.org\/static\/planet4-mena-stateless\/2025\/11\/f9c6adfc-mena.jpg&quot;,&quot;image_srcset&quot;:&quot;https:\/\/www.greenpeace.org\/static\/planet4-mena-stateless\/2025\/11\/f9c6adfc-mena-150x150.jpg 150w,https:\/\/www.greenpeace.org\/static\/planet4-mena-stateless\/2025\/11\/f9c6adfc-mena-300x200.jpg 300w,https:\/\/www.greenpeace.org\/static\/planet4-mena-stateless\/2025\/11\/f9c6adfc-mena.jpg 908w&quot;}],&quot;currentImageIndex&quot;:0}\"><section class=\"block block-header alignfull carousel-header \"><div class=\"carousel-wrapper-header\"><ul class=\"carousel-inner\" role=\"listbox\"><li class=\"carousel-item active\" tabindex=\"0\" role=\"tabpanel\" aria-label=\"Text goes here!\"><div class=\"carousel-item-mask\"><div class=\"background-holder\"><img decoding=\"async\" src=\"https:\/\/www.greenpeace.org\/static\/planet4-mena-stateless\/2025\/11\/f9c6adfc-mena.jpg\" style=\"object-position:50% 50%\" srcSet=\"https:\/\/www.greenpeace.org\/static\/planet4-mena-stateless\/2025\/11\/f9c6adfc-mena-150x150.jpg 150w,https:\/\/www.greenpeace.org\/static\/planet4-mena-stateless\/2025\/11\/f9c6adfc-mena-300x200.jpg 300w,https:\/\/www.greenpeace.org\/static\/planet4-mena-stateless\/2025\/11\/f9c6adfc-mena.jpg 908w\"\/><\/div><div class=\"carousel-caption\"><div class=\"caption-overlay\"><\/div><div class=\"container main-header\"><div class=\"carousel-captions-wrapper\"><h2>Our Values<\/h2><p>At Greenpeace Middle East and North Africa our values are the foundation of everything we do. They inspire our campaigns, shape the way we work with communities and partners, and guide us as we strive for a greener, more just future. These values are not just words, they are commitments we live by every day.<\/p><\/div><\/div><\/div><\/div><\/li><\/ul><\/div><\/section><\/div><\/div>\n<\/div>\n<\/div>\n\n\n<style>\n    \/* -------------------------------------------------------------------------- *\/\n    \/* GREENPEACE VALUES GRID STYLES (Embedded)                                   *\/\n    \/* Using !important for strong application within WordPress environments      *\/\n    \/* -------------------------------------------------------------------------- *\/\n    \n    .gp-values-grid {\n        display: grid !important;\n        \/* Default to two columns on desktop, this changes to 1 below 768px *\/\n        grid-template-columns: repeat(2, 1fr) !important; \n        gap: 40px 60px !important; \/* Vertical and horizontal spacing *\/\n        max-width: 1200px !important;\n        margin: 0 auto 30px auto !important; \/* Center the block and add bottom margin *\/\n        padding: 0 15px !important; \/* Prevent edge-to-edge on smaller screens *\/\n    }\n\n    \/* Individual Value Item Layout *\/\n    .gp-value-item {\n        text-align: left !important;\n        padding-bottom: 15px !important;\n        line-height: 1.6 !important;\n    }\n\n    \/* Header (Icon + Title) container using Flexbox *\/\n    .gp-value-header {\n        display: flex !important;\n        align-items: center !important; \/* Vertically align the icon and text *\/\n        margin-bottom: 10px !important;\n    }\n\n    \/* Icon Styling *\/\n    .gp-value-icon {\n        width: 60px !important; \/* Icon size *\/\n        height: auto !important;\n        margin-right: 20px !important; \/* Space between icon and title *\/\n        flex-shrink: 0 !important; \/* Prevents the icon from shrinking *\/\n        padding: 0 !important; \n        border: none !important; \/* Ensure no unwanted borders from WordPress *\/\n    }\n\n    \/* Title Styling (JUSTICE, COURAGE, etc.) *\/\n    .gp-value-title {\n        color: #629738 !important; \/* Greenpeace Green *\/\n        font-family: inherit !important; \/* Use theme font *\/\n        font-size: 28px !important; \n        font-weight: 700 !important;\n        text-transform: uppercase !important;\n        line-height: 1.2 !important;\n        margin: 0 !important; \n        padding-bottom: 3px !important;\n        border-bottom: 2px solid #629738 !important; \/* Thin green underline *\/\n    }\n\n    \/* Description Text Styling *\/\n    .gp-value-description {\n        font-size: 16px !important;\n        line-height: 1.6 !important;\n        color: #333 !important;\n        margin-top: 5px !important;\n        \/* Aligns description text with the title text (60px icon + 20px margin) *\/\n        padding-left: 80px !important; \n    }\n\n    \/* Responsive adjustments for smaller screens (e.g., phones) *\/\n    @media (max-width: 768px) {\n        .gp-values-grid {\n            grid-template-columns: 1fr !important; \/* Single column layout *\/\n            gap: 30px !important;\n        }\n        \n        .gp-value-description {\n            padding-left: 0 !important; \/* Remove the large left padding on mobile *\/\n            text-align: center !important;\n        }\n        \n        \/* Revert to stacking icon and text on mobile for better use of space *\/\n        .gp-value-header {\n            display: block !important; \n            text-align: center !important;\n        }\n        \n        .gp-value-icon {\n            margin: 0 auto 10px auto !important; \/* Center icon *\/\n            display: block !important;\n        }\n        \n        .gp-value-title {\n            text-align: center !important; \/* Center title *\/\n            border-bottom: none !important; \/* Remove underline for cleaner mobile look *\/\n        }\n\n        .gp-value-item {\n            text-align: center !important; \/* Center all items on mobile *\/\n        }\n    }\n<\/style>\n\n<!-- Start of Values Block HTML -->\n<div class=\"gp-values-grid\">\n\n    <!-- Value 1: JUSTICE -->\n    <div class=\"gp-value-item\">\n        <div class=\"gp-value-header\">\n            <img decoding=\"async\" src=\"https:\/\/www.greenpeace.org\/static\/planet4-mena-stateless\/2025\/11\/bb45d7d5-justice.png\" alt=\"Justice Icon\" class=\"gp-value-icon\">\n            <h2 class=\"gp-value-title\">JUSTICE<\/h2>\n        <\/div>\n        <p class=\"gp-value-description\">We strive for justice in a world where diversity, inclusivity, and equity are woven into the very fabric of society.<\/p>\n    <\/div>\n\n    <!-- Value 2: EMPOWERMENT -->\n    <div class=\"gp-value-item\">\n        <div class=\"gp-value-header\">\n            <img decoding=\"async\" src=\"https:\/\/www.greenpeace.org\/static\/planet4-mena-stateless\/2025\/11\/0637d311-empowerment.png\" alt=\"Empowerment Icon\" class=\"gp-value-icon\">\n            <h2 class=\"gp-value-title\">EMPOWERMENT<\/h2>\n        <\/div>\n        <p class=\"gp-value-description\">Through empowerment, we nurture the agility and collaboration essential for making meaningful impact and effecting positive change.<\/p>\n    <\/div>\n\n    <!-- Value 3: COURAGE -->\n    <div class=\"gp-value-item\">\n        <div class=\"gp-value-header\">\n            <img decoding=\"async\" src=\"https:\/\/www.greenpeace.org\/static\/planet4-mena-stateless\/2025\/11\/ab6aec52-courage.png\" alt=\"Courage Icon\" class=\"gp-value-icon\">\n            <h2 class=\"gp-value-title\">COURAGE<\/h2>\n        <\/div>\n        <p class=\"gp-value-description\">We take a stand when others are unable to, and we do it with conviction and resilience, always speaking the truth.<\/p>\n    <\/div>\n\n    <!-- Value 4: SOLUTION ORIENTED -->\n    <div class=\"gp-value-item\">\n        <div class=\"gp-value-header\">\n            <img decoding=\"async\" src=\"https:\/\/www.greenpeace.org\/static\/planet4-mena-stateless\/2025\/11\/54c72275-solution-oriented.png\" alt=\"Solution Oriented Icon\" class=\"gp-value-icon\">\n            <h2 class=\"gp-value-title\">SOLUTION ORIENTED<\/h2>\n        <\/div>\n        <p class=\"gp-value-description\">We believe in the power of innovation to drive impactful solutions for a greener, more sustainable tomorrow.<\/p>\n    <\/div>\n\n    <!-- Value 5: INTEGRITY -->\n    <div class=\"gp-value-item\">\n        <div class=\"gp-value-header\">\n            <img decoding=\"async\" src=\"https:\/\/www.greenpeace.org\/static\/planet4-mena-stateless\/2025\/11\/c1e3d8c7-integrity.png\" alt=\"Integrity Icon\" class=\"gp-value-icon\">\n            <h2 class=\"gp-value-title\">INTEGRITY<\/h2>\n        <\/div>\n        <p class=\"gp-value-description\">We commit to upholding trust, independence, transparency, and accountability in every aspect of our work and in all our interactions with our partners.<\/p>\n    <\/div>\n    \n<\/div>\n<!-- End of Values Block HTML -->\n<div data-render=\"planet4-blocks\/happypoint\" data-attributes=\"{&quot;attributes&quot;:{&quot;focus_image&quot;:&quot;50% 0%&quot;,&quot;id&quot;:5105,&quot;embed_code&quot;:&quot;&lt;script charset=\\&quot;utf-8\\&quot; type=\\&quot;text\\\/javascript\\&quot; src=\\&quot;\\\/\\\/js-eu1.hsforms.net\\\/forms\\\/embed\\\/v2.js\\&quot;&gt;&lt;\\\/script&gt;\\n&lt;script&gt;\\n  hbspt.forms.create({\\n    portalId: \\&quot;24933598\\&quot;,\\n    formId: \\&quot;facc6d69-fda5-4d77-aef4-9d7b19d7596a\\&quot;,\\n    sfdcCampaignId: \\&quot;7014K000000cf11QAA\\&quot;\\n  });\\n&lt;\\\/script&gt;&quot;,&quot;override_default_content&quot;:true,&quot;local_content_provider&quot;:&quot;embed_code&quot;,&quot;opacity&quot;:30}}\"><\/div>","protected":false},"excerpt":{"rendered":"<p>JUSTICE We strive for justice in a world where diversity, inclusivity, and equity are woven into the very fabric of society. EMPOWERMENT Through empowerment, we nurture the agility and collaboration essential for making meaningful impact and effecting positive change. COURAGE We take a stand when others are unable to, and we do it with conviction [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":5102,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/evergreen.php","meta":{"_planet4_optimize_post_is_variant":false,"_planet4_optimize_experiment_name":"","_planet4_optimize_variant_name":"","ep_exclude_from_search":false,"p4_hide_page_title_checkbox":"on","p4_title":"","p4_subtitle":"","p4_description":"","background_image_id":"","background_image":"","p4_button_title":"","p4_button_link":"","p4_button_link_checkbox":"","p4_og_title":"","p4_og_description":"","p4_og_image":"","p4_og_image_id":"","p4_seo_canonical_url":"","p4_campaign_name":"not set","p4_local_project":"","p4_basket_name":"not set","p4_department":"","footnotes":""},"categories":[],"tags":[65,101],"class_list":["post-2360","page","type-page","status-publish","has-post-thumbnail","hentry","tag-aboutus","tag-greenpeace"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Our Values - Greenpeace Middle East and North Africa<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.greenpeace.org\/mena\/en\/our-vision-and-values\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Our Values\" \/>\n<meta property=\"og:description\" content=\"JUSTICE We strive for justice in a world where diversity, inclusivity, and equity are woven into the very fabric of society. EMPOWERMENT Through empowerment, we nurture the agility and collaboration essential for making meaningful impact and effecting positive change. COURAGE We take a stand when others are unable to, and we do it with conviction [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.greenpeace.org\/mena\/en\/our-vision-and-values\/\" \/>\n<meta property=\"og:site_name\" content=\"Greenpeace Middle East and North Africa\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/GreenpeaceAR\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-18T15:49:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.greenpeace.org\/static\/planet4-mena-stateless\/2019\/08\/9211c7d1-a1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"533\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@GreenpeaceAR\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.greenpeace.org\\\/mena\\\/en\\\/our-vision-and-values\\\/\",\"url\":\"https:\\\/\\\/www.greenpeace.org\\\/mena\\\/en\\\/our-vision-and-values\\\/\",\"name\":\"Our Values - Greenpeace Middle East and North Africa\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.greenpeace.org\\\/mena\\\/ar\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.greenpeace.org\\\/mena\\\/en\\\/our-vision-and-values\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.greenpeace.org\\\/mena\\\/en\\\/our-vision-and-values\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.greenpeace.org\\\/static\\\/planet4-mena-stateless\\\/2019\\\/08\\\/9211c7d1-a1.jpg\",\"datePublished\":\"2018-11-30T14:36:41+00:00\",\"dateModified\":\"2025-11-18T15:49:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.greenpeace.org\\\/mena\\\/en\\\/our-vision-and-values\\\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.greenpeace.org\\\/mena\\\/en\\\/our-vision-and-values\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/www.greenpeace.org\\\/mena\\\/en\\\/our-vision-and-values\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.greenpeace.org\\\/static\\\/planet4-mena-stateless\\\/2019\\\/08\\\/9211c7d1-a1.jpg\",\"contentUrl\":\"https:\\\/\\\/www.greenpeace.org\\\/static\\\/planet4-mena-stateless\\\/2019\\\/08\\\/9211c7d1-a1.jpg\",\"width\":800,\"height\":533,\"caption\":\"Standing next to a 3000 year old cedar tree at the Shouf Biosphere Reserve in Lebanon, Greenpeace Med Arab World Programme stand in solidarity with the message #OurVoicesAreVital to unite against Canadian logging company Resolute's multiple lawsuits to stifle free speech and the organisation's work to protect the Great Northern Forest in Canada.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.greenpeace.org\\\/mena\\\/en\\\/our-vision-and-values\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.greenpeace.org\\\/mena\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Our Values\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.greenpeace.org\\\/mena\\\/ar\\\/#website\",\"url\":\"https:\\\/\\\/www.greenpeace.org\\\/mena\\\/ar\\\/\",\"name\":\"\u063a\u0631\u064a\u0646\u0628\u064a\u0633 \u0627\u0644\u0634\u0631\u0642 \u0627\u0644\u0623\u0648\u0633\u0637 \u0648\u0634\u0645\u0627\u0644 \u0623\u0641\u0631\u064a\u0642\u064a\u0627\",\"description\":\"Greenpeace MENA is the newest organization  of the Greenpeace network that now consists of 27 independent national and regional organizations in over 55 countries across Europe, the Americas, Africa, Asia and the Pacific, as well as its co-ordinating body, Greenpeace International.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.greenpeace.org\\\/mena\\\/ar\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Our Values - Greenpeace Middle East and North Africa","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.greenpeace.org\/mena\/en\/our-vision-and-values\/","og_locale":"en_US","og_type":"article","og_title":"Our Values","og_description":"JUSTICE We strive for justice in a world where diversity, inclusivity, and equity are woven into the very fabric of society. EMPOWERMENT Through empowerment, we nurture the agility and collaboration essential for making meaningful impact and effecting positive change. COURAGE We take a stand when others are unable to, and we do it with conviction [&hellip;]","og_url":"https:\/\/www.greenpeace.org\/mena\/en\/our-vision-and-values\/","og_site_name":"Greenpeace Middle East and North Africa","article_publisher":"https:\/\/www.facebook.com\/GreenpeaceAR","article_modified_time":"2025-11-18T15:49:23+00:00","og_image":[{"width":800,"height":533,"url":"https:\/\/www.greenpeace.org\/static\/planet4-mena-stateless\/2019\/08\/9211c7d1-a1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@GreenpeaceAR","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.greenpeace.org\/mena\/en\/our-vision-and-values\/","url":"https:\/\/www.greenpeace.org\/mena\/en\/our-vision-and-values\/","name":"Our Values - Greenpeace Middle East and North Africa","isPartOf":{"@id":"https:\/\/www.greenpeace.org\/mena\/ar\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.greenpeace.org\/mena\/en\/our-vision-and-values\/#primaryimage"},"image":{"@id":"https:\/\/www.greenpeace.org\/mena\/en\/our-vision-and-values\/#primaryimage"},"thumbnailUrl":"https:\/\/www.greenpeace.org\/static\/planet4-mena-stateless\/2019\/08\/9211c7d1-a1.jpg","datePublished":"2018-11-30T14:36:41+00:00","dateModified":"2025-11-18T15:49:23+00:00","breadcrumb":{"@id":"https:\/\/www.greenpeace.org\/mena\/en\/our-vision-and-values\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.greenpeace.org\/mena\/en\/our-vision-and-values\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/www.greenpeace.org\/mena\/en\/our-vision-and-values\/#primaryimage","url":"https:\/\/www.greenpeace.org\/static\/planet4-mena-stateless\/2019\/08\/9211c7d1-a1.jpg","contentUrl":"https:\/\/www.greenpeace.org\/static\/planet4-mena-stateless\/2019\/08\/9211c7d1-a1.jpg","width":800,"height":533,"caption":"Standing next to a 3000 year old cedar tree at the Shouf Biosphere Reserve in Lebanon, Greenpeace Med Arab World Programme stand in solidarity with the message #OurVoicesAreVital to unite against Canadian logging company Resolute's multiple lawsuits to stifle free speech and the organisation's work to protect the Great Northern Forest in Canada."},{"@type":"BreadcrumbList","@id":"https:\/\/www.greenpeace.org\/mena\/en\/our-vision-and-values\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.greenpeace.org\/mena\/en\/"},{"@type":"ListItem","position":2,"name":"Our Values"}]},{"@type":"WebSite","@id":"https:\/\/www.greenpeace.org\/mena\/ar\/#website","url":"https:\/\/www.greenpeace.org\/mena\/ar\/","name":"\u063a\u0631\u064a\u0646\u0628\u064a\u0633 \u0627\u0644\u0634\u0631\u0642 \u0627\u0644\u0623\u0648\u0633\u0637 \u0648\u0634\u0645\u0627\u0644 \u0623\u0641\u0631\u064a\u0642\u064a\u0627","description":"Greenpeace MENA is the newest organization  of the Greenpeace network that now consists of 27 independent national and regional organizations in over 55 countries across Europe, the Americas, Africa, Asia and the Pacific, as well as its co-ordinating body, Greenpeace International.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.greenpeace.org\/mena\/ar\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"}]}},"_links":{"self":[{"href":"https:\/\/www.greenpeace.org\/mena\/en\/wp-json\/wp\/v2\/pages\/2360","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.greenpeace.org\/mena\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.greenpeace.org\/mena\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.greenpeace.org\/mena\/en\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.greenpeace.org\/mena\/en\/wp-json\/wp\/v2\/comments?post=2360"}],"version-history":[{"count":19,"href":"https:\/\/www.greenpeace.org\/mena\/en\/wp-json\/wp\/v2\/pages\/2360\/revisions"}],"predecessor-version":[{"id":19585,"href":"https:\/\/www.greenpeace.org\/mena\/en\/wp-json\/wp\/v2\/pages\/2360\/revisions\/19585"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.greenpeace.org\/mena\/en\/wp-json\/wp\/v2\/media\/5102"}],"wp:attachment":[{"href":"https:\/\/www.greenpeace.org\/mena\/en\/wp-json\/wp\/v2\/media?parent=2360"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.greenpeace.org\/mena\/en\/wp-json\/wp\/v2\/categories?post=2360"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.greenpeace.org\/mena\/en\/wp-json\/wp\/v2\/tags?post=2360"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}