{"id":2191,"date":"2026-09-09T22:29:51","date_gmt":"2026-09-09T21:29:51","guid":{"rendered":"https:\/\/altea-international-school.es\/en\/?page_id=2191"},"modified":"2026-09-09T22:38:03","modified_gmt":"2026-09-09T21:38:03","slug":"map","status":"publish","type":"page","link":"https:\/\/altea-international-school.es\/en\/map\/","title":{"rendered":"Map"},"content":{"rendered":"\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<!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>Global Student Network &#8211; Presentation Slide<\/title>\n\n  <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n  <script src=\"https:\/\/d3js.org\/d3.v7.min.js\"><\/script>\n  <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/topojson-client@3\"><\/script>\n  <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/html2pdf.js\/0.10.1\/html2pdf.bundle.min.js\"><\/script>\n\n  <style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;700;800;900&display=swap');\n\n    :root {\n      --bg-color: #0f172a;\n      --accent-color: #38bdf8;\n    }\n\n    * { box-sizing: border-box; }\n\n    body {\n      font-family: 'Inter', sans-serif;\n      background-color: var(--bg-color);\n      color: #f8fafc;\n      margin: 0;\n      overflow: hidden;\n      width: 100vw;\n      height: 100vh;\n      display: flex;\n      justify-content: center;\n      align-items: center;\n    }\n\n    .slide-container {\n      width: 100vw;\n      height: 56.25vw;\n      max-height: 100vh;\n      max-width: 177.78vh;\n      position: relative;\n      background: radial-gradient(circle at center, #172554 0%, #0f172a 58%, #020617 100%);\n      display: flex;\n      flex-direction: column;\n      justify-content: space-between;\n      padding: 2.5rem;\n      box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7);\n    }\n\n    .country {\n      fill: #334155;\n      stroke: #1e293b;\n      stroke-width: 0.5px;\n      transition: fill 0.2s ease;\n      cursor: pointer;\n    }\n\n    .country:hover { fill: #1e293b; }\n\n    .pin { cursor: pointer; }\n\n    .pin-pulse {\n      animation: pulse 2s infinite;\n      transform-origin: center;\n    }\n\n    @keyframes pulse {\n      0% { r: 3px; opacity: 0.9; }\n      70% { r: 14px; opacity: 0; }\n      100% { r: 14px; opacity: 0; }\n    }\n\n    .tooltip {\n      position: fixed;\n      pointer-events: none;\n      background: rgba(15, 23, 42, 0.95);\n      border: 2px solid var(--accent-color);\n      color: #ffffff;\n      padding: 10px 22px;\n      border-radius: 10px;\n      font-size: 32px;\n      font-weight: 800;\n      letter-spacing: 0.5px;\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.8);\n      display: none;\n      z-index: 50;\n      white-space: nowrap;\n    }\n\n    @media print {\n      footer { display: none !important; }\n      body { background: #0f172a; }\n      .slide-container { box-shadow: none; }\n    }\n  <\/style>\n<\/head>\n\n<body class=\"select-none\">\n  <div class=\"slide-container\" id=\"slide\">\n    <header class=\"flex justify-between items-start z-10 w-full\">\n      <div>\n        <span class=\"text-xs font-bold uppercase tracking-widest text-sky-400\">International Admissions &#038; Profiles<\/span>\n        <h1 class=\"text-3xl md:text-4xl font-extrabold text-white mt-1\">Global Student Network<\/h1>\n      <\/div>\n\n      <div id=\"info-card\" class=\"bg-slate-800\/90 border border-slate-700 backdrop-blur-md rounded-xl p-5 w-80 shadow-2xl transition-all duration-300\">\n        <span id=\"card-badge\" class=\"inline-block px-2 py-0.5 text-[10px] font-semibold tracking-wider uppercase bg-sky-500\/20 text-sky-300 rounded mb-1\">Overview<\/span>\n        <h2 id=\"card-title\" class=\"text-xl font-bold text-white\">Select a Location Pin<\/h2>\n        <p id=\"card-body\" class=\"text-sm text-slate-300 mt-2 leading-relaxed\">Click on any glowing pin to zoom into the region and access key student background information.<\/p>\n      <\/div>\n    <\/header>\n\n    <main class=\"relative flex-1 w-full flex items-center justify-center my-2 overflow-hidden\">\n      <div id=\"tooltip\" class=\"tooltip\"><\/div>\n      <svg id=\"world-map\" class=\"w-full h-full\" role=\"img\" aria-label=\"World map with student region pins\"><\/svg>\n    <\/main>\n\n    <footer class=\"flex justify-between items-center text-xs text-slate-400 z-10 w-full pt-2 border-t border-slate-800\" data-html2canvas-ignore=\"true\">\n      <div class=\"flex items-center gap-3\">\n        <button id=\"png-btn\" class=\"bg-amber-600 hover:bg-amber-500 active:scale-95 text-white px-4 py-2 rounded-lg font-semibold shadow-lg transition\">Download PNG<\/button>\n        <button id=\"pdf-btn\" class=\"bg-sky-600 hover:bg-sky-500 active:scale-95 text-white px-4 py-2 rounded-lg font-semibold shadow-lg transition\">Download PDF<\/button>\n        <button id=\"reset-btn\" class=\"bg-slate-800 hover:bg-slate-700 active:scale-95 text-slate-200 px-4 py-2 rounded-lg font-semibold border border-slate-700 transition\">Reset View<\/button>\n        <button id=\"fullscreen-btn\" class=\"bg-slate-800 hover:bg-slate-700 active:scale-95 text-slate-200 px-4 py-2 rounded-lg font-semibold border border-slate-700 transition\">Fullscreen<\/button>\n      <\/div>\n\n      <div class=\"flex items-center gap-6\">\n        <div class=\"flex items-center gap-2\">\n          <span class=\"w-2.5 h-2.5 rounded-full bg-amber-400 inline-block animate-pulse\"><\/span>\n          <span id=\"pin-count\" class=\"font-semibold text-slate-300\">Loading Pins&#8230;<\/span>\n        <\/div>\n        <span class=\"text-slate-500\">Interactive Slide Deck<\/span>\n      <\/div>\n    <\/footer>\n  <\/div>\n\n  <script>\n    const width = 1000;\n    const height = 500;\n\n    const markers = [\n      { name: \"United Kingdom\", coords: [-0.1276, 51.5074], details: \"British Curriculum & GCSE center.\" },\n      { name: \"Spain\", coords: [-3.7038, 40.4168], details: \"Primary language track focus & Class 10\/11 admissions.\" },\n      { name: \"Germany\", coords: [13.4050, 52.5200], details: \"Exchange origin & German language track.\" },\n      { name: \"Latvia\", coords: [24.1052, 56.9496], details: \"Baltic qualification benchmark.\" },\n      { name: \"Morocco\", coords: [-7.0926, 31.7917], details: \"Early primary school background.\" },\n      { name: \"United States\", coords: [-95.7129, 37.0902], details: \"US primary schooling history.\" },\n      { name: \"Hawaii (USA)\", coords: [-157.8583, 21.3069], details: \"Pacific region academic history.\" },\n      { name: \"Israel\", coords: [35.2137, 31.7683], details: \"Middle East language connection.\" },\n      { name: \"Iran\", coords: [51.3890, 35.6892], details: \"Middle East regional background.\" },\n      { name: \"China\", coords: [116.4074, 39.9042], details: \"East Asia language track background.\" },\n      { name: \"Thailand\", coords: [100.5018, 13.7563], details: \"Southeast Asia regional profile.\" },\n      { name: \"Japan\", coords: [139.6917, 35.6895], details: \"East Asia regional profile.\" },\n      { name: \"South Korea\", coords: [127.7669, 35.9078], details: \"East Asia language connection.\" },\n      { name: \"Vietnam\", coords: [108.2772, 14.0583], details: \"Southeast Asia regional profile.\" },\n      { name: \"Canada\", coords: [-106.3468, 56.1304], details: \"North American educational profile.\" },\n      { name: \"Australia\", coords: [133.7751, -25.2744], details: \"Oceania regional profile.\" },\n      { name: \"New Zealand\", coords: [174.8860, -40.9006], details: \"Oceania regional profile.\" },\n      { name: \"South Africa\", coords: [22.9375, -30.5595], details: \"Southern Africa regional profile.\" },\n      { name: \"Egypt\", coords: [30.8025, 26.8206], details: \"North Africa regional connection.\" },\n      { name: \"Russia\", coords: [37.6173, 55.7558], details: \"Eurasian regional profile.\" },\n      { name: \"Cuba\", coords: [-78.1583, 21.5218], details: \"Caribbean regional profile.\" },\n      { name: \"France\", coords: [2.3522, 48.8566], details: \"French language track.\" },\n      { name: \"Netherlands\", coords: [4.9041, 52.3676], details: \"Dutch native language profile.\" },\n      { name: \"Finland\", coords: [24.9384, 60.1699], details: \"Nordic educational background.\" },\n      { name: \"Poland\", coords: [21.0122, 52.2297], details: \"Polish language background.\" },\n      { name: \"Lithuania\", coords: [25.2797, 54.6872], details: \"Baltic region connection.\" },\n      { name: \"Ukraine\", coords: [30.5238, 50.4547], details: \"Eastern European background.\" },\n      { name: \"Greece\", coords: [23.7275, 37.9838], details: \"Southern European background.\" },\n      { name: \"Sweden\", coords: [18.0686, 59.3293], details: \"Swedish language background.\" },\n      { name: \"Italy\", coords: [12.4964, 41.9028], details: \"Southern European profile.\" },\n      { name: \"Portugal\", coords: [-9.1393, 38.7223], details: \"Iberian region profile.\" },\n      { name: \"Ireland\", coords: [-6.2603, 53.3498], details: \"Western European English track.\" },\n      { name: \"Belgium\", coords: [4.3517, 50.8503], details: \"Central European region.\" },\n      { name: \"Switzerland\", coords: [7.4474, 46.9480], details: \"Central European region.\" },\n      { name: \"Austria\", coords: [16.3738, 48.2082], details: \"German-speaking region profile.\" },\n      { name: \"Norway\", coords: [10.7522, 59.9139], details: \"Nordic region connection.\" },\n      { name: \"Denmark\", coords: [12.5683, 55.6761], details: \"Nordic region connection.\" },\n      { name: \"Czech Republic\", coords: [14.4378, 50.0755], details: \"Central European region.\" },\n      { name: \"Slovakia\", coords: [17.1077, 48.1486], details: \"Central European region.\" },\n      { name: \"Hungary\", coords: [19.0402, 47.4979], details: \"Central European region.\" },\n      { name: \"Romania\", coords: [26.1025, 44.4323], details: \"Eastern European region.\" },\n      { name: \"Bulgaria\", coords: [23.3219, 42.6977], details: \"Balkan region profile.\" },\n      { name: \"Croatia\", coords: [15.9819, 45.8150], details: \"Adriatic region profile.\" },\n      { name: \"Serbia\", coords: [20.4651, 44.8125], details: \"Balkan region profile.\" },\n      { name: \"Argentina\", coords: [-58.3816, -34.6037], details: \"South America Spanish network.\" },\n      { name: \"Brazil\", coords: [-47.9292, -15.7801], details: \"South America Portuguese network.\" },\n      { name: \"Ecuador\", coords: [-78.4678, -0.1807], details: \"South America Spanish network.\" },\n      { name: \"Colombia\", coords: [-74.0721, 4.7110], details: \"South America Spanish network.\" },\n      { name: \"Chile\", coords: [-70.6693, -33.4489], details: \"South America Spanish network.\" },\n      { name: \"Peru\", coords: [-77.0428, -12.0463], details: \"South America Spanish network.\" },\n      { name: \"Venezuela\", coords: [-66.9036, 10.4806], details: \"South America Spanish network.\" },\n      { name: \"Uruguay\", coords: [-56.1645, -34.9011], details: \"South America Spanish network.\" },\n      { name: \"Bolivia\", coords: [-68.1193, -16.4897], details: \"South America Spanish network.\" },\n      { name: \"Paraguay\", coords: [-57.5759, -25.2637], details: \"South America Spanish network.\" }\n    ];\n\n    document.getElementById(\"pin-count\").textContent = `${markers.length} Regions Registered`;\n\n    const svg = d3.select(\"#world-map\")\n      .attr(\"viewBox\", `0 0 ${width} ${height}`)\n      .attr(\"preserveAspectRatio\", \"xMidYMid meet\");\n\n    const g = svg.append(\"g\");\n    const pinsGroup = svg.append(\"g\");\n\n    const projection = d3.geoMercator()\n      .scale(130)\n      .translate([width \/ 2, height \/ 1.5]);\n\n    const path = d3.geoPath().projection(projection);\n\n    const tooltip = d3.select(\"#tooltip\");\n    const cardTitle = document.getElementById(\"card-title\");\n    const cardBody = document.getElementById(\"card-body\");\n    const cardBadge = document.getElementById(\"card-badge\");\n\n    const zoom = d3.zoom()\n      .scaleExtent([1, 10])\n      .on(\"zoom\", (event) => {\n        g.attr(\"transform\", event.transform);\n        pinsGroup.attr(\"transform\", event.transform);\n      });\n\n    svg.call(zoom);\n\n    function resetView() {\n      svg.transition().duration(750).call(zoom.transform, d3.zoomIdentity);\n      cardBadge.textContent = \"Overview\";\n      cardTitle.textContent = \"Select a Location Pin\";\n      cardBody.textContent = \"Click on any glowing pin to zoom into the region and access key student background information.\";\n    }\n\n    async function generatePNG() {\n      const slideElement = document.getElementById(\"slide\");\n      const canvas = await html2canvas(slideElement, {\n        scale: 2,\n        useCORS: true,\n        backgroundColor: \"#0f172a\"\n      });\n      const link = document.createElement(\"a\");\n      link.download = \"Global_Student_Network_Map_Slide.png\";\n      link.href = canvas.toDataURL(\"image\/png\");\n      link.click();\n    }\n\n    function generatePDF() {\n      const slideElement = document.getElementById(\"slide\");\n      html2pdf().set({\n        margin: 0,\n        filename: \"Global_Student_Network_Map_Slide.pdf\",\n        image: { type: \"jpeg\", quality: 0.98 },\n        html2canvas: { scale: 2, useCORS: true, backgroundColor: \"#0f172a\" },\n        jsPDF: { unit: \"in\", format: [16, 9], orientation: \"landscape\" }\n      }).from(slideElement).save();\n    }\n\n    document.getElementById(\"reset-btn\").addEventListener(\"click\", resetView);\n    document.getElementById(\"png-btn\").addEventListener(\"click\", generatePNG);\n    document.getElementById(\"pdf-btn\").addEventListener(\"click\", generatePDF);\n\n    document.getElementById(\"fullscreen-btn\").addEventListener(\"click\", () => {\n      if (!document.fullscreenElement) document.documentElement.requestFullscreen();\n      else document.exitFullscreen();\n    });\n\n    window.addEventListener(\"keydown\", (e) => {\n      if (e.key.toLowerCase() === \"r\") resetView();\n      if (e.key.toLowerCase() === \"p\") generatePDF();\n      if (e.key.toLowerCase() === \"f\") {\n        if (!document.fullscreenElement) document.documentElement.requestFullscreen();\n        else document.exitFullscreen();\n      }\n    });\n\n    d3.json(\"https:\/\/cdn.jsdelivr.net\/npm\/world-atlas@2\/countries-110m.json\")\n      .then(data => {\n        const countries = topojson.feature(data, data.objects.countries).features;\n\n        g.selectAll(\"path\")\n          .data(countries)\n          .enter()\n          .append(\"path\")\n          .attr(\"class\", \"country\")\n          .attr(\"d\", path);\n\n        markers.forEach(d => {\n          const projected = projection(d.coords);\n          if (!projected) return;\n\n          const [x, y] = projected;\n\n          const pinG = pinsGroup.append(\"g\")\n            .attr(\"class\", \"pin\")\n            .attr(\"transform\", `translate(${x}, ${y})`)\n            .on(\"mouseover\", () => tooltip.style(\"display\", \"block\").text(d.name))\n            .on(\"mousemove\", (event) => {\n              tooltip\n                .style(\"left\", `${event.clientX + 20}px`)\n                .style(\"top\", `${event.clientY - 20}px`);\n            })\n            .on(\"mouseout\", () => tooltip.style(\"display\", \"none\"))\n            .on(\"click\", () => {\n              cardBadge.textContent = \"Selected Region\";\n              cardTitle.textContent = d.name;\n              cardBody.textContent = d.details;\n\n              const scale = 3.8;\n              const translate = [width \/ 2 - scale * x, height \/ 2 - scale * y];\n\n              svg.transition().duration(750).call(\n                zoom.transform,\n                d3.zoomIdentity.translate(translate[0], translate[1]).scale(scale)\n              );\n            });\n\n          pinG.append(\"circle\")\n            .attr(\"class\", \"pin-pulse\")\n            .attr(\"r\", 3)\n            .attr(\"fill\", \"#fbbf24\");\n\n          pinG.append(\"circle\")\n            .attr(\"r\", 4)\n            .attr(\"fill\", \"#f59e0b\")\n            .attr(\"stroke\", \"#ffffff\")\n            .attr(\"stroke-width\", 1);\n        });\n      })\n      .catch(error => {\n        console.error(\"Could not load map data:\", error);\n        cardBadge.textContent = \"Map Error\";\n        cardTitle.textContent = \"Map could not load\";\n        cardBody.textContent = \"Check your internet connection. This slide loads map data from a CDN.\";\n      });\n  <\/script>\n<\/body>\n<\/html>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Global Student Network &#8211; Presentation Slide International Admissions &#038; Profiles Global Student Network Overview Select a Location Pin Click on any glowing pin to zoom into the region and access key student background information. Download PNG Download PDF Reset View Fullscreen Loading Pins&#8230; Interactive Slide Deck<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"..\/public\/views\/revslider-page-template.php","meta":{"footnotes":""},"class_list":["post-2191","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Map - AIS Altea International School<\/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:\/\/altea-international-school.es\/en\/map\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Map - AIS Altea International School\" \/>\n<meta property=\"og:description\" content=\"Global Student Network &#8211; Presentation Slide International Admissions &#038; Profiles Global Student Network Overview Select a Location Pin Click on any glowing pin to zoom into the region and access key student background information. Download PNG Download PDF Reset View Fullscreen Loading Pins&#8230; Interactive Slide Deck\" \/>\n<meta property=\"og:url\" content=\"https:\/\/altea-international-school.es\/en\/map\/\" \/>\n<meta property=\"og:site_name\" content=\"AIS Altea International School\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-09T21:38:03+00:00\" \/>\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<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/altea-international-school.es\\\/en\\\/map\\\/\",\"url\":\"https:\\\/\\\/altea-international-school.es\\\/en\\\/map\\\/\",\"name\":\"Map - AIS Altea International School\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/altea-international-school.es\\\/en\\\/#website\"},\"datePublished\":\"2026-09-09T21:29:51+00:00\",\"dateModified\":\"2026-09-09T21:38:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/altea-international-school.es\\\/en\\\/map\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/altea-international-school.es\\\/en\\\/map\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/altea-international-school.es\\\/en\\\/map\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/altea-international-school.es\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Map\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/altea-international-school.es\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/altea-international-school.es\\\/en\\\/\",\"name\":\"AIS Altea International School\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/altea-international-school.es\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Map - AIS Altea International School","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:\/\/altea-international-school.es\/en\/map\/","og_locale":"en_US","og_type":"article","og_title":"Map - AIS Altea International School","og_description":"Global Student Network &#8211; Presentation Slide International Admissions &#038; Profiles Global Student Network Overview Select a Location Pin Click on any glowing pin to zoom into the region and access key student background information. Download PNG Download PDF Reset View Fullscreen Loading Pins&#8230; Interactive Slide Deck","og_url":"https:\/\/altea-international-school.es\/en\/map\/","og_site_name":"AIS Altea International School","article_modified_time":"2026-09-09T21:38:03+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/altea-international-school.es\/en\/map\/","url":"https:\/\/altea-international-school.es\/en\/map\/","name":"Map - AIS Altea International School","isPartOf":{"@id":"https:\/\/altea-international-school.es\/en\/#website"},"datePublished":"2026-09-09T21:29:51+00:00","dateModified":"2026-09-09T21:38:03+00:00","breadcrumb":{"@id":"https:\/\/altea-international-school.es\/en\/map\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/altea-international-school.es\/en\/map\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/altea-international-school.es\/en\/map\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/altea-international-school.es\/en\/"},{"@type":"ListItem","position":2,"name":"Map"}]},{"@type":"WebSite","@id":"https:\/\/altea-international-school.es\/en\/#website","url":"https:\/\/altea-international-school.es\/en\/","name":"AIS Altea International School","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/altea-international-school.es\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/altea-international-school.es\/en\/wp-json\/wp\/v2\/pages\/2191","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/altea-international-school.es\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/altea-international-school.es\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/altea-international-school.es\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/altea-international-school.es\/en\/wp-json\/wp\/v2\/comments?post=2191"}],"version-history":[{"count":3,"href":"https:\/\/altea-international-school.es\/en\/wp-json\/wp\/v2\/pages\/2191\/revisions"}],"predecessor-version":[{"id":2195,"href":"https:\/\/altea-international-school.es\/en\/wp-json\/wp\/v2\/pages\/2191\/revisions\/2195"}],"wp:attachment":[{"href":"https:\/\/altea-international-school.es\/en\/wp-json\/wp\/v2\/media?parent=2191"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}