{"id":1036,"date":"2023-08-25T15:57:28","date_gmt":"2023-08-25T13:57:28","guid":{"rendered":"http:\/\/ewblnfi.cluster028.hosting.ovh.net\/?page_id=1036"},"modified":"2026-02-23T10:59:22","modified_gmt":"2026-02-23T09:59:22","slug":"blog","status":"publish","type":"page","link":"https:\/\/speakidz.com\/index.php\/blog\/","title":{"rendered":"Blog"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1036\" class=\"elementor elementor-1036\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d0c9f7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7d0c9f7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-75529e8\" data-id=\"75529e8\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4cda78d elementor-widget elementor-widget-spacer\" data-id=\"4cda78d\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.15.0 - 09-08-2023 *\/\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}<\/style>\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-64204a7 elementor-widget elementor-widget-shortcode\" data-id=\"64204a7\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">    <style>\n    .spkz-blog-wrap {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 15px;\n    }\n    \/* FILTRES *\/\n    .spkz-blog-filters {\n        display: flex;\n        gap: 8px;\n        flex-wrap: wrap;\n        margin-bottom: 30px;\n        justify-content: center;\n    }\n    .spkz-blog-filters a {\n        display: inline-block;\n        padding: 8px 20px;\n        border-radius: 50px;\n        font-size: 13px;\n        font-weight: 600;\n        text-decoration: none;\n        transition: all 0.2s;\n        border: 2px solid #e0d4f5;\n        color: #7c3aed;\n        background: #fff;\n    }\n    .spkz-blog-filters a:hover {\n        background: #f5f0ff;\n        border-color: #7c3aed;\n    }\n    .spkz-blog-filters a.active {\n        background: #7c3aed;\n        color: #fff;\n        border-color: #7c3aed;\n    }\n    \/* GRILLE *\/\n    .spkz-blog-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 20px;\n    }\n    @media (max-width: 960px) {\n        .spkz-blog-grid { grid-template-columns: repeat(2, 1fr); }\n    }\n    @media (max-width: 600px) {\n        .spkz-blog-grid { grid-template-columns: 1fr; }\n    }\n    \/* CARD *\/\n    .spkz-blog-card {\n        position: relative;\n        border-radius: 18px;\n        overflow: hidden;\n        aspect-ratio: 4 \/ 3;\n        cursor: pointer;\n        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n    .spkz-blog-card:hover {\n        transform: translateY(-6px);\n        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);\n    }\n    .spkz-blog-card a {\n        display: block;\n        width: 100%;\n        height: 100%;\n        text-decoration: none;\n        color: #fff;\n    }\n\/* IMAGE FOND *\/\n    .spkz-blog-card-img {\n        position: absolute;\n        top: 0; left: 0;\n        width: 100%;\n        height: 100%;\n        background-size: cover;\n        background-position: center top; \/* <-- C'est ici la magie ! *\/\n        transition: transform 0.4s ease;\n    }\n    .spkz-blog-card:hover .spkz-blog-card-img {\n        transform: scale(1.06);\n    }\n    \/* OVERLAY GRADIENT *\/\n    .spkz-blog-card-overlay {\n        position: absolute;\n        bottom: 0; left: 0; right: 0;\n        padding: 60px 20px 20px;\n        background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.3) 60%, transparent 100%);\n        display: flex;\n        flex-direction: column;\n        justify-content: flex-end;\n        height: 100%;\n    }\n    \/* BADGES CAT\u00c9GORIE *\/\n    .spkz-blog-card-cats {\n        display: flex;\n        gap: 6px;\n        flex-wrap: wrap;\n        margin-bottom: 8px;\n    }\n    .spkz-blog-card-cats span {\n        background: rgba(124, 58, 237, 0.85);\n        color: #fff;\n        padding: 3px 12px;\n        border-radius: 20px;\n        font-size: 10px;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        backdrop-filter: blur(4px);\n    }\n    \/* TITRE *\/\n    .spkz-blog-card-title {\nfont-size: 18px;\n        font-weight: 800;\n        line-height: 1.3;\n        color: #ffffff !important;\n        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);\n        margin: 0;\n        display: -webkit-box;\n        -webkit-line-clamp: 2;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n    }\n    \/* DATE *\/\n    .spkz-blog-card-date {\n        font-size: 11px;\n        color: rgba(255, 255, 255, 0.7);\n        margin-top: 6px;\n    }\n    \/* PREMI\u00c8RE CARD PLUS GRANDE *\/\n    .spkz-blog-grid .spkz-blog-card:first-child {\n        grid-column: span 2;\n        aspect-ratio: 16 \/ 7;\n    }\n    .spkz-blog-grid .spkz-blog-card:first-child .spkz-blog-card-title {\n        font-size: 26px;\n    }\n    @media (max-width: 600px) {\n        .spkz-blog-grid .spkz-blog-card:first-child {\n            grid-column: span 1;\n            aspect-ratio: 4 \/ 3;\n        }\n        .spkz-blog-grid .spkz-blog-card:first-child .spkz-blog-card-title {\n            font-size: 18px;\n        }\n    }\n    \/* NO IMAGE FALLBACK *\/\n    .spkz-blog-card-noimg {\n        background: linear-gradient(135deg, #7c3aed, #a855f7);\n    }\n    \/* PAGINATION *\/\n    .spkz-blog-pagination {\n        display: flex;\n        justify-content: center;\n        gap: 8px;\n        margin-top: 40px;\n    }\n    .spkz-blog-pagination a,\n    .spkz-blog-pagination span {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        width: 40px;\n        height: 40px;\n        border-radius: 10px;\n        font-size: 14px;\n        font-weight: 600;\n        text-decoration: none;\n        transition: all 0.2s;\n    }\n    .spkz-blog-pagination a {\n        background: #f0e8ff;\n        color: #7c3aed;\n    }\n    .spkz-blog-pagination a:hover {\n        background: #7c3aed;\n        color: #fff;\n    }\n    .spkz-blog-pagination span.current {\n        background: #7c3aed;\n        color: #fff;\n    }\n    \/* EMPTY STATE *\/\n    .spkz-blog-empty {\n        text-align: center;\n        padding: 60px 20px;\n        color: #999;\n    }\n    .spkz-blog-empty-icon {\n        font-size: 50px;\n        margin-bottom: 12px;\n    }\n    <\/style>\n\n    <div class=\"spkz-blog-wrap\">\n\n        <!-- FILTRES CAT\u00c9GORIES -->\n        <div class=\"spkz-blog-filters\">\n            <a href=\"https:\/\/speakidz.com\/index.php\/wp-json\/wp\/v2\/pages\/1036\/\" class=\"active\">Tous<\/a>\n                            <a href=\"https:\/\/speakidz.com\/index.php\/wp-json\/wp\/v2\/pages\/1036\/?cat=27\" \n                   class=\"\">\n                    Vacances Speak\u2019idz                <\/a>\n                            <a href=\"https:\/\/speakidz.com\/index.php\/wp-json\/wp\/v2\/pages\/1036\/?cat=9\" \n                   class=\"\">\n                    Vie du centre                <\/a>\n                    <\/div>\n\n                    <div class=\"spkz-blog-grid\">\n                                <div class=\"spkz-blog-card\">\n                    <a href=\"https:\/\/speakidz.com\/index.php\/2026\/05\/02\/%e2%98%80%ef%b8%8f-sea-sun-english-%f0%9f%8c%b4\/\">\n                                                    <div class=\"spkz-blog-card-img\" style=\"background-image: url('https:\/\/speakidz.com\/wp-content\/uploads\/2026\/04\/Affiche-stages-ete-2026-1-724x1024.png');\"><\/div>\n                                                <div class=\"spkz-blog-card-overlay\">\n                                                            <div class=\"spkz-blog-card-cats\">\n                                                                            <span>Vacances Speak\u2019idz<\/span>\n                                                                    <\/div>\n                                                        <h3 class=\"spkz-blog-card-title\">\u2600\ufe0f SEA, SUN &amp; ENGLISH \ud83c\udf34\u200b<\/h3>\n                            <div class=\"spkz-blog-card-date\">02 mai 2026<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n                                <div class=\"spkz-blog-card\">\n                    <a href=\"https:\/\/speakidz.com\/index.php\/2026\/02\/27\/speakidz-customise-la-vieille-ville-de-nancy-langlais-sinvite-dans-la-rue\/\">\n                                                    <div class=\"spkz-blog-card-img\" style=\"background-image: url('https:\/\/speakidz.com\/wp-content\/uploads\/2026\/02\/IMG_2980-1024x768.jpg');\"><\/div>\n                                                <div class=\"spkz-blog-card-overlay\">\n                                                            <div class=\"spkz-blog-card-cats\">\n                                                                            <span>Vie du centre<\/span>\n                                                                    <\/div>\n                                                        <h3 class=\"spkz-blog-card-title\">Speak&rsquo;Idz customise la Vieille-Ville de Nancy : l&rsquo;anglais s&rsquo;invite dans la rue !<\/h3>\n                            <div class=\"spkz-blog-card-date\">27 f\u00e9vrier 2026<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n                                <div class=\"spkz-blog-card\">\n                    <a href=\"https:\/\/speakidz.com\/index.php\/2026\/02\/23\/copie-de-rencontrez-jeffrey-notre-animateur-passionne-2\/\">\n                                                    <div class=\"spkz-blog-card-img\" style=\"background-image: url('https:\/\/speakidz.com\/wp-content\/uploads\/2026\/02\/IMG_6130-768x1024.jpg');\"><\/div>\n                                                <div class=\"spkz-blog-card-overlay\">\n                                                            <div class=\"spkz-blog-card-cats\">\n                                                                            <span>Vie du centre<\/span>\n                                                                    <\/div>\n                                                        <h3 class=\"spkz-blog-card-title\">Rencontrez Jeffrey, notre animateur passionn\u00e9 !<\/h3>\n                            <div class=\"spkz-blog-card-date\">23 f\u00e9vrier 2026<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n                                <div class=\"spkz-blog-card\">\n                    <a href=\"https:\/\/speakidz.com\/index.php\/2025\/09\/10\/stages-halloween-2025\/\">\n                                                    <div class=\"spkz-blog-card-img\" style=\"background-image: url('https:\/\/speakidz.com\/wp-content\/uploads\/2026\/02\/Affiche-Halloween-2025-724x1024-1.png');\"><\/div>\n                                                <div class=\"spkz-blog-card-overlay\">\n                                                            <div class=\"spkz-blog-card-cats\">\n                                                                            <span>Vacances Speak\u2019idz<\/span>\n                                                                    <\/div>\n                                                        <h3 class=\"spkz-blog-card-title\">STAGES HALLOWEEN 2025<\/h3>\n                            <div class=\"spkz-blog-card-date\">10 septembre 2025<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n                                <div class=\"spkz-blog-card\">\n                    <a href=\"https:\/\/speakidz.com\/index.php\/2025\/04\/25\/stage-dete\/\">\n                                                    <div class=\"spkz-blog-card-img\" style=\"background-image: url('https:\/\/speakidz.com\/wp-content\/uploads\/2026\/02\/Affiche-Stages-dete-2025-724x1024-1.jpg');\"><\/div>\n                                                <div class=\"spkz-blog-card-overlay\">\n                                                            <div class=\"spkz-blog-card-cats\">\n                                                                            <span>Vacances Speak\u2019idz<\/span>\n                                                                    <\/div>\n                                                        <h3 class=\"spkz-blog-card-title\">Stage d\u00e9t\u00e9<\/h3>\n                            <div class=\"spkz-blog-card-date\">25 avril 2025<\/div>\n                        <\/div>\n                    <\/a>\n                <\/div>\n                            <\/div>\n\n            <!-- PAGINATION -->\n            \n            <\/div>\n    <\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"enabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","footnotes":""},"class_list":["post-1036","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.13 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Blog - Speak&#039;Idz<\/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:\/\/speakidz.com\/index.php\/blog\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Blog - Speak&#039;Idz\" \/>\n<meta property=\"og:url\" content=\"https:\/\/speakidz.com\/index.php\/blog\/\" \/>\n<meta property=\"og:site_name\" content=\"Speak&#039;Idz\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-23T09:59:22+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/speakidz.com\/index.php\/blog\/\",\"url\":\"https:\/\/speakidz.com\/index.php\/blog\/\",\"name\":\"Blog - Speak&#039;Idz\",\"isPartOf\":{\"@id\":\"https:\/\/speakidz.com\/#website\"},\"datePublished\":\"2023-08-25T13:57:28+00:00\",\"dateModified\":\"2026-02-23T09:59:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/speakidz.com\/index.php\/blog\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/speakidz.com\/index.php\/blog\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/speakidz.com\/index.php\/blog\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/speakidz.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Blog\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/speakidz.com\/#website\",\"url\":\"https:\/\/speakidz.com\/\",\"name\":\"Speak&#039;Idz\",\"description\":\"L&#039;anglais qui parle aux enfants\",\"publisher\":{\"@id\":\"https:\/\/speakidz.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/speakidz.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/speakidz.com\/#organization\",\"name\":\"Speak&#039;Idz\",\"url\":\"https:\/\/speakidz.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/speakidz.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/speakidz.com\/wp-content\/uploads\/2020\/02\/Logo-SpeakIdz-2025-2.jpg\",\"contentUrl\":\"https:\/\/speakidz.com\/wp-content\/uploads\/2020\/02\/Logo-SpeakIdz-2025-2.jpg\",\"width\":1080,\"height\":478,\"caption\":\"Speak&#039;Idz\"},\"image\":{\"@id\":\"https:\/\/speakidz.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Blog - Speak&#039;Idz","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:\/\/speakidz.com\/index.php\/blog\/","og_locale":"fr_FR","og_type":"article","og_title":"Blog - Speak&#039;Idz","og_url":"https:\/\/speakidz.com\/index.php\/blog\/","og_site_name":"Speak&#039;Idz","article_modified_time":"2026-02-23T09:59:22+00:00","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/speakidz.com\/index.php\/blog\/","url":"https:\/\/speakidz.com\/index.php\/blog\/","name":"Blog - Speak&#039;Idz","isPartOf":{"@id":"https:\/\/speakidz.com\/#website"},"datePublished":"2023-08-25T13:57:28+00:00","dateModified":"2026-02-23T09:59:22+00:00","breadcrumb":{"@id":"https:\/\/speakidz.com\/index.php\/blog\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/speakidz.com\/index.php\/blog\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/speakidz.com\/index.php\/blog\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/speakidz.com\/"},{"@type":"ListItem","position":2,"name":"Blog"}]},{"@type":"WebSite","@id":"https:\/\/speakidz.com\/#website","url":"https:\/\/speakidz.com\/","name":"Speak&#039;Idz","description":"L&#039;anglais qui parle aux enfants","publisher":{"@id":"https:\/\/speakidz.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/speakidz.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/speakidz.com\/#organization","name":"Speak&#039;Idz","url":"https:\/\/speakidz.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/speakidz.com\/#\/schema\/logo\/image\/","url":"https:\/\/speakidz.com\/wp-content\/uploads\/2020\/02\/Logo-SpeakIdz-2025-2.jpg","contentUrl":"https:\/\/speakidz.com\/wp-content\/uploads\/2020\/02\/Logo-SpeakIdz-2025-2.jpg","width":1080,"height":478,"caption":"Speak&#039;Idz"},"image":{"@id":"https:\/\/speakidz.com\/#\/schema\/logo\/image\/"}}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"admin2128","author_link":"https:\/\/speakidz.com\/index.php\/author\/admin2128\/"},"uagb_comment_info":0,"uagb_excerpt":null,"_links":{"self":[{"href":"https:\/\/speakidz.com\/index.php\/wp-json\/wp\/v2\/pages\/1036","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/speakidz.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/speakidz.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/speakidz.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/speakidz.com\/index.php\/wp-json\/wp\/v2\/comments?post=1036"}],"version-history":[{"count":4,"href":"https:\/\/speakidz.com\/index.php\/wp-json\/wp\/v2\/pages\/1036\/revisions"}],"predecessor-version":[{"id":2462,"href":"https:\/\/speakidz.com\/index.php\/wp-json\/wp\/v2\/pages\/1036\/revisions\/2462"}],"wp:attachment":[{"href":"https:\/\/speakidz.com\/index.php\/wp-json\/wp\/v2\/media?parent=1036"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}