{"id":1790,"date":"2023-06-04T01:32:31","date_gmt":"2023-06-04T01:32:31","guid":{"rendered":"https:\/\/quickpercentcalc.com\/varie\/calcolatore-bmi\/"},"modified":"2025-04-07T18:55:48","modified_gmt":"2025-04-07T18:55:48","slug":"calcolatore-bmi","status":"publish","type":"page","link":"https:\/\/quickpercentcalc.com\/it\/varie\/calcolatore-bmi\/","title":{"rendered":"Calcolatore BMI"},"content":{"rendered":"\n<p>Calcola l&#8217;IMC. Il nostro calcolatore determina rapidamente il tuo IMC (18+). <\/p>\n\n<p>L&#8217;IMC (Indice di Massa Corporea) \u00e8 un valore numerico che mette a confronto peso e altezza per indicare se una persona \u00e8 sottopeso, normopeso o sovrappeso. Sebbene l&#8217;IMC possa essere utile come linea guida generale, deve essere interpretato con cautela. Non tiene conto di fattori come l&#8217;et\u00e0, la massa muscolare, la gravidanza o la composizione corporea.  <\/p>\n\n<p>Formula del BMI:<\/p>\n\n<style>\n.frac {\n    display: inline-block;\n    position: relative;\n    vertical-align: middle;\n    letter-spacing: 0.001em;\n    text-align: center;\n}\n.frac > span {\n    display: block;\n    padding: 0.1em;\n}\n.frac span.bottom {\n    border-top: thin solid black;\n}\n.frac span.symbol {\n    display: none;\n}\n<\/style>\n\n<div class=\"formel\">\n  <strong>Formula dell&#8217;IMC:<\/strong><br\/> $$\\frac{weight}{altezza^2}$$$\n<\/div>\n<br\/>\n<!-- Unit switcher -->\n<label>Seleziona le unit\u00e0:<\/label><br\/><input type=\"radio\" id=\"unitMetric\" name=\"unit\" value=\"metrico\" checked=\"checked\"\/>\n<label for=\"unitMetric\">Chilogrammi (kg) \/ Centimetri (cm)<\/label><br\/><input type=\"radio\" id=\"unitImperial\" name=\"unit\" value=\"imperiale\"\/>\n<label for=\"unitImperial\">Libbre (lbs) \/ Pollici (in)<\/label>\n<br\/><br\/>\n<!-- Weight input -->\n<label for=\"weight\">Peso<\/label><br\/><input type=\"number\" id=\"weight\" min=\"0\" placeholder=\"Inserisci il peso\"\/>\n<span id=\"weightUnit\">kg<\/span>\n<br\/><br\/>\n<!-- Height input -->\n<label for=\"height\">Altezza<\/label><br\/><input type=\"number\" id=\"height\" min=\"0\" placeholder=\"Inserisci l'altezza\"\/>\n<span id=\"heightUnit\">cm<\/span>\n<br\/><br\/>\n<!-- Calculate button -->\n<input type=\"button\" id=\"calculate\" value=\"Calcola il BMI\"\/>\n<br\/><br\/>\n<!-- Result -->\n<div id=\"resultBox\" style=\"visibility: hidden;\">\n    <strong>Risultato:<\/strong><br\/>    <span id=\"result\" class=\"kalkyleResultat\"><\/span>\n<\/div>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n    const unitRadios = document.querySelectorAll('input[name=\"unit\"]');\n    const weightInput = document.getElementById(\"weight\");\n    const heightInput = document.getElementById(\"height\");\n    const weightUnitLabel = document.getElementById(\"weightUnit\");\n    const heightUnitLabel = document.getElementById(\"heightUnit\");\n\n    \/\/ Update unit labels when unit is changed\n    unitRadios.forEach(radio => {\n        radio.addEventListener(\"change\", function () {\n            if (this.value === \"metric\") {\n                weightUnitLabel.textContent = \"kg\";\n                heightUnitLabel.textContent = \"cm\";\n            } else {\n                weightUnitLabel.textContent = \"lbs\";\n                heightUnitLabel.textContent = \"in\";\n            }\n        });\n    });\n\n    document.getElementById(\"calculate\").addEventListener(\"click\", function () {\n        const unit = document.querySelector('input[name=\"unit\"]:checked').value;\n        let weight = parseFloat(weightInput.value.replace(\/,\/g, \".\"));\n        let height = parseFloat(heightInput.value.replace(\/,\/g, \".\"));\n\n        if (isNaN(weight) || isNaN(height) || weight <= 0 || height <= 0) {\n            alert(\"Please enter valid weight and height.\");\n            return;\n        }\n\n        \/\/ Convert to metric if using imperial\n        if (unit === \"imperial\") {\n            weight = weight * 0.453592; \/\/ lbs to kg\n            height = height * 2.54;     \/\/ in to cm\n        }\n\n        const bmi = weight \/ Math.pow(height \/ 100, 2);\n        const rounded = bmi % 1 !== 0 ? bmi.toFixed(1) : bmi.toFixed(0);\n\n        document.getElementById(\"result\").textContent = `${rounded} BMI`;\n        document.getElementById(\"resultBox\").style.visibility = \"visible\";\n    });\n});\n<\/script>\n\n\n<h2 class=\"wp-block-heading\">Scala BMI<\/h2>\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>BMI<\/strong><\/td><td><strong>Categoria<\/strong><\/td><\/tr><tr><td>&lt; 18.4<\/td><td>Sottopeso<\/td><\/tr><tr><td>18.5 - 24.9<\/td><td>Peso normale<\/td><\/tr><tr><td>25.0 - 39.9<\/td><td>Sovrappeso<\/td><\/tr><tr><td>&gt; 40<\/td><td>Obeso<\/td><\/tr><\/tbody><\/table><\/figure>\n\n<h3>Che cos'\u00e8 il BMI?<\/h3>\n<p>L'IMC, o Indice di Massa Corporea, \u00e8 una misura utilizzata per valutare se una persona ha un peso corporeo sano per la sua altezza. Si calcola dividendo il peso di una persona in chilogrammi per la sua altezza in metri quadrati. <\/p>\n\n<h3>Come si calcola l'IMC?<\/h3>\n<p>Per calcolare l'IMC, usa la formula: IMC = peso (kg) \/ (altezza (m) \u00d7 altezza (m)). Ad esempio, se pesi 70 kg e sei alto 1,75 metri, il tuo BMI sar\u00e0 70 \/ (1,75 \u00d7 1,75) = 22,86. <\/p>\n\n<h3>Qual \u00e8 l'IMC normale?<\/h3>\n<p>Un IMC normale va da 18,5 a 24,9. Questo intervallo \u00e8 considerato un peso sano per la maggior parte degli adulti. Un IMC inferiore a 18,5 \u00e8 considerato sottopeso, mentre superiore a 24,9 \u00e8 considerato sovrappeso.  <\/p>\n\n<h3>Qual \u00e8 l'IMC normale per le donne?<\/h3>\n<p>Anche per le donne l'IMC normale \u00e8 compreso tra 18,5 e 24,9. Lo stesso intervallo vale per gli uomini, anche se bisogna sempre considerare la composizione corporea e i fattori di salute individuali. <\/p>\n\n<h3>Come si calcola l'IMC?<\/h3>\n<p>L'IMC si calcola dividendo il peso di una persona in chilogrammi per la sua altezza in metri quadrati. \u00c8 un modo semplice per valutare il peso corporeo in relazione all'altezza. <\/p>\n\n<h3>Cosa significa BMI?<\/h3>\n<p>BMI \u00e8 l'acronimo di Indice di Massa Corporea. Si tratta di una stima del grasso corporeo basata su peso e altezza, comunemente utilizzata in ambito sanitario per valutare il rischio di condizioni di salute legate al sottopeso o al sovrappeso. <\/p>\n\n<h3>Che cos'\u00e8 un IMC sano?<\/h3>\n<p>Un IMC sano \u00e8 compreso tra 18,5 e 24,9. Questo intervallo indica che il peso di una persona \u00e8 adeguato alla sua altezza ed \u00e8 associato a un minor rischio di problemi di salute. <\/p>\n\n<h3>Qual \u00e8 l'IMC normale per gli anziani?<\/h3>\n<p>Per gli adulti pi\u00f9 anziani, un IMC leggermente pi\u00f9 alto pu\u00f2 essere vantaggioso. Un IMC compreso tra 23 e 27 \u00e8 spesso considerato pi\u00f9 salutare per le persone anziane, in quanto aiuta a proteggere dalla perdita di massa muscolare e da altri problemi di salute legati all'et\u00e0. <\/p>\n\n<h3>Qual \u00e8 l'IMC normale per gli uomini?<\/h3>\n<p>L'indice di massa corporea normale per gli uomini \u00e8 lo stesso delle donne: tra 18,5 e 24,9. Tuttavia, la massa muscolare pu\u00f2 influire sull'IMC e gli individui muscolosi possono avere un IMC pi\u00f9 alto senza essere in sovrappeso. <\/p>\n\n<h3>Qual \u00e8 l'IMC ideale?<\/h3>\n<p>L'IMC ideale per la maggior parte degli adulti si colloca tra 18,5 e 24,9. Questo intervallo \u00e8 considerato ottimale per mantenere una buona salute e ridurre il rischio di malattie croniche. <\/p>\n\n<h3>Quanto dovresti pesare?<\/h3>\n<p>Il tuo peso ideale dipende da diversi fattori, tra cui l'altezza, il sesso, l'et\u00e0 e lo stato di salute generale. Un calcolatore di IMC pu\u00f2 aiutarti a stimare un range di peso sano in base alla tua altezza. <\/p>\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is BMI?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"BMI, or Body Mass Index, is a measurement used to assess whether a person has a healthy body weight for their height. It's calculated by dividing a person's weight in kilograms by their height in meters squared.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do you calculate BMI?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"To calculate BMI, use the formula: BMI = weight (kg) \/ (height (m) \u00d7 height (m)). For example, if you weigh 70 kg and are 1.75 meters tall, your BMI would be 70 \/ (1.75 \u00d7 1.75) = 22.86.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is a normal BMI?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A normal BMI ranges from 18.5 to 24.9. This range is considered a healthy weight for most adults. A BMI below 18.5 is considered underweight, and above 24.9 is considered overweight.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is a normal BMI for women?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A normal BMI for women is also between 18.5 and 24.9. The same range applies to men, although body composition and individual health factors should always be considered.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How is BMI calculated?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"BMI is calculated by dividing a person's weight in kilograms by their height in meters squared. It's a simple way to assess body weight in relation to height.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What does BMI mean?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"BMI stands for Body Mass Index. It's an estimate of body fat based on weight and height, commonly used in healthcare to assess risk for health conditions related to underweight or overweight.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is a healthy BMI?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A healthy BMI is between 18.5 and 24.9. This range indicates that a person's weight is appropriate for their height and is associated with a lower risk of health problems.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is a normal BMI for older adults?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"For older adults, a slightly higher BMI may be beneficial. A BMI between 23 and 27 is often considered healthier for older individuals to help protect against muscle loss and other age-related health issues.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is a normal BMI for men?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The normal BMI range for men is the same as for women\u2014between 18.5 and 24.9. However, muscle mass can affect BMI, and muscular individuals may have a higher BMI without being overweight.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is an ideal BMI?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The ideal BMI for most adults falls between 18.5 and 24.9. This range is considered optimal for maintaining good health and reducing the risk of chronic disease.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How much should you weigh?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Your ideal weight depends on several factors including height, gender, age, and overall health. A BMI calculator can help estimate a healthy weight range based on your height.\"\n      }\n    }\n  ]\n}\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Calcola l&#8217;IMC. Il nostro calcolatore determina rapidamente il tuo IMC (18+). L&#8217;IMC (Indice di Massa Corporea) \u00e8 un valore numerico [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1775,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"kalkulator-side.php","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"default","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1790","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Calcolatore BMI - Trova il tuo BMI<\/title>\n<meta name=\"description\" content=\"Trova il tuo IMC utilizzando il nostro calcolatore di IMC. L&#039;IMC (Indice di Massa Corporea) \u00e8 una metrica che misura il rapporto tra altezza e peso e pu\u00f2 essere utilizzata per indicare se una persona \u00e8 sottopeso o sovrappeso.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/quickpercentcalc.com\/it\/varie\/calcolatore-bmi\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Calcolatore BMI - Trova il tuo BMI\" \/>\n<meta property=\"og:description\" content=\"Trova il tuo IMC utilizzando il nostro calcolatore di IMC. L&#039;IMC (Indice di Massa Corporea) \u00e8 una metrica che misura il rapporto tra altezza e peso e pu\u00f2 essere utilizzata per indicare se una persona \u00e8 sottopeso o sovrappeso.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/quickpercentcalc.com\/it\/varie\/calcolatore-bmi\/\" \/>\n<meta property=\"og:site_name\" content=\"Quick Percent Calculator\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-07T18:55:48+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/quickpercentcalc.com\/it\/varie\/calcolatore-bmi\/\",\"url\":\"https:\/\/quickpercentcalc.com\/it\/varie\/calcolatore-bmi\/\",\"name\":\"Calcolatore BMI - Trova il tuo BMI\",\"isPartOf\":{\"@id\":\"https:\/\/quickpercentcalc.com\/it\/#website\"},\"datePublished\":\"2023-06-04T01:32:31+00:00\",\"dateModified\":\"2025-04-07T18:55:48+00:00\",\"description\":\"Trova il tuo IMC utilizzando il nostro calcolatore di IMC. L'IMC (Indice di Massa Corporea) \u00e8 una metrica che misura il rapporto tra altezza e peso e pu\u00f2 essere utilizzata per indicare se una persona \u00e8 sottopeso o sovrappeso.\",\"breadcrumb\":{\"@id\":\"https:\/\/quickpercentcalc.com\/it\/varie\/calcolatore-bmi\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/quickpercentcalc.com\/it\/varie\/calcolatore-bmi\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/quickpercentcalc.com\/it\/varie\/calcolatore-bmi\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/quickpercentcalc.com\/it\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Varie\",\"item\":\"https:\/\/quickpercentcalc.com\/it\/misc\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Calcolatore BMI\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/quickpercentcalc.com\/it\/#website\",\"url\":\"https:\/\/quickpercentcalc.com\/it\/\",\"name\":\"Quick Percent Calculator\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/quickpercentcalc.com\/it\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Calcolatore BMI - Trova il tuo BMI","description":"Trova il tuo IMC utilizzando il nostro calcolatore di IMC. L'IMC (Indice di Massa Corporea) \u00e8 una metrica che misura il rapporto tra altezza e peso e pu\u00f2 essere utilizzata per indicare se una persona \u00e8 sottopeso o sovrappeso.","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:\/\/quickpercentcalc.com\/it\/varie\/calcolatore-bmi\/","og_locale":"it_IT","og_type":"article","og_title":"Calcolatore BMI - Trova il tuo BMI","og_description":"Trova il tuo IMC utilizzando il nostro calcolatore di IMC. L'IMC (Indice di Massa Corporea) \u00e8 una metrica che misura il rapporto tra altezza e peso e pu\u00f2 essere utilizzata per indicare se una persona \u00e8 sottopeso o sovrappeso.","og_url":"https:\/\/quickpercentcalc.com\/it\/varie\/calcolatore-bmi\/","og_site_name":"Quick Percent Calculator","article_modified_time":"2025-04-07T18:55:48+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tempo di lettura stimato":"3 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/quickpercentcalc.com\/it\/varie\/calcolatore-bmi\/","url":"https:\/\/quickpercentcalc.com\/it\/varie\/calcolatore-bmi\/","name":"Calcolatore BMI - Trova il tuo BMI","isPartOf":{"@id":"https:\/\/quickpercentcalc.com\/it\/#website"},"datePublished":"2023-06-04T01:32:31+00:00","dateModified":"2025-04-07T18:55:48+00:00","description":"Trova il tuo IMC utilizzando il nostro calcolatore di IMC. L'IMC (Indice di Massa Corporea) \u00e8 una metrica che misura il rapporto tra altezza e peso e pu\u00f2 essere utilizzata per indicare se una persona \u00e8 sottopeso o sovrappeso.","breadcrumb":{"@id":"https:\/\/quickpercentcalc.com\/it\/varie\/calcolatore-bmi\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/quickpercentcalc.com\/it\/varie\/calcolatore-bmi\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/quickpercentcalc.com\/it\/varie\/calcolatore-bmi\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/quickpercentcalc.com\/it\/"},{"@type":"ListItem","position":2,"name":"Varie","item":"https:\/\/quickpercentcalc.com\/it\/misc\/"},{"@type":"ListItem","position":3,"name":"Calcolatore BMI"}]},{"@type":"WebSite","@id":"https:\/\/quickpercentcalc.com\/it\/#website","url":"https:\/\/quickpercentcalc.com\/it\/","name":"Quick Percent Calculator","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/quickpercentcalc.com\/it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"}]}},"_links":{"self":[{"href":"https:\/\/quickpercentcalc.com\/it\/wp-json\/wp\/v2\/pages\/1790","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quickpercentcalc.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/quickpercentcalc.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/quickpercentcalc.com\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/quickpercentcalc.com\/it\/wp-json\/wp\/v2\/comments?post=1790"}],"version-history":[{"count":1,"href":"https:\/\/quickpercentcalc.com\/it\/wp-json\/wp\/v2\/pages\/1790\/revisions"}],"predecessor-version":[{"id":1791,"href":"https:\/\/quickpercentcalc.com\/it\/wp-json\/wp\/v2\/pages\/1790\/revisions\/1791"}],"up":[{"embeddable":true,"href":"https:\/\/quickpercentcalc.com\/it\/wp-json\/wp\/v2\/pages\/1775"}],"wp:attachment":[{"href":"https:\/\/quickpercentcalc.com\/it\/wp-json\/wp\/v2\/media?parent=1790"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}