{"id":587,"date":"2026-08-15T21:16:15","date_gmt":"2026-08-16T01:16:15","guid":{"rendered":"https:\/\/academy.walan.com.do\/?page_id=587"},"modified":"2026-08-16T12:48:43","modified_gmt":"2026-08-16T16:48:43","slug":"certifications","status":"publish","type":"page","link":"https:\/\/academy.walan.com.do\/es\/certifications\/","title":{"rendered":"Certificaciones"},"content":{"rendered":"<div id=\"pl-587\"  class=\"panel-layout\" ><div id=\"pg-587-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-587-0-0\"  class=\"panel-grid-cell\" ><div id=\"panel-587-0-0-0\" class=\"widget_text so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"textwidget custom-html-widget\"><!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Cisco Certifications<\/title>\n    <style>\n        \/* Walan Academy Theme Variables *\/\n        :root {\n            --primary-blue: #005073;\n            --secondary-blue: #00bceb;\n            --bg-light: #f4f7f9;\n            --text-dark: #333333;\n            --text-muted: #5f6368;\n            --card-bg: #ffffff;\n            --elevation-1: 0 4px 6px rgba(0,0,0,0.05);\n            --elevation-2: 0 10px 20px rgba(0, 80, 115, 0.15);\n        }\n\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n\n        body {\n            background-color: var(--bg-light);\n            color: var(--text-dark);\n            line-height: 1.6;\n        }\n\n        \/* Vendor Section Container *\/\n        .vendor-section {\n            max-width: 1300px;\n            margin: 0 auto;\n            padding: 0 5%;\n        }\n\n        \/* Hero Header *\/\n     \/* Hero Header - Updated for Better Readability *\/\n        .cert-hero {\n            \/* Changed to a soft, light blue gradient overlay *\/\n            background: linear-gradient(rgba(244, 247, 249, 0.85), rgba(225, 245, 254, 0.9)), url('https:\/\/images.unsplash.com\/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1920&q=80') center\/cover;\n            padding: 5rem 5%;\n            text-align: center;\n            border-radius: 0 0 16px 16px;\n            margin-bottom: 3rem;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.05); \/* Added a soft shadow *\/\n        }\n\n        .cert-hero h1 {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n            letter-spacing: 0.5px;\n            color: var(--primary-blue); \/* Changed from white to your dark blue *\/\n            text-shadow: none; \/* Removes any conflicting text shadows *\/\n        }\n\n        .cert-hero p {\n            font-size: 1.6rem;\n            max-width: 800px;\n            margin: 0 auto;\n            color: var(--text-dark); \/* Changed from light blue\/gray to standard dark text *\/\n            font-weight: 500; \/* Made the text slightly thicker for easier reading *\/\n        }\n\n        \/* Intro & Stats Section *\/\n        .stats-container {\n            background-color: var(--card-bg);\n            border-radius: 12px;\n            padding: 3rem;\n            box-shadow: var(--elevation-1);\n            margin-bottom: 4rem;\n        }\n\n        .stats-intro {\n            font-size: 1.6rem;\n            text-align: center;\n            max-width: 900px;\n            margin: 0 auto 3rem auto;\n            color: var(--text-dark);\n        }\n\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n            text-align: center;\n        }\n\n        .stat-item h3 {\n            font-size: 3.5rem;\n            color: var(--secondary-blue);\n            margin-bottom: 0.5rem;\n            line-height: 1;\n        }\n\n        .stat-item p {\n            font-size: 1.6rem;\n            color: var(--text-muted);\n            font-weight: 500;\n        }\n\n        \/* PDF & Career Path Section *\/\n        .section-title {\n            text-align: center;\n            font-size: 2.2rem;\n            color: var(--primary-blue);\n            margin-bottom: 2rem;\n        }\n\n        .pdf-container {\n            width: 100%;\n            height: 700px;\n            border: 2px solid #e1e8ed;\n            border-radius: 12px;\n            overflow: hidden;\n            margin-bottom: 1.5rem;\n            box-shadow: var(--elevation-1);\n        }\n\n        .pdf-links {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            justify-content: center;\n            margin-bottom: 4rem;\n        }\n\n        .cert-tag {\n            background-color: #e1f5fe;\n            color: var(--primary-blue);\n            padding: 8px 16px;\n            border-radius: 20px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1.5rem;\n            transition: all 0.3s ease;\n        }\n\n        .cert-tag:hover {\n            background-color: var(--secondary-blue);\n            color: #ffffff;\n        }\n\n\t\t\t\n\t\t\t\/* Interactive Roadmap Styles *\/\n        .roadmap-container {\n            display: flex;\n            flex-direction: column;\n            gap: 1.5rem;\n            margin-bottom: 4rem;\n        }\n\n        .roadmap-tier {\n            background-color: var(--card-bg);\n            border-radius: 12px;\n            padding: 2rem;\n            box-shadow: var(--elevation-1);\n            border-top: 4px solid var(--primary-blue);\n            flex: 1;\n            display: flex;\n            flex-direction: column;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .roadmap-tier:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--elevation-2);\n        }\n\n        .tier-header {\n            text-align: center;\n            margin-bottom: 1.5rem;\n            border-bottom: 1px solid #e1e8ed;\n            padding-bottom: 1rem;\n        }\n\n        .tier-icon {\n            font-size: 2.5rem;\n            display: block;\n            margin-bottom: 0.5rem;\n        }\n\n        .tier-title {\n            color: var(--primary-blue);\n            font-size: 1.8rem;\n            margin-bottom: 0.5rem;\n        }\n\n        .tier-desc {\n            font-size: 1.2rem;\n            color: var(--text-muted);\n            line-height: 1.4;\n        }\n\n        .tier-cards {\n            display: flex;\n            flex-direction: column;\n            gap: 0.9rem;\n            flex-grow: 1;\n        }\n\n        .cert-pill {\n            background-color: var(--bg-light);\n            color: var(--text-dark);\n            padding: 10px 15px;\n            border-radius: 8px;\n            text-align: center;\n            font-weight: 600;\n            font-size: 1.2rem;\n            border: 1px solid #e1e8ed;\n            transition: all 0.2s ease;\n        }\n\n        .cert-pill:hover {\n            background-color: #e1f5fe;\n            border-color: var(--secondary-blue);\n            color: var(--primary-blue);\n        }\n\n        .cert-pill.highlight {\n            background-color: rgba(0, 188, 235, 0.1);\n            border-color: var(--secondary-blue);\n            color: var(--primary-blue);\n        }\n\n        .cert-pill.expert {\n            background-color: rgba(0, 80, 115, 0.05);\n            border-left: 4px solid var(--primary-blue);\n        }\n\n        .roadmap-arrow {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 2rem;\n            color: var(--secondary-blue);\n            transform: rotate(90deg); \/* Points down on mobile *\/\n            padding: 10px 0;\n        }\n\n        \/* Desktop Layout - Switches from vertical to horizontal row *\/\n        @media (min-width: 992px) {\n            .roadmap-container {\n                flex-direction: row;\n                align-items: stretch;\n            }\n            .roadmap-arrow {\n                transform: rotate(0deg); \/* Points right on desktop *\/\n                padding: 0 10px;\n            }\n        }\n\t\t\t\n\t\t\t\/* New Catalog Button Styles - Updated for Readability *\/\n        .btn-catalog {\n            display: inline-block;\n            background-color: #e1f5fe; \/* A soft, light, airy blue *\/\n            color: var(--primary-blue); \/* Your dark blue for high-contrast text *\/\n            padding: 14px 32px;\n            border-radius: 6px;\n            text-decoration: none;\n            font-weight: 700; \/* Bolded the text to make it stand out *\/\n            font-size: 1.3rem;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 10px rgba(0, 80, 115, 0.1);\n            border: 1px solid #b3e5fc; \/* A subtle border to give it shape *\/\n            width: fit-content;\n        }\n\n        .btn-catalog:hover {\n            background-color: var(--secondary-blue); \/* Turns bright blue on hover *\/\n            color: #ffffff; \/* Text turns pure white on hover *\/\n            border-color: var(--secondary-blue);\n            transform: translateY(-3px);\n            box-shadow: 0 8px 15px rgba(0, 188, 235, 0.25);\n        }\n\t\t\t\n        \/* Exam Summaries Grid *\/\n        .exam-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));\n            gap: 2rem;\n            margin-bottom: 4rem;\n        }\n\n        .exam-card {\n            background-color: var(--card-bg);\n            border-radius: 12px;\n            padding: 2rem;\n            box-shadow: var(--elevation-1);\n            border-top: 4px solid var(--primary-blue);\n            display: flex;\n            flex-direction: column;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .exam-card:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--elevation-2);\n        }\n\n        .exam-header {\n            margin-bottom: 1.5rem;\n            border-bottom: 1px solid #eee;\n            padding-bottom: 1rem;\n        }\n\n        .exam-code {\n            color: var(--secondary-blue);\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 0.3rem;\n        }\n\n        .exam-name {\n            color: var(--primary-blue);\n            font-size: 1.5rem;\n        }\n\n        .exam-details-list {\n            list-style: none;\n            margin-bottom: 1.5rem;\n            flex-grow: 1;\n        }\n\n        .exam-details-list li {\n            margin-bottom: 0.8rem;\n            font-size: 1.3rem;\n            display: flex;\n        }\n\n        .exam-details-list strong {\n            min-width: 110px;\n            color: var(--primary-blue);\n            margin-right: 10px;\n        }\n\n\/* Standardized Link Button - Updated for Readability *\/\n        .btn-schedule {\n            display: inline-block;\n            text-align: center;\n            background-color: #e1f5fe; \/* A soft, light, airy blue *\/\n            color: var(--primary-blue); \/* Your dark blue for high-contrast text *\/\n            padding: 12px 24px;\n            border-radius: 6px;\n            text-decoration: none;\n            font-weight: 700; \/* Bolded the text to make it stand out *\/\n            transition: all 0.3s ease;\n            width: fit-content;\n            align-self: center;\n            border: 1px solid #b3e5fc; \/* A subtle border to give it shape *\/\n        }\n\n        .btn-schedule:hover {\n            background-color: var(--secondary-blue); \/* Turns bright blue on hover *\/\n            color: #ffffff; \/* Text turns pure white on hover *\/\n            border-color: var(--secondary-blue);\n        }\n\n        @media (max-width: 768px) {\n            .exam-grid {\n                grid-template-columns: 1fr;\n            }\n            .cert-hero h1 {\n                font-size: 2.2rem;\n            }\n            .pdf-container {\n                height: 400px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Hero Header -->\n    <header class=\"cert-hero\">\n        <h1>Grow your career with Cisco certifications<\/h1>\n        <p>Get that career in IT. Earn that promotion. Stand out in your field.<\/p>\n    <\/header>\n\n    <main class=\"vendor-section\">\n        \n        <!-- Intro & Statistics -->\n        <section class=\"stats-container\">\n            <p class=\"stats-intro\">\n                Today, Cisco certifications are the gold standard in IT training. We\u2019ve issued more than 4 million certifications so far. In the next 30 years, we aim to train over 10 million more people in our pledge to close the IT skills gap and reshape diversity in the tech industry.\n            <\/p>\n            \n            <div class=\"stats-grid\">\n                <div class=\"stat-item\">\n                    <h3>99%<\/h3>\n                    <p>of organizations surveyed use technical certifications to make hiring decisions.<\/p>\n                <\/div>\n                <div class=\"stat-item\">\n                    <h3>91%<\/h3>\n                    <p>of employers believe IT certifications are a reliable predictor of a successful employee.<\/p>\n                <\/div>\n                <div class=\"stat-item\">\n                    <h3>81%<\/h3>\n                    <p>of employers associate IT certification holders with increased quality and value of work contribution.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n           \n\t\t\t<!-- Career Path Interactive Roadmap Section -->\n        <section>\n            <h2 class=\"section-title\">Cisco Certification Career Path<\/h2>\n            <p style=\"text-align: center; color: var(--text-muted); margin-bottom: 3rem; max-width: 700px; margin-left: auto; margin-right: auto;\">\n                Follow the official progression tracks to build your IT career. Start with foundational skills and advance all the way to expert-level industry mastery.\n            <\/p>\n            \n            <div class=\"roadmap-container\">\n                \n                <!-- Tier 1: Entry -->\n                <div class=\"roadmap-tier\">\n                    <div class=\"tier-header\">\n                        <span class=\"tier-icon\">\ud83c\udf31<\/span>\n                        <h3 class=\"tier-title\">Entry<\/h3>\n                        <p class=\"tier-desc\">Starting point for individuals interested in a career as a tech professional.<\/p>\n                    <\/div>\n                    <div class=\"tier-cards\">\n                        <div class=\"cert-pill\">CCST Networking<\/div>\n                        <div class=\"cert-pill\">CCST Cybersecurity<\/div>\n                        <div class=\"cert-pill\">CCST IT Support<\/div>\n                        <div class=\"cert-pill\">CCT (Multiple Tracks)<\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Arrow Divider -->\n                <div class=\"roadmap-arrow\">\u2794<\/div>\n\n                <!-- Tier 2: Associate -->\n                <div class=\"roadmap-tier\">\n                    <div class=\"tier-header\">\n                        <span class=\"tier-icon\">\ud83d\ude80<\/span>\n                        <h3 class=\"tier-title\">Associate<\/h3>\n                        <p class=\"tier-desc\">Master the essentials needed to launch a rewarding career and expand your job possibilities.<\/p>\n                    <\/div>\n                    <div class=\"tier-cards\">\n                        <div class=\"cert-pill highlight\">CCNA<\/div>\n                        <div class=\"cert-pill highlight\">CyberOps Associate<\/div>\n                        <div class=\"cert-pill highlight\">DevNet Associate<\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Arrow Divider -->\n                <div class=\"roadmap-arrow\">\u2794<\/div>\n\n                <!-- Tier 3: Professional -->\n                <div class=\"roadmap-tier\">\n                    <div class=\"tier-header\">\n                        <span class=\"tier-icon\">\ud83d\udcbc<\/span>\n                        <h3 class=\"tier-title\">Professional<\/h3>\n                        <p class=\"tier-desc\">Select a core technology track and customize your certification with a concentration exam.<\/p>\n                    <\/div>\n                    <div class=\"tier-cards\">\n                        <div class=\"cert-pill\">CCNP Enterprise<\/div>\n                        <div class=\"cert-pill\">CCNP Security<\/div>\n                        <div class=\"cert-pill\">CCNP Data Center<\/div>\n                        <div class=\"cert-pill\">CCNP Collaboration<\/div>\n                        <div class=\"cert-pill\">CCNP Service Provider<\/div>\n                        <div class=\"cert-pill\">CyberOps Professional<\/div>\n                        <div class=\"cert-pill\">DevNet Professional<\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Arrow Divider -->\n                <div class=\"roadmap-arrow\">\u2794<\/div>\n\n                <!-- Tier 4: Expert -->\n                <div class=\"roadmap-tier\">\n                    <div class=\"tier-header\">\n                        <span class=\"tier-icon\">\ud83c\udfc6<\/span>\n                        <h3 class=\"tier-title\">Expert<\/h3>\n                        <p class=\"tier-desc\">The industry's most prestigious certification, proving end-to-end IT lifecycle skills.<\/p>\n                    <\/div>\n                    <div class=\"tier-cards\">\n                        <div class=\"cert-pill expert\">CCIE Enterprise<\/div>\n                        <div class=\"cert-pill expert\">CCIE Security<\/div>\n                        <div class=\"cert-pill expert\">CCIE Data Center<\/div>\n                        <div class=\"cert-pill expert\">CCIE Collaboration<\/div>\n                        <div class=\"cert-pill expert\">CCIE Service Provider<\/div>\n                        <div class=\"cert-pill expert\">CCDE (Design)<\/div>\n                        <div class=\"cert-pill expert\">DevNet Expert<\/div>\n                    <\/div>\n                <\/div>\t\t\t\t\t\n            <\/div>\n\t\t\t\t\t\t\t\n        <\/section>\n\t\t\t      \t\t\t\n\t\t        <!-- Clickable links to the Cisco Certifications Pages -->\n            <div class=\"pdf-links\">\n                <a href=\"https:\/\/www.cisco.com\/site\/us\/en\/learn\/training-certifications\/certifications\/enterprise\/ccna\/index.html\" target=\"_blank\" class=\"cert-tag\">CCNA Certification<\/a>\n                <a href=\"https:\/\/www.cisco.com\/site\/us\/en\/learn\/training-certifications\/certifications\/cybersecurity\/ccna-cybersecurity\/index.html\" target=\"_blank\" class=\"cert-tag\">CCNA Cybersecurity Certification<\/a>\n                <a href=\"https:\/\/www.cisco.com\/site\/us\/en\/learn\/training-certifications\/certifications\/enterprise\/ccnp-enterprise\/index.html\" target=\"_blank\" class=\"cert-tag\">CCNP Enterprise Certification<\/a>\n                <a href=\"https:\/\/www.cisco.com\/site\/us\/en\/learn\/training-certifications\/certifications\/enterprise\/ccie-enterprise-infrastructure\/index.html\" target=\"_blank\" class=\"cert-tag\">CCIE Enterprise Infraestructure Certification<\/a>\n\t\t\t\t\t\t\t\n\t\t\t\t<!-- NEW Certification Catalog Button -->\n        <a href=\"https:\/\/www.cisco.com\/c\/dam\/en_us\/training-events\/certifications\/career-path.pdf\" target=\"_blank\" class=\"btn-catalog\">Certification Catalog<\/a>\n\t\t\t\t\t\t\n   <\/div>\n\t\n        <!-- Specific Exam Summaries -->\n        <section>\n            <h2 class=\"section-title\">Popular Certification Exams<\/h2>\n            \n            <div class=\"exam-grid\">\n                \n                <!-- CCNA -->\n                <div class=\"exam-card\">\n                    <div class=\"exam-header\">\n                        <div class=\"exam-code\">Exam Code: 200-301 (v1.1)<\/div>\n                        <h3 class=\"exam-name\">CCNA<\/h3>\n                    <\/div>\n                    <ul class=\"exam-details-list\">\n                        <li><strong>Languages:<\/strong> English, Japanese<\/li>\n                        <li><strong>Duration:<\/strong> 120 Minutes<\/li>\n                        <li><strong>Price:<\/strong> $300 USD (Varies by region)<\/li>\n                        <li><strong>Details:<\/strong> Validates foundational knowledge in networking, IT infrastructure, and troubleshooting.<\/li>\n                        <li><strong>Official Topics:<\/strong> Network Fundamentals, Network Access, IP Connectivity, IP Services, Security Fundamentals, Automation and Programmability.<\/li>\n                    <\/ul>\n                    <a href=\"https:\/\/cp.certmetrics.com\/cisco\/en\/login\" target=\"_blank\" class=\"btn-schedule\">Schedule Exam<\/a>\n                <\/div>\n\n                <!-- CCNA Cybersecurity (CyberOps Associate) -->\n                <div class=\"exam-card\">\n                    <div class=\"exam-header\">\n                        <div class=\"exam-code\">Exam Code: 200-201 CBROPS<\/div>\n                        <h3 class=\"exam-name\">Cisco Certified CyberOps Associate<\/h3>\n                    <\/div>\n                    <ul class=\"exam-details-list\">\n                        <li><strong>Languages:<\/strong> English, Japanese<\/li>\n                        <li><strong>Duration:<\/strong> 120 Minutes<\/li>\n                        <li><strong>Price:<\/strong> $300 USD (Varies by region)<\/li>\n                        <li><strong>Details:<\/strong> Validates the tactical knowledge and skills needed for a Security Operations Center (SOC) team.<\/li>\n                        <li><strong>Official Topics:<\/strong> Security Concepts, Security Monitoring, Host-Based Analysis, Network Intrusion Analysis, Security Policies and Procedures.<\/li>\n                    <\/ul>\n                    <a href=\"https:\/\/cp.certmetrics.com\/cisco\/en\/login\" target=\"_blank\" class=\"btn-schedule\">Schedule Exam<\/a>\n                <\/div>\n\n                <!-- CCNP ENCOR -->\n                <div class=\"exam-card\">\n                    <div class=\"exam-header\">\n                        <div class=\"exam-code\">Exam Code: 350-401 ENCOR<\/div>\n                        <h3 class=\"exam-name\">CCNP Enterprise (Core)<\/h3>\n                    <\/div>\n                    <ul class=\"exam-details-list\">\n                        <li><strong>Languages:<\/strong> English, Japanese<\/li>\n                        <li><strong>Duration:<\/strong> 120 Minutes<\/li>\n                        <li><strong>Price:<\/strong> $400 USD (Varies by region)<\/li>\n                        <li><strong>Details:<\/strong> The mandatory core exam required to earn the CCNP Enterprise certification. Also acts as the qualifying exam for CCIE Enterprise.<\/li>\n                        <li><strong>Official Topics:<\/strong> Architecture, Virtualization, Infrastructure, Network Assurance, Security, Automation.<\/li>\n                    <\/ul>\n                    <a href=\"https:\/\/cp.certmetrics.com\/cisco\/en\/login\" target=\"_blank\" class=\"btn-schedule\">Schedule Exam<\/a>\n                <\/div>\n\n                <!-- CCNP ENARSI -->\n                <div class=\"exam-card\">\n                    <div class=\"exam-header\">\n                        <div class=\"exam-code\">Exam Code: 300-410 ENARSI<\/div>\n                        <h3 class=\"exam-name\">CCNP Enterprise (Concentration)<\/h3>\n                    <\/div>\n                    <ul class=\"exam-details-list\">\n                        <li><strong>Languages:<\/strong> English, Japanese<\/li>\n                        <li><strong>Duration:<\/strong> 90 Minutes<\/li>\n                        <li><strong>Price:<\/strong> $300 USD (Varies by region)<\/li>\n                        <li><strong>Details:<\/strong> A highly popular concentration exam for CCNP Enterprise focusing on advanced routing and infrastructure troubleshooting.<\/li>\n                        <li><strong>Official Topics:<\/strong> Layer 3 Technologies, VPN Technologies, Infrastructure Security, Infrastructure Services.<\/li>\n                    <\/ul>\n                    <a href=\"https:\/\/cp.certmetrics.com\/cisco\/en\/login\" target=\"_blank\" class=\"btn-schedule\">Schedule Exam<\/a>\n                <\/div>\n\n            <\/div>\n        <\/section>\n\n    <\/main>\n\n<\/body>\n<\/html><\/div><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Cisco Certifications Grow your career with Cisco certifications Get that career in IT. Earn that promotion. Stand out in your field. Today, Cisco certifications are the gold standard in IT training. We\u2019ve issued more than 4 million certifications so far. In the next 30 years, we aim to train over 10 million more people in [&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-587","page","type-page","status-publish","hentry","post"],"_links":{"self":[{"href":"https:\/\/academy.walan.com.do\/es\/wp-json\/wp\/v2\/pages\/587","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/academy.walan.com.do\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/academy.walan.com.do\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/academy.walan.com.do\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/academy.walan.com.do\/es\/wp-json\/wp\/v2\/comments?post=587"}],"version-history":[{"count":22,"href":"https:\/\/academy.walan.com.do\/es\/wp-json\/wp\/v2\/pages\/587\/revisions"}],"predecessor-version":[{"id":624,"href":"https:\/\/academy.walan.com.do\/es\/wp-json\/wp\/v2\/pages\/587\/revisions\/624"}],"wp:attachment":[{"href":"https:\/\/academy.walan.com.do\/es\/wp-json\/wp\/v2\/media?parent=587"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}