{"id":8399,"date":"2025-09-20T11:00:49","date_gmt":"2025-09-20T08:00:49","guid":{"rendered":"https:\/\/professorsdentalclinic.com\/?page_id=8399"},"modified":"2026-01-25T16:34:54","modified_gmt":"2026-01-25T13:34:54","slug":"dr-ahmed-kassab-implant-specialist","status":"publish","type":"page","link":"https:\/\/professorsdentalclinic.com\/en\/dr-ahmed-kassab-implant-specialist\/","title":{"rendered":"Dr. Ahmed Kassab"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: #f8fafc;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        .hero-section {\n            background: linear-gradient(135deg, #0d1657 0%, #1a237e 100%);\n            color: white;\n            padding: 80px 0;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .hero-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" fill=\"%23ffffff\" opacity=\"0.05\"><path d=\"M0,20 Q250,80 500,20 T1000,20 V100 H0 Z\"\/><\/svg>') repeat-x;\n            background-size: 1000px 100px;\n        }\n        \n        .hero-content {\n            display: grid;\n            grid-template-columns: 2fr 1fr;\n            gap: 60px;\n            align-items: center;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .hero-text h1 {\n            font-size: 3.5rem;\n            font-weight: 700;\n            margin-bottom: 20px;\n            line-height: 1.2;\n            color: white;\n        }\n        \n        .hero-text .subtitle {\n            font-size: 1.4rem;\n            color: #b88e53;\n            margin-bottom: 30px;\n            font-weight: 500;\n        }\n        \n        .hero-text p {\n            font-size: 1.1rem;\n            margin-bottom: 25px;\n            opacity: 0.9;\n        }\n        \n        .credentials {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 30px;\n        }\n        \n        .credential-badge {\n            background: rgba(184, 142, 83, 0.2);\n            border: 1px solid #b88e53;\n            padding: 8px 16px;\n            border-radius: 25px;\n            font-size: 0.9rem;\n            color: #b88e53;\n            font-weight: 500;\n        }\n        \n        .hero-image {\n            position: relative;\n        }\n        \n        .hero-image img {\n            width: 100%;\n            height: auto;\n            border-radius: 20px;\n            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);\n            transform: rotate(2deg);\n            transition: transform 0.3s ease;\n        }\n        \n        .hero-image:hover img {\n            transform: rotate(0deg);\n        }\n        \n        .stats-section {\n            background: white;\n            padding: 60px 0;\n            margin-top: -40px;\n            position: relative;\n            z-index: 2;\n        }\n        \n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 40px;\n            text-align: center;\n        }\n        \n        .stat-item {\n            padding: 30px;\n            background: #f8fafc;\n            border-radius: 15px;\n            border: 1px solid #e2e8f0;\n            transition: all 0.3s ease;\n        }\n        \n        .stat-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 30px rgba(13, 22, 87, 0.1);\n        }\n        \n        .stat-number {\n            font-size: 3rem;\n            font-weight: 700;\n            color: #0d1657;\n            margin-bottom: 10px;\n            display: block;\n        }\n        \n        .stat-label {\n            font-size: 1.1rem;\n            color: #64748b;\n            font-weight: 500;\n        }\n        \n        .expertise-section {\n            padding: 80px 0;\n            background: white;\n        }\n        \n        .section-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        \n        .section-header h2 {\n            font-size: 2.8rem;\n            color: #0d1657;\n            margin-bottom: 20px;\n            font-weight: 700;\n        }\n        \n        .section-header p {\n            font-size: 1.2rem;\n            color: #64748b;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n        \n        .expertise-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 30px;\n        }\n        \n        .expertise-card {\n            background: #f8fafc;\n            padding: 40px;\n            border-radius: 20px;\n            border: 1px solid #e2e8f0;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .expertise-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 40px rgba(13, 22, 87, 0.15);\n            border-color: #b88e53;\n        }\n        \n        .expertise-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 4px;\n            height: 100%;\n            background: #b88e53;\n            transform: scaleY(0);\n            transition: transform 0.3s ease;\n        }\n        \n        .expertise-card:hover::before {\n            transform: scaleY(1);\n        }\n        \n        .expertise-icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #0d1657, #1a237e);\n            border-radius: 15px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 20px;\n            color: white;\n            font-size: 1.5rem;\n        }\n        \n        .expertise-card h3 {\n            font-size: 1.4rem;\n            color: #0d1657;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n        \n        .expertise-card p {\n            color: #64748b;\n            line-height: 1.6;\n        }\n        \n        .qualifications-section {\n            padding: 80px 0;\n            background: #f8fafc;\n        }\n        \n        .qualifications-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: start;\n        }\n        \n        .qualification-item {\n            background: white;\n            padding: 30px;\n            border-radius: 15px;\n            margin-bottom: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            border-left: 4px solid #b88e53;\n        }\n        \n        .qualification-item h4 {\n            color: #0d1657;\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n            font-weight: 600;\n        }\n        \n        .qualification-item p {\n            color: #64748b;\n            margin-bottom: 5px;\n        }\n        \n        .highlight-box {\n            background: linear-gradient(135deg, #0d1657, #1a237e);\n            color: white;\n            padding: 40px;\n            border-radius: 20px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .highlight-box::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -50%;\n            width: 100%;\n            height: 100%;\n            background: radial-gradient(circle, rgba(184, 142, 83, 0.2) 0%, transparent 70%);\n        }\n        \n        .highlight-box h3 {\n            font-size: 2rem;\n            margin-bottom: 20px;\n            position: relative;\n            z-index: 1;\n            color: white;\n        }\n        \n        .highlight-box p {\n            font-size: 1.1rem;\n            opacity: 0.9;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .cta-section {\n            background: #0d1657;\n            color: white;\n            padding: 80px 0;\n            text-align: center;\n        }\n        \n        .cta-content h2 {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            font-weight: 700;\n            color: white;\n        }\n        \n        .cta-content p {\n            font-size: 1.2rem;\n            margin-bottom: 40px;\n            opacity: 0.9;\n        }\n        \n        .contact-info {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            margin-top: 50px;\n        }\n        \n        .contact-item {\n            background: rgba(255, 255, 255, 0.1);\n            padding: 30px;\n            border-radius: 15px;\n            backdrop-filter: blur(10px);\n        }\n        \n        .contact-item h4 {\n            color: #b88e53;\n            margin-bottom: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .phone-number {\n            font-size: 1.3rem;\n            font-weight: 600;\n            color: white;\n            text-decoration: none;\n        }\n        \n        .phone-number:hover {\n            color: #b88e53;\n        }\n        \n        @media (max-width: 768px) {\n            .hero-content {\n                grid-template-columns: 1fr;\n                text-align: center;\n            }\n            \n            .hero-text h1 {\n                font-size: 2.5rem;\n            }\n            \n            .stats-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n            \n            .expertise-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .qualifications-content {\n                grid-template-columns: 1fr;\n                gap: 40px;\n            }\n        }\n        \n        .schema-hidden {\n            display: none;\n        }\n    <\/style>\n    <script type=\"application\/ld+json\">\n{\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"Person\",\n    \"@id\": \"https:\/\/professorsdentalclinic.com\/en\/dr-ahmed-kassab-implant-specialist#person\",\n    \"name\": \"Dr. Ahmed Abdellatif Kassab\",\n    \"alternateName\": \"\u062f. \u0623\u062d\u0645\u062f \u0639\u0628\u062f \u0627\u0644\u0644\u0637\u064a\u0641 \u0643\u0633\u0627\u0628\",\n    \"image\": \"https:\/\/professorsdentalclinic.com\/wp-content\/uploads\/2026\/01\/\u062f.-\u0623\u062d\u0645\u062f-\u0643\u0633\u0627\u0628-\u0623\u062e\u0635\u0627\u0626\u064a-\u0632\u0631\u0627\u0639\u0629-\u0627\u0644\u0623\u0633\u0646\u0627\u0646-\u0648\u0627\u0644\u0632\u0631\u0627\u0639\u0629-\u0627\u0644\u0641\u0648\u0631\u064a\u0629-\u0641\u064a-\u0645\u0635\u0631-scaled.jpg\",\n    \"jobTitle\": \"Dental Implant Specialist & Oral Surgeon\",\n    \"alumniOf\": [\n        {\n            \"@type\": \"CollegeOrUniversity\",\n            \"name\": \"Cairo University\",\n            \"department\": \"Faculty of Dentistry\"\n        },\n        {\n            \"@type\": \"CollegeOrUniversity\", \n            \"name\": \"Ain Shams University\",\n            \"department\": \"Endodontics Department\"\n        }\n    ],\n    \"hasCredential\": [\n        {\n            \"@type\": \"EducationalOccupationalCredential\",\n            \"name\": \"German Board in Dental Implants\",\n            \"credentialCategory\": \"Professional Certification\"\n        },\n        {\n            \"@type\": \"EducationalOccupationalCredential\",\n            \"name\": \"Master's Degree in Endodontics\",\n            \"credentialCategory\": \"Graduate Degree\",\n            \"educationalLevel\": \"Master's\"\n        }\n    ],\n    \"knowsAbout\": [\n        \"Dental Implants\",\n        \"Immediate Dental Implants\", \n        \"Oral Surgery\",\n        \"Wisdom Tooth Extraction\",\n        \"Root Canal Treatment\",\n        \"Endodontics\"\n    ],\n    \"telephone\": \"+20 1066345566\",\n    \"url\": \"https:\/\/professorsdentalclinic.com\/en\/dr-ahmed-kassab-implant-specialist\/\",\n    \"mainEntityOfPage\": {\n        \"@type\": \"WebPage\",\n        \"@id\": \"https:\/\/professorsdentalclinic.com\/en\/dr-ahmed-kassab-implant-specialist\/\"\n    }\n}\n<\/script>\n<\/head>\n<body>\n    <!-- Hero Section -->\n    <section class=\"hero-section\">\n        <div class=\"container\">\n            <div class=\"hero-content\">\n                <div class=\"hero-text\">\n                    <h1>Dr. Ahmed Kassab<\/h1>\n                    <p class=\"subtitle\">Dental Implant Specialist &#038; Oral Surgeon<\/p>\n                    <p>German Board certified dental implant specialist with over 7 years of transforming smiles through advanced implant dentistry and comprehensive oral surgery.<\/p>\n                    <p>Specializing in immediate dental implants, complex oral surgery, and pain-free root canal treatments with a commitment to delivering exceptional patient care and lasting results.<\/p>\n                    \n                    <div class=\"credentials\">\n                        <span class=\"credential-badge\">\ud83c\udfc6 German Board Certified<\/span>\n                        <span class=\"credential-badge\">\ud83c\udf93 Cairo University Graduate<\/span>\n                        <span class=\"credential-badge\">\u2695\ufe0f 7+ Years Experience<\/span>\n                        <span class=\"credential-badge\">\ud83e\uddb7 Immediate Implants Expert<\/span>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"hero-image\">\n                    <img decoding=\"async\" src=\"https:\/\/professorsdentalclinic.com\/wp-content\/uploads\/2026\/01\/\u062f.-\u0623\u062d\u0645\u062f-\u0643\u0633\u0627\u0628-\u0623\u062e\u0635\u0627\u0626\u064a-\u0632\u0631\u0627\u0639\u0629-\u0627\u0644\u0623\u0633\u0646\u0627\u0646-\u0648\u0627\u0644\u0632\u0631\u0627\u0639\u0629-\u0627\u0644\u0641\u0648\u0631\u064a\u0629-\u0641\u064a-\u0645\u0635\u0631-scaled.jpg\" alt=\"Dr. Ahmed Kassab at Professors Dental Clinic for Implants and Cosmetic Dentistry\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Stats Section -->\n    <section class=\"stats-section\">\n        <div class=\"container\">\n            <div class=\"stats-grid\">\n                <div class=\"stat-item\">\n                    <span class=\"stat-number\">7+<\/span>\n                    <span class=\"stat-label\">Years of Excellence<\/span>\n                <\/div>\n                <div class=\"stat-item\">\n                    <span class=\"stat-number\">800+<\/span>\n                    <span class=\"stat-label\">Successful Implants<\/span>\n                <\/div>\n                <div class=\"stat-item\">\n                    <span class=\"stat-number\">1000+<\/span>\n                    <span class=\"stat-label\">Pain-Free Procedures<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Expertise Section -->\n    <section class=\"expertise-section\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <h2>Areas of Expertise<\/h2>\n                <p>Comprehensive dental solutions backed by advanced training and years of specialized experience<\/p>\n            <\/div>\n            \n            <div class=\"expertise-grid\">\n                <div class=\"expertise-card\">\n                    <div class=\"expertise-icon\">\ud83e\uddb7<\/div>\n                    <h3>Immediate Dental Implants<\/h3>\n                    <p>Advanced same-day implant procedures that restore your smile immediately. German Board certified in the latest implant techniques with focus on minimal invasion and maximum comfort.<\/p>\n                <\/div>\n                \n                <div class=\"expertise-card\">\n                    <div class=\"expertise-icon\">\ud83d\udd2c<\/div>\n                    <h3>Oral Surgery<\/h3>\n                    <p>Complex oral surgical procedures including wisdom tooth extraction, impacted teeth removal, and pre-implant bone grafting with precision and patient comfort as top priorities.<\/p>\n                <\/div>\n                \n                <div class=\"expertise-card\">\n                    <div class=\"expertise-icon\">\ud83c\udfaf<\/div>\n                    <h3>Root Canal Treatment<\/h3>\n                    <p>Master&#8217;s degree in Endodontics from Ain Shams University. Specializing in saving natural teeth through advanced root canal techniques with complete pain elimination.<\/p>\n                <\/div>\n                \n                <div class=\"expertise-card\">\n                    <div class=\"expertise-icon\">\u2695\ufe0f<\/div>\n                    <h3>Wisdom Tooth Extraction<\/h3>\n                    <p>Expert removal of impacted and buried wisdom teeth using modern surgical techniques. Minimal discomfort, faster healing, and comprehensive post-operative care.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Qualifications Section -->\n    <section class=\"qualifications-section\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <h2>Education &#038; Certifications<\/h2>\n                <p>Internationally recognized qualifications and continuous professional development<\/p>\n            <\/div>\n\n            <div style=\"text-align: center; margin-bottom: 60px;\">\n                <img decoding=\"async\" src=\"https:\/\/professorsdentalclinic.com\/wp-content\/uploads\/2025\/09\/\u0634\u0647\u0627\u062f\u0629-\u062f.-\u0623\u062d\u0645\u062f-\u0643\u0633\u0627\u0628-\u0641\u064a-\u0632\u0631\u0627\u0639\u0629-\u0627\u0644\u0623\u0633\u0646\u0627\u0646-\u0645\u0646-\u062c\u0627\u0645\u0639\u0629-\u0627\u0644\u0642\u0627\u0647\u0631\u0629.jpeg\" alt=\"Dr. Ahmed Kassab's Dental Implant Certificate from Cairo University\" \n                     style=\"width: 100%; max-width: 500px; height: auto; border-radius: 15px; box-shadow: 0 15px 30px rgba(13, 22, 87, 0.2);\">\n                <p style=\"margin-top: 15px; color: #64748b; font-size: 0.95rem; font-style: italic;\">\n                    Dr. Ahmed Kassab&#8217;s Dental Implant Certificate from Cairo University\n                <\/p>\n            <\/div>\n            \n            <div class=\"qualifications-content\">\n                <div>\n                    <div class=\"qualification-item\">\n                        <h4>German Board in Dental Implants<\/h4>\n                        <p><strong>International Certification<\/strong><\/p>\n                        <p>Advanced training in immediate and posterior implant protocols, surgical guidelines, and contemporary implant dentistry techniques.<\/p>\n                    <\/div>\n                    \n                    <div class=\"qualification-item\">\n                        <h4>Master&#8217;s Degree in Endodontics<\/h4>\n                        <p><strong>Ain Shams University<\/strong><\/p>\n                        <p>Specialized graduate degree focusing on root canal treatment, endodontic surgery, and dental pulp therapy.<\/p>\n                    <\/div>\n                    \n                    <div class=\"qualification-item\">\n                        <h4>Bachelor of Dental Surgery<\/h4>\n                        <p><strong>Cairo University &#8211; Faculty of Dentistry<\/strong><\/p>\n                        <p>Comprehensive dental education with focus on restorative dentistry, oral surgery, and patient care excellence.<\/p>\n                    <\/div>\n                    \n                    <div class=\"qualification-item\">\n                        <h4>Advanced Endodontic Training<\/h4>\n                        <p><strong>Continuing Education<\/strong><\/p>\n                        <p>Multiple certifications in stress-free endodontic treatment, modern obturation techniques, and GP retrieval protocols.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"highlight-box\">\n                    <h3>Why Choose Dr. Kassab?<\/h3>\n                    <p>My passion lies in providing rapid dental implant solutions and complete pain relief from all dental problems in a single session. This approach has a direct impact on improving the quality of life for my valued patients.<\/p>\n                    <br>\n                    <p>With German Board certification and extensive training in immediate implant protocols, I ensure every patient receives world-class treatment with exceptional outcomes.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section class=\"cta-section\">\n        <div class=\"container\">\n            <div class=\"cta-content\">\n                <h2>Schedule Your Consultation Today<\/h2>\n                <p>Experience pain-free dental treatment with immediate results. Book your appointment with Dr. Ahmed Kassab for expert dental implant and oral surgery solutions.<\/p>\n                \n                <div class=\"contact-info\">\n                    <div class=\"contact-item\">\n                        <h4>Call or WhatsApp<\/h4>\n                        <a href=\"tel:+201066345566\" class=\"phone-number\">+20 1066345566<\/a>\n                    <\/div>\n                    \n                    <div class=\"contact-item\">\n                        <h4>Working Hours<\/h4>\n                        <p>Saturday &#8211; Thursday: 11 AM &#8211; 11 PM<\/p>\n                    <\/div>\n                    \n                    <div class=\"contact-item\">\n                        <h4>Location<\/h4>\n                        <p>Professors Dental Clinic<br>Clinic M, Building C, Twin Tower<br>Sheikh Zayed, Giza<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Hidden Schema Data -->\n    <div class=\"schema-hidden\">\n        <span itemprop=\"name\">Dr. Ahmed Abdellatif Kassab<\/span>\n        <span itemprop=\"jobTitle\">Dental Implant Specialist<\/span>\n        <span itemprop=\"worksFor\">Professors Dental Clinic<\/span>\n        <span itemprop=\"alumniOf\">Cairo University Faculty of Dentistry<\/span>\n        <span itemprop=\"alumniOf\">Ain Shams University Endodontics<\/span>\n        <span itemprop=\"knowsAbout\">Dental Implants<\/span>\n        <span itemprop=\"knowsAbout\">Immediate Dental Implants<\/span>\n        <span itemprop=\"knowsAbout\">Oral Surgery<\/span>\n        <span itemprop=\"knowsAbout\">Root Canal Treatment<\/span>\n        <span itemprop=\"telephone\">+20 1066345566<\/span>\n    <\/div>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Dr. Ahmed Kassab Dental Implant Specialist &#038; Oral Surgeon German Board certified dental implant specialist with over 7 years of transforming smiles through advanced implant dentistry and comprehensive oral surgery. Specializing in immediate dental implants, complex oral surgery, and pain-free root canal treatments with a commitment to delivering exceptional patient care and lasting results. \ud83c\udfc6 [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-8399","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/professorsdentalclinic.com\/en\/wp-json\/wp\/v2\/pages\/8399","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/professorsdentalclinic.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/professorsdentalclinic.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/professorsdentalclinic.com\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/professorsdentalclinic.com\/en\/wp-json\/wp\/v2\/comments?post=8399"}],"version-history":[{"count":7,"href":"https:\/\/professorsdentalclinic.com\/en\/wp-json\/wp\/v2\/pages\/8399\/revisions"}],"predecessor-version":[{"id":8957,"href":"https:\/\/professorsdentalclinic.com\/en\/wp-json\/wp\/v2\/pages\/8399\/revisions\/8957"}],"wp:attachment":[{"href":"https:\/\/professorsdentalclinic.com\/en\/wp-json\/wp\/v2\/media?parent=8399"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}