{"id":18,"date":"2025-10-03T00:17:19","date_gmt":"2025-10-03T00:17:19","guid":{"rendered":"https:\/\/educationcollectivegrenada.org\/?page_id=18"},"modified":"2026-05-05T22:22:02","modified_gmt":"2026-05-05T22:22:02","slug":"get-involved","status":"publish","type":"page","link":"https:\/\/educationcollectivegrenada.org\/?page_id=18","title":{"rendered":"Contact Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"18\" class=\"elementor elementor-18\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d937b0f e-con-full e-flex e-con e-parent\" data-id=\"d937b0f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bce9293 elementor-widget elementor-widget-html\" data-id=\"bce9293\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n  :root {\r\n    --ecg-green: #2E7D32;\r\n    --ecg-red: #D32F2F;\r\n    --ecg-yellow: #FBC02D;\r\n    --ecg-cream: #E5E2D9;\r\n    --ecg-text: #333333;\r\n    --ecg-muted: #6C6C6C;\r\n    --ecg-white: #ffffff;\r\n    --ecg-border: rgba(0,0,0,0.08);\r\n    --ecg-shadow: 0 12px 35px rgba(0,0,0,0.06);\r\n    --ecg-shadow-hover: 0 16px 40px rgba(0,0,0,0.10);\r\n    --radius-xl: 24px;\r\n    --radius-lg: 20px;\r\n    --radius-md: 16px;\r\n    --max-width: 1180px;\r\n  }\r\n\r\n  .ecg-contact-page,\r\n  .ecg-contact-page * {\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  .ecg-contact-page {\r\n    font-family: 'Montserrat', sans-serif;\r\n    background: #f4f1eb;\r\n    color: var(--ecg-text);\r\n  }\r\n\r\n  .ecg-contact-container {\r\n    width: min(92%, var(--max-width));\r\n    margin: 0 auto;\r\n  }\r\n\r\n  \/* HERO *\/\r\n  .ecg-contact-hero {\r\n    padding: 100px 0 70px;\r\n    text-align: center;\r\n    background:\r\n      radial-gradient(circle at top right, rgba(251,192,45,0.12), transparent 28%),\r\n      radial-gradient(circle at bottom left, rgba(46,125,50,0.08), transparent 28%),\r\n      #f4f1eb;\r\n  }\r\n\r\n  .ecg-contact-title {\r\n    margin: 0 0 24px;\r\n    font-size: clamp(2.6rem, 6vw, 4.6rem);\r\n    line-height: 1.05;\r\n    font-weight: 700;\r\n    color: var(--ecg-green);\r\n    letter-spacing: -1px;\r\n  }\r\n\r\n  .ecg-contact-subtext {\r\n    max-width: 980px;\r\n    margin: 0 auto;\r\n    font-size: clamp(1.15rem, 2.4vw, 1.8rem);\r\n    line-height: 1.7;\r\n    color: #404040;\r\n  }\r\n\r\n  \/* SECTION INTRO *\/\r\n  .ecg-contact-intro {\r\n    padding: 20px 0 28px;\r\n  }\r\n\r\n  .ecg-contact-intro h2 {\r\n    margin: 0 0 20px;\r\n    font-size: clamp(2rem, 4vw, 3.2rem);\r\n    color: var(--ecg-green);\r\n    font-weight: 700;\r\n    letter-spacing: -0.5px;\r\n  }\r\n\r\n  .ecg-contact-intro p {\r\n    margin: 0;\r\n    max-width: 1100px;\r\n    font-size: 1.2rem;\r\n    line-height: 1.7;\r\n    color: #5b5b5b;\r\n  }\r\n\r\n  \/* CARD GRID *\/\r\n  .ecg-contact-grid {\r\n    display: grid;\r\n    gap: 26px;\r\n    margin-top: 30px;\r\n    padding-bottom: 80px;\r\n  }\r\n\r\n  .ecg-contact-card {\r\n    position: relative;\r\n    background: rgba(255,255,255,0.72);\r\n    backdrop-filter: blur(6px);\r\n    border: 1px solid var(--ecg-border);\r\n    border-radius: var(--radius-lg);\r\n    box-shadow: var(--ecg-shadow);\r\n    padding: 30px 34px;\r\n    display: flex;\r\n    align-items: flex-start;\r\n    gap: 24px;\r\n    overflow: hidden;\r\n    transition: transform 0.28s ease, box-shadow 0.28s ease;\r\n  }\r\n\r\n  .ecg-contact-card:hover {\r\n    transform: translateY(-4px);\r\n    box-shadow: var(--ecg-shadow-hover);\r\n  }\r\n\r\n  .ecg-contact-card::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    left: 0;\r\n    top: 0;\r\n    width: 6px;\r\n    height: 100%;\r\n    border-radius: 20px 0 0 20px;\r\n  }\r\n\r\n  .ecg-contact-card.green::before { background: var(--ecg-green); }\r\n  .ecg-contact-card.red::before { background: var(--ecg-red); }\r\n  .ecg-contact-card.yellow::before { background: var(--ecg-yellow); }\r\n\r\n  .ecg-contact-icon {\r\n    width: 68px;\r\n    height: 68px;\r\n    min-width: 68px;\r\n    border-radius: 18px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    background: #f8f7f3;\r\n    border: 1px solid rgba(0,0,0,0.05);\r\n  }\r\n\r\n  .ecg-contact-icon svg {\r\n    width: 30px;\r\n    height: 30px;\r\n    stroke-width: 2;\r\n  }\r\n\r\n  .ecg-contact-card.green .ecg-contact-icon svg { stroke: var(--ecg-green); }\r\n  .ecg-contact-card.red .ecg-contact-icon svg { stroke: var(--ecg-red); }\r\n  .ecg-contact-card.yellow .ecg-contact-icon svg { stroke: #c49000; }\r\n\r\n  .ecg-contact-content h3 {\r\n    margin: 0 0 14px;\r\n    font-size: clamp(1.35rem, 3vw, 2rem);\r\n    font-weight: 700;\r\n    color: #202020;\r\n    letter-spacing: -0.3px;\r\n  }\r\n\r\n  .ecg-contact-content .main-line {\r\n    margin: 0 0 10px;\r\n    font-size: clamp(1.1rem, 2vw, 1.55rem);\r\n    line-height: 1.5;\r\n    color: #4b4b4b;\r\n  }\r\n\r\n  .ecg-contact-content .sub-line {\r\n    margin: 0;\r\n    font-size: 1.02rem;\r\n    line-height: 1.7;\r\n    color: #6b6b6b;\r\n  }\r\n\r\n  .ecg-contact-content a {\r\n    color: inherit;\r\n    text-decoration: none;\r\n    transition: color 0.25s ease;\r\n  }\r\n\r\n  .ecg-contact-card.green .ecg-contact-content a:hover { color: var(--ecg-green); }\r\n  .ecg-contact-card.red .ecg-contact-content a:hover { color: var(--ecg-red); }\r\n  .ecg-contact-card.yellow .ecg-contact-content a:hover { color: #b18400; }\r\n\r\n  \/* SOCIAL LINKS *\/\r\n  .ecg-social-links {\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    gap: 18px;\r\n    margin-top: 18px;\r\n  }\r\n\r\n \r\n\r\n  .ecg-social-links a:hover {\r\n    background: var(--ecg-green);\r\n    color: #fff;\r\n    transform: translateY(-2px);\r\n  }\r\n\r\n  .ecg-social-links svg {\r\n    width: 18px;\r\n    height: 18px;\r\n    fill: currentColor;\r\n  }\r\n\r\n  \/* HOURS BOX *\/\r\n  .ecg-hours-box {\r\n    margin-top: 8px;\r\n    background: rgba(229,226,217,0.75);\r\n    border-left: 6px solid var(--ecg-green);\r\n    border-radius: var(--radius-lg);\r\n    padding: 36px 40px;\r\n    box-shadow: var(--ecg-shadow);\r\n  }\r\n\r\n  .ecg-hours-box h3 {\r\n    margin: 0 0 16px;\r\n    font-size: clamp(1.45rem, 3vw, 2rem);\r\n    color: var(--ecg-green);\r\n    font-weight: 700;\r\n  }\r\n\r\n  .ecg-hours-box p {\r\n    margin: 0;\r\n    font-size: 1.1rem;\r\n    line-height: 1.8;\r\n    color: #646464;\r\n  }\r\n\r\n  \/* OPTIONAL CTA *\/\r\n  .ecg-contact-cta {\r\n    margin-top: 32px;\r\n    text-align: center;\r\n  }\r\n\r\n  .ecg-contact-cta a {\r\n    display: inline-block;\r\n    background: linear-gradient(135deg, var(--ecg-green), #1f6b2a);\r\n    color: #fff;\r\n    text-decoration: none;\r\n    font-weight: 700;\r\n    font-size: 1rem;\r\n    padding: 15px 26px;\r\n    border-radius: 999px;\r\n    box-shadow: 0 10px 24px rgba(46,125,50,0.20);\r\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\r\n  }\r\n\r\n  .ecg-contact-cta a:hover {\r\n    transform: translateY(-2px);\r\n    box-shadow: 0 14px 30px rgba(46,125,50,0.26);\r\n  }\r\n\r\n  \/* RESPONSIVE *\/\r\n  @media (max-width: 768px) {\r\n    .ecg-contact-hero {\r\n      padding: 80px 0 50px;\r\n    }\r\n\r\n    .ecg-contact-card {\r\n      padding: 24px 22px;\r\n      gap: 18px;\r\n    }\r\n\r\n    .ecg-contact-icon {\r\n      width: 58px;\r\n      height: 58px;\r\n      min-width: 58px;\r\n      border-radius: 15px;\r\n    }\r\n\r\n    .ecg-contact-icon svg {\r\n      width: 26px;\r\n      height: 26px;\r\n    }\r\n\r\n    .ecg-hours-box {\r\n      padding: 28px 24px;\r\n    }\r\n  }\r\n\r\n  @media (max-width: 560px) {\r\n    .ecg-contact-card {\r\n      flex-direction: column;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .ecg-social-links {\r\n      gap: 12px;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<section class=\"ecg-contact-page\">\r\n  <div class=\"ecg-contact-hero\">\r\n    <div class=\"ecg-contact-container\">\r\n      <h1 class=\"ecg-contact-title\">Contact Us<\/h1>\r\n      <p class=\"ecg-contact-subtext\">\r\n        We welcome collaboration and partnership opportunities. Reach out to learn more about ECG initiatives, membership, or ongoing projects.\r\n      <\/p>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"ecg-contact-container\">\r\n    <div class=\"ecg-contact-intro\">\r\n      <h2>Get in Touch<\/h2>\r\n      <p>\r\n        Ready to join our mission or learn more about Education Collective Grenada? We\u2019re always excited to connect with passionate educators, volunteers, collaborators, and partners who share our commitment to supporting Grenada through education, youth development, and organisational growth.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"ecg-contact-grid\">\r\n\r\n      <!-- EMAIL CARD -->\r\n      <div class=\"ecg-contact-card green\">\r\n        <div class=\"ecg-contact-icon\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\">\r\n            <path d=\"M4 6H20V18H4V6Z\"><\/path>\r\n            <path d=\"M4 8L12 13L20 8\"><\/path>\r\n          <\/svg>\r\n        <\/div>\r\n        <div class=\"ecg-contact-content\">\r\n          <h3>Email Address<\/h3>\r\n          <p class=\"main-line\">\r\n            <a href=\"mailto:educationcollectivegrenada@gmail.com\">educationcollectivegrenada@gmail.com<\/a>\r\n          <\/p>\r\n          <p class=\"sub-line\">We typically respond within 24\u201348 hours.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- LOCATION CARD -->\r\n      <div class=\"ecg-contact-card red\">\r\n        <div class=\"ecg-contact-icon\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\">\r\n            <path d=\"M12 21C12 21 5 14.5 5 9.5C5 5.91 8.13 3 12 3C15.87 3 19 5.91 19 9.5C19 14.5 12 21 12 21Z\"><\/path>\r\n            <circle cx=\"12\" cy=\"9.5\" r=\"2.5\"><\/circle>\r\n          <\/svg>\r\n        <\/div>\r\n        <div class=\"ecg-contact-content\">\r\n          <h3>Location<\/h3>\r\n          <p class=\"main-line\">Grenada, West Indies<\/p>\r\n          <p class=\"sub-line\">Serving educational communities and stakeholders across the island and diaspora.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n     \r\n        \r\n        <\/div>\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n   \r\n\r\n    <div class=\"ecg-contact-cta\">\r\n      <a href=\"mailto:educationcollectivegrenada@gmail.com\">Email ECG Today<\/a>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Contact Us We welcome collaboration and partnership opportunities. Reach out to learn more about ECG initiatives, membership, or ongoing projects. Get in Touch Ready to join our mission or learn more about Education Collective Grenada? We\u2019re always excited to connect with passionate educators, volunteers, collaborators, and partners who share our commitment to supporting Grenada through [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-18","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contact Us - Education Collective Grenada (ECG)<\/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:\/\/educationcollectivegrenada.org\/?page_id=18\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact Us - Education Collective Grenada (ECG)\" \/>\n<meta property=\"og:description\" content=\"Contact Us We welcome collaboration and partnership opportunities. Reach out to learn more about ECG initiatives, membership, or ongoing projects. Get in Touch Ready to join our mission or learn more about Education Collective Grenada? We\u2019re always excited to connect with passionate educators, volunteers, collaborators, and partners who share our commitment to supporting Grenada through [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/educationcollectivegrenada.org\/?page_id=18\" \/>\n<meta property=\"og:site_name\" content=\"Education Collective Grenada (ECG)\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-05T22:22:02+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/educationcollectivegrenada.org\/?page_id=18\",\"url\":\"https:\/\/educationcollectivegrenada.org\/?page_id=18\",\"name\":\"Contact Us - Education Collective Grenada (ECG)\",\"isPartOf\":{\"@id\":\"https:\/\/education-collective-grenada-1122500.ingress-florina.ewp.live\/#website\"},\"datePublished\":\"2025-10-03T00:17:19+00:00\",\"dateModified\":\"2026-05-05T22:22:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/educationcollectivegrenada.org\/?page_id=18#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/educationcollectivegrenada.org\/?page_id=18\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/educationcollectivegrenada.org\/?page_id=18#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/educationcollectivegrenada.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact Us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/education-collective-grenada-1122500.ingress-florina.ewp.live\/#website\",\"url\":\"https:\/\/education-collective-grenada-1122500.ingress-florina.ewp.live\/\",\"name\":\"Education Collective Grenada (ECG)\",\"description\":\"A volunteer network of experts in education, youth, and organisational management in service to Grenada.\",\"publisher\":{\"@id\":\"https:\/\/education-collective-grenada-1122500.ingress-florina.ewp.live\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/education-collective-grenada-1122500.ingress-florina.ewp.live\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/education-collective-grenada-1122500.ingress-florina.ewp.live\/#organization\",\"name\":\"Education Collective Grenada (ECG)\",\"url\":\"https:\/\/education-collective-grenada-1122500.ingress-florina.ewp.live\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/education-collective-grenada-1122500.ingress-florina.ewp.live\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/educationcollectivegrenada.org\/wp-content\/uploads\/2025\/10\/ECG-Logo-scaled.png\",\"contentUrl\":\"https:\/\/educationcollectivegrenada.org\/wp-content\/uploads\/2025\/10\/ECG-Logo-scaled.png\",\"width\":2560,\"height\":1607,\"caption\":\"Education Collective Grenada (ECG)\"},\"image\":{\"@id\":\"https:\/\/education-collective-grenada-1122500.ingress-florina.ewp.live\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact Us - Education Collective Grenada (ECG)","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:\/\/educationcollectivegrenada.org\/?page_id=18","og_locale":"en_US","og_type":"article","og_title":"Contact Us - Education Collective Grenada (ECG)","og_description":"Contact Us We welcome collaboration and partnership opportunities. Reach out to learn more about ECG initiatives, membership, or ongoing projects. Get in Touch Ready to join our mission or learn more about Education Collective Grenada? We\u2019re always excited to connect with passionate educators, volunteers, collaborators, and partners who share our commitment to supporting Grenada through [&hellip;]","og_url":"https:\/\/educationcollectivegrenada.org\/?page_id=18","og_site_name":"Education Collective Grenada (ECG)","article_modified_time":"2026-05-05T22:22:02+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/educationcollectivegrenada.org\/?page_id=18","url":"https:\/\/educationcollectivegrenada.org\/?page_id=18","name":"Contact Us - Education Collective Grenada (ECG)","isPartOf":{"@id":"https:\/\/education-collective-grenada-1122500.ingress-florina.ewp.live\/#website"},"datePublished":"2025-10-03T00:17:19+00:00","dateModified":"2026-05-05T22:22:02+00:00","breadcrumb":{"@id":"https:\/\/educationcollectivegrenada.org\/?page_id=18#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/educationcollectivegrenada.org\/?page_id=18"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/educationcollectivegrenada.org\/?page_id=18#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/educationcollectivegrenada.org\/"},{"@type":"ListItem","position":2,"name":"Contact Us"}]},{"@type":"WebSite","@id":"https:\/\/education-collective-grenada-1122500.ingress-florina.ewp.live\/#website","url":"https:\/\/education-collective-grenada-1122500.ingress-florina.ewp.live\/","name":"Education Collective Grenada (ECG)","description":"A volunteer network of experts in education, youth, and organisational management in service to Grenada.","publisher":{"@id":"https:\/\/education-collective-grenada-1122500.ingress-florina.ewp.live\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/education-collective-grenada-1122500.ingress-florina.ewp.live\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/education-collective-grenada-1122500.ingress-florina.ewp.live\/#organization","name":"Education Collective Grenada (ECG)","url":"https:\/\/education-collective-grenada-1122500.ingress-florina.ewp.live\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/education-collective-grenada-1122500.ingress-florina.ewp.live\/#\/schema\/logo\/image\/","url":"https:\/\/educationcollectivegrenada.org\/wp-content\/uploads\/2025\/10\/ECG-Logo-scaled.png","contentUrl":"https:\/\/educationcollectivegrenada.org\/wp-content\/uploads\/2025\/10\/ECG-Logo-scaled.png","width":2560,"height":1607,"caption":"Education Collective Grenada (ECG)"},"image":{"@id":"https:\/\/education-collective-grenada-1122500.ingress-florina.ewp.live\/#\/schema\/logo\/image\/"}}]}},"brizy_media":[],"_links":{"self":[{"href":"https:\/\/educationcollectivegrenada.org\/index.php?rest_route=\/wp\/v2\/pages\/18","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/educationcollectivegrenada.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/educationcollectivegrenada.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/educationcollectivegrenada.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/educationcollectivegrenada.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=18"}],"version-history":[{"count":5,"href":"https:\/\/educationcollectivegrenada.org\/index.php?rest_route=\/wp\/v2\/pages\/18\/revisions"}],"predecessor-version":[{"id":232,"href":"https:\/\/educationcollectivegrenada.org\/index.php?rest_route=\/wp\/v2\/pages\/18\/revisions\/232"}],"wp:attachment":[{"href":"https:\/\/educationcollectivegrenada.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}