{"id":10,"date":"2026-06-16T12:48:22","date_gmt":"2026-06-16T10:48:22","guid":{"rendered":"https:\/\/new.iandp.it\/?page_id=10"},"modified":"2026-06-16T12:48:25","modified_gmt":"2026-06-16T10:48:25","slug":"refund_returns","status":"publish","type":"page","link":"https:\/\/iandp.it\/en\/refund_returns\/","title":{"rendered":"Refund and Returns Policy"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"it\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Restituzione &amp; Rimborsi \u2014 I&amp;P<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&#038;family=Jost:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --bg:#0a0a0a;\n    --gold:#c9a84c;\n    --gold-soft:rgba(201,168,76,0.55);\n    --line:rgba(201,168,76,0.22);\n    --cream:#f5f0e8;\n    --cream-dim:rgba(245,240,232,0.62);\n    --todo-bg:rgba(201,168,76,0.10);\n    --note-bg:rgba(201,168,76,0.05);\n  }\n  *{box-sizing:border-box;}\n  html{scroll-behavior:smooth;}\n  @media (prefers-reduced-motion: reduce){ html{scroll-behavior:auto;} }\n\n  body{\n    margin:0;\n    background:var(--bg);\n    color:var(--cream);\n    font-family:'Jost',sans-serif;\n    font-weight:300;\n    line-height:1.75;\n    -webkit-font-smoothing:antialiased;\n  }\n\n  a{ color:var(--gold); text-decoration:none; }\n  a:hover{ color:var(--cream); }\n  a:focus-visible{ outline:2px solid var(--gold); outline-offset:3px; }\n\n  h1,h2,h3{\n    font-family:'Cormorant Garamond',serif;\n    font-weight:500;\n    color:var(--cream);\n    margin:0;\n  }\n\n  \/* ---------- hero ---------- *\/\n  .hero{\n    text-align:center;\n    padding:6.5rem 1.5rem 4rem;\n    border-bottom:1px solid var(--line);\n  }\n  .eyebrow{\n    font-family:'Jost',sans-serif;\n    font-size:0.72rem;\n    letter-spacing:0.32em;\n    text-transform:uppercase;\n    color:var(--gold);\n    margin:0 0 1.4rem;\n  }\n  .hero h1{\n    font-size:clamp(2.4rem,5vw,3.6rem);\n    line-height:1.15;\n    letter-spacing:0.01em;\n  }\n  .hero h1 em{ font-style:italic; color:var(--cream-dim); }\n  .rule{\n    width:64px;\n    height:1px;\n    background:var(--gold);\n    border:none;\n    margin:2rem auto;\n    opacity:0.7;\n  }\n  .meta{\n    font-size:0.85rem;\n    color:var(--cream-dim);\n    letter-spacing:0.03em;\n  }\n  .draft-tag{\n    display:inline-block;\n    margin-top:1.1rem;\n    padding:0.35rem 0.9rem;\n    border:1px solid var(--line);\n    background:var(--note-bg);\n    color:var(--gold);\n    font-size:0.7rem;\n    letter-spacing:0.18em;\n    text-transform:uppercase;\n  }\n\n  \/* ---------- layout ---------- *\/\n  .layout{\n    max-width:1140px;\n    margin:0 auto;\n    padding:4rem 1.5rem 6rem;\n    display:grid;\n    grid-template-columns:240px 1fr;\n    gap:4.5rem;\n    align-items:start;\n  }\n  @media (max-width:860px){\n    .layout{ grid-template-columns:1fr; gap:2.5rem; }\n  }\n\n  \/* ---------- toc ---------- *\/\n  .toc{ position:sticky; top:2.5rem; }\n  @media (max-width:860px){ .toc{ position:static; } }\n  .toc-label{\n    font-size:0.7rem;\n    letter-spacing:0.28em;\n    text-transform:uppercase;\n    color:var(--gold);\n    margin-bottom:1.2rem;\n  }\n  .toc ol{ list-style:none; margin:0; padding:0; border-left:1px solid var(--line); }\n  .toc li{ margin:0; }\n  .toc a{\n    display:flex;\n    gap:0.6rem;\n    padding:0.5rem 0 0.5rem 1rem;\n    font-size:0.88rem;\n    color:var(--cream-dim);\n    border-left:1px solid transparent;\n    margin-left:-1px;\n    transition:color .15s ease, border-color .15s ease;\n  }\n  .toc a:hover, .toc a:focus-visible{ color:var(--cream); border-left:1px solid var(--gold); }\n  .toc .n{ color:var(--gold); font-family:'Cormorant Garamond',serif; font-size:0.95rem; min-width:1.4rem; }\n  .toc .todo-link{ color:var(--gold-soft); }\n\n  \/* ---------- lede ---------- *\/\n  .lede{\n    font-family:'Cormorant Garamond',serif;\n    font-style:italic;\n    font-size:1.35rem;\n    line-height:1.5;\n    color:var(--cream-dim);\n    margin:0 0 3rem;\n    padding-bottom:2.6rem;\n    border-bottom:1px solid var(--line);\n  }\n\n  \/* ---------- content ---------- *\/\n  .content section{\n    padding-bottom:3.2rem;\n    margin-bottom:3.2rem;\n    border-bottom:1px solid var(--line);\n  }\n  .content section:last-of-type{ border-bottom:none; }\n\n  .sec-head{ display:flex; align-items:baseline; gap:1rem; margin-bottom:1.4rem; }\n  .sec-num{\n    font-family:'Cormorant Garamond',serif;\n    font-style:italic;\n    color:var(--gold);\n    font-size:1.6rem;\n    min-width:2.2rem;\n  }\n  .content h2{ font-size:1.7rem; }\n  .content h3{\n    font-size:1.18rem;\n    font-style:italic;\n    color:var(--gold);\n    margin:1.8rem 0 0.8rem;\n  }\n  .content p{ margin:0 0 1.1rem; color:var(--cream); }\n  .content p.small{ color:var(--cream-dim); font-size:0.92rem; }\n\n  .content ul{ list-style:none; margin:0 0 1.1rem; padding:0; }\n  .content ul li{ position:relative; padding-left:1.3rem; margin-bottom:0.6rem; color:var(--cream); }\n  .content ul li::before{ content:\"\u2013\"; position:absolute; left:0; color:var(--gold); }\n\n  strong{ color:var(--cream); font-weight:500; }\n\n  .todo{\n    background:var(--todo-bg);\n    border-bottom:1px dashed var(--gold);\n    color:var(--gold);\n    font-style:italic;\n    padding:0 0.15rem;\n  }\n\n  .address-card{\n    border-left:2px solid var(--gold);\n    padding:0.2rem 0 0.2rem 1.2rem;\n    margin:1.4rem 0 1.6rem;\n  }\n  .address-card strong{ display:block; margin-bottom:0.2rem; }\n\n  \/* ---------- notes ---------- *\/\n  .notes{\n    border:1px solid var(--line);\n    background:var(--note-bg);\n    padding:2.4rem 2.2rem;\n  }\n  .notes .eyebrow{ text-align:left; margin-bottom:0.6rem; }\n  .notes h2{ font-size:1.5rem; margin-bottom:1.4rem; }\n  .notes ol{ margin:0; padding:0 0 0 1.3rem; }\n  .notes ol li{ margin-bottom:1rem; color:var(--cream); padding-left:0.3rem; }\n  .notes p.closing{ margin-top:1.6rem; color:var(--cream-dim); font-size:0.92rem; }\n\n  footer{ text-align:center; padding:3rem 1.5rem 4rem; border-top:1px solid var(--line); }\n  footer p{ margin:0; color:var(--cream-dim); font-size:0.82rem; letter-spacing:0.03em; }\n<\/style>\n<\/head>\n<body>\n\n<header class=\"hero\" id=\"top\">\n  <p class=\"eyebrow\">I&amp;P \u2014 Customer Service<\/p>\n  <h1 class=\"translation-block\">Return Policy<\/h1>\n  <hr class=\"rule\">\n  <p class=\"meta\">www.iandp.it<\/p>\n<\/header>\n\n<div class=\"layout\">\n\n  <nav class=\"toc\" aria-label=\"Index\">\n    <p class=\"toc-label\">Index<\/p>\n    <ol>\n      <li><a href=\"#s1\"><span class=\"n\">1<\/span> Return policy<\/a><\/li>\n      <li><a href=\"#s2\"><span class=\"n\">2<\/span> Damaged or incorrect product<\/a><\/li>\n      <li><a href=\"#s3\"><span class=\"n\">3<\/span> Horeca Partners<\/a><\/li>\n      <li><a href=\"#s4\"><span class=\"n\">4<\/span> Need help?<\/a><\/li>\n    <\/ol>\n  <\/nav>\n\n  <main class=\"content\">\n\n    <p class=\"lede\">The quality of our extra virgin olive oils is at the heart of everything we do, but things happen: a change of mind, a package damaged during transit, a shipping error. Here you will find everything you need to manage a return or a refund.<\/p>\n\n    <section id=\"s1\">\n      <div class=\"sec-head\"><span class=\"sec-num\">1<\/span><h2>Right of withdrawal (change of mind)<\/h2><\/div>\n      <p class=\"translation-block\">If you are a consumer\u2014meaning you purchase for personal use and not for your professional activity\u2014you have the right to withdraw from the purchase within <strong>14 days<\/strong> of receiving the goods, without having to state any reason, pursuant to articles 52 et seq. of the Consumer Code (Legislative Decree 206\/2005, as amended by Legislative Decree 21\/2014 implementing Directive 2011\/83\/EU).<\/p>\n      <p class=\"translation-block\">To exercise your right of withdrawal, please inform us within this period with an explicit statement by writing to <span class=\"todo\">ordini@iandp.it <\/span> and specifying your order number. From that moment, you have another 14 days to send the goods back to us, at your own expense, to:<\/p>\n\n      <div class=\"address-card\">\n        <strong>Azienda Agricola Ione Zobbi S.r.l.<\/strong>\n        <span class=\"todo\">Strada Comunale della Sala, 12, 01011 Canino (VT)<\/span>\n      <\/div>\n\n      <h3>What cannot be returned<\/h3>\n      <p>For hygienic and food safety reasons, the right of withdrawal does not apply to products with a broken seal or opened packaging after delivery (Art. 59, letter e, Consumer Code). You can only return a product if the original packaging and seal are still intact.<\/p>\n\n      <h3>Return shipping costs<\/h3>\n      <p>The shipping costs for returning the goods are your responsibility. The original shipping costs, including any express delivery options chosen at the time of purchase, are non-refundable.<\/p>\n\n      <h3>Refund timing and methods<\/h3>\n      <p class=\"translation-block\">Once the goods are received and verified to be in their original condition, we will refund you within 14 days of the withdrawal notice, using the same payment method used for the purchase, at no additional cost to you. <span class=\"todo\">I&amp;P intends to exercise its legally permitted right to withhold the refund until the goods have been received or proof of shipping has been provided<\/span><\/p>\n    <\/section>\n\n    <section id=\"s2\">\n      <div class=\"sec-head\"><span class=\"sec-num\">2<\/span><h2>Damaged, defective, or incorrect product<\/h2><\/div>\n      <p>This is a different case from a change of mind. If the oil arrives damaged during transport, is defective, or does not correspond to what was ordered, you are entitled to the legal guarantee of conformity provided for by articles 128 et seq. of the Consumer Code, valid for 24 months from delivery.<\/p>\n      <p>Here is what to do:<\/p>\n      <ul>\n        <li>Check the goods upon delivery: if the external packaging is visibly damaged, report it immediately to the courier on the delivery document, even if only with a signature \"subject to inspection\" (con riserva).<\/li>\n        <li class=\"translation-block\">Write to us within <span class=\"todo\">7 days<\/span> of receipt at <span class=\"todo\">ordini@iandp.it<\/span>, attaching photos of the product and packaging, and specifying your order number.<\/li>\n        <li>We will evaluate the report and arrange, at your choice, for a free replacement of the product or a refund, at no cost to you.<\/li>\n      <\/ul>\n      \n    <\/section>\n\n    <section id=\"s3\">\n      <div class=\"sec-head\"><span class=\"sec-num\">3<\/span><h2>HoReCa and professional partners<\/h2><\/div>\n      <p>The withdrawal conditions described above apply only to purchases made by private consumers (B2C). For orders placed by restaurants, hotels, and other professional operators through the HoReCa channel, returns and refunds are regulated by the commercial conditions agreed upon with the I&amp;P representative. <\/p>\n    <\/section>\n\n    <section id=\"s4\">\n      <div class=\"sec-head\"><span class=\"sec-num\">4<\/span><h2>Need help?<\/h2><\/div>\n      <p class=\"translation-block\">Write to us at <span class=\"todo\">info@iandp.it<\/span> or contact us on WhatsApp at <span class=\"todo\">+393921058829<\/span>, always specifying your order number: we will get back to you within the next business day.<\/p>\n    <\/section>\n\n  <\/main>\n<\/div>\n\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Restituzione &amp; Rimborsi \u2014 I&amp;P I&amp;P \u2014 Assistenza Clienti Restituzione &amp; Rimborsi Sito iandp.it Indice 1 Diritto di recesso 2 Prodotto danneggiato o errato 3 Clienti HoReCa 4 Hai bisogno di aiuto? La qualit\u00e0 dei nostri extravergini \u00e8 al centro di tutto quello che facciamo, ma capita: un ripensamento, un imballaggio danneggiato in viaggio, un&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_kad_post_transparent":"disable","_kad_post_title":"hide","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"hide","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Refund and Returns Policy - I&amp;P \u2013 Azienda Agricola Ione Zobbi S.R.L.<\/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:\/\/iandp.it\/en\/refund_returns\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Refund and Returns Policy - I&amp;P \u2013 Azienda Agricola Ione Zobbi S.R.L.\" \/>\n<meta property=\"og:description\" content=\"Restituzione &amp; Rimborsi \u2014 I&amp;P I&amp;P \u2014 Assistenza Clienti Restituzione &amp; Rimborsi Sito iandp.it Indice 1 Diritto di recesso 2 Prodotto danneggiato o errato 3 Clienti HoReCa 4 Hai bisogno di aiuto? La qualit\u00e0 dei nostri extravergini \u00e8 al centro di tutto quello che facciamo, ma capita: un ripensamento, un imballaggio danneggiato in viaggio, un...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/iandp.it\/en\/refund_returns\/\" \/>\n<meta property=\"og:site_name\" content=\"I&amp;P \u2013 Azienda Agricola Ione Zobbi S.R.L.\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-16T10:48:25+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/iandp.it\\\/refund_returns\\\/\",\"url\":\"https:\\\/\\\/iandp.it\\\/refund_returns\\\/\",\"name\":\"Refund and Returns Policy - I&amp;P \u2013 Azienda Agricola Ione Zobbi S.R.L.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/iandp.it\\\/#website\"},\"datePublished\":\"2026-06-16T10:48:22+00:00\",\"dateModified\":\"2026-06-16T10:48:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/iandp.it\\\/refund_returns\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/iandp.it\\\/refund_returns\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/iandp.it\\\/refund_returns\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/iandp.it\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Refund and Returns Policy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/iandp.it\\\/#website\",\"url\":\"https:\\\/\\\/iandp.it\\\/\",\"name\":\"I&amp;P \u2013 Azienda Agricola Ione Zobbi S.R.L.\",\"description\":\"Trasformiamo i sapori in piacere di vivere\",\"publisher\":{\"@id\":\"https:\\\/\\\/iandp.it\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/iandp.it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/iandp.it\\\/#organization\",\"name\":\"I&amp;P \u2013 Azienda Agricola Ione Zobbi S.R.L.\",\"url\":\"https:\\\/\\\/iandp.it\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/iandp.it\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/iandp.it\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-Logo-IP-500x500-1.png\",\"contentUrl\":\"https:\\\/\\\/iandp.it\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-Logo-IP-500x500-1.png\",\"width\":500,\"height\":500,\"caption\":\"I&amp;P \u2013 Azienda Agricola Ione Zobbi S.R.L.\"},\"image\":{\"@id\":\"https:\\\/\\\/iandp.it\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Refund and Returns Policy - I&amp;P \u2013 Azienda Agricola Ione Zobbi S.R.L.","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:\/\/iandp.it\/en\/refund_returns\/","og_locale":"en_US","og_type":"article","og_title":"Refund and Returns Policy - I&amp;P \u2013 Azienda Agricola Ione Zobbi S.R.L.","og_description":"Restituzione &amp; Rimborsi \u2014 I&amp;P I&amp;P \u2014 Assistenza Clienti Restituzione &amp; Rimborsi Sito iandp.it Indice 1 Diritto di recesso 2 Prodotto danneggiato o errato 3 Clienti HoReCa 4 Hai bisogno di aiuto? La qualit\u00e0 dei nostri extravergini \u00e8 al centro di tutto quello che facciamo, ma capita: un ripensamento, un imballaggio danneggiato in viaggio, un...","og_url":"https:\/\/iandp.it\/en\/refund_returns\/","og_site_name":"I&amp;P \u2013 Azienda Agricola Ione Zobbi S.R.L.","article_modified_time":"2026-06-16T10:48:25+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/iandp.it\/refund_returns\/","url":"https:\/\/iandp.it\/refund_returns\/","name":"Refund and Returns Policy - I&amp;P \u2013 Azienda Agricola Ione Zobbi S.R.L.","isPartOf":{"@id":"https:\/\/iandp.it\/#website"},"datePublished":"2026-06-16T10:48:22+00:00","dateModified":"2026-06-16T10:48:25+00:00","breadcrumb":{"@id":"https:\/\/iandp.it\/refund_returns\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/iandp.it\/refund_returns\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/iandp.it\/refund_returns\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/iandp.it\/"},{"@type":"ListItem","position":2,"name":"Refund and Returns Policy"}]},{"@type":"WebSite","@id":"https:\/\/iandp.it\/#website","url":"https:\/\/iandp.it\/","name":"I&amp;P \u2013 Azienda Agricola Ione Zobbi S.R.L.","description":"Trasformiamo i sapori in piacere di vivere","publisher":{"@id":"https:\/\/iandp.it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/iandp.it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/iandp.it\/#organization","name":"I&amp;P \u2013 Azienda Agricola Ione Zobbi S.R.L.","url":"https:\/\/iandp.it\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/iandp.it\/#\/schema\/logo\/image\/","url":"https:\/\/iandp.it\/wp-content\/uploads\/2026\/04\/cropped-Logo-IP-500x500-1.png","contentUrl":"https:\/\/iandp.it\/wp-content\/uploads\/2026\/04\/cropped-Logo-IP-500x500-1.png","width":500,"height":500,"caption":"I&amp;P \u2013 Azienda Agricola Ione Zobbi S.R.L."},"image":{"@id":"https:\/\/iandp.it\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/iandp.it\/en\/wp-json\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/iandp.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/iandp.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/iandp.it\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/iandp.it\/en\/wp-json\/wp\/v2\/comments?post=10"}],"version-history":[{"count":1,"href":"https:\/\/iandp.it\/en\/wp-json\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":1033,"href":"https:\/\/iandp.it\/en\/wp-json\/wp\/v2\/pages\/10\/revisions\/1033"}],"wp:attachment":[{"href":"https:\/\/iandp.it\/en\/wp-json\/wp\/v2\/media?parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}