{"id":1806,"date":"2024-12-11T17:03:14","date_gmt":"2024-12-11T15:03:14","guid":{"rendered":"https:\/\/windsurfice.com\/?page_id=1806"},"modified":"2024-12-11T22:01:20","modified_gmt":"2024-12-11T20:01:20","slug":"flow-map","status":"publish","type":"page","link":"https:\/\/windsurfice.com\/nl\/flow-map","title":{"rendered":"Flow map"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1806\" class=\"elementor elementor-1806\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1bcef2e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1bcef2e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6fcb1cd\" data-id=\"6fcb1cd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-811c278 elementor-widget elementor-widget-heading\" data-id=\"811c278\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Experimental Flow map<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-24f88a6 elementor-widget elementor-widget-wp-widget-xyz_insert_php_widget\" data-id=\"24f88a6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wp-widget-xyz_insert_php_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<input type='hidden' name='Domain' id='Domain' value='windsurfice.com'><script type=\"text\/javascript\" src=\"https:\/\/code.jquery.com\/jquery-latest.min.js\"><\/script>\n<script type=\"text\/javascript\">\t\n\nDomainWindsurficePHP = $(\"#Domain\").val();\nDomainWindsurficeScriptsPHP = DomainWindsurficePHP;\n\nif(DomainWindsurficePHP =='windsurfice.com')\n{\n\tDomainWindsurficeScriptsPHP = 'data.windsurfice.com';\n}\nelse if (DomainWindsurficePHP =='dev.windsurfice.com')\n{\n\tDomainWindsurficeScriptsPHP = 'dev1.windsurfice.com';\n}\nconsole.log(DomainWindsurficePHP);\nconsole.log(DomainWindsurficeScriptsPHP);\n<\/script> \n<!DOCTYPE HTML>\n<html>\n<head>\n<meta charset=\"utf-8\">\n    <script src='https:\/\/data.windsurfice.com\/JS\/windsurfice.js?Version=1702483526'><\/script>\n\n\t<link rel=\"stylesheet\" href='https:\/\/data.windsurfice.com\/CSS\/FlowMap.css?Version=1758107265' type=\"text\/css\" \/>\n\t<\/head>\n\t<body>\n\t<script type=\"module\">\n\t\timport { FlowMapInit } from 'https:\/\/data.windsurfice.com\/JS\/FlowBundle.js?Version=1765742054';\n    var currentwlocflow = $(\"#wloc\").val();\n\t\tvar Lon = \"\";\n\t\tvar Lat = \"\";\n\t\t\/\/var currentwloc = \"wscr\";\n\t\tconsole.log(\"currentwlocflow: \" + currentwlocflow);\n    var RequestDataFlow = {};\n    var LocationDataFlow;\n\t\t\/\/als er geen $site is ingevult zelf uit de URL halen\n\t\tif (currentwlocflow === undefined) {\n\t\t\tvar PageURL = window.location.href;\n\t\t\tconsole.log(\"PageURL: \" + PageURL);\n\t\t\tvar SplitURL = PageURL.split(\/[\\s\/?]+\/);\n\t\t\tconsole.log(SplitURL);\n\t\t\tif(SplitURL[3] == \"forecast\")\n\t\t\t{\n        console.log(\"forecast\");\n\t\t\t\tLon = parseFloat(new URLSearchParams(window.location.search).get(\"Lon\"));\n\t\t\t\tLat = parseFloat(new URLSearchParams(window.location.search).get(\"Lat\"));\n\t\t\t\tcurrentwlocflow = \"Forecast\";\n        RequestDataFlow = {\n          Site: currentwlocflow,\n          Owner: \"Website\",\n          Data: {\n            Name: \"\",\n            DisplayName: \"\",\n            longitude: Lon,\n            latitude: Lat,\n            MinWind: \"\",\n            AverageWind: \"\",\n            MaxWind: \"\",\n            WindDirection: \"\",\n            LastUpdate: \"\",\n            Status: \"\",\n            UpdateRate: \"\",\n          },\n          Source: {\n            WindMeters: \"\",\n            ExternalStations: \"\",\n          },\n        };\n\t\t\t}\n      else if(SplitURL[3] == \"extern\")\n      {\n        console.log(\"extern\");\n        currentwlocflow = new URLSearchParams(window.location.search).get(\"Site\");\n\t\t\t\tvar DatabaseSourceFlow = \"ExternalStations\";\n        RequestDataFlow = {\n          Site: currentwlocflow,\n          Owner: \"Website\",\n          Data: {\n            Name: \"\",\n            DisplayName: \"\",\n            longitude: \"\",\n            latitude: \"\",\n            MinWind: \"\",\n            AverageWind: \"\",\n            MaxWind: \"\",\n            WindDirection: \"\",\n            LastUpdate: \"\",\n            Status: \"\",\n            UpdateRate: \"\",\n          },\n          Source: {\n            WindMeters: \"\",\n            [DatabaseSourceFlow]: \"\",\n          },\n        };\n        RequestDataFlow = await GetLocations(RequestDataFlow);\n      }\n      else if(SplitURL[3] == \"locations\")\n      {\n        console.log(\"locations\");\n        currentwlocflow = SplitURL[4];\n\t\t\t\tvar DatabaseSourceFlow = \"WindMeters\";\n\n        RequestDataFlow = {\n          Site: currentwlocflow,\n          Owner: \"Website\",\n          Data: {\n            Name: \"\",\n            DisplayName: \"\",\n            longitude: \"\",\n            latitude: \"\",\n            MinWind: \"\",\n            AverageWind: \"\",\n            MaxWind: \"\",\n            WindDirection: \"\",\n            LastUpdate: \"\",\n            Status: \"\",\n            UpdateRate: \"\",\n          },\n          Source: {\n            WindMeters: \"\",\n            [DatabaseSourceFlow]: \"\",\n          },\n        };\n        RequestDataFlow = await GetLocations(RequestDataFlow);\n        \n      }\n      else\n      {\n        console.log(\"Default\");\n        RequestDataFlow = {\n        Site: \"Flow\",\n        Owner: \"Website\",\n        Data: {\n          Name: \"\",\n          DisplayName: \"\",\n          longitude: null,\n          latitude: null,\n          MinWind: \"\",\n          AverageWind: \"\",\n          MaxWind: \"\",\n          WindDirection: \"\",\n          LastUpdate: \"\",\n          Status: \"\",\n          UpdateRate: \"\",\n        },\n        Source: {\n          WindMeters: \"\",\n          ExternalStations: \"\",\n        },\n      };\n      }\n\t\t}\n\n\t\twindow.addEventListener(\"load\", async function () {\n\t\t\tconsole.log(\"Start Flowmap\");\n      console.log(\"RequestDataFlow:\")\n      console.log(RequestDataFlow);\n\t\t\t\/\/Flowmap had following vars: spot\n\n\t\t\tawait FlowMapInit(RequestDataFlow);\n\t\t  });\n\t  <\/script>\n\t  \n    <div id=\"mapbox\">\n      <div id=\"TopMessage\" class=\"top-window\" style=\"display: none;\">\n        <div id=\"WarningMessage\" class=\"Top-message\" style=\"display: none;\"><\/div>\n        <div id=\"ThunderWarning\" class=\"Top-message\" style=\"display: none;\"><\/div>\n\n    <\/div>\n    <div id=\"WarningDisplay\" class=\"ol-popup\"><\/div>\n      <div id=\"map\" class=\"map\"><\/div>\n      <div id=\"attribution-container\"><\/div>\n      <div id=\"mapcontrols\">\n        <div class=\"gradiant-bar-box\">\n          <div class=\"legendBox\">\n            <!-- Gradient Bar -->\n            <div class=\"legend\">\n              <div class=\"gradient-bar\"><\/div>\n              <!-- Speed Ticks and Labels -->\n              <div class=\"tick-container\">\n                <!-- Ticks and corresponding labels -->\n                <div class=\"tick\" style=\"left: 0%\"><\/div>\n                <div class=\"label speed-label\" style=\"left: 0%\">0<\/div>\n\n                <div class=\"tick\" style=\"left: 12.5%\"><\/div>\n                <div class=\"label speed-label\" style=\"left: 12.5%\">8<\/div>\n\n                <div class=\"tick\" style=\"left: 25%\"><\/div>\n                <div class=\"label speed-label\" style=\"left: 25%\">17<\/div>\n\n                <div class=\"tick\" style=\"left: 37.5%\"><\/div>\n                <div class=\"label speed-label\" style=\"left: 37.5%\">25<\/div>\n\n                <div class=\"tick\" style=\"left: 50%\"><\/div>\n                <div class=\"label speed-label\" style=\"left: 50%\">34<\/div>\n\n                <div class=\"tick\" style=\"left: 62.5%\"><\/div>\n                <div class=\"label speed-label\" style=\"left: 62.5%\">41<\/div>\n\n                <div class=\"tick\" style=\"left: 75%\"><\/div>\n                <div class=\"label speed-label\" style=\"left: 75%\">48<\/div>\n\n                <div class=\"tick\" style=\"left: 87.5%\"><\/div>\n                <div class=\"label speed-label\" style=\"left: 87.5%\">56<\/div>\n\n                <div class=\"tick\" style=\"left: 100%\"><\/div>\n                <div class=\"label speed-label\" style=\"left: 100%\">63<\/div>\n              <\/div>\n              <!-- Title for Knots -->\n            <\/div>\n            <div class=\"title\">Knots<\/div>\n          <\/div>\n          <div id=\"rainContainer\" class=\"legendBox\">\n            <div class=\"legend\">\n              <!-- Gradient Bar -->\n              <div class=\"rain-gradient-bar\"><\/div>\n\n              <!-- Rainfall Intensity Ticks and Labels -->\n              <div class=\"tick-container\">\n                <!-- Ticks and corresponding labels -->\n                <div class=\"tick\" style=\"left: 0%\"><\/div>\n                <div class=\"label intensity-label\" style=\"left: 0%\">0.1<\/div>\n                <div class=\"tick\" style=\"left: 20%\"><\/div>\n                <div class=\"label intensity-label\" style=\"left: 20%\">5<\/div>\n                <div class=\"tick\" style=\"left: 40%\"><\/div>\n                <div class=\"label intensity-label\" style=\"left: 40%\">10<\/div>\n\n                <div class=\"tick\" style=\"left: 60%\"><\/div>\n                <div class=\"label intensity-label\" style=\"left: 60%\">15<\/div>\n                <div class=\"tick\" style=\"left: 80%\"><\/div>\n                <div class=\"label intensity-label\" style=\"left: 80%\">20<\/div>\n                <div class=\"tick\" style=\"left: 100%\"><\/div>\n                <div class=\"label intensity-label\" style=\"left: 100%\">25<\/div>\n              <\/div>\n            <\/div>\n\n            <div class=\"title\">Rain (mm)<\/div>\n          <\/div>\n        <\/div>\n        <div id=\"Buttons\">\n          <!-- Toggle Button -->\n          <button id=\"RainButton\" class=\"toggle-btn\">Rain<\/button>\n          <button id=\"CloudsButton\" class=\"toggle-btn\">Clouds\n            <img decoding=\"async\" src=\"https:\/\/data.windsurfice.com\/img\/Symbols\/svg\/04.svg\" \n                alt=\"Clouds\" \n                style=\"width:24px; height:24px; vertical-align:middle;\">\n          <\/button>\n          <button id=\"RadarButton\" class=\"toggle-btn\">Radar\n            <img decoding=\"async\" src=\"https:\/\/data.windsurfice.com\/img\/Symbols\/svg\/11.svg\" \n                alt=\"Radar\" \n                style=\"width:24px; height:24px; vertical-align:middle;\">\n          <\/button>\n          <button id=\"WarningsButton\" class=\"toggle-btn\">Warnings<\/button>\n          <button id=\"FlowButton\" class=\"toggle-btn\">Flow style<\/button>\n        <\/div>\n      <\/div>\n\n      <div id=\"timeline-container\">\n        <div id=\"timeline-wrapper\">\n          <button id=\"prev-day\" class=\"nav-button\">&laquo; Day<\/button>\n          <button id=\"prev-hour\" class=\"nav-button\">&laquo; Hour<\/button>\n          <div id=\"timeline-row\"><\/div>\n          <button id=\"next-hour\" class=\"nav-button\">Hour &raquo;<\/button>\n          <button id=\"next-day\" class=\"nav-button\">Day &raquo;<\/button>\n        <\/div>\n      <\/div>\n    <\/div>\n      <div id=\"radar-timeline-container\" style=\"display:none;\">\n        <div id=\"radar-timeline-wrapper\">\n          <button id=\"prev-timestamp\" class=\"nav-button2\">&laquo; 5min<\/button>\n          <div id=\"radar-timeline-row\"><\/div>\n          <button id=\"next-timestamp\" class=\"nav-button2\">5min &raquo;<\/button>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/body>\n<\/html>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ceec377 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ceec377\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e688ee4\" data-id=\"e688ee4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0fd4650 elementor-widget elementor-widget-text-editor\" data-id=\"0fd4650\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Dit is een experimenteel flow map van de forcast data van het KNMI harmonie model. Het kan zijn dat de weergave op mobiel nog niet helemaal klopt en hier word aan gewerkt.<\/p><p>Met de knop Rain is het mogelijk om de voorspelde regen op de kaart weer te geven.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Experimental Flow map Dit is een experimenteel flow map van de forcast data van het KNMI harmonie model. Het kan zijn dat de weergave op mobiel nog niet helemaal klopt en hier word aan gewerkt. Met de knop Rain is het mogelijk om de voorspelde regen op de kaart weer te geven.<\/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-1806","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Flow map - Wind measurement service @ the spot<\/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:\/\/windsurfice.com\/nl\/flow-map\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Flow map - Wind measurement service @ the spot\" \/>\n<meta property=\"og:description\" content=\"Experimental Flow map Dit is een experimenteel flow map van de forcast data van het KNMI harmonie model. Het kan zijn dat de weergave op mobiel nog niet helemaal klopt en hier word aan gewerkt. Met de knop Rain is het mogelijk om de voorspelde regen op de kaart weer te geven.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/windsurfice.com\/nl\/flow-map\" \/>\n<meta property=\"og:site_name\" content=\"Wind measurement service @ the spot\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-11T20:01:20+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuut\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/windsurfice.com\/nl\/flow-map\",\"url\":\"https:\/\/windsurfice.com\/nl\/flow-map\",\"name\":\"Flow map - Wind measurement service @ the spot\",\"isPartOf\":{\"@id\":\"https:\/\/dev.windsurfice.com\/nl\/#website\"},\"datePublished\":\"2024-12-11T15:03:14+00:00\",\"dateModified\":\"2024-12-11T20:01:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/windsurfice.com\/nl\/flow-map#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/windsurfice.com\/nl\/flow-map\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/windsurfice.com\/nl\/flow-map#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/windsurfice.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Flow map\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dev.windsurfice.com\/nl\/#website\",\"url\":\"https:\/\/dev.windsurfice.com\/nl\/\",\"name\":\"Wind measurement service @ the spot\",\"description\":\"Wind measurement service  @ the spot\",\"publisher\":{\"@id\":\"https:\/\/dev.windsurfice.com\/nl\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dev.windsurfice.com\/nl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dev.windsurfice.com\/nl\/#organization\",\"name\":\"Wind measurement service @ the spot\",\"url\":\"https:\/\/dev.windsurfice.com\/nl\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/dev.windsurfice.com\/nl\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/windsurfice.com\/wp-content\/uploads\/2021\/04\/logo-1.png\",\"contentUrl\":\"https:\/\/windsurfice.com\/wp-content\/uploads\/2021\/04\/logo-1.png\",\"width\":661,\"height\":170,\"caption\":\"Wind measurement service @ the spot\"},\"image\":{\"@id\":\"https:\/\/dev.windsurfice.com\/nl\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Flow map - Wind measurement service @ the spot","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:\/\/windsurfice.com\/nl\/flow-map","og_locale":"nl_NL","og_type":"article","og_title":"Flow map - Wind measurement service @ the spot","og_description":"Experimental Flow map Dit is een experimenteel flow map van de forcast data van het KNMI harmonie model. Het kan zijn dat de weergave op mobiel nog niet helemaal klopt en hier word aan gewerkt. Met de knop Rain is het mogelijk om de voorspelde regen op de kaart weer te geven.","og_url":"https:\/\/windsurfice.com\/nl\/flow-map","og_site_name":"Wind measurement service @ the spot","article_modified_time":"2024-12-11T20:01:20+00:00","twitter_card":"summary_large_image","twitter_misc":{"Geschatte leestijd":"1 minuut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/windsurfice.com\/nl\/flow-map","url":"https:\/\/windsurfice.com\/nl\/flow-map","name":"Flow map - Wind measurement service @ the spot","isPartOf":{"@id":"https:\/\/dev.windsurfice.com\/nl\/#website"},"datePublished":"2024-12-11T15:03:14+00:00","dateModified":"2024-12-11T20:01:20+00:00","breadcrumb":{"@id":"https:\/\/windsurfice.com\/nl\/flow-map#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/windsurfice.com\/nl\/flow-map"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/windsurfice.com\/nl\/flow-map#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/windsurfice.com\/en\/"},{"@type":"ListItem","position":2,"name":"Flow map"}]},{"@type":"WebSite","@id":"https:\/\/dev.windsurfice.com\/nl\/#website","url":"https:\/\/dev.windsurfice.com\/nl\/","name":"Wind measurement service @ the spot","description":"Wind measurement service  @ the spot","publisher":{"@id":"https:\/\/dev.windsurfice.com\/nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dev.windsurfice.com\/nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/dev.windsurfice.com\/nl\/#organization","name":"Wind measurement service @ the spot","url":"https:\/\/dev.windsurfice.com\/nl\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/dev.windsurfice.com\/nl\/#\/schema\/logo\/image\/","url":"https:\/\/windsurfice.com\/wp-content\/uploads\/2021\/04\/logo-1.png","contentUrl":"https:\/\/windsurfice.com\/wp-content\/uploads\/2021\/04\/logo-1.png","width":661,"height":170,"caption":"Wind measurement service @ the spot"},"image":{"@id":"https:\/\/dev.windsurfice.com\/nl\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/windsurfice.com\/nl\/wp-json\/wp\/v2\/pages\/1806","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/windsurfice.com\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/windsurfice.com\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/windsurfice.com\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/windsurfice.com\/nl\/wp-json\/wp\/v2\/comments?post=1806"}],"version-history":[{"count":25,"href":"https:\/\/windsurfice.com\/nl\/wp-json\/wp\/v2\/pages\/1806\/revisions"}],"predecessor-version":[{"id":1844,"href":"https:\/\/windsurfice.com\/nl\/wp-json\/wp\/v2\/pages\/1806\/revisions\/1844"}],"wp:attachment":[{"href":"https:\/\/windsurfice.com\/nl\/wp-json\/wp\/v2\/media?parent=1806"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}