{"id":384,"date":"2024-06-03T12:45:18","date_gmt":"2024-06-03T10:45:18","guid":{"rendered":"https:\/\/kinboat.jouwtestwebsite.nl\/?page_id=384"},"modified":"2025-11-27T14:50:29","modified_gmt":"2025-11-27T13:50:29","slug":"home","status":"publish","type":"page","link":"https:\/\/kinboat.com\/en\/","title":{"rendered":"Home"},"content":{"rendered":"<section class=\"l-section wpb_row home hero height_large with_img with_video with_vimeo\" id=\"home hero\"><div class=\"l-section-img\" role=\"img\" data-img-width=\"2560\" data-img-height=\"1439\" style=\"background-image: url(https:\/\/kinboat.com\/wp-content\/uploads\/2025\/05\/KINboat-header-scaled.jpeg);\"><\/div><div class=\"l-section-video\" id=\"us_bg_video_j1d6\"><style>@media(max-width:600px){#us_bg_video_j1d6{display:none!important}}<\/style><script class=\"vimeo_j1d6\">\r\n\t\t\t\t\tvar script = document.createElement( \"script\" );\r\n\t\t\t\t\tscript.classList.add( \"vimeo_j1d6\" );\r\n\t\t\t\t\tscript.src = \"https:\/\/player.vimeo.com\/api\/player.js\";\r\n\t\t\t\t\tscript.onload = function() {\r\n\t\t\t\t\t\tvar player = new Vimeo.Player( \"us_bg_video_j1d6\", {\r\n\t\t\t\t\t\t\tcontrols: false,\r\n\t\t\t\t\t\t\tautoplay: true,\r\n\t\t\t\t\t\t\tbyline: false,\r\n\t\t\t\t\t\t\tid: \"969692822\",\r\n\t\t\t\t\t\t\tloop: true,\r\n\t\t\t\t\t\t\tmuted: true,\r\n\t\t\t\t\t\t\ttitle: false,\r\n\t\t\t\t\t\t\twidth: window.innerWidth,\r\n\t\t\t\t\t\t} );\r\n\t\t\t\t\t\tplayer.ready().then( function() {\r\n\t\t\t\t\t\t\tplayer.element.allow = \"autoplay; fullscreen; picture-in-picture\";\r\n\t\t\t\t\t\t\tplayer.element.loading = \"lazy\";\r\n\t\t\t\t\t\t} );\r\n\t\t\t\t\t\tdocument.querySelectorAll( \"script.vimeo_j1d6\" ).forEach( function( node ) { node.remove() } );\r\n\t\t\t\t\t};\r\n\t\t\t\t\tdocument.head.append( script );\r\n\t\t\t\t<\/script><\/div><div class=\"l-section-overlay\" style=\"background:linear-gradient(180deg, #00000091, transparent)\"><\/div><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_middle type_default stacking_default\"><div class=\"wpb_column vc_column_container us_custom_123a346c\"><div class=\"vc_column-inner\"><div class=\"w-vwrapper align_none valign_top\"><h1 class=\"w-text us_custom_6df4bc3a has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Canal Cruises in Amsterdam<\/span><\/span><\/h1><div class=\"w-separator size_medium\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\">\t\t<div data-elementor-type=\"container\" data-elementor-id=\"5988\" class=\"elementor elementor-5988 elementor-5940\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3938f65 e-flex e-con-boxed e-con e-parent\" data-id=\"3938f65\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9eacca7 e-con-full e-flex e-con e-child\" data-id=\"9eacca7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-28b9351 e-con-full e-flex e-con e-child\" data-id=\"28b9351\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4dd883f elementor-widget elementor-widget-heading\" data-id=\"4dd883f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Choose a date<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-93a1bbe elementor-widget elementor-widget-html\" data-id=\"93a1bbe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<input type=\"date\" id=\"date-picker\" name=\"trip-start\" style=\"display: none;\">\n<input type=\"text\" id=\"date-display\" readonly \n       style=\"cursor: pointer;\">\n<script>\n    const datePicker = document.getElementById('date-picker');\n    const dateDisplay = document.getElementById('date-display');\n    \n    \/\/ Months in English\n    const months = ['January', 'February', 'March', 'April', 'May', 'June', \n                    'July', 'August', 'September', 'October', 'November', 'December'];\n    \n    \/\/ Set current date\n    const today = new Date();\n    const year = today.getFullYear();\n    const month = String(today.getMonth() + 1).padStart(2, '0');\n    const day = String(today.getDate()).padStart(2, '0');\n    \n    datePicker.value = `${year}-${month}-${day}`;\n    dateDisplay.value = `${today.getDate()} ${months[today.getMonth()]} ${year}`;\n    \n    \/\/ Click on display opens date picker\n    dateDisplay.addEventListener('click', function() {\n        datePicker.style.display = 'block';\n        datePicker.style.position = 'absolute';\n        \n        setTimeout(() => {\n            datePicker.focus();\n            if (datePicker.showPicker) {\n                try {\n                    datePicker.showPicker();\n                } catch(e) {\n                    datePicker.click();\n                }\n            } else {\n                datePicker.click();\n            }\n        }, 10);\n    });\n    \n    \/\/ Update display when date changes\n    datePicker.addEventListener('change', function() {\n        if (this.value) {\n            const date = new Date(this.value + 'T00:00:00');\n            const day = date.getDate();\n            const month = months[date.getMonth()];\n            const year = date.getFullYear();\n            \n            dateDisplay.value = `${day} ${month} ${year}`;\n        }\n        datePicker.style.display = 'none';\n    });\n    \n    \/\/ Hide date picker when focus is lost\n    datePicker.addEventListener('blur', function() {\n        setTimeout(() => {\n            datePicker.style.display = 'none';\n        }, 200);\n    });\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b70738d e-con-full e-flex e-con e-child\" data-id=\"b70738d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c62b65 elementor-widget elementor-widget-heading\" data-id=\"0c62b65\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Departure Location<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-77e7419 elementor-widget elementor-widget-html\" data-id=\"77e7419\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<select>\n\n    <option value=\"1\">Anne Frank Huis<\/option>\n    <option value=\"2\">Centraal Station<\/option>\n    <option value=\"3\">Leidseplein (Rosewood Hotel)<\/option>\n<\/select>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4615d27 e-con-full e-flex e-con e-child\" data-id=\"4615d27\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ac16793 elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"ac16793\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/fareharbor.com\/embeds\/book\/kinboat\/?full-items=yes\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-search\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">SEARCH<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\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\n<\/div><\/div><\/div>[vc_raw_js][\/vc_raw_js]<\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row height_large\" id=\"section-01\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h2 style=\"text-align: center;\">Our cruises<\/h2>\n<\/div><\/div><div class=\"w-separator size_small\"><\/div><div class=\"w-grid type_carousel layout_35 cols_3 overflow_hidden\" id=\"us_grid_1\" style=\"--gap:1.5rem;\"><style>.layout_35 .w-grid-item-h{background:var(--color-content-bg);color:var(--color-content-text)}.layout_35 .usg_post_title_1{font-size:30px!important;line-height:42px!important;font-weight:300!important;margin-bottom:0!important;padding-bottom:0!important}.layout_35 .usg_vwrapper_1{padding-top:1rem!important}.layout_35 .usg_post_custom_field_1{font-size:14px!important;border-radius:4px!important;position:relative!important;left:1.2rem!important;top:1.2rem!important;right:1.2rem!important;z-index:2!important;background:#ffffff!important;padding:0.3rem 0.5rem 0.3rem 0.5rem!important}.layout_35 .usg_hwrapper_2{position:absolute!important;bottom:3rem!important}.layout_35 .usg_post_custom_field_3{font-size:30px!important;font-family:var(--h1-font-family)!important}.layout_35 .usg_post_custom_field_7{font-size:30px!important;font-family:var(--h1-font-family)!important}.layout_35 .usg_post_custom_field_8{color:#858585!important;font-size:20px!important;font-family:var(--h1-font-family)!important;font-weight:200!important}@media (max-width:600px){.layout_35 .usg_post_title_1{font-size:1.2rem!important}}<\/style><div class=\"w-grid-list owl-carousel navstyle_circle navpos_outside\" style=\"--arrows-size:1.8rem;\">\t<article class=\"w-grid-item post-5285 tochten type-tochten status-publish has-post-thumbnail hentry tochten-categorie-uitgelicht\" data-id=\"5285\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/kinboat.com\/en\/canal-cruises\/jazz-cruise-in-amsterdam-with-live-music-including-drinks\/\" aria-label=\"Jazz Cruise in Amsterdam with Live Music including drinks\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2025\/05\/WhatsApp-Image-2025-05-26-at-17.54.51-1024x683.jpeg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2025\/05\/WhatsApp-Image-2025-05-26-at-17.54.51-1024x683.jpeg 1024w, https:\/\/kinboat.com\/wp-content\/uploads\/2025\/05\/WhatsApp-Image-2025-05-26-at-17.54.51-300x200.jpeg 300w, https:\/\/kinboat.com\/wp-content\/uploads\/2025\/05\/WhatsApp-Image-2025-05-26-at-17.54.51.jpeg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text Tijdsduur color_link_inherit has_border_radius\"><i class=\"far fa-clock\"><\/i><span class=\"w-post-elm-value\">60 minutes<\/span><\/div><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_none valign_middle\" style=\"--vwrapper-gap:1rem\"><h3 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\"><a href=\"https:\/\/kinboat.com\/en\/canal-cruises\/jazz-cruise-in-amsterdam-with-live-music-including-drinks\/\">Jazz Cruise in Amsterdam with Live Music including drinks<\/a><\/h3><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text locatie color_link_inherit\"><span class=\"w-post-elm-before\">Boarding from <\/span><span class=\"w-post-elm-value\">Central Station<\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_4 type_text upss-in-grid color_link_inherit\"><span class=\"w-post-elm-value\"><ul>\n<li data-start=\"596\" data-end=\"1113\">\ud83c\udfb6 <strong data-start=\"599\" data-end=\"618\">Live jazz music<\/strong> on board<\/li>\n<li data-start=\"596\" data-end=\"1113\">\ud83c\udf77 <strong data-start=\"717\" data-end=\"749\">Drinks available on board<\/strong><\/li>\n<li data-start=\"596\" data-end=\"1113\">\ud83d\udee5\ufe0f <strong data-start=\"823\" data-end=\"854\">Comfortable (semi) covered boat<\/strong><\/li>\n<li data-start=\"596\" data-end=\"1113\">\ud83d\udc65 S <strong data-start=\"920\" data-end=\"946\">mall-scale and intimate<\/strong><\/li>\n<\/ul>\n<\/span><\/div><div class=\"w-hwrapper usg_hwrapper_5 align_none valign_middle\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_8 strike-through has_text_color type_text prijs color_link_inherit\"><span class=\"w-post-elm-before\">Starting from: <\/span><span class=\"w-post-elm-value\">39,50<\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_7 type_text prijs-actie color_link_inherit\"><span class=\"w-post-elm-value\">34.5<\/span><\/div><\/div><div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><a class=\"w-btn us-btn-style_1 usg_btn_1\" href=\"https:\/\/kinboat.com\/en\/canal-cruises\/jazz-cruise-in-amsterdam-with-live-music-including-drinks\/\"><span class=\"w-btn-label\">BOOK NOW!<\/span><\/a><a class=\"w-btn us-btn-style_4 usg_btn_2\" href=\"https:\/\/kinboat.com\/en\/canal-cruises\/jazz-cruise-in-amsterdam-with-live-music-including-drinks\/\"><span class=\"w-btn-label\">MORE INFO<\/span><\/a><\/div><\/div>\t\t<\/div>\r\n\t<\/article>\r\n\t<article class=\"w-grid-item post-3470 tochten type-tochten status-publish has-post-thumbnail hentry tochten-categorie-uitgelicht\" data-id=\"3470\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/kinboat.com\/en\/canal-cruises\/jazz-cruise-with-live-music-on-the-canals\/\" aria-label=\"Jazz Cruise in Amsterdam with Live Music\"><img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2025\/05\/WhatsApp-Image-2025-05-26-at-17.54.52-3-1024x683.jpeg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2025\/05\/WhatsApp-Image-2025-05-26-at-17.54.52-3-1024x683.jpeg 1024w, https:\/\/kinboat.com\/wp-content\/uploads\/2025\/05\/WhatsApp-Image-2025-05-26-at-17.54.52-3-300x200.jpeg 300w, https:\/\/kinboat.com\/wp-content\/uploads\/2025\/05\/WhatsApp-Image-2025-05-26-at-17.54.52-3.jpeg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text Tijdsduur color_link_inherit has_border_radius\"><i class=\"far fa-clock\"><\/i><span class=\"w-post-elm-value\">60 minutes<\/span><\/div><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_none valign_middle\" style=\"--vwrapper-gap:1rem\"><h3 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\"><a href=\"https:\/\/kinboat.com\/en\/canal-cruises\/jazz-cruise-with-live-music-on-the-canals\/\">Jazz Cruise in Amsterdam with Live Music<\/a><\/h3><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text locatie color_link_inherit\"><span class=\"w-post-elm-before\">Boarding from <\/span><span class=\"w-post-elm-value\">Central Station<\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_4 type_text upss-in-grid color_link_inherit\"><span class=\"w-post-elm-value\"><ul>\n<li data-start=\"596\" data-end=\"1113\">Live jazz music on board<\/li>\n<li data-start=\"596\" data-end=\"1113\">Drinks available on board<\/li>\n<li data-start=\"596\" data-end=\"1113\">Comfortable (semi) covered boat<\/li>\n<li data-start=\"596\" data-end=\"1113\">Small-scale and intimate<\/li>\n<\/ul>\n<\/span><\/div><div class=\"w-hwrapper usg_hwrapper_5 align_none valign_middle\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_8 strike-through has_text_color type_text prijs color_link_inherit\"><span class=\"w-post-elm-before\">Starting from: <\/span><span class=\"w-post-elm-value\">29,50<\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_7 type_text prijs-actie color_link_inherit\"><span class=\"w-post-elm-value\">24.5<\/span><\/div><\/div><div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><a class=\"w-btn us-btn-style_1 usg_btn_1\" href=\"https:\/\/kinboat.com\/en\/canal-cruises\/jazz-cruise-with-live-music-on-the-canals\/\"><span class=\"w-btn-label\">BOOK NOW!<\/span><\/a><a class=\"w-btn us-btn-style_4 usg_btn_2\" href=\"https:\/\/kinboat.com\/en\/canal-cruises\/jazz-cruise-with-live-music-on-the-canals\/\"><span class=\"w-btn-label\">MORE INFO<\/span><\/a><\/div><\/div>\t\t<\/div>\r\n\t<\/article>\r\n\t<article class=\"w-grid-item post-681 tochten type-tochten status-publish has-post-thumbnail hentry tochten-categorie-uitgelicht\" data-id=\"681\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/kinboat.com\/en\/canal-cruises\/boat-tour-amsterdam\/\" aria-label=\"Boat tour through the canals of Amsterdam\"><img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/06\/Rick_Akkerman_Fotografie_Rick_Akkerman_Fotografie__DSF7552-1024x683.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/06\/Rick_Akkerman_Fotografie_Rick_Akkerman_Fotografie__DSF7552-1024x683.jpg 1024w, https:\/\/kinboat.com\/wp-content\/uploads\/2024\/06\/Rick_Akkerman_Fotografie_Rick_Akkerman_Fotografie__DSF7552-300x200.jpg 300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text Tijdsduur color_link_inherit has_border_radius\"><i class=\"far fa-clock\"><\/i><span class=\"w-post-elm-value\">60 minutes<\/span><\/div><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_none valign_middle\" style=\"--vwrapper-gap:1rem\"><h3 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\"><a href=\"https:\/\/kinboat.com\/en\/canal-cruises\/boat-tour-amsterdam\/\">Boat tour through the canals of Amsterdam<\/a><\/h3><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text locatie color_link_inherit\"><span class=\"w-post-elm-before\">Boarding from <\/span><span class=\"w-post-elm-value\">Central Station, Anne Frank House<\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_4 type_text upss-in-grid color_link_inherit\"><span class=\"w-post-elm-value\"><ul>\n<li>Discover the rich history of Amsterdam with an enthusiastic local skipper<\/li>\n<li>Pass by the highlights of Amsterdam<\/li>\n<li>100% electric, whisper-quiet boats<\/li>\n<li>Drinks available on board<\/li>\n<\/ul>\n<\/span><\/div><div class=\"w-hwrapper usg_hwrapper_3 align_none valign_middle\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_3 type_text prijs color_link_inherit\"><span class=\"w-post-elm-before\">Starting from <\/span><span class=\"w-post-elm-value\">20,-<\/span><\/div><\/div><div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><a class=\"w-btn us-btn-style_1 usg_btn_1\" href=\"https:\/\/kinboat.com\/en\/canal-cruises\/boat-tour-amsterdam\/\"><span class=\"w-btn-label\">BOOK NOW!<\/span><\/a><a class=\"w-btn us-btn-style_4 usg_btn_2\" href=\"https:\/\/kinboat.com\/en\/canal-cruises\/boat-tour-amsterdam\/\"><span class=\"w-btn-label\">MORE INFO<\/span><\/a><\/div><\/div>\t\t<\/div>\r\n\t<\/article>\r\n\t<article class=\"w-grid-item post-695 tochten type-tochten status-publish has-post-thumbnail hentry tochten-categorie-uitgelicht\" data-id=\"695\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/kinboat.com\/en\/canal-cruises\/boat-tour-amsterdam-early-morning\/\" aria-label=\"Canal Cruise early morning\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/05\/KINboat-morning-cruise-1024x576.jpeg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/05\/KINboat-morning-cruise-1024x576.jpeg 1024w, https:\/\/kinboat.com\/wp-content\/uploads\/2024\/05\/KINboat-morning-cruise-300x169.jpeg 300w, https:\/\/kinboat.com\/wp-content\/uploads\/2024\/05\/KINboat-morning-cruise.jpeg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text Tijdsduur color_link_inherit has_border_radius\"><i class=\"far fa-clock\"><\/i><span class=\"w-post-elm-value\">60 minutes<\/span><\/div><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_none valign_middle\" style=\"--vwrapper-gap:1rem\"><h3 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\"><a href=\"https:\/\/kinboat.com\/en\/canal-cruises\/boat-tour-amsterdam-early-morning\/\">Canal Cruise early morning<\/a><\/h3><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text locatie color_link_inherit\"><span class=\"w-post-elm-before\">Boarding from <\/span><span class=\"w-post-elm-value\">Central Station, Anne Frank House<\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_4 type_text upss-in-grid color_link_inherit\"><span class=\"w-post-elm-value\"><ul>\n<li>Enjoy the rising sun and rippling canals with a cup of coffee<\/li>\n<li>Relax in 100% sustainable, quiet boats<\/li>\n<li>Experienced skipper who tells you everything about Amsterdam<\/li>\n<li>Spot the most beautiful highlights<\/li>\n<\/ul>\n<\/span><\/div><div class=\"w-hwrapper usg_hwrapper_3 align_none valign_middle\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_3 type_text prijs color_link_inherit\"><span class=\"w-post-elm-before\">Starting from <\/span><span class=\"w-post-elm-value\">20,-<\/span><\/div><\/div><div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><a class=\"w-btn us-btn-style_1 usg_btn_1\" href=\"https:\/\/kinboat.com\/en\/canal-cruises\/boat-tour-amsterdam-early-morning\/\"><span class=\"w-btn-label\">BOOK NOW!<\/span><\/a><a class=\"w-btn us-btn-style_4 usg_btn_2\" href=\"https:\/\/kinboat.com\/en\/canal-cruises\/boat-tour-amsterdam-early-morning\/\"><span class=\"w-btn-label\">MORE INFO<\/span><\/a><\/div><\/div>\t\t<\/div>\r\n\t<\/article>\r\n\t<article class=\"w-grid-item post-689 tochten type-tochten status-publish has-post-thumbnail hentry tochten-categorie-uitgelicht\" data-id=\"689\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/kinboat.com\/en\/canal-cruises\/boat-tour-amsterdam-at-night\/\" aria-label=\"Canal Cruise at night\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/09\/IMG_5818-1024x683.jpeg\" class=\"attachment-large size-large wp-post-image\" alt=\"Zicht op de Amsterdamse grachten tijdens de schemering, met historische gebouwen en bruggen op de achtergrond\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/09\/IMG_5818-1024x683.jpeg 1024w, https:\/\/kinboat.com\/wp-content\/uploads\/2024\/09\/IMG_5818-300x200.jpeg 300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text Tijdsduur color_link_inherit has_border_radius\"><i class=\"far fa-clock\"><\/i><span class=\"w-post-elm-value\">60 minutes<\/span><\/div><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_none valign_middle\" style=\"--vwrapper-gap:1rem\"><h3 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\"><a href=\"https:\/\/kinboat.com\/en\/canal-cruises\/boat-tour-amsterdam-at-night\/\">Canal Cruise at night<\/a><\/h3><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text locatie color_link_inherit\"><span class=\"w-post-elm-before\">Boarding from <\/span><span class=\"w-post-elm-value\">Central Station, Anne Frank House<\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_4 type_text upss-in-grid color_link_inherit\"><span class=\"w-post-elm-value\"><ul>\n<li>Atmospherically lit canal houses and bridges<\/li>\n<li>Small group with a live skipper guide<\/li>\n<li>Comfortable seat cushions and blankets<\/li>\n<li>Discover the Rijksmuseum, the Jordaan and many more hotspots<\/li>\n<\/ul>\n<\/span><\/div><div class=\"w-hwrapper usg_hwrapper_3 align_none valign_middle\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_3 type_text prijs color_link_inherit\"><span class=\"w-post-elm-before\">Starting from <\/span><span class=\"w-post-elm-value\">20,-<\/span><\/div><\/div><div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><a class=\"w-btn us-btn-style_1 usg_btn_1\" href=\"https:\/\/kinboat.com\/en\/canal-cruises\/boat-tour-amsterdam-at-night\/\"><span class=\"w-btn-label\">BOOK NOW!<\/span><\/a><a class=\"w-btn us-btn-style_4 usg_btn_2\" href=\"https:\/\/kinboat.com\/en\/canal-cruises\/boat-tour-amsterdam-at-night\/\"><span class=\"w-btn-label\">MORE INFO<\/span><\/a><\/div><\/div>\t\t<\/div>\r\n\t<\/article>\r\n\t<article class=\"w-grid-item post-666 tochten type-tochten status-publish has-post-thumbnail hentry tochten-categorie-uitgelicht\" data-id=\"666\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/kinboat.com\/en\/canal-cruises\/covered-canal-boat\/\" aria-label=\"Traditional Canal Cruise in Covered Boat\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/08\/Kinboat-foto-videoshoot-23-10-2023-Amsterdam-2158-1024x683.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Rondvaartboot &#039;The Dream&#039; van KINboat voor het Scheepvaartmuseum en VOC-schip in Amsterdam\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/08\/Kinboat-foto-videoshoot-23-10-2023-Amsterdam-2158-1024x683.jpg 1024w, https:\/\/kinboat.com\/wp-content\/uploads\/2024\/08\/Kinboat-foto-videoshoot-23-10-2023-Amsterdam-2158-300x200.jpg 300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text Tijdsduur color_link_inherit has_border_radius\"><i class=\"far fa-clock\"><\/i><span class=\"w-post-elm-value\">60 minutes<\/span><\/div><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_none valign_middle\" style=\"--vwrapper-gap:1rem\"><h3 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\"><a href=\"https:\/\/kinboat.com\/en\/canal-cruises\/covered-canal-boat\/\">Traditional Canal Cruise in Covered Boat<\/a><\/h3><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text locatie color_link_inherit\"><span class=\"w-post-elm-before\">Boarding from <\/span><span class=\"w-post-elm-value\">Central Station<\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_4 type_text upss-in-grid color_link_inherit\"><span class=\"w-post-elm-value\"><ul>\n<li>Covered and pleasantly heated boat<\/li>\n<li>Warm blankets and soft cushions on board<\/li>\n<li>Enjoy all the beautiful stories the skipper tells<\/li>\n<li>Stunning views and delicious drinks available<\/li>\n<li>Audioguide in 24 languages<\/li>\n<\/ul>\n<\/span><\/div><div class=\"w-hwrapper usg_hwrapper_3 align_none valign_middle\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_3 type_text prijs color_link_inherit\"><span class=\"w-post-elm-before\">Starting from <\/span><span class=\"w-post-elm-value\">15,-<\/span><\/div><\/div><div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><a class=\"w-btn us-btn-style_1 usg_btn_1\" href=\"https:\/\/kinboat.com\/en\/canal-cruises\/covered-canal-boat\/\"><span class=\"w-btn-label\">BOOK NOW!<\/span><\/a><a class=\"w-btn us-btn-style_4 usg_btn_2\" href=\"https:\/\/kinboat.com\/en\/canal-cruises\/covered-canal-boat\/\"><span class=\"w-btn-label\">MORE INFO<\/span><\/a><\/div><\/div>\t\t<\/div>\r\n\t<\/article>\r\n\t<article class=\"w-grid-item post-684 tochten type-tochten status-publish has-post-thumbnail hentry tochten-categorie-uitgelicht\" data-id=\"684\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/kinboat.com\/en\/canal-cruises\/boat-tour-amsterdam-drinks-included\/\" aria-label=\"Canal Cruise including drinks\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/05\/KINboat-with-drinks-1024x576.jpeg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/05\/KINboat-with-drinks-1024x576.jpeg 1024w, https:\/\/kinboat.com\/wp-content\/uploads\/2024\/05\/KINboat-with-drinks-300x169.jpeg 300w, https:\/\/kinboat.com\/wp-content\/uploads\/2024\/05\/KINboat-with-drinks.jpeg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text Tijdsduur color_link_inherit has_border_radius\"><i class=\"far fa-clock\"><\/i><span class=\"w-post-elm-value\">60 minutes<\/span><\/div><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_none valign_middle\" style=\"--vwrapper-gap:1rem\"><h3 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\"><a href=\"https:\/\/kinboat.com\/en\/canal-cruises\/boat-tour-amsterdam-drinks-included\/\">Canal Cruise including drinks<\/a><\/h3><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text locatie color_link_inherit\"><span class=\"w-post-elm-before\">Boarding from <\/span><span class=\"w-post-elm-value\">Central Station, Anne Frank House<\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_4 type_text upss-in-grid color_link_inherit\"><span class=\"w-post-elm-value\"><ul>\n<li>Unique experience with family and friends<\/li>\n<li>100% enjoyment of two drinks of your choice<\/li>\n<li>Fully electric boats<\/li>\n<li>Sail past numerous landmarks such as the Magere Brug and the H&#8217;ART Museum<\/li>\n<\/ul>\n<\/span><\/div><div class=\"w-hwrapper usg_hwrapper_3 align_none valign_middle\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_3 type_text prijs color_link_inherit\"><span class=\"w-post-elm-before\">Starting from <\/span><span class=\"w-post-elm-value\">25,-<\/span><\/div><\/div><div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><a class=\"w-btn us-btn-style_1 usg_btn_1\" href=\"https:\/\/kinboat.com\/en\/canal-cruises\/boat-tour-amsterdam-drinks-included\/\"><span class=\"w-btn-label\">BOOK NOW!<\/span><\/a><a class=\"w-btn us-btn-style_4 usg_btn_2\" href=\"https:\/\/kinboat.com\/en\/canal-cruises\/boat-tour-amsterdam-drinks-included\/\"><span class=\"w-btn-label\">MORE INFO<\/span><\/a><\/div><\/div>\t\t<\/div>\r\n\t<\/article>\r\n<\/div>\t<div class=\"g-preloader type_1\">\r\n\t\t<div><\/div>\r\n\t<\/div>\r\n\t\t<div class=\"w-grid-json hidden\" onclick='return {&quot;action&quot;:&quot;us_ajax_grid&quot;,&quot;ajax_url&quot;:&quot;https:\\\/\\\/kinboat.com\\\/wp-admin\\\/admin-ajax.php&quot;,&quot;infinite_scroll&quot;:0,&quot;max_num_pages&quot;:1,&quot;pagination&quot;:&quot;none&quot;,&quot;template_vars&quot;:{&quot;columns&quot;:&quot;3&quot;,&quot;exclude_items&quot;:&quot;none&quot;,&quot;img_size&quot;:&quot;default&quot;,&quot;ignore_items_size&quot;:0,&quot;items_layout&quot;:&quot;35&quot;,&quot;items_offset&quot;:&quot;1&quot;,&quot;load_animation&quot;:&quot;none&quot;,&quot;overriding_link&quot;:&quot;%7B%22url%22%3A%22%22%7D&quot;,&quot;post_id&quot;:0,&quot;query_args&quot;:{&quot;post_type&quot;:[&quot;tochten&quot;],&quot;tax_query&quot;:[{&quot;taxonomy&quot;:&quot;tochten-categorie&quot;,&quot;field&quot;:&quot;slug&quot;,&quot;terms&quot;:[&quot;uitgelicht&quot;]}],&quot;post_status&quot;:[&quot;publish&quot;,&quot;acf-disabled&quot;],&quot;posts_per_page&quot;:&quot;10&quot;},&quot;orderby_query_args&quot;:{&quot;orderby&quot;:{&quot;date&quot;:&quot;DESC&quot;}},&quot;type&quot;:&quot;carousel&quot;,&quot;us_grid_ajax_index&quot;:1,&quot;us_grid_filter_params&quot;:[],&quot;us_grid_index&quot;:1,&quot;_us_grid_post_type&quot;:&quot;tochten&quot;,&quot;page_args&quot;:[],&quot;lang&quot;:&quot;en&quot;},&quot;carousel_settings&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:0,&quot;carousel_fade&quot;:0,&quot;center&quot;:0,&quot;dots&quot;:0,&quot;items&quot;:&quot;3&quot;,&quot;loop&quot;:false,&quot;nav&quot;:1,&quot;slideby&quot;:&quot;1&quot;,&quot;smooth_play&quot;:0,&quot;speed&quot;:250,&quot;timeout&quot;:3000,&quot;transition&quot;:&quot;&quot;,&quot;aria_labels&quot;:{&quot;prev&quot;:&quot;Previous&quot;,&quot;next&quot;:&quot;Next&quot;}},&quot;carousel_breakpoints&quot;:{&quot;0&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:1,&quot;autoplayHoverPause&quot;:1,&quot;items&quot;:1,&quot;loop&quot;:true,&quot;stagePadding&quot;:0},&quot;601&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:1,&quot;autoplayHoverPause&quot;:1,&quot;items&quot;:2,&quot;loop&quot;:false,&quot;stagePadding&quot;:0},&quot;1025&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:1,&quot;autoplayHoverPause&quot;:1,&quot;items&quot;:3,&quot;loop&quot;:false,&quot;stagePadding&quot;:0},&quot;1381&quot;:{&quot;items&quot;:3,&quot;stagePadding&quot;:0}}}'><\/div>\r\n\t<\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_83d4fab2 height_medium with_img\"><div class=\"l-section-img\" role=\"img\" data-img-width=\"1227\" data-img-height=\"430\" style=\"background-image: url(https:\/\/kinboat.com\/wp-content\/uploads\/2025\/10\/Screenshot-2025-10-03-at-15.48.53-e1759500147525.png);\"><\/div><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_2-1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_bottom type_default stacking_default\"><div class=\"wpb_column vc_column_container us_custom_864fa448\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column us_custom_6df4bc3a has_text_color\"><div class=\"wpb_wrapper\"><h2>Admire the fourteenth edition of Amsterdam Light Festival<\/h2>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"w-btn-wrapper align_none\"><a class=\"w-btn us-btn-style_1\" href=\"https:\/\/fareharbor.com\/embeds\/book\/kinboat\/items\/?flow=1478448\" target=\"_blank\" rel=\"noopener\"><span class=\"w-btn-label\">Book now<\/span><\/a><\/div><div class=\"w-btn-wrapper align_none\"><a class=\"w-btn us-btn-style_3\" href=\"https:\/\/kinboat.com\/en\/canal-cruises\/amsterdam-light-festival\/\"><span class=\"w-btn-label\">More info<\/span><\/a><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"wpb_text_column us_custom_5148d8d8 has_text_color\"><div class=\"wpb_wrapper\"><h3 class=\"home-hero-heading__title\">EDITIE 14: LEGACY<\/h3>\n<p><span class=\"home-hero-heading__dates\"><time datetime=\"2023-11-20\">Data: 27.11.2025 &#8211; 18.01.2026<\/time><\/span><\/p>\n<\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container stretched\"><div class=\"vc_column-inner\"><div class=\"w-vwrapper us_custom_0ccc3812 hide_on_mobiles align_right valign_justify\"><div class=\"w-image us_custom_53f7f809 align_right\"><div class=\"w-image-h\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"112\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2025\/10\/ALF_Official_Partner_Color-300x112.png\" class=\"attachment-medium size-medium\" alt=\"\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2025\/10\/ALF_Official_Partner_Color-300x112.png 300w, https:\/\/kinboat.com\/wp-content\/uploads\/2025\/10\/ALF_Official_Partner_Color-1024x383.png 1024w, https:\/\/kinboat.com\/wp-content\/uploads\/2025\/10\/ALF_Official_Partner_Color.png 1667w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/div><div class=\"w-text us_custom_a98b5165 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Whale Fall By Xinyi Wang<\/span><\/span><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row height_small color_alternate\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_middle type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><section class=\"l-section wpb_row height_large color_alternate\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_middle type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"g-cols wpb_row via_grid cols_4 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\" style=\"--gap:2rem;\" id=\"usp-icons\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-iconbox iconpos_top style_outlined color_primary align_center no_text no_title\"><div class=\"w-iconbox-icon\" style=\"font-size:30px;\"><i class=\"fal fa-ship\"><\/i><\/div><div class=\"w-iconbox-meta\"><\/div><\/div><div class=\"w-separator size_small\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h6 style=\"text-align: center;\">Local, Enthusiastic Skippers<\/h6>\n<p style=\"text-align: center;\">Our experienced skippers will tell you all about the city&#8217;s rich history. Enjoy friendly service and a personal canal tour.<\/p>\n<\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-iconbox iconpos_top style_outlined color_primary align_center no_text no_title\"><div class=\"w-iconbox-icon\" style=\"font-size:30px;\"><i class=\"fal fa-map-marker-alt\"><\/i><\/div><div class=\"w-iconbox-meta\"><\/div><\/div><div class=\"w-separator size_small\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h6 style=\"text-align: center;\">Different boarding locations<\/h6>\n<p style=\"text-align: center;\">For our canal cruises, we depart from various locations: near Central Station, the Anne Frank House, and the Rosewood Hotel. Choose where you want to board and experience the convenience of sailing with KINboat!<\/p>\n<\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-iconbox iconpos_top style_outlined color_primary align_center no_text no_title\"><div class=\"w-iconbox-icon\" style=\"font-size:30px;\"><i class=\"fal fa-eye\"><\/i><\/div><div class=\"w-iconbox-meta\"><\/div><\/div><div class=\"w-separator size_small\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h6 style=\"text-align: center;\">Free Cancellation<\/h6>\n<p style=\"text-align: center;\">Flexibility is paramount at KINboat. Cancel for free up to 24 hours before departure and book with confidence for a worry-free canal cruise through Amsterdam.<\/p>\n<\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-iconbox iconpos_top style_outlined color_primary align_center no_text no_title\"><div class=\"w-iconbox-icon\" style=\"font-size:2rem;\"><i class=\"fal fa-star\"><\/i><\/div><div class=\"w-iconbox-meta\"><\/div><\/div><div class=\"w-separator size_small\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h6 style=\"text-align: center;\">5 out of 5 Stars on Tripadvisor<\/h6>\n<p style=\"text-align: center;\">It is no coincidence that KINboat has a rating of 5 out of 5 stars on Tripadvisor. And that with over 5,000 reviews!<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section>\n<\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row height_large\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_2 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_middle type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-image align_none\"><div class=\"w-image-h\"><img loading=\"lazy\" decoding=\"async\" width=\"581\" height=\"578\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/04\/kinboat_home_square_1_tiny.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/04\/kinboat_home_square_1_tiny.png 581w, https:\/\/kinboat.com\/wp-content\/uploads\/2024\/04\/kinboat_home_square_1_tiny-300x298.png 300w, https:\/\/kinboat.com\/wp-content\/uploads\/2024\/04\/kinboat_home_square_1_tiny-150x150.png 150w\" sizes=\"(max-width: 581px) 100vw, 581px\" \/><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h3>Environmentally conscious sailing<\/h3>\n<p>Amsterdam is one of the most navigated cities in the world, thanks to its impressive canal belt. However, this water traffic doesn&#8217;t always benefit the environment. That&#8217;s why KINboat offers a sustainable and silent alternative, allowing you to sail eco-consciously in the canals of Amsterdam. We offer various boats that sail 100% electrically on green energy.<\/p>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h3>It&#8217;s always possible<\/h3>\n<p>Moreover, with our boats, it doesn&#8217;t always have to be perfect weather to sail the canals of Amsterdam. We also have various boats with a roof, where you can sit inside comfortably, enjoy a drink, and admire Amsterdam&#8217;s sights.<\/p>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"w-btn-wrapper align_center\"><a class=\"w-btn us-btn-style_1 icon_atleft\" href=\"https:\/\/fareharbor.com\/embeds\/book\/kinboat\/?full-items=yes\" target=\"_blank\" rel=\"noopener\"><i class=\"far fa-calendar\"><\/i><span class=\"w-btn-label\">Book online!<\/span><\/a><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_6df4bc3a has_text_color height_large with_img\"><div class=\"l-section-img\" role=\"img\" data-img-width=\"1512\" data-img-height=\"434\" style=\"background-image: url(https:\/\/kinboat.com\/wp-content\/uploads\/2024\/04\/kinboat_home_info_bg_tiny.png);\"><\/div><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_2-3 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h2 style=\"text-align: right;\">Cruise through the beautiful canals of Amsterdam<\/h2>\n<\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>We offer various boats that sail 100% electrically on green energy. It&#8217;s the best cruise in Amsterdam for personalized boat trips. Both for private cruises and cruises with other guests on board.<\/p>\n<p>Cruise through the beautiful canals of Amsterdam and admire the picturesque bridges and canal houses. The skipper will take you along the trendiest spots on the Amsterdam canal belt and inform you about the sights.<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row height_large\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_2 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_middle type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h3>Make the most of your day<\/h3>\n<p>Don&#8217;t have much time to spend in Amsterdam but a long list of things you want to see or do? Consider renting a private boat or booking a cruise. One advantage is that you can often see everything in one day.<\/p>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h3>Discover new spots<\/h3>\n<p>As local, Amsterdam skippers and experts, we have years of experience in organizing cruises. With every cruise and private trip, you&#8217;ll have an experienced skipper with you. They can show you every hotspot along the canals of Amsterdam. Discover spots you&#8217;ve never seen before.<\/p>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"w-btn-wrapper align_center\"><a class=\"w-btn us-btn-style_1 icon_atleft\" href=\"https:\/\/fareharbor.com\/embeds\/book\/kinboat\/?full-items=yes\" target=\"_blank\" rel=\"noopener\"><i class=\"far fa-calendar\"><\/i><span class=\"w-btn-label\">Book online!<\/span><\/a><\/div><\/div><\/div><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-image align_none\"><div class=\"w-image-h\"><img loading=\"lazy\" decoding=\"async\" width=\"581\" height=\"560\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/04\/kinboat_home_square_2_tiny.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/04\/kinboat_home_square_2_tiny.png 581w, https:\/\/kinboat.com\/wp-content\/uploads\/2024\/04\/kinboat_home_square_2_tiny-300x289.png 300w\" sizes=\"(max-width: 581px) 100vw, 581px\" \/><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row height_large\"><div class=\"l-section-overlay\" style=\"background:#E7F1FF\"><\/div><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h4 style=\"text-align: center;\">KINboat stands for friendship, comfort, and friendly service<\/h4>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"w-grid type_carousel layout_76 recentie card cols_3\" id=\"us_grid_2\" style=\"--gap:1.5rem;\"><style>.layout_76 .w-grid-item-h{background:#ffffff}.layout_76 .usg_post_custom_field_1{padding-top:1rem!important}.layout_76 .usg_post_custom_field_2{color:var(--color-content-link)!important;margin-bottom:1rem!important}.layout_76 .usg_post_title_1{margin-bottom:1rem!important}@media (min-width:1025px) and (max-width:1380px){.layout_76 .usg_post_custom_field_1{padding-top:1rem!important}.layout_76 .usg_post_custom_field_2{color:var(--color-content-link)!important;margin-bottom:1rem!important}.layout_76 .usg_post_title_1{margin-bottom:1rem!important}}@media (min-width:601px) and (max-width:1024px){.layout_76 .usg_post_custom_field_1{padding-top:1rem!important}.layout_76 .usg_post_custom_field_2{color:var(--color-content-link)!important;margin-bottom:1rem!important}.layout_76 .usg_post_title_1{margin-bottom:1rem!important}}@media (max-width:600px){.layout_76 .usg_post_custom_field_1{padding-top:1rem!important}.layout_76 .usg_post_custom_field_2{color:var(--color-content-link)!important;margin-bottom:1rem!important}.layout_76 .usg_post_title_1{margin-bottom:1rem!important}}<\/style><div class=\"w-grid-list owl-carousel navstyle_circle navpos_outside\">\t<article class=\"w-grid-item post-859 us_testimonial type-us_testimonial status-publish hentry\" data-id=\"859\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_custom_field usg_post_custom_field_2 has_text_color type_icon us_testimonial_rating color_link_inherit\"><div class=\"w-testimonial-rating\"><i><\/i><i><\/i><i><\/i><i><\/i><i><\/i><\/div><\/div><h6 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\">Highly recommended<\/h6><div class=\"w-post-elm post_content usg_post_content_1\"><p>Really enjoyed it. Weather was great. Nice route. Many interesting facts and tons of respect for the skipper Ian. Nice guy and knows a lot&#8230; Also speaks the languages. Highly recommended.<\/p>\n<\/div><p class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text us_testimonial_author color_link_inherit\"><span class=\"w-post-elm-value\">Dr\u00e9. Tripadvisor ratings<\/span><\/p>\t\t<\/div>\r\n\t<\/article>\r\n\t<article class=\"w-grid-item post-860 us_testimonial type-us_testimonial status-publish hentry\" data-id=\"860\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_custom_field usg_post_custom_field_2 has_text_color type_icon us_testimonial_rating color_link_inherit\"><div class=\"w-testimonial-rating\"><i><\/i><i><\/i><i><\/i><i><\/i><i><\/i><\/div><\/div><h6 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\">A memorable boat ride<\/h6><div class=\"w-post-elm post_content usg_post_content_1\"><p>We had a great experience at KINBOAT yesterday. It was a memorable boat ride with skipper Martin. He is very knowledgeable about the city. Nice to see the city through a different perspective. At KINBOAT you really get value for money!<\/p>\n<\/div><p class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text us_testimonial_author color_link_inherit\"><span class=\"w-post-elm-value\">Fem. Tripadvisor ratings<\/span><\/p>\t\t<\/div>\r\n\t<\/article>\r\n\t<article class=\"w-grid-item post-865 us_testimonial type-us_testimonial status-publish hentry\" data-id=\"865\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_custom_field usg_post_custom_field_2 has_text_color type_icon us_testimonial_rating color_link_inherit\"><div class=\"w-testimonial-rating\"><i><\/i><i><\/i><i><\/i><i><\/i><i><\/i><\/div><\/div><h6 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\">Definitely recommending<\/h6><div class=\"w-post-elm post_content usg_post_content_1\"><p>Michael was our skipper and gave us a very interesting explanation. We were also able to sample Dutch Courage along the way, which was a nice bonus. Definitely recommending!<\/p>\n<\/div><p class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text us_testimonial_author color_link_inherit\"><span class=\"w-post-elm-value\">Sarah G. Tripadvisor ratings<\/span><\/p>\t\t<\/div>\r\n\t<\/article>\r\n<\/div>\t<div class=\"g-preloader type_1\">\r\n\t\t<div><\/div>\r\n\t<\/div>\r\n\t\t<div class=\"w-grid-json hidden\" onclick='return {&quot;action&quot;:&quot;us_ajax_grid&quot;,&quot;ajax_url&quot;:&quot;https:\\\/\\\/kinboat.com\\\/wp-admin\\\/admin-ajax.php&quot;,&quot;infinite_scroll&quot;:0,&quot;max_num_pages&quot;:1,&quot;pagination&quot;:&quot;none&quot;,&quot;template_vars&quot;:{&quot;columns&quot;:&quot;3&quot;,&quot;exclude_items&quot;:&quot;none&quot;,&quot;img_size&quot;:&quot;default&quot;,&quot;ignore_items_size&quot;:0,&quot;items_layout&quot;:&quot;76&quot;,&quot;items_offset&quot;:&quot;1&quot;,&quot;load_animation&quot;:&quot;none&quot;,&quot;overriding_link&quot;:&quot;%7B%22url%22%3A%22%22%7D&quot;,&quot;post_id&quot;:0,&quot;query_args&quot;:{&quot;post_type&quot;:[&quot;us_testimonial&quot;],&quot;post_status&quot;:[&quot;publish&quot;,&quot;acf-disabled&quot;],&quot;posts_per_page&quot;:&quot;10&quot;},&quot;orderby_query_args&quot;:{&quot;orderby&quot;:{&quot;date&quot;:&quot;DESC&quot;}},&quot;type&quot;:&quot;carousel&quot;,&quot;us_grid_ajax_index&quot;:2,&quot;us_grid_filter_params&quot;:[],&quot;us_grid_index&quot;:2,&quot;_us_grid_post_type&quot;:&quot;us_testimonial&quot;,&quot;page_args&quot;:[],&quot;lang&quot;:&quot;en&quot;},&quot;carousel_settings&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:0,&quot;carousel_fade&quot;:0,&quot;center&quot;:0,&quot;dots&quot;:0,&quot;items&quot;:&quot;3&quot;,&quot;loop&quot;:false,&quot;nav&quot;:0,&quot;slideby&quot;:&quot;1&quot;,&quot;smooth_play&quot;:0,&quot;speed&quot;:250,&quot;timeout&quot;:3000,&quot;transition&quot;:&quot;&quot;,&quot;aria_labels&quot;:{&quot;prev&quot;:&quot;Previous&quot;,&quot;next&quot;:&quot;Next&quot;}},&quot;carousel_breakpoints&quot;:{&quot;0&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:1,&quot;autoplayHoverPause&quot;:1,&quot;items&quot;:1,&quot;loop&quot;:true,&quot;stagePadding&quot;:0},&quot;601&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:1,&quot;autoplayHoverPause&quot;:1,&quot;items&quot;:2,&quot;loop&quot;:false,&quot;stagePadding&quot;:0},&quot;1025&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:1,&quot;autoplayHoverPause&quot;:1,&quot;items&quot;:3,&quot;loop&quot;:false,&quot;stagePadding&quot;:0},&quot;1381&quot;:{&quot;items&quot;:3,&quot;stagePadding&quot;:0}}}'><\/div>\r\n\t<\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_323a3f1b height_large with_img\"><div class=\"l-section-img\" role=\"img\" data-img-width=\"1512\" data-img-height=\"600\" style=\"background-image: url(https:\/\/kinboat.com\/wp-content\/uploads\/2025\/04\/KINBOAT-Amsterdam-open-boat.jpg);\"><\/div><div class=\"l-section-overlay\" style=\"background:linear-gradient(180deg,rgba(0,0,0,0.60),rgba(0,0,0,0.10))\"><\/div><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-separator size_custom\" style=\"height:170px\"><\/div><div class=\"wpb_text_column us_custom_6df4bc3a has_text_color\"><div class=\"wpb_wrapper\"><h4 style=\"text-align: center;\">Book your tour now!<\/h4>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"w-btn-wrapper align_center\"><a class=\"w-btn us-btn-style_1 icon_atleft\" href=\"https:\/\/fareharbor.com\/embeds\/book\/kinboat\/?full-items=yes\" target=\"_blank\" rel=\"noopener\"><i class=\"far fa-calendar\"><\/i><span class=\"w-btn-label\">Book online!<\/span><\/a><\/div><div class=\"w-separator size_medium\"><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row height_large\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h2>Departure Locations<\/h2>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"w-map provider_osm\" id=\"us_map_1\"><div class=\"w-map-inner\"><div class=\"w-map-json\" onclick='return {&quot;address&quot;:&quot;Prins Hendrikkade 33A, 1012 TM Amsterdam&quot;,&quot;disableDragging&quot;:0,&quot;disableZoom&quot;:0,&quot;hideControls&quot;:0,&quot;zoom&quot;:12,&quot;markers&quot;:[{&quot;address&quot;:&quot;Prins Hendrikkade 33A, 1012 TM Amsterdam&quot;,&quot;html&quot;:&quot;&quot;,&quot;infowindow&quot;:0},{&quot;address&quot;:&quot;Prins Hendrikkade 33A, 1012 TM Amsterdam&quot;,&quot;html&quot;:&quot;&lt;b&gt;Opstaplocatie Centraal Station&lt;\\\/b&gt;\\nPrins Hendrikkade 33A\\n1012 TM Amsterdam&quot;,&quot;marker_img&quot;:null,&quot;marker_size&quot;:[&quot;30&quot;,&quot;30&quot;]},{&quot;address&quot;:&quot;Prinsengracht 267, 1016 GV Amsterdam&quot;,&quot;html&quot;:&quot;&lt;b&gt;Opstaplocatie Anne Frank Huis&lt;\\\/b&gt;\\nPrinsengracht 267 \\n1016 GV Amsterdam&quot;,&quot;marker_img&quot;:null,&quot;marker_size&quot;:[&quot;30&quot;,&quot;30&quot;]},{&quot;address&quot;:&quot;Prinsengracht 432, 1017 KE Amsterdam&quot;,&quot;html&quot;:&quot;&lt;b&gt;Opstaplocatie Rosewood Hotel&lt;\\\/b&gt;\\nPrinsengracht 432\\n1017 KE Amsterdam&quot;,&quot;marker_img&quot;:null,&quot;marker_size&quot;:[&quot;30&quot;,&quot;30&quot;]}],&quot;style&quot;:&quot;https:\\\/\\\/{s}.tile.openstreetmap.org\\\/{z}\\\/{x}\\\/{y}.png&quot;}'><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section>\n","protected":false},"excerpt":{"rendered":"Michael was our skipper and gave us a very interesting explanation. We were also able to sample Dutch Courage along the way, which was a nice bonus. Definitely recommending!","protected":false},"author":1,"featured_media":3416,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_improvement_type_select":"improve_an_existing","_thumb_yes_seoaic":false,"_frame_yes_seoaic":false,"seoaic_generate_description":"","seoaic_improve_instructions_prompt":"","seoaic_rollback_content_improvement":"","seoaic_idea_thumbnail_generator":"","thumbnail_generated":false,"thumbnail_generate_prompt":"","seoaic_article_description":"","footnotes":""},"class_list":["post-384","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/kinboat.com\/en\/wp-json\/wp\/v2\/pages\/384","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kinboat.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kinboat.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kinboat.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kinboat.com\/en\/wp-json\/wp\/v2\/comments?post=384"}],"version-history":[{"count":40,"href":"https:\/\/kinboat.com\/en\/wp-json\/wp\/v2\/pages\/384\/revisions"}],"predecessor-version":[{"id":6002,"href":"https:\/\/kinboat.com\/en\/wp-json\/wp\/v2\/pages\/384\/revisions\/6002"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kinboat.com\/en\/wp-json\/wp\/v2\/media\/3416"}],"wp:attachment":[{"href":"https:\/\/kinboat.com\/en\/wp-json\/wp\/v2\/media?parent=384"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}