{"id":589,"date":"2026-05-28T09:13:12","date_gmt":"2026-05-28T07:13:12","guid":{"rendered":"https:\/\/www.harsen.it\/?page_id=589"},"modified":"2026-06-08T16:55:22","modified_gmt":"2026-06-08T14:55:22","slug":"prenota","status":"publish","type":"page","link":"https:\/\/www.harsen.it\/?page_id=589","title":{"rendered":"Prenota"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"589\" class=\"elementor elementor-589\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7af652b e-flex e-con-boxed e-con e-parent\" data-id=\"7af652b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4c546c8 elementor-widget elementor-widget-html\" data-id=\"4c546c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n#ttb-popup{\r\nposition:fixed;\r\ntop:0;\r\nleft:0;\r\nwidth:100%;\r\nheight:100%;\r\nbackground:rgba(0,0,0,.75);\r\ndisplay:flex;\r\njustify-content:center;\r\nalign-items:center;\r\nz-index:99999;\r\n}\r\n#ttb-box{\r\nbackground:white;\r\npadding:30px;\r\nborder-radius:10px;\r\nwidth:350px;\r\n}\r\n<\/style>\r\n\r\n<div id=\"ttb-popup\">\r\n\r\n<div id=\"ttb-box\">\r\n\r\n<h3>Accesso Prenotazioni<\/h3>\r\n\r\n<input\r\ntype=\"password\"\r\nid=\"ttb-password\"\r\nplaceholder=\"Password\">\r\n<br \/><br \/>\r\n<button onclick=\"ttbLogin()\">\r\nAccedi\r\n<\/button>\r\n\r\n<p id=\"ttb-error\"><\/p>\r\n\r\n<\/div>\r\n\r\n<\/div>\r\n\r\n<script>\r\n\/* commento funzione sotto ridefinita\r\nfunction getCookie(name){\r\n\r\nconst value =\r\n\"; \" + document.cookie;\r\n\r\nconst parts =\r\nvalue.split(\"; \" + name + \"=\");\r\n\r\nif(parts.length===2)\r\nreturn parts.pop().split(\";\").shift();\r\n\r\nreturn null;\r\n\r\n}\r\n*\/\r\n\r\nfunction getCookie(name){\r\n\r\n    const value = \"; \" + document.cookie;\r\n\r\n    const parts =\r\n        value.split(\"; \" + name + \"=\");\r\n\r\n    if(parts.length === 2){\r\n\r\n        return decodeURIComponent(\r\n            parts.pop().split(\";\").shift()\r\n        );\r\n\r\n    }\r\n\r\n    return null;\r\n}\r\n\r\ndocument.addEventListener(\r\n    'DOMContentLoaded',\r\n    function(){\r\n\r\n        const area =\r\n            document.getElementById(\r\n                'area-prenotazione'\r\n            );\r\n\r\n        if(\r\n            getCookie(\r\n                'ttb_access_ui'\r\n            ) === 'ok'\r\n        ){\r\n\r\n            document\r\n            .getElementById(\r\n                'ttb-popup'\r\n            )\r\n            .style.display='none';\r\n\r\n            area.style.display='block';\r\n\r\n            ttbFillProduct();\r\n\r\n        }\r\n        else{\r\n\r\n            area.style.display='none';\r\n\r\n        }\r\n\r\n    }\r\n);\r\n\r\nfunction ttbLogin(){\r\n\r\n    const pwd =\r\n        document.getElementById(\r\n            'ttb-password'\r\n        ).value;\r\n\r\n    fetch(\r\n        ttbAjax.ajaxurl,\r\n        {\r\n            method:'POST',\r\n\r\n            headers:{\r\n                'Content-Type':\r\n                'application\/x-www-form-urlencoded'\r\n            },\r\n\r\n            body:\r\n                'action=ttb_check_password'\r\n                +\r\n                '&password='\r\n                +\r\n                encodeURIComponent(pwd)\r\n                +\r\n                '&_wpnonce='\r\n                +\r\n                encodeURIComponent(ttbAjax.nonce)\r\n        }\r\n    )\r\n    .then(r => r.json())\r\n    .then(data => {\r\n\r\n        if(data.success){\r\n\r\n            location.reload();\r\n\r\n        }else{\r\n\r\n            console.log(data);\r\n\r\n            document.getElementById('ttb-error').innerHTML = data.data.message;\r\n\r\n        }\r\n\r\n    });\r\n\r\n}\r\n\r\nfunction ttbFillProduct(){\r\n\r\nconst params =\r\nnew URLSearchParams(\r\nwindow.location.search\r\n);\r\n\r\nconst prodotto =\r\nparams.get('prodotto');\r\n\r\nif(prodotto){\r\n\r\ndocument.cookie =\r\n'prodotto='\r\n+\r\nencodeURIComponent(prodotto)\r\n+\r\n';path=\/';\r\n\r\n}\r\n\r\nconst cookieProdotto =\r\ngetCookie('prodotto');\r\n\r\nsetTimeout(function(){\r\n\r\nconst campo =\r\ndocument.querySelector(\r\n'input[name=\"prodotto\"]'\r\n);\r\n\r\nif(campo){\r\n\r\ncampo.value =\r\ndecodeURIComponent(\r\ncookieProdotto\r\n);\r\n\r\n}\r\n\r\n},500);\r\n\r\n}\r\n\r\n<\/script>\r\n<!--\r\n<style>\r\n#popup-password{\r\n    position:fixed;\r\n    top:0;\r\n    left:0;\r\n    width:100%;\r\n    height:100%;\r\n    background:rgba(0,0,0,.7);\r\n    display:flex;\r\n    justify-content:center;\r\n    align-items:center;\r\n    z-index:99999;\r\n}\r\n\r\n#popup-box{\r\n    background:#fff;\r\n    padding:30px;\r\n    border-radius:10px;\r\n    max-width:400px;\r\n    width:90%;\r\n    text-align:center;\r\n}\r\n\r\n#popup-box input{\r\n    width:100%;\r\n    padding:10px;\r\n    margin:15px 0;\r\n}\r\n\r\n#popup-box button{\r\n    padding:10px 20px;\r\n    cursor:pointer;\r\n}\r\n<\/style>\r\n\r\n<div id=\"popup-password\">\r\n    <div id=\"popup-box\">\r\n        <h3>Area Prenotazioni<\/h3>\r\n\r\n        <p>Inserisci la password per accedere.<\/p>\r\n\r\n        <input\r\n            type=\"password\"\r\n            id=\"passwordPrenotazione\"\r\n        >\r\n\r\n        <button onclick=\"verificaPassword()\">\r\n            Accedi\r\n        <\/button>\r\n\r\n        <p id=\"errorePwd\"><\/p>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n\r\ndocument.addEventListener('DOMContentLoaded', function(){\r\n\r\n    \/*\r\n     * SALVATAGGIO PARAMETRO URL\r\n     *\/\r\n\r\n    const params = new URLSearchParams(window.location.search);\r\n\r\n    const prodotto = params.get('prodotto');\r\n\r\n    if(prodotto){\r\n\r\n        document.cookie =\r\n            \"prodotto=\" +\r\n            encodeURIComponent(prodotto) +\r\n            \"; path=\/; max-age=604800\";\r\n\r\n    }\r\n\r\n    \/*\r\n     * NASCONDE MODULO\r\n     *\/\r\n\r\n    const area =\r\n        document.getElementById('area-prenotazione');\r\n\r\n    if(\r\n        sessionStorage.getItem('accesso_ok')\r\n        !== 'si'\r\n    ){\r\n        if(area){\r\n            area.style.display='none';\r\n        }\r\n    }\r\n    else{\r\n\r\n        document\r\n        .getElementById('popup-password')\r\n        .style.display='none';\r\n\r\n        if(area){\r\n            area.style.display='block';\r\n        }\r\n\r\n        compilaCampoProdotto();\r\n    }\r\n\r\n});\r\n\r\n\r\nfunction verificaPassword(){\r\n\r\n    const passwordCorretta =\r\n        \"prenota\";\r\n\r\n    const pwd =\r\n        document.getElementById(\r\n            'passwordPrenotazione'\r\n        ).value;\r\n\r\n    if(pwd === passwordCorretta){\r\n\r\n        sessionStorage.setItem(\r\n            'accesso_ok',\r\n            'si'\r\n        );\r\n\r\n        document\r\n        .getElementById('popup-password')\r\n        .style.display='none';\r\n\r\n        document\r\n        .getElementById('area-prenotazione')\r\n        .style.display='block';\r\n\r\n        compilaCampoProdotto();\r\n\r\n    }\r\n    else{\r\n\r\n        document\r\n        .getElementById('errorePwd')\r\n        .innerHTML =\r\n        'Password non corretta';\r\n\r\n    }\r\n}\r\n\r\n\r\nfunction getCookie(nome){\r\n\r\n    const value =\r\n        \"; \" + document.cookie;\r\n\r\n    const parts =\r\n        value.split(\"; \" + nome + \"=\");\r\n\r\n    if(parts.length === 2){\r\n\r\n        return decodeURIComponent(\r\n            parts.pop().split(\";\").shift()\r\n        );\r\n\r\n    }\r\n\r\n    return \"\";\r\n\r\n}\r\n\r\n\r\nfunction compilaCampoProdotto(){\r\n\r\n    const prodotto =\r\n        getCookie('prodotto');\r\n\r\n    if(!prodotto) return;\r\n\r\n    setTimeout(function(){\r\n\r\n        const campo =\r\n            document.querySelector(\r\n                'input[name=\"dropdown\"]'\r\n            );\r\n\r\n        if(campo){\r\n\r\n            campo.value = prodotto;\r\n\r\n            campo.dispatchEvent(\r\n                new Event('change')\r\n            );\r\n\r\n        }\r\n\r\n    },500);\r\n\r\n}\r\n\r\n<\/script>\r\n-->\t\t\t\t<\/div>\n\t\t<section class=\"elementor-element elementor-element-ab8fd76 e-con e-atomic-element e-div-block-base \" data-id=\"ab8fd76\" data-element_type=\"e-div-block\" data-e-type=\"e-div-block\" data-interaction-id=\"ab8fd76\" id=\"area-prenotazione\">\n    \t\t<div class=\"elementor-element elementor-element-90c120e elementor-widget elementor-widget-wp-widget-fluentform_widget\" data-id=\"90c120e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wp-widget-fluentform_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class='fluentform ff-default fluentform_wrapper_3 ffs_default_wrap'><form data-form_id=\"3\" id=\"fluentform_3\" class=\"frm-fluent-form fluent_form_3 ff-el-form-top ff_form_instance_3_1 ff-form-loading ffs_default\" data-form_instance=\"ff_form_instance_3_1\" method=\"POST\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">Prenotazione Prodotti<\/legend><p style=\"display: none !important;\" class=\"akismet-fields-container\" data-prefix=\"ak_\"><label>&#916;<textarea name=\"ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label><input type=\"hidden\" id=\"ak_js_1\" name=\"ak_js\" value=\"12\"\/><script>\ndocument.getElementById( \"ak_js_1\" ).setAttribute( \"value\", ( new Date() ).getTime() );\n<\/script>\n<\/p><input type='hidden' name='__fluent_form_embded_post_id' value='589' \/><input type=\"hidden\" id=\"_fluentform_3_fluentformnonce\" name=\"_fluentform_3_fluentformnonce\" value=\"3107fd0d9c\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F589\" \/><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_3_dropdown' id='label_ff_3_dropdown' aria-label=\"Seleziona il prodotto che desideri prenotare\">Seleziona il prodotto che desideri prenotare<\/label><\/div><div class='ff-el-input--content'><select name=\"dropdown\" id=\"ff_3_dropdown\" class=\"ff-el-form-control\" data-name=\"dropdown\" data-calc_value=\"0\"  aria-invalid=\"false\" aria-required=\"true\" aria-labelledby=\"label_ff_3_dropdown\"><option value=\"\">- Seleziona -<\/option><option value=\"Uova\"  >Uova<\/option><option value=\"Pane\"  >Pane<\/option><option value=\"Miele\"  >Miele<\/option><option value=\"Farine\"  >Farine<\/option><option value=\"Galline\"  >Galline<\/option><option value=\"Fieno\"  >Fieno<\/option><\/select><\/div><\/div><div data-name=\"ff_cn_id_1\"  class='ff-t-container ff-column-container ff_columns_total_2 '><div class='ff-t-cell ff-t-column-1' style='flex-basis: 50%;'><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_3_input_nome' id='label_ff_3_input_nome' aria-label=\"Nome\">Nome<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"input_nome\" class=\"ff-el-form-control\" placeholder=\"Inserisci nome\" maxlength=\"20\" data-name=\"input_nome\" id=\"ff_3_input_nome\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><\/div><div class='ff-t-cell ff-t-column-2' style='flex-basis: 50%;'><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_3_input_cognome' id='label_ff_3_input_cognome' aria-label=\"Cognome\">Cognome<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"input_cognome\" class=\"ff-el-form-control\" placeholder=\"Inserisci cognome\" maxlength=\"20\" data-name=\"input_cognome\" id=\"ff_3_input_cognome\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><\/div><\/div><div data-name=\"ff_cn_id_2\"  class='ff-t-container ff-column-container ff_columns_total_2 '><div class='ff-t-cell ff-t-column-1' style='flex-basis: 50%;'><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_3_input_tel' id='label_ff_3_input_tel' aria-label=\"Inserisci telefono:\">Inserisci telefono:<\/label><div class=\"ff-el-tooltip\" data-content=\"Non inserire spazi\"><svg width=\"16\" height=\"16\" viewbox=\"0 0 25 25\"><path d=\"m329 393l0-46c0-2-1-4-2-6-2-2-4-3-7-3l-27 0 0-146c0-3-1-5-3-7-2-1-4-2-7-2l-91 0c-3 0-5 1-7 2-1 2-2 4-2 7l0 46c0 2 1 5 2 6 2 2 4 3 7 3l27 0 0 91-27 0c-3 0-5 1-7 3-1 2-2 4-2 6l0 46c0 3 1 5 2 7 2 1 4 2 7 2l128 0c3 0 5-1 7-2 1-2 2-4 2-7z m-36-256l0-46c0-2-1-4-3-6-2-2-4-3-7-3l-54 0c-3 0-5 1-7 3-2 2-3 4-3 6l0 46c0 3 1 5 3 7 2 1 4 2 7 2l54 0c3 0 5-1 7-2 2-2 3-4 3-7z m182 119c0 40-9 77-29 110-20 34-46 60-80 80-33 20-70 29-110 29-40 0-77-9-110-29-34-20-60-46-80-80-20-33-29-70-29-110 0-40 9-77 29-110 20-34 46-60 80-80 33-20 70-29 110-29 40 0 77 9 110 29 34 20 60 46 80 80 20 33 29 70 29 110z\" transform=\"scale(0.046875 0.046875)\"><\/path><\/svg><\/div><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"input_tel\" class=\"ff-el-form-control\" maxlength=\"10\" data-name=\"input_tel\" id=\"ff_3_input_tel\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><\/div><div class='ff-t-cell ff-t-column-2' style='flex-basis: 50%;'><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_3_email' id='label_ff_3_email' aria-label=\"E-mail\">E-mail<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_3_email\" class=\"ff-el-form-control\" placeholder=\"Indirizzo E-mail\" data-name=\"email\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_3_numeric_field' id='label_ff_3_numeric_field' aria-label=\"Quantit\u00e0\">Quantit\u00e0<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"numeric_field\" id=\"ff_3_numeric_field\" class=\"ff-el-form-control  ff_numeric\" data-name=\"numeric_field\" inputmode=\"numeric\" step=\"any\" data-formatter=\"{&quot;decimal&quot;:&quot;,&quot;,&quot;separator&quot;:&quot;.&quot;,&quot;precision&quot;:0,&quot;symbol&quot;:&quot;&quot;}\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_3_description' id='label_ff_3_description' aria-label=\"Note\">Note<\/label><\/div><div class='ff-el-input--content'><textarea aria-required=\"false\" aria-labelledby=\"label_ff_3_description\" name=\"description\" id=\"ff_3_description\" class=\"ff-el-form-control\" placeholder=\"Inserisci eventuali note o richieste\" rows=\"3\" cols=\"2\" data-name=\"description\" ><\/textarea><\/div><\/div><div data-name=\"ff_cn_id_3\"  class='ff-t-container ff-column-container ff_columns_total_2 '><div class='ff-t-cell ff-t-column-1' style='flex-basis: 50%;'><input type=\"hidden\" name=\"hidden\" value=\"27\/08\/2026\" data-name=\"hidden\" ><\/div><div class='ff-t-cell ff-t-column-2' style='flex-basis: 50%;'><input type=\"hidden\" name=\"hidden_1\" value=\"09:18:51\" data-name=\"hidden_1\" ><\/div><\/div><div class='ff-el-group ff-text-left ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-md ff_btn_style\"  aria-label=\"Invia\">Invia<\/button><\/div><\/fieldset><\/form><div id='fluentform_3_errors' class='ff-errors-in-stack ff_form_instance_3_1 ff-form-loading_errors ff_form_instance_3_1_errors'><\/div><\/div>            <script type=\"text\/javascript\">\n                window.fluent_form_ff_form_instance_3_1 = {\"id\":\"3\",\"ajaxUrl\":\"https:\\\/\\\/www.harsen.it\\\/wp-admin\\\/admin-ajax.php\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"asteriskPlacement\":\"asterisk-right\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_3_1\",\"form_id_selector\":\"fluentform_3\",\"rules\":{\"dropdown\":{\"required\":{\"value\":true,\"message\":\"Questo campo \\u00e8 obbligatorio\",\"global_message\":\"Questo campo \\u00e8 obbligatorio\",\"global\":true}},\"input_nome\":{\"required\":{\"value\":false,\"message\":\"Questo campo \\u00e8 obbligatorio\",\"global_message\":\"Questo campo \\u00e8 obbligatorio\",\"global\":true}},\"input_cognome\":{\"required\":{\"value\":false,\"message\":\"Questo campo \\u00e8 obbligatorio\",\"global_message\":\"Questo campo \\u00e8 obbligatorio\",\"global\":true}},\"input_tel\":{\"required\":{\"value\":true,\"message\":\"Questo campo \\u00e8 obbligatorio\",\"global_message\":\"Questo campo \\u00e8 obbligatorio\",\"global\":true}},\"email\":{\"required\":{\"value\":false,\"message\":\"Questo campo \\u00e8 obbligatorio\",\"global_message\":\"Questo campo \\u00e8 obbligatorio\",\"global\":true},\"email\":{\"value\":true,\"message\":\"Questo campo deve contenere un indirizzo email valido\",\"global_message\":\"Questo campo deve contenere un indirizzo email valido\",\"global\":true}},\"numeric_field\":{\"required\":{\"value\":false,\"message\":\"Questo campo \\u00e8 obbligatorio\",\"global_message\":\"Questo campo \\u00e8 obbligatorio\",\"global\":true},\"numeric\":{\"value\":true,\"message\":\"Questo campo deve contenere un valore numerico\",\"global_message\":\"Questo campo deve contenere un valore numerico\",\"global\":true},\"min\":{\"value\":\"\",\"message\":\"La convalida non riesce per il valore minimo\",\"global_message\":\"La convalida non riesce per il valore minimo\",\"global\":true},\"max\":{\"value\":\"\",\"message\":\"La convalida non riesce per il valore massimo\",\"global_message\":\"La convalida non riesce per il valore massimo\",\"global\":true},\"digits\":{\"value\":\"\",\"message\":\"La convalida non riesce per cifre limitate\",\"global_message\":\"La convalida non riesce per cifre limitate\",\"global\":true}},\"description\":{\"required\":{\"value\":false,\"message\":\"Questo campo \\u00e8 obbligatorio\",\"global_message\":\"Questo campo \\u00e8 obbligatorio\",\"global\":true}}},\"debounce_time\":300,\"file_upload_settings\":[]};\n                            <\/script>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/section>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Pagina per la prenotazione dei prodotti<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_angie_page":false,"footnotes":""},"class_list":["post-589","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.harsen.it\/index.php?rest_route=\/wp\/v2\/pages\/589","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.harsen.it\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.harsen.it\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.harsen.it\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.harsen.it\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=589"}],"version-history":[{"count":43,"href":"https:\/\/www.harsen.it\/index.php?rest_route=\/wp\/v2\/pages\/589\/revisions"}],"predecessor-version":[{"id":701,"href":"https:\/\/www.harsen.it\/index.php?rest_route=\/wp\/v2\/pages\/589\/revisions\/701"}],"wp:attachment":[{"href":"https:\/\/www.harsen.it\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=589"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}