{"id":1201,"date":"2022-07-08T08:53:25","date_gmt":"2022-07-08T06:53:25","guid":{"rendered":"https:\/\/windsurfice.com\/?page_id=1201"},"modified":"2022-07-08T08:54:26","modified_gmt":"2022-07-08T06:54:26","slug":"scheveningen","status":"publish","type":"page","link":"https:\/\/windsurfice.com\/nl\/locations\/scheveningen","title":{"rendered":"Scheveningen"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1201\" class=\"elementor elementor-1201\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4a7eb76 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4a7eb76\" 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-7191ae4\" data-id=\"7191ae4\" 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-575fc20 elementor-widget elementor-widget-wp-widget-xyz_insert_php_widget\" data-id=\"575fc20\" 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\tverkeerde pagina\n<script type=\"text\/javascript\" src=\"https:\/\/code.jquery.com\/jquery-latest.min.js\"><\/script>\n<script src=\"https:\/\/code.highcharts.com\/highcharts.js\"><\/script>\n<script src=\"https:\/\/code.highcharts.com\/highcharts-more.js\"><\/script>\n<script src=\"https:\/\/code.highcharts.com\/modules\/windbarb.js\"><\/script>\n<script src=\"https:\/\/code.highcharts.com\/modules\/datagrouping.js\"><\/script>\n\n<script src='https:\/\/1.windsurfice.com\/sub-data\/JS\/windsurfice.js'><\/script>\n<script src='https:\/\/1.windsurfice.com\/sub-data\/JS\/windsurfice24Graph.js'><\/script>\n\n<link rel=\"stylesheet\" href=\"https:\/\/1.windsurfice.com\/sub-data\/CSS\/GraphButtons.css\" type=\"text\/css\">\n        \n<script type=\"text\/javascript\">\t\n\/\/get url parameters\t\t\nvar currentwloc = $(\"#wloc\").val();\n\/\/console.log(currentwloc);\n\nasync function SetGraph () {\n\tvar LocationData = await GetLocations(currentwloc);\n\t\t\/\/console.log(LocationData);\n\tGraphDay(LocationData[0]['LoraName'],LocationData[0]['DisplayName'],LocationData[0]['EnableWindDirection'],LocationData[0]['UpdateRate']);\n\t}\n\n$(function () {\nSetGraph();\n});\n\n<\/script>\n\n\t\t\n\n \t<div id=\"Live\" style=\"height: 500px; min-width: 310px\"><\/div>\n\t    \n     <div class=\"Highchartsbuttons\">\n      <button class=\"btn active\" id=\"all\">All<\/button>\n      <button class=\"btn\" id=\"12h\">12h<\/button>      \n      <button class=\"btn\" id=\"4h\">4h<\/button>\n      <button class=\"btn\" id=\"1h\">1h<\/button>\n    <\/div>\n\t   <script type=\"text\/javascript\">\n\n\t\/\/knoppen handelen\nconst buttonclass  = document.querySelector('.buttons');\nconst btns = document.querySelectorAll('.btn'); \n\n\n\/\/zoom all\ndocument.getElementById('all').addEventListener('click', e => {\n\n btns.forEach(btn => {\n    if(btn.getAttribute('id') === e.target.getAttribute('id'))\n      btn.classList.add('active');\n    else\n      btn.classList.remove('active');\n    });\n    \/\/button action\n\tLivechart.zoomOut();\n});\n\n\/\/zoom last 1h\ndocument.getElementById('1h').addEventListener('click', e => {\n btns.forEach(btn => {\n\n    if(btn.getAttribute('id') === e.target.getAttribute('id'))\n      btn.classList.add('active');\n    else\n      btn.classList.remove('active');\n    });\n    \/\/get last point\n                        let chart = this,\n\t\t\t            points = [];\n\t\t\t            \n\t\t\t          Highcharts.each(Livechart.series, function(s) {\n\t\t\t            if (s.visible) {\n\t\t\t              points.push(s.points[s.points.length - 1])\n\t\t\t            }\n\t\t\t          })\n\t\t\t              \/\/button action\n\t\t\t          \/\/console.log(points);\n      Livechart.xAxis[0].setExtremes(points[0].category - 1*60*60*1000,points[0].category)\n});\n\n\/\/zoom last 4h\ndocument.getElementById('4h').addEventListener('click', e => {\n btns.forEach(btn => {\n\n    if(btn.getAttribute('id') === e.target.getAttribute('id'))\n      btn.classList.add('active');\n    else\n      btn.classList.remove('active');\n    });\n    \/\/get last point\n                        let chart = this,\n\t\t\t            points = [];\n\n\t\t\t          Highcharts.each(Livechart.series, function(s) {\n\t\t\t            if (s.visible) {\n\t\t\t              points.push(s.points[s.points.length - 1])\n\t\t\t            }\n\t\t\t          })\n\t\t\t              \/\/button action\n\t\t\t          \/\/console.log(points);\n\t\t\t          \/\/console.log(points[0].category - 4*60*60*1000);\n\t\t\t          \/\/console.log(points[0].category);\n      Livechart.xAxis[0].setExtremes(points[0].category - 4*60*60*1000,points[0].category)\n});\n\/\/zoom last 4h\ndocument.getElementById('12h').addEventListener('click', e => {\n btns.forEach(btn => {\n\n    if(btn.getAttribute('id') === e.target.getAttribute('id'))\n      btn.classList.add('active');\n    else\n      btn.classList.remove('active');\n    });\n    \/\/get last point\n                        let chart = this,\n\t\t\t            points = [];\n\n\t\t\t          Highcharts.each(Livechart.series, function(s) {\n\t\t\t            if (s.visible) {\n\t\t\t              points.push(s.points[s.points.length - 1])\n\t\t\t            }\n\t\t\t          })\n\t\t\t              \/\/button action\n\t\t\t          \/\/console.log(points);\n\t\t\t          \/\/console.log(points[0].category - 4*60*60*1000);\n\t\t\t          \/\/console.log(points[0].category);\n      Livechart.xAxis[0].setExtremes(points[0].category - 12*60*60*1000,points[0].category)\n});\n\t<\/script>\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-71b39dd elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"71b39dd\" 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-ab088aa\" data-id=\"ab088aa\" 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-d099365 elementor-button-info elementor-align-center elementor-widget__width-inherit elementor-widget elementor-widget-button\" data-id=\"d099365\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-xl\" href=\"\/locations\/Oostvoorne\/Oostvoorne-more-info\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Meer info<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbf1d96 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fbf1d96\" 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-1762807\" data-id=\"1762807\" 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-34e1331 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"34e1331\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e9bbaed elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e9bbaed\" 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-50 elementor-inner-column elementor-element elementor-element-a1bbdde\" data-id=\"a1bbdde\" 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-8ab0eb2 elementor-widget elementor-widget-text-editor\" data-id=\"8ab0eb2\" 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<h1>Sponsor:<\/h1>\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-656509c elementor-widget elementor-widget-text-editor\" data-id=\"656509c\" 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><a href=\"https:\/\/wscr.nl\/\">*<\/a><\/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<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0a5f456\" data-id=\"0a5f456\" 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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\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-528966f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"528966f\" 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-b001dff\" data-id=\"b001dff\" 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-61d4fcd elementor-widget elementor-widget-image\" data-id=\"61d4fcd\" 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:\/\/windsurfice.com\/ChartImages\/oostvoorne.png\" title=\"\" alt=\"\" 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\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>Meer info Sponsor: *<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":364,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1201","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>Scheveningen - Wind measurement service @ the spot<\/title>\n<meta name=\"description\" content=\"Live en 24uurs weergave van de wind midden op de surfplas bij de Wind Surf Club Reeuwijk.\" \/>\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\/locations\/scheveningen\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Scheveningen - Wind measurement service @ the spot\" \/>\n<meta property=\"og:description\" content=\"Live en 24uurs weergave van de wind midden op de surfplas bij de Wind Surf Club Reeuwijk.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/windsurfice.com\/nl\/locations\/scheveningen\" \/>\n<meta property=\"og:site_name\" content=\"Wind measurement service @ the spot\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-08T06:54:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/windsurfice.com\/ChartImages\/oostvoorne.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/windsurfice.com\/nl\/locations\/scheveningen\",\"url\":\"https:\/\/windsurfice.com\/nl\/locations\/scheveningen\",\"name\":\"Scheveningen - Wind measurement service @ the spot\",\"isPartOf\":{\"@id\":\"https:\/\/windsurfice.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/windsurfice.com\/nl\/locations\/scheveningen#primaryimage\"},\"image\":{\"@id\":\"https:\/\/windsurfice.com\/nl\/locations\/scheveningen#primaryimage\"},\"thumbnailUrl\":\"https:\/\/windsurfice.com\/ChartImages\/oostvoorne.png\",\"datePublished\":\"2022-07-08T06:53:25+00:00\",\"dateModified\":\"2022-07-08T06:54:26+00:00\",\"description\":\"Live en 24uurs weergave van de wind midden op de surfplas bij de Wind Surf Club Reeuwijk.\",\"breadcrumb\":{\"@id\":\"https:\/\/windsurfice.com\/nl\/locations\/scheveningen#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/windsurfice.com\/nl\/locations\/scheveningen\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/windsurfice.com\/nl\/locations\/scheveningen#primaryimage\",\"url\":\"https:\/\/windsurfice.com\/ChartImages\/oostvoorne.png\",\"contentUrl\":\"https:\/\/windsurfice.com\/ChartImages\/oostvoorne.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/windsurfice.com\/nl\/locations\/scheveningen#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/windsurfice.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Spot\",\"item\":\"https:\/\/windsurfice.com\/en\/locations\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Scheveningen\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/windsurfice.com\/en\/#website\",\"url\":\"https:\/\/windsurfice.com\/en\/\",\"name\":\"Wind measurement service @ the spot\",\"description\":\"Wind measurement service  @ the spot\",\"publisher\":{\"@id\":\"https:\/\/windsurfice.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/windsurfice.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/windsurfice.com\/en\/#organization\",\"name\":\"Wind measurement service @ the spot\",\"url\":\"https:\/\/windsurfice.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/windsurfice.com\/en\/#\/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:\/\/windsurfice.com\/en\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Scheveningen - Wind measurement service @ the spot","description":"Live en 24uurs weergave van de wind midden op de surfplas bij de Wind Surf Club Reeuwijk.","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\/locations\/scheveningen","og_locale":"nl_NL","og_type":"article","og_title":"Scheveningen - Wind measurement service @ the spot","og_description":"Live en 24uurs weergave van de wind midden op de surfplas bij de Wind Surf Club Reeuwijk.","og_url":"https:\/\/windsurfice.com\/nl\/locations\/scheveningen","og_site_name":"Wind measurement service @ the spot","article_modified_time":"2022-07-08T06:54:26+00:00","og_image":[{"url":"https:\/\/windsurfice.com\/ChartImages\/oostvoorne.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Geschatte leestijd":"2 minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/windsurfice.com\/nl\/locations\/scheveningen","url":"https:\/\/windsurfice.com\/nl\/locations\/scheveningen","name":"Scheveningen - Wind measurement service @ the spot","isPartOf":{"@id":"https:\/\/windsurfice.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/windsurfice.com\/nl\/locations\/scheveningen#primaryimage"},"image":{"@id":"https:\/\/windsurfice.com\/nl\/locations\/scheveningen#primaryimage"},"thumbnailUrl":"https:\/\/windsurfice.com\/ChartImages\/oostvoorne.png","datePublished":"2022-07-08T06:53:25+00:00","dateModified":"2022-07-08T06:54:26+00:00","description":"Live en 24uurs weergave van de wind midden op de surfplas bij de Wind Surf Club Reeuwijk.","breadcrumb":{"@id":"https:\/\/windsurfice.com\/nl\/locations\/scheveningen#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/windsurfice.com\/nl\/locations\/scheveningen"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/windsurfice.com\/nl\/locations\/scheveningen#primaryimage","url":"https:\/\/windsurfice.com\/ChartImages\/oostvoorne.png","contentUrl":"https:\/\/windsurfice.com\/ChartImages\/oostvoorne.png"},{"@type":"BreadcrumbList","@id":"https:\/\/windsurfice.com\/nl\/locations\/scheveningen#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/windsurfice.com\/en\/"},{"@type":"ListItem","position":2,"name":"Spot","item":"https:\/\/windsurfice.com\/en\/locations"},{"@type":"ListItem","position":3,"name":"Scheveningen"}]},{"@type":"WebSite","@id":"https:\/\/windsurfice.com\/en\/#website","url":"https:\/\/windsurfice.com\/en\/","name":"Wind measurement service @ the spot","description":"Wind measurement service  @ the spot","publisher":{"@id":"https:\/\/windsurfice.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/windsurfice.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/windsurfice.com\/en\/#organization","name":"Wind measurement service @ the spot","url":"https:\/\/windsurfice.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/windsurfice.com\/en\/#\/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:\/\/windsurfice.com\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/windsurfice.com\/nl\/wp-json\/wp\/v2\/pages\/1201","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=1201"}],"version-history":[{"count":1,"href":"https:\/\/windsurfice.com\/nl\/wp-json\/wp\/v2\/pages\/1201\/revisions"}],"predecessor-version":[{"id":1202,"href":"https:\/\/windsurfice.com\/nl\/wp-json\/wp\/v2\/pages\/1201\/revisions\/1202"}],"up":[{"embeddable":true,"href":"https:\/\/windsurfice.com\/nl\/wp-json\/wp\/v2\/pages\/364"}],"wp:attachment":[{"href":"https:\/\/windsurfice.com\/nl\/wp-json\/wp\/v2\/media?parent=1201"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}