{"id":63785,"date":"2026-02-11T10:26:43","date_gmt":"2026-02-11T15:26:43","guid":{"rendered":"https:\/\/gentologie.com\/?page_id=63785"},"modified":"2026-02-11T10:57:30","modified_gmt":"2026-02-11T15:57:30","slug":"grandidierite","status":"publish","type":"page","link":"https:\/\/gentologie.com\/en\/club\/grandidierite\/","title":{"rendered":"Grandidierite &#8211; Invitation only"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">        \n        <div class=\"gd-application-wrapper\">\n            <div class=\"gd-container\">\n                \n                <!-- \u00c9TAPE 1 -->\n                <div class=\"gd-step gd-step-1 active\">\n                    <div class=\"gd-step-content\">\n                        <div class=\"gd-step-left\">\n                            <h1>Grandidierite<\/h1>\n                            <p class=\"gd-intro\">\n                                Grandidierite membership is invite-only. Submit your details and we'll contact if we think you're inline with Gentologie values.                            <\/p>\n                        <\/div>\n                        \n                        <div class=\"gd-step-right\">\n                            <h2>Request Grandidierite membership and begin living limitlessly, today.<\/h2>\n                            \n                            <form id=\"gd-form-step-1\" class=\"gd-form\">\n                                <div class=\"gd-field\">\n                                    <input type=\"text\" name=\"first_name\" placeholder=\"First name\" required>\n                                <\/div>\n                                \n                                <div class=\"gd-field\">\n                                    <input type=\"text\" name=\"last_name\" placeholder=\"Last name\" required>\n                                <\/div>\n                                \n                                <div class=\"gd-field\">\n                                    <input type=\"email\" name=\"email\" placeholder=\"Email\" required>\n                                <\/div>\n                                \n                                <button type=\"button\" class=\"gd-btn gd-btn-next\" data-next=\"2\">\n                                    Continue                                <\/button>\n                            <\/form>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- \u00c9TAPE 2 -->\n                <div class=\"gd-step gd-step-2\">\n                    <div class=\"gd-step-content\">\n                        <div class=\"gd-step-left\">\n                            <h1>Grandidi\u00e9rite<\/h1>\n                            <p class=\"gd-intro\">\n                                Tell us more about yourself                            <\/p>\n                        <\/div>\n                        \n                        <div class=\"gd-step-right\">\n                            <h2>A few more details<\/h2>\n                            \n                            <form id=\"gd-form-step-2\" class=\"gd-form\">\n                                <div class=\"gd-field\">\n                                    <input type=\"text\" name=\"occupation\" placeholder=\"Occupation\" required>\n                                <\/div>\n                                \n                                <div class=\"gd-field\">\n                                    <input type=\"text\" name=\"city\" placeholder=\"City\" required>\n                                <\/div>\n                                \n                                <div class=\"gd-field\">\n                                    <select name=\"referral_source\" required>\n                                        <option value=\"\">How did you hear about us?<\/option>\n                                        <option value=\"referral\">Referral<\/option>\n                                        <option value=\"social\">Social Media<\/option>\n                                        <option value=\"article\">Article<\/option>\n                                        <option value=\"event\">Event<\/option>\n                                        <option value=\"search\">Search Engine<\/option>\n                                        <option value=\"other\">Other<\/option>\n                                    <\/select>\n                                <\/div>\n                                \n                                <div class=\"gd-form-actions\">\n                                    <button type=\"button\" class=\"gd-btn gd-btn-back\" data-prev=\"1\">\n                                        \u2190 Back                                    <\/button>\n                                    <button type=\"button\" class=\"gd-btn gd-btn-next gd-btn-submit\" data-submit=\"true\">\n                                        Submit                                    <\/button>\n                                <\/div>\n                            <\/form>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- \u00c9TAPE 3 : Confirmation -->\n                <div class=\"gd-step gd-step-3\">\n                    <div class=\"gd-step-content gd-step-centered\">\n                        <div class=\"gd-success\">\n                            <div class=\"gd-success-icon\">\n                                <svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\">\n                                    <circle cx=\"40\" cy=\"40\" r=\"38\" stroke=\"#004d28\" stroke-width=\"2\" fill=\"none\"\/>\n                                    <path d=\"M25 40 L35 50 L55 30\" stroke=\"#004d28\" stroke-width=\"3\" fill=\"none\" stroke-linecap=\"round\"\/>\n                                <\/svg>\n                            <\/div>\n                            \n                            <h1>Thank you<\/h1>\n                            \n                            <p class=\"gd-success-message\">\n                                If you are selected, we will contact you personally by email within 3 to 5 business days.                            <\/p>\n                            \n                            <!-- \n                            ================================================\n                            CODE CALENDRIER - Pour activation future\n                            ================================================\n                            \n                            <a href=\"VOTRE_LIEN_CALENDLY\" target=\"_blank\" class=\"gd-btn gd-btn-booking\">\n                                Book a call                            <\/a>\n                            \n                            ================================================\n                            -->\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n            <\/div>\n        <\/div>\n        \n        <style>\n        \n        #post-63785 > .page-content > h1, \n        #post-63350 > .page-content > h1 { \n         display: none !important; \n        }\n        \n\n        .gd-application-wrapper {\n            background: #0c351d;\n            color: #fff;\n            min-height: 100vh;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .gd-container {\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n        \n        .gd-step {\n            display: none;\n            min-height: 100vh;\n            animation: fadeIn 0.5s;\n        }\n        \n        .gd-step.active {\n            display: block;\n        }\n        \n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        \n        .gd-step-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            min-height: 100vh;\n        }\n        \n        .gd-step-centered {\n            grid-template-columns: 1fr;\n            place-items: center;\n        }\n        \n        .gd-step-left {\n            background: #oo4d28;\n            padding: 80px 60px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n        \n        .gd-badge {\n            font-size: 4rem;\n            margin-bottom: 2rem;\n            animation: float 3s ease-in-out infinite;\n        }\n        \n        @keyframes float {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-10px); }\n        }\n        \n        .gd-step-left h1 {\n           font-size: clamp(3rem, 8vw, 6rem);\n            font-weight: 300;\n            margin: 0 0 2rem 0;\n            letter-spacing: -0.02em;\n            color: #fff5e6;\n        }\n        \n        .gd-intro {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #fff5e6;\n            max-width: 400px;\n        }\n        \n        .gd-step-right {\n            padding: 80px 60px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n        \n        .gd-step-right h2 {\n            font-size: 2rem;\n            font-weight: 400;\n            line-height: 1.4;\n            margin: 0 0 3rem 0;\n            color: #fff5e6;\n        }\n        \n        .gd-form {\n            max-width: 500px;\n        }\n        \n        .gd-field {\n            margin-bottom: 1.5rem;\n        }\n        \n        .gd-field input,\n        .gd-field select {\n            width: 100%;\n            padding: 1rem 1.25rem;\n            background: transparent;\n            border: 1px solid #fff5e6;\n            border-radius: 8px;\n            color: #fff5e6;\n            font-size: 1rem;\n            transition: all 0.3s;\n        }\n        \n        .gd-field input::placeholder {\n            color: #fff5e6;\n        }\n        \n        .gd-field input:focus,\n        .gd-field select:focus {\n            outline: none;\n            border-color: #004d28;\n            background: rgba(0, 77, 40, 0.05);\n        }\n        \n        .gd-field select {\n            cursor: pointer;\n            appearance: none;\n            background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'\/%3E%3C\/svg%3E\");\n            background-repeat: no-repeat;\n            background-position: right 1rem center;\n            padding-right: 3rem;\n        }\n        \n        .gd-field select option {\n            background: #0c351d;\n        }\n        \n        .gd-btn {\n            padding: 1rem 2.5rem;\n            background: #004d28;\n            color: #fff5e6;\n            border: none;\n            border-radius: 8px;\n            font-size: 1rem;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s;\n            width: 100%;\n            margin-top: 1rem;\n        }\n        \n        .gd-btn:hover {\n            background: #006838;\n            transform: translateY(-2px);\n            box-shadow: 0 10px 30px rgba(0, 77, 40, 0.3);\n        }\n        \n        .gd-btn:disabled {\n            opacity: 0.5;\n            cursor: not-allowed;\n        }\n        \n        .gd-form-actions {\n            display: flex;\n            gap: 1rem;\n            margin-top: 2rem;\n        }\n        \n        .gd-btn-back {\n            background: transparent;\n            border: 1px solid #333;\n            color: #fff;\n            width: auto;\n            padding: 1rem 2rem;\n            margin: 0;\n        }\n        \n        .gd-btn-back:hover {\n            background: #0c351d;\n            border-color: #004d28;\n            transform: none;\n        }\n        \n        .gd-btn-submit {\n            flex: 1;\n            margin: 0;\n        }\n        \n        .gd-success {\n            text-align: center;\n            max-width: 600px;\n            padding: 60px 40px;\n        }\n        \n        .gd-success-icon {\n            margin-bottom: 2rem;\n        }\n        \n        .gd-success h1 {\n            font-size: 3rem;\n            font-weight: 300;\n            margin: 0 0 2rem 0;\n        }\n        \n        .gd-success-message {\n            font-size: 1.25rem;\n            line-height: 1.8;\n            color: #999;\n        }\n        \n        .gd-btn-booking {\n            display: inline-block;\n            padding: 1.25rem 3rem;\n            background: #004d28;\n            color: #fff5e6;\n            text-decoration: none;\n            border-radius: 8px;\n            font-weight: 600;\n            margin-top: 2rem;\n            transition: all 0.3s;\n        }\n        \n        .gd-btn-booking:hover {\n            background: #006838;\n            transform: translateY(-2px);\n            box-shadow: 0 10px 30px rgba(0, 77, 40, 0.3);\n        }\n        \n        @media (max-width: 1024px) {\n            .gd-step-content {\n                grid-template-columns: 1fr;\n            }\n            \n            .gd-step-left,\n            .gd-step-right {\n                padding: 60px 40px;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .gd-step-left,\n            .gd-step-right {\n                padding: 40px 20px;\n            }\n            \n            .gd-form-actions {\n                flex-direction: column;\n            }\n            \n            .gd-btn-back {\n                width: 100%;\n            }\n        }\n        <\/style>\n        \n        <script>\n        jQuery(document).ready(function($) {\n            var formData = {};\n            \n            $('.gd-btn-next').on('click', function() {\n                var currentStep = $(this).closest('.gd-step');\n                var currentForm = currentStep.find('form');\n                \n                if (!currentForm[0].checkValidity()) {\n                    currentForm[0].reportValidity();\n                    return;\n                }\n                \n                if ($(this).data('submit')) {\n                    submitApplication();\n                    return;\n                }\n                \n                var stepData = currentForm.serializeArray();\n                $.each(stepData, function(i, field) {\n                    formData[field.name] = field.value;\n                });\n                \n                var nextStep = $(this).data('next');\n                showStep(nextStep);\n            });\n            \n            $('.gd-btn-back').on('click', function() {\n                showStep($(this).data('prev'));\n            });\n            \n            function showStep(stepNumber) {\n                $('.gd-step').removeClass('active');\n                $('.gd-step-' + stepNumber).addClass('active');\n                $('html, body').animate({ scrollTop: 0 }, 300);\n            }\n            \n            function submitApplication() {\n                var $submitBtn = $('.gd-btn-submit');\n                var originalText = $submitBtn.text();\n                \n                $submitBtn.prop('disabled', true).text('Submitting...');\n                \n                $.ajax({\n                    url: 'https:\/\/gentologie.com\/wp-admin\/admin-ajax.php',\n                    type: 'POST',\n                    data: $.extend({}, formData, {\n                        action: 'submit_grandidierite_application'\n                    }),\n                    success: function(response) {\n                        if (response.success) {\n                            showStep(3);\n                        } else {\n                            alert(response.data || 'Error');\n                            $submitBtn.prop('disabled', false).text(originalText);\n                        }\n                    },\n                    error: function() {\n                        alert('Error');\n                        $submitBtn.prop('disabled', false).text(originalText);\n                    }\n                });\n            }\n        });\n        <\/script>\n        \n        <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":39417,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"coauthors":[5548],"class_list":["post-63785","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Grandidierite - Invitation only | Gentologie<\/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:\/\/gentologie.com\/en\/club\/grandidierite\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Grandidierite - Invitation only | Gentologie\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gentologie.com\/en\/club\/grandidierite\/\" \/>\n<meta property=\"og:site_name\" content=\"Gentologie\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/facebook.com\/gentologie\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-11T15:57:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gentologie.com\/wp-content\/uploads\/2026\/02\/Gentologie-Logo-Yoast-Fallback.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n\t<meta name=\"twitter:label2\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data2\" content=\"Normand Boulanger\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gentologie.com\\\/en\\\/club\\\/grandidierite\\\/\",\"url\":\"https:\\\/\\\/gentologie.com\\\/en\\\/club\\\/grandidierite\\\/\",\"name\":\"Grandidierite - Invitation only | Gentologie\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gentologie.com\\\/en\\\/#website\"},\"datePublished\":\"2026-02-11T15:26:43+00:00\",\"dateModified\":\"2026-02-11T15:57:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gentologie.com\\\/en\\\/club\\\/grandidierite\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gentologie.com\\\/en\\\/club\\\/grandidierite\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gentologie.com\\\/en\\\/club\\\/grandidierite\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/gentologie.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Le Club by Gentologie\",\"item\":\"https:\\\/\\\/gentologie.com\\\/en\\\/club\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Grandidierite &#8211; Invitation only\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/gentologie.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/gentologie.com\\\/en\\\/\",\"name\":\"Gentologie\",\"description\":\"Style de Vie pour Gentleman | Lifestyle for Gentleman\",\"publisher\":{\"@id\":\"https:\\\/\\\/gentologie.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/gentologie.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/gentologie.com\\\/en\\\/#organization\",\"name\":\"Gentologie\",\"url\":\"https:\\\/\\\/gentologie.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/gentologie.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/gentologie.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Gentologie-Logo-Site-IMG.jpg\",\"contentUrl\":\"https:\\\/\\\/gentologie.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Gentologie-Logo-Site-IMG.jpg\",\"width\":696,\"height\":696,\"caption\":\"Gentologie\"},\"image\":{\"@id\":\"https:\\\/\\\/gentologie.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"http:\\\/\\\/facebook.com\\\/gentologie\",\"http:\\\/\\\/instagram.com\\\/gentologie\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/gentologie\",\"https:\\\/\\\/www.pinterest.com\\\/gentologie\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@gentologie\",\"https:\\\/\\\/www.threads.com\\\/@gentologie\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Grandidierite - Invitation only | Gentologie","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:\/\/gentologie.com\/en\/club\/grandidierite\/","og_locale":"en_US","og_type":"article","og_title":"Grandidierite - Invitation only | Gentologie","og_url":"https:\/\/gentologie.com\/en\/club\/grandidierite\/","og_site_name":"Gentologie","article_publisher":"http:\/\/facebook.com\/gentologie","article_modified_time":"2026-02-11T15:57:30+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/gentologie.com\/wp-content\/uploads\/2026\/02\/Gentologie-Logo-Yoast-Fallback.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute","Written by":"Normand Boulanger"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gentologie.com\/en\/club\/grandidierite\/","url":"https:\/\/gentologie.com\/en\/club\/grandidierite\/","name":"Grandidierite - Invitation only | Gentologie","isPartOf":{"@id":"https:\/\/gentologie.com\/en\/#website"},"datePublished":"2026-02-11T15:26:43+00:00","dateModified":"2026-02-11T15:57:30+00:00","breadcrumb":{"@id":"https:\/\/gentologie.com\/en\/club\/grandidierite\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gentologie.com\/en\/club\/grandidierite\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/gentologie.com\/en\/club\/grandidierite\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gentologie.com\/en\/"},{"@type":"ListItem","position":2,"name":"Le Club by Gentologie","item":"https:\/\/gentologie.com\/en\/club\/"},{"@type":"ListItem","position":3,"name":"Grandidierite &#8211; Invitation only"}]},{"@type":"WebSite","@id":"https:\/\/gentologie.com\/en\/#website","url":"https:\/\/gentologie.com\/en\/","name":"Gentologie","description":"Style de Vie pour Gentleman | Lifestyle for Gentleman","publisher":{"@id":"https:\/\/gentologie.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gentologie.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/gentologie.com\/en\/#organization","name":"Gentologie","url":"https:\/\/gentologie.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gentologie.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/gentologie.com\/wp-content\/uploads\/2026\/02\/Gentologie-Logo-Site-IMG.jpg","contentUrl":"https:\/\/gentologie.com\/wp-content\/uploads\/2026\/02\/Gentologie-Logo-Site-IMG.jpg","width":696,"height":696,"caption":"Gentologie"},"image":{"@id":"https:\/\/gentologie.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/facebook.com\/gentologie","http:\/\/instagram.com\/gentologie","https:\/\/www.linkedin.com\/company\/gentologie","https:\/\/www.pinterest.com\/gentologie\/","https:\/\/www.youtube.com\/@gentologie","https:\/\/www.threads.com\/@gentologie"]}]}},"_links":{"self":[{"href":"https:\/\/gentologie.com\/en\/wp-json\/wp\/v2\/pages\/63785","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gentologie.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gentologie.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gentologie.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/gentologie.com\/en\/wp-json\/wp\/v2\/comments?post=63785"}],"version-history":[{"count":2,"href":"https:\/\/gentologie.com\/en\/wp-json\/wp\/v2\/pages\/63785\/revisions"}],"predecessor-version":[{"id":63788,"href":"https:\/\/gentologie.com\/en\/wp-json\/wp\/v2\/pages\/63785\/revisions\/63788"}],"up":[{"embeddable":true,"href":"https:\/\/gentologie.com\/en\/wp-json\/wp\/v2\/pages\/39417"}],"wp:attachment":[{"href":"https:\/\/gentologie.com\/en\/wp-json\/wp\/v2\/media?parent=63785"}],"wp:term":[{"taxonomy":"author","embeddable":true,"href":"https:\/\/gentologie.com\/en\/wp-json\/wp\/v2\/coauthors?post=63785"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}