{"id":1792,"date":"2023-06-04T01:32:31","date_gmt":"2023-06-04T01:32:31","guid":{"rendered":"https:\/\/quickpercentcalc.com\/diversos\/calculadora-de-imc\/"},"modified":"2025-04-07T18:55:53","modified_gmt":"2025-04-07T18:55:53","slug":"calculadora-de-imc","status":"publish","type":"page","link":"https:\/\/quickpercentcalc.com\/pt-pt\/diversos\/calculadora-de-imc\/","title":{"rendered":"Calculadora de IMC"},"content":{"rendered":"\n<p>Calcula o IMC. A nossa calculadora determina rapidamente o teu IMC (18+). <\/p>\n\n<p>O IMC (\u00cdndice de Massa Corporal) \u00e9 um valor num\u00e9rico que compara o peso e a altura para indicar se uma pessoa tem peso a menos, peso normal ou excesso de peso. Embora o IMC possa ser \u00fatil como orienta\u00e7\u00e3o geral, deve ser interpretado com precau\u00e7\u00e3o. N\u00e3o tem em conta factores como a idade, a massa muscular, a gravidez ou a composi\u00e7\u00e3o corporal.  <\/p>\n\n<p>F\u00f3rmula do IMC:<\/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>F\u00f3rmula do IMC:<\/strong><br\/> $$\\frac{weight}{height^2}$$\n<\/div>\n<br\/>\n<!-- Unit switcher -->\n<label>Seleciona as unidades:<\/label><br\/><input type=\"radio\" id=\"unitMetric\" name=\"unit\" value=\"m\u00e9trica\" checked=\"checked\"\/>\n<label for=\"unitMetric\">Quilogramas (kg) \/ Cent\u00edmetros (cm)<\/label><br\/><input type=\"radio\" id=\"unitImperial\" name=\"unit\" value=\"imperial\"\/>\n<label for=\"unitImperial\">Libras (lbs) \/ Polegadas (in)<\/label>\n<br\/><br\/>\n<!-- Weight input -->\n<label for=\"weight\">Peso<\/label><br\/><input type=\"number\" id=\"weight\" min=\"0\" placeholder=\"Introduzir o peso\"\/>\n<span id=\"weightUnit\">kg<\/span>\n<br\/><br\/>\n<!-- Height input -->\n<label for=\"height\">Altura<\/label><br\/><input type=\"number\" id=\"height\" min=\"0\" placeholder=\"Introduzir a altura\"\/>\n<span id=\"heightUnit\">cm<\/span>\n<br\/><br\/>\n<!-- Calculate button -->\n<input type=\"button\" id=\"calculate\" value=\"Calcula o IMC\"\/>\n<br\/><br\/>\n<!-- Result -->\n<div id=\"resultBox\" style=\"visibility: hidden;\">\n    <strong>Resultado:<\/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\">Escala de IMC<\/h2>\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>IMC<\/strong><\/td><td><strong>Categoria<\/strong><\/td><\/tr><tr><td>&lt; 18.4<\/td><td>Baixo peso<\/td><\/tr><tr><td>18.5 - 24.9<\/td><td>Peso normal<\/td><\/tr><tr><td>25.0 - 39.9<\/td><td>Excesso de peso<\/td><\/tr><tr><td>&gt; 40<\/td><td>Obeso<\/td><\/tr><\/tbody><\/table><\/figure>\n\n<h3>O que \u00e9 o IMC?<\/h3>\n<p>O IMC, ou \u00cdndice de Massa Corporal, \u00e9 uma medida utilizada para avaliar se uma pessoa tem um peso corporal saud\u00e1vel para a sua altura. Calcula-o dividindo o peso de uma pessoa em quilogramas pela sua altura em metros ao quadrado. <\/p>\n\n<h3>Como calculas o IMC?<\/h3>\n<p>Para calcular o IMC, utiliza a f\u00f3rmula: IMC = peso (kg) \/ (altura (m) \u00d7 altura (m)). Por exemplo, se pesares 70 kg e tiveres 1,75 metros de altura, o teu IMC ser\u00e1 70 \/ (1,75 \u00d7 1,75) = 22,86. <\/p>\n\n<h3>O que \u00e9 um IMC normal?<\/h3>\n<p>Um IMC normal varia entre 18,5 e 24,9. Este intervalo \u00e9 considerado um peso saud\u00e1vel para a maioria dos adultos. Um IMC inferior a 18,5 \u00e9 considerado baixo peso, e superior a 24,9 \u00e9 considerado excesso de peso.  <\/p>\n\n<h3>O que \u00e9 um IMC normal para as mulheres?<\/h3>\n<p>Um IMC normal para as mulheres situa-se tamb\u00e9m entre 18,5 e 24,9. O mesmo intervalo se aplica aos homens, embora a composi\u00e7\u00e3o corporal e os factores de sa\u00fade individuais devam ser sempre considerados. <\/p>\n\n<h3>Como \u00e9 calculado o IMC?<\/h3>\n<p>O IMC \u00e9 calculado dividindo o peso de uma pessoa, em quilogramas, pela sua altura, em metros quadrados. \u00c9 uma forma simples de avaliar o peso corporal em rela\u00e7\u00e3o \u00e0 altura. <\/p>\n\n<h3>O que significa o IMC?<\/h3>\n<p>IMC significa \u00cdndice de Massa Corporal. \u00c9 uma estimativa da gordura corporal com base no peso e na altura, normalmente utilizada nos cuidados de sa\u00fade para avaliar o risco de problemas de sa\u00fade relacionados com o peso a menos ou a mais. <\/p>\n\n<h3>O que \u00e9 um IMC saud\u00e1vel?<\/h3>\n<p>Um IMC saud\u00e1vel situa-se entre 18,5 e 24,9. Este intervalo indica que o peso de uma pessoa \u00e9 adequado \u00e0 sua altura e est\u00e1 associado a um menor risco de problemas de sa\u00fade. <\/p>\n\n<h3>Qual \u00e9 o IMC normal para os idosos?<\/h3>\n<p>Para os adultos mais velhos, um IMC ligeiramente mais elevado pode ser ben\u00e9fico. Um IMC entre 23 e 27 \u00e9 frequentemente considerado mais saud\u00e1vel para os indiv\u00edduos mais velhos para ajudar a proteger contra a perda muscular e outros problemas de sa\u00fade relacionados com a idade. <\/p>\n\n<h3>O que \u00e9 um IMC normal para os homens?<\/h3>\n<p>O intervalo normal de IMC para os homens \u00e9 o mesmo que para as mulheres - entre 18,5 e 24,9. No entanto, a massa muscular pode afetar o IMC, e os indiv\u00edduos musculados podem ter um IMC mais elevado sem terem excesso de peso. <\/p>\n\n<h3>O que \u00e9 um IMC ideal?<\/h3>\n<p>O IMC ideal para a maioria dos adultos situa-se entre 18,5 e 24,9. Este intervalo \u00e9 considerado \u00f3timo para manter uma boa sa\u00fade e reduzir o risco de doen\u00e7as cr\u00f3nicas. <\/p>\n\n<h3>Quanto \u00e9 que deves pesar?<\/h3>\n<p>O teu peso ideal depende de v\u00e1rios factores, incluindo a altura, o sexo, a idade e a sa\u00fade em geral. Uma calculadora do IMC pode ajudar a estimar um intervalo de peso saud\u00e1vel com base na tua altura. <\/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>Calcula o IMC. A nossa calculadora determina rapidamente o teu IMC (18+). O IMC (\u00cdndice de Massa Corporal) \u00e9 um [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1776,"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-1792","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>Calculadora de IMC - Descobre o teu IMC<\/title>\n<meta name=\"description\" content=\"Descobre o teu IMC com a nossa calculadora de IMC. O IMC (\u00cdndice de Massa Corporal) \u00e9 uma m\u00e9trica que mede a rela\u00e7\u00e3o entre a altura e o peso, e pode ser utilizado para indicar se uma pessoa tem peso a menos ou a mais.\" \/>\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\/pt-pt\/diversos\/calculadora-de-imc\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Calculadora de IMC - Descobre o teu IMC\" \/>\n<meta property=\"og:description\" content=\"Descobre o teu IMC com a nossa calculadora de IMC. O IMC (\u00cdndice de Massa Corporal) \u00e9 uma m\u00e9trica que mede a rela\u00e7\u00e3o entre a altura e o peso, e pode ser utilizado para indicar se uma pessoa tem peso a menos ou a mais.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/quickpercentcalc.com\/pt-pt\/diversos\/calculadora-de-imc\/\" \/>\n<meta property=\"og:site_name\" content=\"Quick Percent Calculator\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-07T18:55:53+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo estimado de leitura\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/quickpercentcalc.com\/pt-pt\/diversos\/calculadora-de-imc\/\",\"url\":\"https:\/\/quickpercentcalc.com\/pt-pt\/diversos\/calculadora-de-imc\/\",\"name\":\"Calculadora de IMC - Descobre o teu IMC\",\"isPartOf\":{\"@id\":\"https:\/\/quickpercentcalc.com\/pt-pt\/#website\"},\"datePublished\":\"2023-06-04T01:32:31+00:00\",\"dateModified\":\"2025-04-07T18:55:53+00:00\",\"description\":\"Descobre o teu IMC com a nossa calculadora de IMC. O IMC (\u00cdndice de Massa Corporal) \u00e9 uma m\u00e9trica que mede a rela\u00e7\u00e3o entre a altura e o peso, e pode ser utilizado para indicar se uma pessoa tem peso a menos ou a mais.\",\"breadcrumb\":{\"@id\":\"https:\/\/quickpercentcalc.com\/pt-pt\/diversos\/calculadora-de-imc\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/quickpercentcalc.com\/pt-pt\/diversos\/calculadora-de-imc\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/quickpercentcalc.com\/pt-pt\/diversos\/calculadora-de-imc\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/quickpercentcalc.com\/pt-pt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Diversos\",\"item\":\"https:\/\/quickpercentcalc.com\/pt-pt\/misc\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Calculadora de IMC\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/quickpercentcalc.com\/pt-pt\/#website\",\"url\":\"https:\/\/quickpercentcalc.com\/pt-pt\/\",\"name\":\"Quick Percent Calculator\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/quickpercentcalc.com\/pt-pt\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-PT\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Calculadora de IMC - Descobre o teu IMC","description":"Descobre o teu IMC com a nossa calculadora de IMC. O IMC (\u00cdndice de Massa Corporal) \u00e9 uma m\u00e9trica que mede a rela\u00e7\u00e3o entre a altura e o peso, e pode ser utilizado para indicar se uma pessoa tem peso a menos ou a mais.","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\/pt-pt\/diversos\/calculadora-de-imc\/","og_locale":"pt_PT","og_type":"article","og_title":"Calculadora de IMC - Descobre o teu IMC","og_description":"Descobre o teu IMC com a nossa calculadora de IMC. O IMC (\u00cdndice de Massa Corporal) \u00e9 uma m\u00e9trica que mede a rela\u00e7\u00e3o entre a altura e o peso, e pode ser utilizado para indicar se uma pessoa tem peso a menos ou a mais.","og_url":"https:\/\/quickpercentcalc.com\/pt-pt\/diversos\/calculadora-de-imc\/","og_site_name":"Quick Percent Calculator","article_modified_time":"2025-04-07T18:55:53+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tempo estimado de leitura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/quickpercentcalc.com\/pt-pt\/diversos\/calculadora-de-imc\/","url":"https:\/\/quickpercentcalc.com\/pt-pt\/diversos\/calculadora-de-imc\/","name":"Calculadora de IMC - Descobre o teu IMC","isPartOf":{"@id":"https:\/\/quickpercentcalc.com\/pt-pt\/#website"},"datePublished":"2023-06-04T01:32:31+00:00","dateModified":"2025-04-07T18:55:53+00:00","description":"Descobre o teu IMC com a nossa calculadora de IMC. O IMC (\u00cdndice de Massa Corporal) \u00e9 uma m\u00e9trica que mede a rela\u00e7\u00e3o entre a altura e o peso, e pode ser utilizado para indicar se uma pessoa tem peso a menos ou a mais.","breadcrumb":{"@id":"https:\/\/quickpercentcalc.com\/pt-pt\/diversos\/calculadora-de-imc\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/quickpercentcalc.com\/pt-pt\/diversos\/calculadora-de-imc\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/quickpercentcalc.com\/pt-pt\/diversos\/calculadora-de-imc\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/quickpercentcalc.com\/pt-pt\/"},{"@type":"ListItem","position":2,"name":"Diversos","item":"https:\/\/quickpercentcalc.com\/pt-pt\/misc\/"},{"@type":"ListItem","position":3,"name":"Calculadora de IMC"}]},{"@type":"WebSite","@id":"https:\/\/quickpercentcalc.com\/pt-pt\/#website","url":"https:\/\/quickpercentcalc.com\/pt-pt\/","name":"Quick Percent Calculator","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/quickpercentcalc.com\/pt-pt\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-PT"}]}},"_links":{"self":[{"href":"https:\/\/quickpercentcalc.com\/pt-pt\/wp-json\/wp\/v2\/pages\/1792","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quickpercentcalc.com\/pt-pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/quickpercentcalc.com\/pt-pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/quickpercentcalc.com\/pt-pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/quickpercentcalc.com\/pt-pt\/wp-json\/wp\/v2\/comments?post=1792"}],"version-history":[{"count":1,"href":"https:\/\/quickpercentcalc.com\/pt-pt\/wp-json\/wp\/v2\/pages\/1792\/revisions"}],"predecessor-version":[{"id":1793,"href":"https:\/\/quickpercentcalc.com\/pt-pt\/wp-json\/wp\/v2\/pages\/1792\/revisions\/1793"}],"up":[{"embeddable":true,"href":"https:\/\/quickpercentcalc.com\/pt-pt\/wp-json\/wp\/v2\/pages\/1776"}],"wp:attachment":[{"href":"https:\/\/quickpercentcalc.com\/pt-pt\/wp-json\/wp\/v2\/media?parent=1792"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}