{"id":516,"date":"2019-10-03T21:28:26","date_gmt":"2019-10-03T21:28:26","guid":{"rendered":"http:\/\/carlhozjan.com\/evaluation-gratuite\/"},"modified":"2021-10-08T19:16:41","modified_gmt":"2021-10-08T19:16:41","slug":"free-evaluation","status":"publish","type":"page","link":"https:\/\/carlhozjan.com\/en\/free-evaluation\/","title":{"rendered":"Free evaluation of your property"},"content":{"rendered":"<p>[vc_row type=&#8221;full_width&#8221; el_class=&#8221;evaluation-bloc&#8221;][vc_column]<div class=\"dist-shortcode-container wpb_content_element\">\t<div class=\"form-eval-part1\">\r\n\t\t<div class=\"container\">\r\n\t\t\t<h4>What is the address of the property to be appraised&nbsp;?<\/h4>\r\n\t\t\t<p class=\"form-sub-p\">You will receive your personalized evaluation quickly, without any obligations on your part.<\/p>\r\n\t\t\t<form class=\"form-eval-part1-inner\" onsubmit=\"event.preventDefault();\">\r\n\t\t\t\t<input type=\"text\" name=\"lieu\" placeholder=\"Street address\" id=\"pac-input\">\r\n\t\t\t\t<button type=\"submit\" id=\"pac-button\">\r\n\t\t\t\t\t<i class=\"far fa-search\"><\/i>\r\n\t\t\t\t<\/button>\r\n\t\t\t<\/form>\r\n\t\t<\/div>\r\n\t<\/div>\r\n\t<\/div>[vc_row_inner type=&#8221;full_width&#8221; el_class=&#8221;evaluation-bloc-inner&#8221;][vc_column_inner]\t\r\n\t<div id=\"map-pano\">\r\n\t\t<div id=\"map\" style=\"height:680px\"><\/div>\r\n\t\t<div id=\"pano\" style=\"height:680px\"><\/div>\r\n\t<\/div>\r\n\t<script>\r\n\t\tvar panorama;\r\n\t\tvar clickedMarker;\r\n\t\tvar first = true\r\n\t\t\r\n\t\tvar getHeight = function(el) {\r\n\t\t\tvar el_style      = window.getComputedStyle(el),\r\n\t\t\t\tel_display    = el_style.display,\r\n\t\t\t\tel_position   = el_style.position,\r\n\t\t\t\tel_visibility = el_style.visibility,\r\n\t\t\t\tel_max_height = el_style.maxHeight.replace('px', '').replace('%', ''),\r\n\t\t\r\n\t\t\t\twanted_height = 0;\r\n\t\t\r\n\t\t\r\n\t\t\t\/\/ if its not hidden we just return normal height\r\n\t\t\tif(el_display !== 'none' && el_max_height !== '0') {\r\n\t\t\t\treturn el.offsetHeight;\r\n\t\t\t}\r\n\t\t\r\n\t\t\t\/\/ the element is hidden so:\r\n\t\t\t\/\/ making the el block so we can meassure its height but still be hidden\r\n\t\t\tel.style.position   = 'absolute';\r\n\t\t\tel.style.visibility = 'hidden';\r\n\t\t\tel.style.display    = 'block';\r\n\t\t\r\n\t\t\twanted_height     = el.offsetHeight;\r\n\t\t\r\n\t\t\t\/\/ reverting to the original values\r\n\t\t\tel.style.display    = el_display;\r\n\t\t\tel.style.position   = el_position;\r\n\t\t\tel.style.visibility = el_visibility;\r\n\t\t\r\n\t\t\treturn wanted_height;\r\n\t\t},\r\n\t\t\r\n\t\t\r\n\t\t\/**\r\n\t\t* toggleSlide mimics the jQuery version of slideDown and slideUp\r\n\t\t* all in one function comparing the max-heigth to 0\r\n\t\t*\/\r\n\t\ttoggleSlide = function(el) {\r\n\t\t\tvar el_max_height = 0;\r\n\t\t\r\n\t\t\tif(el.getAttribute('data-max-height')) {\r\n\t\t\t\t\/\/ we've already used this before, so everything is setup\r\n\t\t\t\tif(el.style.maxHeight.replace('px', '').replace('%', '') === '0') {\r\n\t\t\t\t\tel.style.maxHeight = el.getAttribute('data-max-height');\r\n\t\t\t\t} else {\r\n\t\t\t\t\tel.style.maxHeight = '0';\r\n\t\t\t\t}\r\n\t\t\t} else {\r\n\t\t\t\tel_max_height                  = getHeight(el) + 'px';\r\n\t\t\t\tel.style['transition']         = 'max-height 0.5s ease-in-out';\r\n\t\t\t\tel.style.overflowY             = 'hidden';\r\n\t\t\t\tel.style.maxHeight             = '0';\r\n\t\t\t\tel.setAttribute('data-max-height', el_max_height);\r\n\t\t\t\tel.style.display               = 'block';\r\n\t\t\r\n\t\t\t\t\/\/ we use setTimeout to modify maxHeight later than display (to we have the transition effect)\r\n\t\t\t\tsetTimeout(function() {\r\n\t\t\t\t\tel.style.maxHeight = el_max_height;\r\n\t\t\t\t\tsetTimeout(function() {\r\n\t\t\t\t\t\tel.style.maxHeight = '9999px';\r\n\t\t\t\t\t});\r\n\t\t\t\t}, 10);\r\n\t\t\t}\r\n\t\t};\r\n\t\t\r\n\t\tfunction initAutocomplete() {\r\n\t\t\t            var mapLatLng = {lat: 45.4419068, lng: -75.7360689};\r\n\t\t\t\t\t\tvar pinLatLng = {lat: 45.4419068, lng: -75.7360689};\r\n\t\t\tvar map = new google.maps.Map(document.getElementById('map'), {\r\n\t\t\t\tcenter: mapLatLng,\r\n\t\t\t\tzoom: 14,\r\n\t\t\t\tdisableDefaultUI: true,\r\n\t\t\t\tmapTypeId: 'roadmap',\r\n\t\t\t\tstyles: [\n    {\n        stylers: [\n            {\n                \"hue\": \"#2c3e50\"\n            },\n            {\n                \"saturation\": 250\n            }\n        ]\n    },\n    {\n        featureType: \"road\",\n        elementType: \"geometry\",\n        stylers: [\n            {\n                \"lightness\": 50\n            },\n            {\n                \"visibility\": \"simplified\"\n            }\n        ]\n    },\n    {\n        featureType: \"road\",\n        elementType: \"labels\",\n        stylers: [\n            {\n                \"visibility\": \"off\"\n            }\n        ]\n    }\n]\t\t\t});\r\n\t\t\tvar sv = new google.maps.StreetViewService();\r\n\t\t\t\/\/ Create the search box and link it to the UI element.\r\n\t\t\tvar input = document.getElementById('pac-input');\r\n\t\t\tvar searchBox = new google.maps.places.SearchBox(input);\r\n\t\t\t\/\/ map.controls[google.maps.ControlPosition.TOP_LEFT].push(input);\r\n\t\t\t\r\n\t\t\t\/\/ Bias the SearchBox results towards current map's viewport.\r\n\t\t\tmap.addListener('bounds_changed', function() {\r\n\t\t\t\tsearchBox.setBounds(map.getBounds());\r\n\t\t\t});\r\n\t\t\t\r\n\t\t\tvar markers = [];\r\n\t\t\t\/\/ Listen for the event fired when the user selects a prediction and retrieve\r\n\t\t\t\/\/ more details for that place.\r\n\t\t\tsearchBox.addListener('places_changed', function() {\r\n\t\t\t\tvar places = searchBox.getPlaces();\r\n\t\t\t\r\n\t\t\t\tif (places.length != 1) {\r\n\t\t\t\t\treturn;\r\n\t\t\t\t}\r\n\t\t\t\r\n\t\t\t\t\/\/ Clear out the old markers.\r\n\t\t\t\tmarkers.forEach(function(marker) {\r\n\t\t\t\t\tmarker.setMap(null);\r\n\t\t\t\t});\r\n\t\t\t\tmarkers = [];\r\n\t\t\t\t\/\/ For each place, get the icon, name and location.\r\n\t\t\t\tvar bounds = new google.maps.LatLngBounds();\r\n\t\t\t\tplaces.forEach(function(place, index) {\r\n\t\t\t\t\tif (!place.geometry) {\r\n\t\t\t\t\t\tconsole.log(\"Returned place contains no geometry\");\r\n\t\t\t\t\t\treturn;\r\n\t\t\t\t\t}\r\n\t\t\t\t\t\r\n\t\t\t\t\tvar adresse = document.getElementById('eval-adresse');\r\n\t\t\t\t\tvar adresse_hidden = document.getElementById('adresse-hidden');\r\n\t\t\t\t\tif(place.adr_address){\r\n\t\t\t\t\t\tadresse.innerHTML = place.adr_address;\r\n\t\t\t\t\t\tadresse_hidden.value = input.value.replace(\/<\\\/?[^>]+(>|$)\/g, \"\");\r\n\t\t\t\t\t}else{\r\n\t\t\t\t\t\tadresse.innerHTML = input.value;\r\n\t\t\t\t\t\tadresse_hidden.value = input.value.replace(\/<\\\/?[^>]+(>|$)\/g, \"\");\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t}\r\n\t\t\t\t\t\r\n\t\t\t\t\tif(first){\r\n\t\t\t\t\t\ttoggleSlide(document.querySelector('.evaluation-bloc-inner'));\r\n\t\t\t\t\t\tfirst = false;\r\n\t\t\t\t\t}\r\n\t\t\t\t\t\r\n\t\t\t\t\t\/\/ Create a marker for each place.\r\n\t\t\t\t\tvar marker = new google.maps.Marker({\r\n\t\t\t\t\t\tmap: map,\r\n\t\t\t\t\t\ticon: 'https:\/\/carlhozjan.com\/wp-content\/uploads\/2019\/10\/map-pin.png',\r\n\t\t\t\t\t\ttitle: place.name,\r\n\t\t\t\t\t\tposition: place.geometry.location\r\n\t\t\t\t\t});\r\n\t\t\t\t\tmarkers.push(marker);\r\n\t\t\t\t\tgoogle.maps.event.addListener(marker, 'click', function(e) {\r\n\t\t\t\t\t\tclickedMarker = this;\r\n\t\t\t\t\t\tsv.getPanoramaByLocation(marker.getPosition(), 50, processSVData);\r\n\t\t\t\t\t});\r\n\t\t\t\t\t\r\n\t\t\t\t\tif (place.geometry.viewport) {\r\n\t\t\t\t\t\t\/\/ Only geocodes have viewport.\r\n\t\t\t\t\t\tbounds.union(place.geometry.viewport);\r\n\t\t\t\t\t} else {\r\n\t\t\t\t\t\tbounds.extend(place.geometry.location);\r\n\t\t\t\t\t}\r\n\t\t\t\t});\r\n\t\t\t\tmap.fitBounds(bounds);\r\n\t\t\t\tgoogle.maps.event.trigger(markers[0], 'click');\r\n\t\t\t});\r\n\t\t\t\r\n\t\t\tvar button = document.getElementById('pac-button');\r\n\t\t\tbutton.onclick = function () {\r\n\t\t\t\tvar input = document.getElementById('pac-input');\r\n\t\t\t\tgoogle.maps.event.trigger(input, 'focus', {});\r\n\t\t\t\tgoogle.maps.event.trigger(input, 'keydown', { keyCode: 13 });\r\n\t\t\t\tgoogle.maps.event.trigger(this, 'focus', {});\r\n\t\t\t};\r\n\t\t}\r\n\t\t\r\n\t\tfunction processSVData(data, status) {\r\n\t\t\tif (status == google.maps.StreetViewStatus.OK) {\r\n\t\t\t\tpanorama = new google.maps.StreetViewPanorama(document.getElementById(\"pano\"));\r\n\t\t\t\tpanorama.setPano(data.location.pano);\r\n\t\t\t\tvar panoOptions = {\r\n\t\t\t\t\tscrollwheel: false,\r\n\t\t\t\t\tdisableDefaultUI: true,\r\n\t\t\t\t\tclickToGo: false,\r\n\t\t\t\t\taddressControlOptions: false,\r\n\t\t\t\t\tlinksControl: false,\r\n\t\t\t\t\tpanControl: false,\r\n\t\t\t\t\tenableCloseButton: false\r\n\t\t\t\t};\r\n\t\t\t\twindow.panorama.setOptions(panoOptions);\r\n\t\t\t\tvar camera = new google.maps.Marker({\r\n\t\t\t\t\tposition: data.location.latLng,\r\n\t\t\t\t\tmap: map,\r\n\t\t\t\t\tdraggable: false,\r\n\t\t\t\t\ttitle: \"camera\"\r\n\t\t\t\t});\r\n\t\t\t\tvar heading = google.maps.geometry.spherical.computeHeading(data.location.latLng, clickedMarker.getPosition());\r\n\t\t\t\r\n\t\t\t\tpanorama.setPov({\r\n\t\t\t\t\theading: heading,\r\n\t\t\t\t\tpitch: 0,\r\n\t\t\t\t\tzoom: 1\r\n\t\t\t\t});\r\n\t\t\t\tpanorama.setVisible(true);\r\n\t\t\t} else {\r\n\t\t\t\talert(\"Street View data not found for this location.\");\r\n\t\t\t}\r\n\t\t}\r\n\t<\/script>\r\n\t<script src=\"https:\/\/maps.googleapis.com\/maps\/api\/js?key=AIzaSyBxKqlqo3qHAQ1_m04D38jCmJRtUqITjZM&libraries=places&callback=initAutocomplete\" async defer><\/script>\r\n\r\n  <div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f601-o1\" lang=\"fr-CA\" dir=\"ltr\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/516#wpcf7-f601-o1\" method=\"post\" class=\"wpcf7-form init\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"601\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"fr_CA\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f601-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/div>\n<div class=\"eval-form\">\n<div class=\"container\">\n<h4 id=\"eval-adresse\"><\/h4>\n<h4 class=\"light-blue\">Super&nbsp;! We will quickly send you<br \/>\n\t\tyour personalized evaluation<\/h4>\n<div class=\"vc_row\">\n<div class=\"vc_col-sm-3\">\n\t\t\t\t<span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-input\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" \/><\/span>\n\t\t\t<\/div>\n<div class=\"vc_col-sm-3\">\n\t\t\t\t<span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email form-input\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email\" \/><\/span>\n\t\t\t<\/div>\n<div class=\"vc_col-sm-3\">\n\t\t\t\t<span class=\"wpcf7-form-control-wrap telephone\"><input type=\"tel\" name=\"telephone\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel form-input\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone number\" \/><\/span>\n\t\t\t<\/div>\n<div class=\"vc_col-sm-3\">\n\t\t\t\t<span class=\"wpcf7-form-control-wrap promo\"><input type=\"text\" name=\"promo\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text form-input\" aria-invalid=\"false\" placeholder=\"Promo Code\" \/><\/span>\n\t\t\t<\/div>\n<div class=\"form-evaluation-hidden\">\n\t\t\t\t<span class=\"wpcf7-form-control-wrap adresse\"><input type=\"text\" name=\"adresse\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-input\" id=\"adresse-hidden\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Street address\" \/><\/span>\n\t\t\t<\/div>\n<div class=\"vc_col-sm-12\">\n\t\t\t\t<input type=\"submit\" value=\"I want to receive my evaluation!\" class=\"wpcf7-form-control has-spinner wpcf7-submit dist-btn type2\" \/>\n\t\t\t<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div><\/form><\/div>[\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row type=&#8221;full_width&#8221; el_class=&#8221;evaluation-bloc&#8221;][vc_column][vc_row_inner type=&#8221;full_width&#8221; el_class=&#8221;evaluation-bloc-inner&#8221;][vc_column_inner][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Free evaluation of your property - Carl Hozjan<\/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:\/\/carlhozjan.com\/en\/free-evaluation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Free evaluation of your property - Carl Hozjan\" \/>\n<meta property=\"og:description\" content=\"[vc_row type=&#8221;full_width&#8221; el_class=&#8221;evaluation-bloc&#8221;][vc_column][vc_row_inner type=&#8221;full_width&#8221; el_class=&#8221;evaluation-bloc-inner&#8221;][vc_column_inner][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/carlhozjan.com\/en\/free-evaluation\/\" \/>\n<meta property=\"og:site_name\" content=\"Carl Hozjan\" \/>\n<meta property=\"article:modified_time\" content=\"2021-10-08T19:16:41+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/carlhozjan.com\/#website\",\"url\":\"https:\/\/carlhozjan.com\/\",\"name\":\"Carl Hozjan\",\"description\":\"Un site utilisant WordPress\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/carlhozjan.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/carlhozjan.com\/en\/free-evaluation\/#webpage\",\"url\":\"https:\/\/carlhozjan.com\/en\/free-evaluation\/\",\"name\":\"Free evaluation of your property - Carl Hozjan\",\"isPartOf\":{\"@id\":\"https:\/\/carlhozjan.com\/#website\"},\"datePublished\":\"2019-10-03T21:28:26+00:00\",\"dateModified\":\"2021-10-08T19:16:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/carlhozjan.com\/en\/free-evaluation\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/carlhozjan.com\/en\/free-evaluation\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/carlhozjan.com\/en\/free-evaluation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/carlhozjan.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Free evaluation of your property\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Free evaluation of your property - Carl Hozjan","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:\/\/carlhozjan.com\/en\/free-evaluation\/","og_locale":"en_US","og_type":"article","og_title":"Free evaluation of your property - Carl Hozjan","og_description":"[vc_row type=&#8221;full_width&#8221; el_class=&#8221;evaluation-bloc&#8221;][vc_column][vc_row_inner type=&#8221;full_width&#8221; el_class=&#8221;evaluation-bloc-inner&#8221;][vc_column_inner][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]","og_url":"https:\/\/carlhozjan.com\/en\/free-evaluation\/","og_site_name":"Carl Hozjan","article_modified_time":"2021-10-08T19:16:41+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/carlhozjan.com\/#website","url":"https:\/\/carlhozjan.com\/","name":"Carl Hozjan","description":"Un site utilisant WordPress","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/carlhozjan.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/carlhozjan.com\/en\/free-evaluation\/#webpage","url":"https:\/\/carlhozjan.com\/en\/free-evaluation\/","name":"Free evaluation of your property - Carl Hozjan","isPartOf":{"@id":"https:\/\/carlhozjan.com\/#website"},"datePublished":"2019-10-03T21:28:26+00:00","dateModified":"2021-10-08T19:16:41+00:00","breadcrumb":{"@id":"https:\/\/carlhozjan.com\/en\/free-evaluation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/carlhozjan.com\/en\/free-evaluation\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/carlhozjan.com\/en\/free-evaluation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/carlhozjan.com\/en\/"},{"@type":"ListItem","position":2,"name":"Free evaluation of your property"}]}]}},"_links":{"self":[{"href":"https:\/\/carlhozjan.com\/en\/wp-json\/wp\/v2\/pages\/516"}],"collection":[{"href":"https:\/\/carlhozjan.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/carlhozjan.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/carlhozjan.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/carlhozjan.com\/en\/wp-json\/wp\/v2\/comments?post=516"}],"version-history":[{"count":4,"href":"https:\/\/carlhozjan.com\/en\/wp-json\/wp\/v2\/pages\/516\/revisions"}],"predecessor-version":[{"id":749,"href":"https:\/\/carlhozjan.com\/en\/wp-json\/wp\/v2\/pages\/516\/revisions\/749"}],"wp:attachment":[{"href":"https:\/\/carlhozjan.com\/en\/wp-json\/wp\/v2\/media?parent=516"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}