{"id":8725,"date":"2025-03-15T16:13:45","date_gmt":"2025-03-15T08:13:45","guid":{"rendered":"https:\/\/whiterockbali.com\/?page_id=8725"},"modified":"2025-10-28T15:25:07","modified_gmt":"2025-10-28T07:25:07","slug":"virtual-tour","status":"publish","type":"page","link":"https:\/\/whiterockbali.com\/ru\/virtual-tour\/","title":{"rendered":"Virtual Tour"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"8725\" class=\"elementor elementor-8725\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a2554e7 elementor-section-height-min-height cs-section-content-fullwidth cs-parallax-on-scroll cs_scroll_y_80 elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"a2554e7\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\" data-cs-parallax-y=\"80\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ce31267\" data-id=\"ce31267\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-92c5ba4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"92c5ba4\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\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-c9733a3\" data-id=\"c9733a3\" 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-e7bda40 elementor-widget-mobile__width-initial elementor-widget elementor-widget-html\" data-id=\"e7bda40\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html>\r\n<head>\r\n    <title>Virtual Tour<\/title>\r\n    <style>\r\n        body, html {\r\n            margin: 0;\r\n            padding: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            overflow: hidden;\r\n            font-family: 'Arial', sans-serif;\r\n        }\r\n\r\n        #menu {\r\n            position: fixed;\r\n            top: 0;\r\n            left: 0;\r\n            width: 300px;\r\n            height: 100%;\r\n            background: rgba(0, 0, 0, 0.5); \/* Sesuai dengan file coding yang Anda berikan *\/\r\n            backdrop-filter: blur(10px);\r\n            color: white;\r\n            padding-top: 20px;\r\n            z-index: 1000000;\r\n            display: flex;\r\n            flex-direction: column;\r\n            align-items: center;\r\n            transition: left 0.4s ease, opacity 0.4s ease;\r\n            opacity: 1;\r\n            overflow-y: auto;\r\n            border: 3px solid rgba(255, 255, 255, 0.5); \/* Border diperjelas *\/\r\n            border-radius: 15px; \/* Membuat sudut lebih membulat *\/\r\n            box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.4); \/* Menambahkan efek shadow agar lebih elegan *\/\r\n        }\r\n\r\n        #menu img {\r\n            width: 200px;\r\n            height: auto;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        #menu a {\r\n            display: block;\r\n            padding: 10px 20px;\r\n            color: #ffffff !important;\r\n            font-size: 12px;\r\n            font-weight: bold;\r\n            text-decoration: none;\r\n            width: 100%;\r\n            box-sizing: border-box;\r\n            border-bottom: 1px solid rgba(255, 255, 255, 0.3);\r\n            transition: background 0.3s, color 0.3s;\r\n            text-align: left;\r\n            border-radius: 5px;\r\n        }\r\n\r\n        #menu a:hover {\r\n            background: rgba(128, 0, 0, 0.8);\r\n            color: white;\r\n        }\r\n\r\n        #virtualTour {\r\n            position: fixed;\r\n            top: 0;\r\n            left: 300px;\r\n            width: calc(100% - 300px);\r\n            height: 100%;\r\n            border: none;\r\n            transition: left 0.4s ease, width 0.4s ease;\r\n        }\r\n\r\n        #toggleBtn {\r\n            position: fixed;\r\n            top: 50%;\r\n            left: 300px;\r\n            transform: translateY(-50%);\r\n            background: rgba(255, 255, 255, 0.3);\r\n            border-radius: 50%;\r\n            width: 40px;\r\n            height: 40px;\r\n            cursor: pointer;\r\n            z-index: 1000001;\r\n            transition: left 0.4s ease;\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n        }\r\n\r\n        #toggleBtn img {\r\n            width: 20px;\r\n            height: 20px;\r\n            transform: rotate(180deg);\r\n            transition: transform 0.4s ease;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div id=\"menu\">\r\n        <img decoding=\"async\" src=\"https:\/\/whiterockbali.com\/wp-content\/uploads\/2024\/03\/WHITE-ROCK_PRIMARY-W-MONOGRAM_TAGLINE-01-1920x1255.png\" alt=\"White Rock Beach Club Logo\">\r\n        <p><\/p>\r\n        <a href=\"#\" onclick=\"changeScene('h8KrC', this)\">Home<\/a>\r\n        <a href=\"#\" onclick=\"changeScene('hc4Vw', this)\">Rock Bar Bed Area<\/a>\r\n        <a href=\"#\" onclick=\"changeScene('hRw7T', this)\">Main Pool Area<\/a>\r\n        <a href=\"#\" onclick=\"changeScene('h8Ktv', this)\">Rock Pool Area<\/a>\r\n        <a href=\"#\" onclick=\"changeScene('hc4xD', this)\">Restaurant<\/a>\r\n        <a href=\"#\" onclick=\"changeScene('hc4Cm', this)\">VIP Cabana<\/a>\r\n        <a href=\"#\" onclick=\"changeScene('hc4gw', this)\">Suite Room<\/a>\r\n        <a href=\"#\" onclick=\"changeScene('h8Z4F', this)\">Lawn Area<\/a>\r\n        <a href=\"#\" onclick=\"changeScene('hc4CZ', this)\">Meeting Room<\/a>\r\n        <a href=\"#\" onclick=\"changeScene('hc4Cc', this)\">Ballroom<\/a>\r\n    <\/div>\r\n\r\n    <button id=\"toggleBtn\" onclick=\"toggleMenu()\">\r\n        <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/271\/271228.png\" alt=\"arrow\">\r\n    <\/button>\r\n\r\n    <iframe id=\"virtualTour\" src=\"https:\/\/kuula.co\/share\/collection\/71Lhb?logo=-1&info=0&fs=0&vr=1&zoom=1&sd=1&gyro=0&thumbs=-1\" title=\"iframe\"><\/iframe>\r\n\r\n    <script>\r\n        function changeScene(sceneId, element) {\r\n            const iframe = document.getElementById('virtualTour');\r\n            iframe.src = `https:\/\/kuula.co\/share\/${sceneId}?logo=-1&info=0&fs=0&vr=1&sd=1&gyro=0&thumbs=1`;\r\n        }\r\n\r\n        function toggleMenu() {\r\n            const menu = document.getElementById('menu');\r\n            const iframe = document.getElementById('virtualTour');\r\n            const button = document.getElementById('toggleBtn');\r\n            const arrow = button.querySelector('img');\r\n\r\n            if (menu.style.left === \"-300px\") {\r\n                menu.style.left = \"0\";\r\n                iframe.style.left = \"300px\";\r\n                iframe.style.width = \"calc(100% - 300px)\";\r\n                button.style.left = \"300px\";\r\n                arrow.style.transform = \"rotate(180deg)\";\r\n            } else {\r\n                menu.style.left = \"-300px\";\r\n                iframe.style.left = \"0\";\r\n                iframe.style.width = \"100%\";\r\n                button.style.left = \"0\";\r\n                arrow.style.transform = \"rotate(0deg)\";\r\n            }\r\n        }\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Virtual Tour Home Rock Bar Bed Area Main Pool Area Rock Pool Area Restaurant VIP Cabana Suite Room Lawn Area Meeting Room Ballroom<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"cozystay_single_page_hide_site_header":"","cozystay_single_page_site_header_source":"custom","cozystay_single_page_custom_site_header":"8728","cozystay_single_page_custom_sticky_site_header":"4436","cozystay_single_page_hide_page_title":"on","cozystay_single_page_header_section_size":"","cozystay_single_page_header_background_color":"","cozystay_single_page_header_background_position_x":"center","cozystay_single_page_header_background_position_y":"center","cozystay_single_page_header_background_size":"cover","cozystay_single_page_header_background_repeat":"off","cozystay_single_page_header_background_scroll":"on","cozystay_single_page_header_text_color":"","cozystay_single_page_header_show_breadcrumb":"","cozystay_single_page_site_footer_hide_main":"on","cozystay_single_custom_site_footer_main_source":"custom","cozystay_single_custom_site_footer_main":"122","cozystay_single_page_site_footer_hide_above":"on","cozystay_single_custom_site_footer_above_source":"","cozystay_single_custom_site_footer_above":"0","cozystay_single_page_site_footer_hide_instagram":"on","cozystay_single_page_site_footer_hide_bottom":"on","cozystay_single_custom_mobile_menu_source":"","cozystay_single_custom_mobile_menu":"0","cozystay_single_custom_mobile_menu_animation":"","cozystay_single_custom_mobile_menu_width":"","cozystay_single_custom_mobile_menu_custom_width":375,"footnotes":""},"class_list":["post-8725","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Virtual Tour - White Rock Beach Club<\/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:\/\/whiterockbali.com\/ru\/virtual-tour\/\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Virtual Tour - White Rock Beach Club\" \/>\n<meta property=\"og:description\" content=\"Virtual Tour Home Rock Bar Bed Area Main Pool Area Rock Pool Area Restaurant VIP Cabana Suite Room Lawn Area Meeting Room Ballroom\" \/>\n<meta property=\"og:url\" content=\"https:\/\/whiterockbali.com\/ru\/virtual-tour\/\" \/>\n<meta property=\"og:site_name\" content=\"White Rock Beach Club\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/whiterockbeachclub\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-28T07:25:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/whiterockbali.com\/wp-content\/uploads\/2024\/03\/WHITE-ROCK_PRIMARY-W-MONOGRAM_TAGLINE-01-1920x1255.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u043c\u0438\u043d\u0443\u0442\u0430\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/whiterockbali.com\\\/virtual-tour\\\/\",\"url\":\"https:\\\/\\\/whiterockbali.com\\\/virtual-tour\\\/\",\"name\":\"Virtual Tour - White Rock Beach Club\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/whiterockbali.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/whiterockbali.com\\\/virtual-tour\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/whiterockbali.com\\\/virtual-tour\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/whiterockbali.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/WHITE-ROCK_PRIMARY-W-MONOGRAM_TAGLINE-01-1920x1255.png\",\"datePublished\":\"2025-03-15T08:13:45+00:00\",\"dateModified\":\"2025-10-28T07:25:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/whiterockbali.com\\\/virtual-tour\\\/#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/whiterockbali.com\\\/virtual-tour\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\\\/\\\/whiterockbali.com\\\/virtual-tour\\\/#primaryimage\",\"url\":\"https:\\\/\\\/whiterockbali.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/WHITE-ROCK_PRIMARY-W-MONOGRAM_TAGLINE-01-1920x1255.png\",\"contentUrl\":\"https:\\\/\\\/whiterockbali.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/WHITE-ROCK_PRIMARY-W-MONOGRAM_TAGLINE-01-1920x1255.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/whiterockbali.com\\\/virtual-tour\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/whiterockbali.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Virtual Tour\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/whiterockbali.com\\\/#website\",\"url\":\"https:\\\/\\\/whiterockbali.com\\\/\",\"name\":\"White Rock Beach Club - The Best Beachfront Club In Bali\",\"description\":\"where we proudly stand as the preeminent and the best beachfront club in Bali.\",\"publisher\":{\"@id\":\"https:\\\/\\\/whiterockbali.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/whiterockbali.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ru-RU\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/whiterockbali.com\\\/#organization\",\"name\":\"White Rock Beach Club\",\"url\":\"https:\\\/\\\/whiterockbali.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\\\/\\\/whiterockbali.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/whiterockbali.com\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/logo-White-Rock-Light.png\",\"contentUrl\":\"https:\\\/\\\/whiterockbali.com\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/logo-White-Rock-Light.png\",\"width\":344,\"height\":184,\"caption\":\"White Rock Beach Club\"},\"image\":{\"@id\":\"https:\\\/\\\/whiterockbali.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/facebook.com\\\/whiterockbeachclub\",\"https:\\\/\\\/www.instagram.com\\\/whiterockbeachclub\\\/\",\"https:\\\/\\\/www.tiktok.com\\\/@whiterockbali\",\"https:\\\/\\\/www.youtube.com\\\/@whiterockbeachclub\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Virtual Tour - White Rock Beach Club","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:\/\/whiterockbali.com\/ru\/virtual-tour\/","og_locale":"ru_RU","og_type":"article","og_title":"Virtual Tour - White Rock Beach Club","og_description":"Virtual Tour Home Rock Bar Bed Area Main Pool Area Rock Pool Area Restaurant VIP Cabana Suite Room Lawn Area Meeting Room Ballroom","og_url":"https:\/\/whiterockbali.com\/ru\/virtual-tour\/","og_site_name":"White Rock Beach Club","article_publisher":"https:\/\/facebook.com\/whiterockbeachclub","article_modified_time":"2025-10-28T07:25:07+00:00","og_image":[{"url":"https:\/\/whiterockbali.com\/wp-content\/uploads\/2024\/03\/WHITE-ROCK_PRIMARY-W-MONOGRAM_TAGLINE-01-1920x1255.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f":"1 \u043c\u0438\u043d\u0443\u0442\u0430"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/whiterockbali.com\/virtual-tour\/","url":"https:\/\/whiterockbali.com\/virtual-tour\/","name":"Virtual Tour - White Rock Beach Club","isPartOf":{"@id":"https:\/\/whiterockbali.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/whiterockbali.com\/virtual-tour\/#primaryimage"},"image":{"@id":"https:\/\/whiterockbali.com\/virtual-tour\/#primaryimage"},"thumbnailUrl":"https:\/\/whiterockbali.com\/wp-content\/uploads\/2024\/03\/WHITE-ROCK_PRIMARY-W-MONOGRAM_TAGLINE-01-1920x1255.png","datePublished":"2025-03-15T08:13:45+00:00","dateModified":"2025-10-28T07:25:07+00:00","breadcrumb":{"@id":"https:\/\/whiterockbali.com\/virtual-tour\/#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/whiterockbali.com\/virtual-tour\/"]}]},{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/whiterockbali.com\/virtual-tour\/#primaryimage","url":"https:\/\/whiterockbali.com\/wp-content\/uploads\/2024\/03\/WHITE-ROCK_PRIMARY-W-MONOGRAM_TAGLINE-01-1920x1255.png","contentUrl":"https:\/\/whiterockbali.com\/wp-content\/uploads\/2024\/03\/WHITE-ROCK_PRIMARY-W-MONOGRAM_TAGLINE-01-1920x1255.png"},{"@type":"BreadcrumbList","@id":"https:\/\/whiterockbali.com\/virtual-tour\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/whiterockbali.com\/"},{"@type":"ListItem","position":2,"name":"Virtual Tour"}]},{"@type":"WebSite","@id":"https:\/\/whiterockbali.com\/#website","url":"https:\/\/whiterockbali.com\/","name":"White Rock Beach Club - The Best Beachfront Club In Bali","description":"where we proudly stand as the preeminent and the best beachfront club in Bali.","publisher":{"@id":"https:\/\/whiterockbali.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/whiterockbali.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ru-RU"},{"@type":"Organization","@id":"https:\/\/whiterockbali.com\/#organization","name":"White Rock Beach Club","url":"https:\/\/whiterockbali.com\/","logo":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/whiterockbali.com\/#\/schema\/logo\/image\/","url":"https:\/\/whiterockbali.com\/wp-content\/uploads\/2023\/03\/logo-White-Rock-Light.png","contentUrl":"https:\/\/whiterockbali.com\/wp-content\/uploads\/2023\/03\/logo-White-Rock-Light.png","width":344,"height":184,"caption":"White Rock Beach Club"},"image":{"@id":"https:\/\/whiterockbali.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/whiterockbeachclub","https:\/\/www.instagram.com\/whiterockbeachclub\/","https:\/\/www.tiktok.com\/@whiterockbali","https:\/\/www.youtube.com\/@whiterockbeachclub"]}]}},"_links":{"self":[{"href":"https:\/\/whiterockbali.com\/ru\/wp-json\/wp\/v2\/pages\/8725","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/whiterockbali.com\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/whiterockbali.com\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/whiterockbali.com\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/whiterockbali.com\/ru\/wp-json\/wp\/v2\/comments?post=8725"}],"version-history":[{"count":182,"href":"https:\/\/whiterockbali.com\/ru\/wp-json\/wp\/v2\/pages\/8725\/revisions"}],"predecessor-version":[{"id":10961,"href":"https:\/\/whiterockbali.com\/ru\/wp-json\/wp\/v2\/pages\/8725\/revisions\/10961"}],"wp:attachment":[{"href":"https:\/\/whiterockbali.com\/ru\/wp-json\/wp\/v2\/media?parent=8725"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}