{"id":1961,"date":"2023-10-09T10:32:42","date_gmt":"2023-10-09T10:32:42","guid":{"rendered":"https:\/\/postfracture.com\/?p=1961"},"modified":"2023-10-09T11:09:27","modified_gmt":"2023-10-09T11:09:27","slug":"protein-intake-calculator","status":"publish","type":"post","link":"https:\/\/postfracture.com\/de\/2023\/10\/09\/protein-intake-calculator\/","title":{"rendered":"Protein Intake Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"1961\" class=\"elementor elementor-1961\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6ee75c1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6ee75c1\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3c1ac2b\" data-id=\"3c1ac2b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e952970 elementor-widget elementor-widget-html\" data-id=\"e952970\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html>\n<head>\n    <title>Protein Intake Calculator<\/title>\n    <style>\n        body {\n            font-family: Arial, sans-serif;\n            background-color: #f5f5f5;\n            margin: 0;\n            padding: 0;\n        }\n\n        #protein-calculator {\n            background-color: #ffffff;\n            max-width: 400px;\n            margin: 0 auto;\n            padding: 20px;\n            border-radius: 5px;\n            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);\n        }\n\n        h2 {\n            text-align: center;\n        }\n\n        label {\n            display: block;\n            margin-bottom: 5px;\n        }\n\n        input[type=\"number\"],\n        select {\n            width: 100%;\n            padding: 10px;\n            margin-bottom: 10px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box;\n        }\n\n        button {\n            width: 100%;\n            background-color: #007bff;\n            color: #fff;\n            border: none;\n            padding: 10px;\n            border-radius: 4px;\n            cursor: pointer;\n        }\n\n        button:hover {\n            background-color: #0056b3;\n        }\n\n        #protein-result {\n            text-align: center;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div id=\"protein-calculator\">\n        <h2>Protein Intake Calculator<\/h2>\n        <p>Enter your weight (in kilograms), gender, age, and activity level:<\/p>\n        <label for=\"weight\">Weight (kg):<\/label>\n        <input type=\"number\" id=\"weight\" min=\"1\">\n        \n        <label for=\"gender\">Gender:<\/label>\n        <select id=\"gender\">\n            <option value=\"male\">Male<\/option>\n            <option value=\"female\">Female<\/option>\n        <\/select>\n        \n        <label for=\"age\">Age:<\/label>\n        <input type=\"number\" id=\"age\" min=\"1\">\n        \n        <label for=\"activity-level\">Activity Level:<\/label>\n        <select id=\"activity-level\">\n            <option value=\"1.2\">Sedentary<\/option>\n            <option value=\"1.375\">Lightly Active<\/option>\n            <option value=\"1.55\">Moderately Active<\/option>\n            <option value=\"1.725\">Very Active<\/option>\n            <option value=\"1.9\">Super Active<\/option>\n        <\/select>\n        \n        <button id=\"calculate-button\">Calculate<\/button>\n        <p id=\"protein-result\" style=\"display:none;\">Your recommended protein intake: <span><\/span> grams\/day<\/p>\n    <\/div>\n    <script>\n        document.getElementById(\"calculate-button\").addEventListener(\"click\", function() {\n            var weight = parseFloat(document.getElementById(\"weight\").value);\n            var gender = document.getElementById(\"gender\").value;\n            var age = parseFloat(document.getElementById(\"age\").value);\n            var activityLevel = parseFloat(document.getElementById(\"activity-level\").value);\n            \n            \/\/ Adjust protein intake calculation based on gender and age\n            var baseProteinIntake = gender === 'male' ? 0.9 : 0.7; \/\/ Adjust for male or female\n            var adjustedProteinIntake = (baseProteinIntake * weight).toFixed(1);\n            \n            \/\/ Adjust for age (e.g., +1g of protein per year for adults over 30)\n            if (age > 30) {\n                adjustedProteinIntake = (parseFloat(adjustedProteinIntake) + (age - 30)).toFixed(1);\n            }\n            \n            \/\/ Adjust for activity level\n            var proteinIntake = (adjustedProteinIntake * activityLevel).toFixed(1);\n            \n            document.getElementById(\"protein-result\").style.display = \"block\";\n            document.getElementById(\"protein-result\").getElementsByTagName(\"span\")[0].textContent = proteinIntake;\n        });\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0979c03 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0979c03\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4f49fc7\" data-id=\"4f49fc7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f71cdd5 elementor-widget elementor-widget-html\" data-id=\"f71cdd5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html>\n<head>\n    <title>Protein Content in Common Foods<\/title>\n    <style>\n        table {\n            border-collapse: collapse;\n            width: 100%;\n        }\n\n        th, td {\n            border: 1px solid #ddd;\n            padding: 8px;\n            text-align: left;\n        }\n\n        th {\n            background-color: #f2f2f2;\n        }\n    <\/style>\n<\/head>\n<body>\n    <h2>Protein Content in Common Foods (per 100 grams)<\/h2>\n    <table>\n        <tr>\n            <th>Food<\/th>\n            <th>Protein (g)<\/th>\n        <\/tr>\n        <tr>\n            <td>Chicken Breast<\/td>\n            <td>31<\/td>\n        <\/tr>\n        <tr>\n            <td>Salmon<\/td>\n            <td>25<\/td>\n        <\/tr>\n        <tr>\n            <td>Eggs<\/td>\n            <td>13<\/td>\n        <\/tr>\n        <tr>\n            <td>Beef (lean)<\/td>\n            <td>36<\/td>\n        <\/tr>\n        <tr>\n            <td>Tofu<\/td>\n            <td>8<\/td>\n        <\/tr>\n        <tr>\n            <td>Greek Yogurt<\/td>\n            <td>10<\/td>\n        <\/tr>\n        <tr>\n            <td>Beans (black)<\/td>\n            <td>8<\/td>\n        <\/tr>\n        <tr>\n            <td>Quinoa<\/td>\n            <td>4<\/td>\n        <\/tr>\n    <\/table>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Unlock the secret to optimal nutrition with our Protein Intake Calculator. Whether you&#8217;re an active athlete or simply looking to maintain a healthy lifestyle, find out exactly how much protein your body needs. Input your weight, gender, age, and activity level, and let our calculator provide you with a personalized protein recommendation. Achieve your fitness goals and stay on track with your nutritional needs today<\/p>","protected":false},"author":1,"featured_media":1967,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","footnotes":""},"categories":[24,26],"tags":[119,103,124,121,123,122,63,125,95,120],"class_list":["post-1961","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-general-information","category-nutritions","tag-calculator","tag-diet","tag-fitness","tag-health","tag-healthy-living","tag-macronutrients","tag-nutrition","tag-personalized-nutrition","tag-protein","tag-weight-management","wpbf-post"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Protein Intake Calculator - Postfracture<\/title>\n<meta name=\"description\" content=\"Calculate your ideal protein intake with our Protein Intake Calculator. Tailored to your weight, gender, age, and activity level, get personalized nutrition guidance for a healthier you.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/postfracture.com\/de\/2023\/10\/09\/protein-intake-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Protein Intake Calculator - Postfracture\" \/>\n<meta property=\"og:description\" content=\"Calculate your ideal protein intake with our Protein Intake Calculator. Tailored to your weight, gender, age, and activity level, get personalized nutrition guidance for a healthier you.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/postfracture.com\/de\/2023\/10\/09\/protein-intake-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Postfracture\" \/>\n<meta property=\"article:published_time\" content=\"2023-10-09T10:32:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-10-09T11:09:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/postfracture.com\/wp-content\/uploads\/2023\/04\/f41536bc-dadd-4887-a44b-c3af2f2aa1fa.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"MK\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"MK\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\u00a0Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/postfracture.com\\\/2023\\\/10\\\/09\\\/protein-intake-calculator\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/postfracture.com\\\/2023\\\/10\\\/09\\\/protein-intake-calculator\\\/\"},\"author\":{\"name\":\"MK\",\"@id\":\"https:\\\/\\\/postfracture.com\\\/#\\\/schema\\\/person\\\/dff51d3e4a2d452096a2f14e7c1b95f9\"},\"headline\":\"Protein Intake Calculator\",\"datePublished\":\"2023-10-09T10:32:42+00:00\",\"dateModified\":\"2023-10-09T11:09:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/postfracture.com\\\/2023\\\/10\\\/09\\\/protein-intake-calculator\\\/\"},\"wordCount\":71,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/postfracture.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/postfracture.com\\\/2023\\\/10\\\/09\\\/protein-intake-calculator\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/postfracture.com\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/f41536bc-dadd-4887-a44b-c3af2f2aa1fa.webp\",\"keywords\":[\"Calculator\",\"Diet\",\"Fitness\",\"Health\",\"Healthy Living\",\"Macronutrients\",\"nutrition\",\"Personalized Nutrition\",\"Protein\",\"Weight Management\"],\"articleSection\":[\"General Informations\",\"Nutritions\"],\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/postfracture.com\\\/2023\\\/10\\\/09\\\/protein-intake-calculator\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/postfracture.com\\\/2023\\\/10\\\/09\\\/protein-intake-calculator\\\/\",\"url\":\"https:\\\/\\\/postfracture.com\\\/2023\\\/10\\\/09\\\/protein-intake-calculator\\\/\",\"name\":\"Protein Intake Calculator - Postfracture\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/postfracture.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/postfracture.com\\\/2023\\\/10\\\/09\\\/protein-intake-calculator\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/postfracture.com\\\/2023\\\/10\\\/09\\\/protein-intake-calculator\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/postfracture.com\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/f41536bc-dadd-4887-a44b-c3af2f2aa1fa.webp\",\"datePublished\":\"2023-10-09T10:32:42+00:00\",\"dateModified\":\"2023-10-09T11:09:27+00:00\",\"description\":\"Calculate your ideal protein intake with our Protein Intake Calculator. Tailored to your weight, gender, age, and activity level, get personalized nutrition guidance for a healthier you.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/postfracture.com\\\/2023\\\/10\\\/09\\\/protein-intake-calculator\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/postfracture.com\\\/2023\\\/10\\\/09\\\/protein-intake-calculator\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/postfracture.com\\\/2023\\\/10\\\/09\\\/protein-intake-calculator\\\/#primaryimage\",\"url\":\"https:\\\/\\\/postfracture.com\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/f41536bc-dadd-4887-a44b-c3af2f2aa1fa.webp\",\"contentUrl\":\"https:\\\/\\\/postfracture.com\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/f41536bc-dadd-4887-a44b-c3af2f2aa1fa.webp\",\"width\":512,\"height\":512},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/postfracture.com\\\/2023\\\/10\\\/09\\\/protein-intake-calculator\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/postfracture.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Protein Intake Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/postfracture.com\\\/#website\",\"url\":\"https:\\\/\\\/postfracture.com\\\/\",\"name\":\"Postfracture.com\",\"description\":\"Information on bone fractures\",\"publisher\":{\"@id\":\"https:\\\/\\\/postfracture.com\\\/#organization\"},\"alternateName\":\"Postfraktur.de\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/postfracture.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/postfracture.com\\\/#organization\",\"name\":\"YoliYoli UG (haftungsbeschr\u00e4nkt)\",\"url\":\"https:\\\/\\\/postfracture.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/postfracture.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/postfracture.com\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/PostFracture.png\",\"contentUrl\":\"https:\\\/\\\/postfracture.com\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/PostFracture.png\",\"width\":500,\"height\":500,\"caption\":\"YoliYoli UG (haftungsbeschr\u00e4nkt)\"},\"image\":{\"@id\":\"https:\\\/\\\/postfracture.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/postfracture.com\\\/#\\\/schema\\\/person\\\/dff51d3e4a2d452096a2f14e7c1b95f9\",\"name\":\"MK\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9adf3d1f5956b6a83e7e558b4e90489137f788993b19aacd686879db0140422b?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9adf3d1f5956b6a83e7e558b4e90489137f788993b19aacd686879db0140422b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9adf3d1f5956b6a83e7e558b4e90489137f788993b19aacd686879db0140422b?s=96&d=mm&r=g\",\"caption\":\"MK\"},\"sameAs\":[\"https:\\\/\\\/postfracture.com\"],\"url\":\"https:\\\/\\\/postfracture.com\\\/de\\\/author\\\/feyon\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Protein Intake Calculator - Postfracture","description":"Calculate your ideal protein intake with our Protein Intake Calculator. Tailored to your weight, gender, age, and activity level, get personalized nutrition guidance for a healthier you.","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:\/\/postfracture.com\/de\/2023\/10\/09\/protein-intake-calculator\/","og_locale":"de_DE","og_type":"article","og_title":"Protein Intake Calculator - Postfracture","og_description":"Calculate your ideal protein intake with our Protein Intake Calculator. Tailored to your weight, gender, age, and activity level, get personalized nutrition guidance for a healthier you.","og_url":"https:\/\/postfracture.com\/de\/2023\/10\/09\/protein-intake-calculator\/","og_site_name":"Postfracture","article_published_time":"2023-10-09T10:32:42+00:00","article_modified_time":"2023-10-09T11:09:27+00:00","og_image":[{"width":512,"height":512,"url":"https:\/\/postfracture.com\/wp-content\/uploads\/2023\/04\/f41536bc-dadd-4887-a44b-c3af2f2aa1fa.webp","type":"image\/webp"}],"author":"MK","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"MK","Gesch\u00e4tzte Lesezeit":"1\u00a0Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/postfracture.com\/2023\/10\/09\/protein-intake-calculator\/#article","isPartOf":{"@id":"https:\/\/postfracture.com\/2023\/10\/09\/protein-intake-calculator\/"},"author":{"name":"MK","@id":"https:\/\/postfracture.com\/#\/schema\/person\/dff51d3e4a2d452096a2f14e7c1b95f9"},"headline":"Protein Intake Calculator","datePublished":"2023-10-09T10:32:42+00:00","dateModified":"2023-10-09T11:09:27+00:00","mainEntityOfPage":{"@id":"https:\/\/postfracture.com\/2023\/10\/09\/protein-intake-calculator\/"},"wordCount":71,"commentCount":0,"publisher":{"@id":"https:\/\/postfracture.com\/#organization"},"image":{"@id":"https:\/\/postfracture.com\/2023\/10\/09\/protein-intake-calculator\/#primaryimage"},"thumbnailUrl":"https:\/\/postfracture.com\/wp-content\/uploads\/2023\/04\/f41536bc-dadd-4887-a44b-c3af2f2aa1fa.webp","keywords":["Calculator","Diet","Fitness","Health","Healthy Living","Macronutrients","nutrition","Personalized Nutrition","Protein","Weight Management"],"articleSection":["General Informations","Nutritions"],"inLanguage":"de","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/postfracture.com\/2023\/10\/09\/protein-intake-calculator\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/postfracture.com\/2023\/10\/09\/protein-intake-calculator\/","url":"https:\/\/postfracture.com\/2023\/10\/09\/protein-intake-calculator\/","name":"Protein Intake Calculator - Postfracture","isPartOf":{"@id":"https:\/\/postfracture.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/postfracture.com\/2023\/10\/09\/protein-intake-calculator\/#primaryimage"},"image":{"@id":"https:\/\/postfracture.com\/2023\/10\/09\/protein-intake-calculator\/#primaryimage"},"thumbnailUrl":"https:\/\/postfracture.com\/wp-content\/uploads\/2023\/04\/f41536bc-dadd-4887-a44b-c3af2f2aa1fa.webp","datePublished":"2023-10-09T10:32:42+00:00","dateModified":"2023-10-09T11:09:27+00:00","description":"Calculate your ideal protein intake with our Protein Intake Calculator. Tailored to your weight, gender, age, and activity level, get personalized nutrition guidance for a healthier you.","breadcrumb":{"@id":"https:\/\/postfracture.com\/2023\/10\/09\/protein-intake-calculator\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/postfracture.com\/2023\/10\/09\/protein-intake-calculator\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/postfracture.com\/2023\/10\/09\/protein-intake-calculator\/#primaryimage","url":"https:\/\/postfracture.com\/wp-content\/uploads\/2023\/04\/f41536bc-dadd-4887-a44b-c3af2f2aa1fa.webp","contentUrl":"https:\/\/postfracture.com\/wp-content\/uploads\/2023\/04\/f41536bc-dadd-4887-a44b-c3af2f2aa1fa.webp","width":512,"height":512},{"@type":"BreadcrumbList","@id":"https:\/\/postfracture.com\/2023\/10\/09\/protein-intake-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/postfracture.com\/"},{"@type":"ListItem","position":2,"name":"Protein Intake Calculator"}]},{"@type":"WebSite","@id":"https:\/\/postfracture.com\/#website","url":"https:\/\/postfracture.com\/","name":"Postfracture.com","description":"Information on bone fractures","publisher":{"@id":"https:\/\/postfracture.com\/#organization"},"alternateName":"Postfraktur.de","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/postfracture.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/postfracture.com\/#organization","name":"YoliYoli UG (haftungsbeschr\u00e4nkt)","url":"https:\/\/postfracture.com\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/postfracture.com\/#\/schema\/logo\/image\/","url":"https:\/\/postfracture.com\/wp-content\/uploads\/2023\/04\/PostFracture.png","contentUrl":"https:\/\/postfracture.com\/wp-content\/uploads\/2023\/04\/PostFracture.png","width":500,"height":500,"caption":"YoliYoli UG (haftungsbeschr\u00e4nkt)"},"image":{"@id":"https:\/\/postfracture.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/postfracture.com\/#\/schema\/person\/dff51d3e4a2d452096a2f14e7c1b95f9","name":"MK","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/secure.gravatar.com\/avatar\/9adf3d1f5956b6a83e7e558b4e90489137f788993b19aacd686879db0140422b?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/9adf3d1f5956b6a83e7e558b4e90489137f788993b19aacd686879db0140422b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9adf3d1f5956b6a83e7e558b4e90489137f788993b19aacd686879db0140422b?s=96&d=mm&r=g","caption":"MK"},"sameAs":["https:\/\/postfracture.com"],"url":"https:\/\/postfracture.com\/de\/author\/feyon\/"}]}},"uagb_featured_image_src":{"full":["https:\/\/postfracture.com\/wp-content\/uploads\/2023\/04\/f41536bc-dadd-4887-a44b-c3af2f2aa1fa.webp",512,512,false],"thumbnail":["https:\/\/postfracture.com\/wp-content\/uploads\/2023\/04\/f41536bc-dadd-4887-a44b-c3af2f2aa1fa-150x150.webp",150,150,true],"medium":["https:\/\/postfracture.com\/wp-content\/uploads\/2023\/04\/f41536bc-dadd-4887-a44b-c3af2f2aa1fa-300x300.webp",300,300,true],"medium_large":["https:\/\/postfracture.com\/wp-content\/uploads\/2023\/04\/f41536bc-dadd-4887-a44b-c3af2f2aa1fa.webp",512,512,false],"large":["https:\/\/postfracture.com\/wp-content\/uploads\/2023\/04\/f41536bc-dadd-4887-a44b-c3af2f2aa1fa.webp",512,512,false],"1536x1536":["https:\/\/postfracture.com\/wp-content\/uploads\/2023\/04\/f41536bc-dadd-4887-a44b-c3af2f2aa1fa.webp",512,512,false],"2048x2048":["https:\/\/postfracture.com\/wp-content\/uploads\/2023\/04\/f41536bc-dadd-4887-a44b-c3af2f2aa1fa.webp",512,512,false],"trp-custom-language-flag":["https:\/\/postfracture.com\/wp-content\/uploads\/2023\/04\/f41536bc-dadd-4887-a44b-c3af2f2aa1fa-12x12.webp",12,12,true]},"uagb_author_info":{"display_name":"MK","author_link":"https:\/\/postfracture.com\/de\/author\/feyon\/"},"uagb_comment_info":5,"uagb_excerpt":"Unlock the secret to optimal nutrition with our Protein Intake Calculator. Whether you're an active athlete or simply looking to maintain a healthy lifestyle, find out exactly how much protein your body needs. Input your weight, gender, age, and activity level, and let our calculator provide you with a personalized protein recommendation. Achieve your fitness&hellip;","_links":{"self":[{"href":"https:\/\/postfracture.com\/de\/wp-json\/wp\/v2\/posts\/1961","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/postfracture.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/postfracture.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/postfracture.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/postfracture.com\/de\/wp-json\/wp\/v2\/comments?post=1961"}],"version-history":[{"count":12,"href":"https:\/\/postfracture.com\/de\/wp-json\/wp\/v2\/posts\/1961\/revisions"}],"predecessor-version":[{"id":1980,"href":"https:\/\/postfracture.com\/de\/wp-json\/wp\/v2\/posts\/1961\/revisions\/1980"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/postfracture.com\/de\/wp-json\/wp\/v2\/media\/1967"}],"wp:attachment":[{"href":"https:\/\/postfracture.com\/de\/wp-json\/wp\/v2\/media?parent=1961"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/postfracture.com\/de\/wp-json\/wp\/v2\/categories?post=1961"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/postfracture.com\/de\/wp-json\/wp\/v2\/tags?post=1961"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}