{"id":2909,"date":"2026-02-27T12:47:05","date_gmt":"2026-02-27T11:47:05","guid":{"rendered":"https:\/\/mythosmurcia.es\/bni\/"},"modified":"2026-02-27T12:47:05","modified_gmt":"2026-02-27T11:47:05","slug":"bni","status":"publish","type":"page","link":"https:\/\/mythosmurcia.es\/en\/bni\/","title":{"rendered":"BNI"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2909\" class=\"elementor elementor-2909\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-34aae00 e-flex e-con-boxed e-con e-parent\" data-id=\"34aae00\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3df179d elementor-widget elementor-widget-image\" data-id=\"3df179d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/mythosmurcia.es\/wp-content\/uploads\/elementor\/thumbs\/bni-logo-rjfidddoqz7wr7ate97vhssdjws2em5gq9mpi16guc.png\" title=\"bni-logo\" alt=\"bni logo\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ab8ca93 elementor-widget elementor-widget-html\" data-id=\"ab8ca93\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">\r\n    <title>Terminal de Seguridad<\/title>\r\n    <style>\r\n        body { \r\n            background-color: #050505; \r\n            color: #00ff41; \r\n            font-family: monospace; \r\n            display: flex; \r\n            justify-content: center; \r\n            align-items: flex-start; \/* Alineado arriba para que el teclado no lo tape todo *\/\r\n            height: 100vh; \r\n            margin: 0; \r\n            overflow: hidden; \r\n            padding-top: 20px;\r\n        }\r\n        \r\n        #terminal { \r\n            width: 100%; \r\n            max-width: 350px; \r\n            background: #000; \r\n            border: 2px solid #00ff41; \r\n            padding: 15px; \r\n            text-align: center; \r\n            box-shadow: 0 0 15px rgba(0,255,0,0.2); \r\n            position: relative;\r\n        }\r\n\r\n        \/* Historial m\u00e1s peque\u00f1o para que quepa con el teclado *\/\r\n        #history { \r\n            height: 80px; \r\n            overflow-y: auto; \r\n            border: 1px solid #111; \r\n            margin: 10px 0; \r\n            padding: 5px; \r\n            background: #020202; \r\n            font-size: 12px; \r\n        }\r\n        \/* LEYENDA VISUAL MEJORADA *\/\r\n        .visual-legend {\r\n            margin-top: 20px;\r\n            display: grid;\r\n            grid-template-columns: 1fr;\r\n            gap: 8px;\r\n            font-size: 11px;\r\n            text-align: left;\r\n        }\r\n        .legend-item { display: flex; align-items: center; gap: 10px; color: #ccc; }\r\n        .box { width: 18px; height: 18px; border-radius: 4px; flex-shrink: 0; }\r\n\r\n        #success-screen { display: none; padding: 20px; animation: fadeIn 0.8s ease-in; }\r\n        .revelation-text { color: #fff; font-size: 20px; line-height: 1.6; }\r\n        .highlight { color: #00ff41; font-weight: bold; font-size: 28px; display: block; margin-top: 15px; text-shadow: 0 0 15px #00ff41; }\r\n\r\n        @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }\r\n        .attempt-row { display: flex; justify-content: space-between; margin-bottom: 5px; border-bottom: 1px solid #111; }\r\n        \r\n        .digit { display: inline-block; width: 30px; height: 30px; line-height: 30px; margin: 0 2px; border-radius: 3px; color: white; font-weight: bold; font-size: 24px; }\r\n        \r\n        .correct { background-color: #2ecc71; } \r\n        .present { background-color: #3498db; } \r\n        .absent  { background-color: #e74c3c; } \r\n        \r\n        .inputs { display: flex; justify-content: center; gap: 8px; margin-top: 10px; }\r\n        \r\n        input { \r\n            width: 45px; \r\n            height: 45px; \r\n            background: #111; \r\n            border: 2px solid #00ff41; \r\n            color: white; \r\n            text-align: center; \r\n            font-size: 24px; \/* Tama\u00f1o grande para evitar zoom en iOS *\/\r\n            outline: none; \r\n            border-radius: 5px;\r\n            -webkit-appearance: none;\r\n        }\r\n        \r\n        button { \r\n            margin-top: 15px; \r\n            padding: 12px; \r\n            background: #00ff41; \r\n            color: black; \r\n            border: none; \r\n            font-weight: bold; \r\n            cursor: pointer; \r\n            width: 100%; \r\n            border-radius: 5px;\r\n            font-size: 14px;\r\n        }\r\n\r\n        #success-screen { display: none; padding: 20px; animation: fadeIn 1s forwards; }\r\n        .revelation-text { color: #fff; font-size: 18px; line-height: 1.4; }\r\n        .highlight { color: #00ff41; font-weight: bold; font-size: 22px; display: block; margin-top: 10px; }\r\n\r\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\r\n\r\n        \/* Ajuste extra para pantallas muy bajas *\/\r\n        @media (max-height: 500px) {\r\n            #history { height: 80px; }\r\n            #terminal { padding: 10px; }\r\n            body { padding-top: 5px; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div id=\"terminal\">\r\n    <div id=\"game-content\">\r\n        <div style=\"font-weight: bold; font-size: 14px;\">ACCESO RESTRINGIDO A MIEMBROS BNI<\/div>\r\n        \r\n        <div id=\"history\"><\/div>\r\n\r\n        <div class=\"inputs\">\r\n            <input type=\"text\" id=\"n1\" inputmode=\"numeric\" pattern=\"[0-9]*\" maxlength=\"1\" onkeyup=\"moveFocus(this, 'n2', event)\">\r\n            <input type=\"text\" id=\"n2\" inputmode=\"numeric\" pattern=\"[0-9]*\" maxlength=\"1\" onkeyup=\"moveFocus(this, 'n3', event, 'n1')\">\r\n            <input type=\"text\" id=\"n3\" inputmode=\"numeric\" pattern=\"[0-9]*\" maxlength=\"1\" onkeyup=\"moveFocus(this, '', event, 'n2')\">\r\n        <\/div>\r\n        \r\n        <button id=\"btn-verify\" onclick=\"checkCode()\">VERIFICAR<\/button>\r\n        \r\n        <div class=\"visual-legend\">\r\n            <div class=\"legend-item\"><div class=\"box correct\"><\/div> <span>N\u00daMERO CORRECTO<\/span><\/div>\r\n            <div class=\"legend-item\"><div class=\"box present\"><\/div> <span>POSICI\u00d3N INCORRECTA<\/span><\/div>\r\n            <div class=\"legend-item\"><div class=\"box absent\"><\/div> <span>N\u00daMERO INCORRECTO<\/span><\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div id=\"success-screen\">\r\n        <div class=\"revelation-text\">\r\n            \u00a1C\u00d3DIGO CORRECTO!<br>\r\n            <br>\r\n            ACCESO MIEMBRO BNI AUTORIZADO<br>\r\n            <br>\r\n            PARA TERMINAR SU MISI\u00d3N DEBE <b>RASCAR<\/b> EL LOGO DE<br>\r\n            <span class=\"highlight\">MYTHOS<\/span>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    let secret = [];\r\n    while(secret.length < 3) {\r\n        let n = Math.floor(Math.random() * 10).toString();\r\n        if(!secret.includes(n)) secret.push(n);\r\n    }\r\n    console.log(\"Secreto:\", secret.join(''));\r\n\r\n    function moveFocus(current, nextId, event, prevId) {\r\n        if (event.key === \"Backspace\" && current.value === \"\" && prevId) {\r\n            document.getElementById(prevId).focus();\r\n            return;\r\n        }\r\n        if (current.value.length >= 1 && nextId) {\r\n            document.getElementById(nextId).focus();\r\n        }\r\n        \/\/ Disparar con Enter o autom\u00e1ticamente al llenar el 3er cuadro\r\n        if (!nextId && current.value.length >= 1) {\r\n            if (event.key === \"Enter\") checkCode();\r\n        }\r\n    }\r\n\r\n    function checkCode() {\r\n        const i1 = document.getElementById('n1').value;\r\n        const i2 = document.getElementById('n2').value;\r\n        const i3 = document.getElementById('n3').value;\r\n        if (i1 === \"\" || i2 === \"\" || i3 === \"\") return;\r\n\r\n        const guess = [i1, i2, i3];\r\n        const res = [];\r\n        for (let i = 0; i < 3; i++) {\r\n            if (guess[i] === secret[i]) res.push('correct');\r\n            else if (secret.includes(guess[i])) res.push('present');\r\n            else res.push('absent');\r\n        }\r\n\r\n        const history = document.getElementById('history');\r\n        const row = document.createElement('div');\r\n        row.className = 'attempt-row';\r\n        let rowHtml = `<span style=\"color:#555\">#${history.children.length + 1}<\/span><div>`;\r\n        for (let i = 0; i < 3; i++) {\r\n            rowHtml += `<span class=\"digit ${res[i]}\">${guess[i]}<\/span>`;\r\n        }\r\n        rowHtml += `<\/div>`;\r\n        row.innerHTML = rowHtml;\r\n        history.prepend(row);\r\n\r\n        if (guess.join('') === secret.join('')) {\r\n            revealFinalMessage();\r\n        } else {\r\n            document.getElementById('n1').value = \"\";\r\n            document.getElementById('n2').value = \"\";\r\n            document.getElementById('n3').value = \"\";\r\n            document.getElementById('n1').focus();\r\n        }\r\n    }\r\n\r\n    function revealFinalMessage() {\r\n        \/\/ Cierra el teclado quitando el foco del input\r\n        document.activeElement.blur();\r\n        document.getElementById('game-content').style.display = 'none';\r\n        document.getElementById('terminal').style.borderColor = '#ffffff';\r\n        document.getElementById('success-screen').style.display = 'block';\r\n    }\r\n<\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Terminal de Seguridad ACCESO RESTRINGIDO A MIEMBROS BNI VERIFICARN\u00daMERO CORRECTO POSICI\u00d3N INCORRECTA N\u00daMERO INCORRECTO \u00a1C\u00d3DIGO CORRECTO! ACCESO MIEMBRO BNI AUTORIZADO PARA TERMINAR SU MISI\u00d3N DEBE RASCAR EL LOGO DEMYTHOS<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-2909","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>BNI | Mythos Escape Room% Mythos Escape Room Mythos Escape Room%.<\/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:\/\/mythosmurcia.es\/en\/bni\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BNI | Mythos Escape Room% Mythos Escape Room Mythos Escape Room%.\" \/>\n<meta property=\"og:description\" content=\"Terminal de Seguridad ACCESO RESTRINGIDO A MIEMBROS BNI VERIFICARN\u00daMERO CORRECTO POSICI\u00d3N INCORRECTA N\u00daMERO INCORRECTO \u00a1C\u00d3DIGO CORRECTO! ACCESO MIEMBRO BNI AUTORIZADO PARA TERMINAR SU MISI\u00d3N DEBE RASCAR EL LOGO DEMYTHOS\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mythosmurcia.es\/en\/bni\/\" \/>\n<meta property=\"og:site_name\" content=\"Mythos Escape Room\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/mythosmurcia\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mythosmurcia.es\/wp-content\/uploads\/elementor\/thumbs\/bni-logo-rjfidddoqz7wr7ate97vhssdjws2em5gq9mpi16guc.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mythosmurcia.es\\\/en\\\/bni\\\/\",\"url\":\"https:\\\/\\\/mythosmurcia.es\\\/en\\\/bni\\\/\",\"name\":\"BNI | Mythos Escape Room% Mythos Escape Room Mythos Escape Room%.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mythosmurcia.es\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mythosmurcia.es\\\/en\\\/bni\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mythosmurcia.es\\\/en\\\/bni\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mythosmurcia.es\\\/wp-content\\\/uploads\\\/elementor\\\/thumbs\\\/bni-logo-rjfidddoqz7wr7ate97vhssdjws2em5gq9mpi16guc.png\",\"datePublished\":\"2026-02-27T11:47:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mythosmurcia.es\\\/en\\\/bni\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mythosmurcia.es\\\/en\\\/bni\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mythosmurcia.es\\\/en\\\/bni\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mythosmurcia.es\\\/wp-content\\\/uploads\\\/elementor\\\/thumbs\\\/bni-logo-rjfidddoqz7wr7ate97vhssdjws2em5gq9mpi16guc.png\",\"contentUrl\":\"https:\\\/\\\/mythosmurcia.es\\\/wp-content\\\/uploads\\\/elementor\\\/thumbs\\\/bni-logo-rjfidddoqz7wr7ate97vhssdjws2em5gq9mpi16guc.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mythosmurcia.es\\\/en\\\/bni\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/mythosmurcia.es\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"BNI\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mythosmurcia.es\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/mythosmurcia.es\\\/en\\\/\",\"name\":\"Mythos Escape Room\",\"description\":\"Tu Escape Room en Murcia\",\"publisher\":{\"@id\":\"https:\\\/\\\/mythosmurcia.es\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mythosmurcia.es\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/mythosmurcia.es\\\/en\\\/#organization\",\"name\":\"Mythos Escape Room\",\"url\":\"https:\\\/\\\/mythosmurcia.es\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mythosmurcia.es\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"http:\\\/\\\/mythosmurcia.es\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-mythos-escape-room-murcia-1-2.png\",\"contentUrl\":\"http:\\\/\\\/mythosmurcia.es\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-mythos-escape-room-murcia-1-2.png\",\"width\":512,\"height\":512,\"caption\":\"Mythos Escape Room\"},\"image\":{\"@id\":\"https:\\\/\\\/mythosmurcia.es\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/mythosmurcia\",\"https:\\\/\\\/www.instagram.com\\\/mythosmurcia\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"BNI | Mythos Escape Room% Mythos Escape Room Mythos Escape Room%.","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:\/\/mythosmurcia.es\/en\/bni\/","og_locale":"en_US","og_type":"article","og_title":"BNI | Mythos Escape Room% Mythos Escape Room Mythos Escape Room%.","og_description":"Terminal de Seguridad ACCESO RESTRINGIDO A MIEMBROS BNI VERIFICARN\u00daMERO CORRECTO POSICI\u00d3N INCORRECTA N\u00daMERO INCORRECTO \u00a1C\u00d3DIGO CORRECTO! ACCESO MIEMBRO BNI AUTORIZADO PARA TERMINAR SU MISI\u00d3N DEBE RASCAR EL LOGO DEMYTHOS","og_url":"https:\/\/mythosmurcia.es\/en\/bni\/","og_site_name":"Mythos Escape Room","article_publisher":"https:\/\/www.facebook.com\/mythosmurcia","og_image":[{"url":"https:\/\/mythosmurcia.es\/wp-content\/uploads\/elementor\/thumbs\/bni-logo-rjfidddoqz7wr7ate97vhssdjws2em5gq9mpi16guc.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mythosmurcia.es\/en\/bni\/","url":"https:\/\/mythosmurcia.es\/en\/bni\/","name":"BNI | Mythos Escape Room% Mythos Escape Room Mythos Escape Room%.","isPartOf":{"@id":"https:\/\/mythosmurcia.es\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mythosmurcia.es\/en\/bni\/#primaryimage"},"image":{"@id":"https:\/\/mythosmurcia.es\/en\/bni\/#primaryimage"},"thumbnailUrl":"https:\/\/mythosmurcia.es\/wp-content\/uploads\/elementor\/thumbs\/bni-logo-rjfidddoqz7wr7ate97vhssdjws2em5gq9mpi16guc.png","datePublished":"2026-02-27T11:47:05+00:00","breadcrumb":{"@id":"https:\/\/mythosmurcia.es\/en\/bni\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mythosmurcia.es\/en\/bni\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mythosmurcia.es\/en\/bni\/#primaryimage","url":"https:\/\/mythosmurcia.es\/wp-content\/uploads\/elementor\/thumbs\/bni-logo-rjfidddoqz7wr7ate97vhssdjws2em5gq9mpi16guc.png","contentUrl":"https:\/\/mythosmurcia.es\/wp-content\/uploads\/elementor\/thumbs\/bni-logo-rjfidddoqz7wr7ate97vhssdjws2em5gq9mpi16guc.png"},{"@type":"BreadcrumbList","@id":"https:\/\/mythosmurcia.es\/en\/bni\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/mythosmurcia.es\/en\/"},{"@type":"ListItem","position":2,"name":"BNI"}]},{"@type":"WebSite","@id":"https:\/\/mythosmurcia.es\/en\/#website","url":"https:\/\/mythosmurcia.es\/en\/","name":"Mythos Escape Room","description":"Tu Escape Room en Murcia","publisher":{"@id":"https:\/\/mythosmurcia.es\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mythosmurcia.es\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mythosmurcia.es\/en\/#organization","name":"Mythos Escape Room","url":"https:\/\/mythosmurcia.es\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mythosmurcia.es\/en\/#\/schema\/logo\/image\/","url":"http:\/\/mythosmurcia.es\/wp-content\/uploads\/2020\/04\/cropped-mythos-escape-room-murcia-1-2.png","contentUrl":"http:\/\/mythosmurcia.es\/wp-content\/uploads\/2020\/04\/cropped-mythos-escape-room-murcia-1-2.png","width":512,"height":512,"caption":"Mythos Escape Room"},"image":{"@id":"https:\/\/mythosmurcia.es\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/mythosmurcia","https:\/\/www.instagram.com\/mythosmurcia\/"]}]}},"_links":{"self":[{"href":"https:\/\/mythosmurcia.es\/en\/wp-json\/wp\/v2\/pages\/2909","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mythosmurcia.es\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mythosmurcia.es\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mythosmurcia.es\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mythosmurcia.es\/en\/wp-json\/wp\/v2\/comments?post=2909"}],"version-history":[{"count":0,"href":"https:\/\/mythosmurcia.es\/en\/wp-json\/wp\/v2\/pages\/2909\/revisions"}],"wp:attachment":[{"href":"https:\/\/mythosmurcia.es\/en\/wp-json\/wp\/v2\/media?parent=2909"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}