{"id":726,"date":"2026-07-25T05:07:11","date_gmt":"2026-07-25T05:07:11","guid":{"rendered":"https:\/\/mydiacalc.com\/?p=726"},"modified":"2026-07-25T05:07:13","modified_gmt":"2026-07-25T05:07:13","slug":"fat-protein-bolus-warsaw-calculator","status":"publish","type":"post","link":"https:\/\/mydiacalc.com\/?p=726","title":{"rendered":"Fat &amp; Protein Bolus \/ Warsaw Calculator"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Fat &#038; Protein Bolus Calculator (Warsaw Method) | MyDiaCalc<\/title>\n    <!-- Tailwind CSS CDN -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <!-- Google Fonts (Inter) -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        body { font-family: 'Inter', sans-serif; background-color: #f8fafc; }\n    <\/style>\n<\/head>\n<body class=\"text-slate-800 antialiased p-4 md:p-8 min-h-screen flex flex-col justify-between\">\n\n    <div class=\"max-w-3xl mx-auto w-full bg-white rounded-2xl shadow-xl overflow-hidden border border-slate-100 my-auto\">\n        \n        <!-- Header Banner -->\n        <div class=\"bg-gradient-to-r from-teal-700 via-teal-600 to-sky-700 text-white p-6 md:p-8 text-center\">\n            <h1 class=\"text-2xl md:text-3xl font-extrabold mb-2\">Fat &amp; Protein Bolus Calculator<\/h1>\n            <p class=\"text-teal-100 text-sm md:text-base\">Calculate extended insulin doses for high-fat &amp; high-protein meals using the Warsaw System (FPUs).<\/p>\n        <\/div>\n\n        <div class=\"p-6 md:p-8 space-y-6\">\n\n            <!-- Clinical Disclaimer Alert -->\n            <div class=\"bg-amber-50 border-l-4 border-amber-500 p-4 rounded-r-xl text-amber-900 text-xs md:text-sm\">\n                <p class=\"font-bold mb-1\">\ud83d\udea8 Important Clinical Note:<\/p>\n                <p>Fat and protein dosing requires an active insulin pump (Dual-Wave) or split MDI injections. Always start conservatively (e.g., covering 50% of calculated units) and consult your endocrinologist before adjusting settings.<\/p>\n            <\/div>\n\n            <!-- Input Form Grid -->\n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-4 md:gap-6\">\n                \n                <!-- Fat Grams -->\n                <div>\n                    <label for=\"fatGrams\" class=\"block text-xs font-bold text-slate-700 uppercase tracking-wider mb-2\">\n                        Fat Intake (Grams)\n                    <\/label>\n                    <input type=\"number\" id=\"fatGrams\" placeholder=\"e.g., 30\" min=\"0\" step=\"1\"\n                        class=\"w-full p-3.5 border border-slate-300 rounded-xl focus:ring-2 focus:ring-teal-500 focus:border-teal-500 outline-none transition text-slate-800 font-semibold\">\n                <\/div>\n\n                <!-- Protein Grams -->\n                <div>\n                    <label for=\"proteinGrams\" class=\"block text-xs font-bold text-slate-700 uppercase tracking-wider mb-2\">\n                        Protein Intake (Grams)\n                    <\/label>\n                    <input type=\"number\" id=\"proteinGrams\" placeholder=\"e.g., 40\" min=\"0\" step=\"1\"\n                        class=\"w-full p-3.5 border border-slate-300 rounded-xl focus:ring-2 focus:ring-teal-500 focus:border-teal-500 outline-none transition text-slate-800 font-semibold\">\n                <\/div>\n\n                <!-- Carbohydrate Grams (Optional) -->\n                <div>\n                    <label for=\"carbGrams\" class=\"block text-xs font-bold text-slate-700 uppercase tracking-wider mb-2\">\n                        Carbohydrates (Grams &#8211; Optional)\n                    <\/label>\n                    <input type=\"number\" id=\"carbGrams\" placeholder=\"e.g., 50\" min=\"0\" step=\"1\"\n                        class=\"w-full p-3.5 border border-slate-300 rounded-xl focus:ring-2 focus:ring-teal-500 focus:border-teal-500 outline-none transition text-slate-800 font-semibold\">\n                <\/div>\n\n                <!-- ICR Setting -->\n                <div>\n                    <label for=\"icrValue\" class=\"block text-xs font-bold text-slate-700 uppercase tracking-wider mb-2\">\n                        Your ICR Ratio (1 Unit : X Carbs)\n                    <\/label>\n                    <input type=\"number\" id=\"icrValue\" placeholder=\"e.g., 10\" min=\"1\" step=\"0.5\"\n                        class=\"w-full p-3.5 border border-slate-300 rounded-xl focus:ring-2 focus:ring-teal-500 focus:border-teal-500 outline-none transition text-slate-800 font-semibold\">\n                <\/div>\n\n            <\/div>\n\n            <!-- Action Button -->\n            <button onclick=\"calculateFatProteinBolus()\" \n                class=\"w-full bg-teal-600 hover:bg-teal-700 text-white font-bold py-4 px-6 rounded-xl shadow-lg hover:shadow-teal-200 transition duration-200 text-center text-base\">\n                Calculate Extended Dose\n            <\/button>\n\n            <!-- Results Display Section -->\n            <div id=\"resultsContainer\" class=\"hidden space-y-4 pt-4 border-t border-slate-100\">\n                \n                <h3 class=\"text-lg font-bold text-slate-800\">Dosing Breakdown &amp; Delivery Recommendation<\/h3>\n\n                <div class=\"grid grid-cols-1 md:grid-cols-3 gap-4 text-center\">\n                    \n                    <!-- FPUs Card -->\n                    <div class=\"bg-teal-50 border border-teal-100 p-4 rounded-xl\">\n                        <span class=\"block text-xs text-teal-700 font-bold uppercase\">Fat-Protein Units<\/span>\n                        <span id=\"fpuDisplay\" class=\"text-2xl font-black text-teal-800\">0 FPU<\/span>\n                        <span id=\"fpuCalories\" class=\"block text-xs text-teal-600 mt-1\">0 kcal<\/span>\n                    <\/div>\n\n                    <!-- Extended Dose Card -->\n                    <div class=\"bg-sky-50 border border-sky-100 p-4 rounded-xl\">\n                        <span class=\"block text-xs text-sky-700 font-bold uppercase\">Extended Dose (FP)<\/span>\n                        <span id=\"extendedDoseDisplay\" class=\"text-2xl font-black text-sky-800\">0.0 Units<\/span>\n                        <span id=\"durationDisplay\" class=\"block text-xs text-sky-600 mt-1\">Over 0 Hours<\/span>\n                    <\/div>\n\n                    <!-- Immediate Carb Dose Card -->\n                    <div class=\"bg-indigo-50 border border-indigo-100 p-4 rounded-xl\">\n                        <span class=\"block text-xs text-indigo-700 font-bold uppercase\">Immediate Dose (Carbs)<\/span>\n                        <span id=\"carbDoseDisplay\" class=\"text-2xl font-black text-indigo-800\">0.0 Units<\/span>\n                        <span class=\"block text-xs text-indigo-600 mt-1\">Take 15-20 min Pre-Meal<\/span>\n                    <\/div>\n\n                <\/div>\n\n                <!-- Delivery Protocol Tip -->\n                <div class=\"bg-slate-50 border border-slate-200 p-4 rounded-xl text-sm text-slate-700\">\n                    <p class=\"font-bold mb-1 text-slate-900\">\ud83d\udca1 Recommended Delivery Strategy:<\/p>\n                    <ul class=\"list-disc list-inside space-y-1 text-xs md:text-sm\">\n                        <li><strong>Insulin Pump Users:<\/strong> Program a Dual-Wave\/Combination bolus with <span id=\"pumpImmediateText\" class=\"font-bold\">0%<\/span> immediate and <span id=\"pumpExtendedText\" class=\"font-bold\">100%<\/span> extended over <span id=\"pumpHoursText\" class=\"font-bold\">0 hours<\/span>.<\/li>\n                        <li><strong>Pen (MDI) Users:<\/strong> Administer the immediate carbohydrate dose pre-meal, then inject the extended dose <span class=\"font-bold text-teal-700\">1.5 to 2.5 hours after starting the meal<\/span>.<\/li>\n                    <\/ul>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n        <!-- Footer Branding -->\n        <div class=\"bg-slate-50 border-t border-slate-100 p-4 text-center text-xs text-slate-500\">\n            Powered by <strong>MyDiaCalc<\/strong> \u00a9 Clinical Diabetes Dosing Tools\n        <\/div>\n\n    <\/div>\n\n    <!-- JavaScript Calculations -->\n    <script>\n        function calculateFatProteinBolus() {\n            const fat = parseFloat(document.getElementById('fatGrams').value) || 0;\n            const protein = parseFloat(document.getElementById('proteinGrams').value) || 0;\n            const carbs = parseFloat(document.getElementById('carbGrams').value) || 0;\n            const icr = parseFloat(document.getElementById('icrValue').value);\n\n            if (!icr || icr <= 0) {\n                alert('Please enter a valid Insulin-to-Carb Ratio (ICR).');\n                return;\n            }\n\n            \/\/ 1. Calculate Calories from Fat &#038; Protein\n            const fatCalories = fat * 9;\n            const proteinCalories = protein * 4;\n            const fpCalories = fatCalories + proteinCalories;\n\n            \/\/ 2. Calculate Fat-Protein Units (1 FPU = 100 kcal)\n            const fpus = fpCalories \/ 100;\n\n            \/\/ 3. Calculate Extended Insulin Dose\n            \/\/ 1 FPU = 10g carb equivalent\n            const extendedDose = fpus * (10 \/ icr);\n\n            \/\/ 4. Calculate Immediate Carbohydrate Dose\n            const carbDose = carbs \/ icr;\n\n            \/\/ 5. Determine Extended Duration (Warsaw Rules)\n            let durationHours = 0;\n            if (fpus > 0 && fpus <= 1) {\n                durationHours = 3;\n            } else if (fpus > 1 && fpus <= 2) {\n                durationHours = 4;\n            } else if (fpus > 2 && fpus <= 3) {\n                durationHours = 5;\n            } else if (fpus > 3) {\n                durationHours = 6; \/\/ Max recommended stretch\n            }\n\n            \/\/ 6. Update UI\n            document.getElementById('fpuDisplay').innerText = fpus.toFixed(1) + ' FPU';\n            document.getElementById('fpuCalories').innerText = Math.round(fpCalories) + ' Fat\/Protein kcal';\n            \n            document.getElementById('extendedDoseDisplay').innerText = extendedDose.toFixed(1) + ' Units';\n            document.getElementById('durationDisplay').innerText = durationHours > 0 ? 'Extend over ' + durationHours + ' Hours' : 'No Extension Needed';\n\n            document.getElementById('carbDoseDisplay').innerText = carbDose.toFixed(1) + ' Units';\n\n            \/\/ Strategy Percentages\n            const totalDose = extendedDose + carbDose;\n            const immediatePct = totalDose > 0 ? Math.round((carbDose \/ totalDose) * 100) : 0;\n            const extendedPct = totalDose > 0 ? (100 - immediatePct) : 0;\n\n            document.getElementById('pumpImmediateText').innerText = immediatePct + '%';\n            document.getElementById('pumpExtendedText').innerText = extendedPct + '%';\n            document.getElementById('pumpHoursText').innerText = durationHours + ' hours';\n\n            \/\/ Show Results\n            document.getElementById('resultsContainer').classList.remove('hidden');\n        }\n    <\/script>\n\n<\/body>\n<\/html>\n\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Mastering Extended Insulin Dosing for High-Fat and High-Protein Meals<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When managing insulin-requiring diabetes (Type 1 diabetes, Latent Autoimmune Diabetes in Adults, or insulin-dependent Type 2 diabetes), carbohydrate counting is typically the first skill mastered. Carbohydrates have the most immediate and pronounced effect on postprandial (after-meal) blood glucose levels, converting directly into systemic glucose within 15 to 90 minutes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, many individuals face a common clinical challenge: accurately counting carbohydrates for complex, macronutrient-dense meals\u2014such as pizza, burgers, barbecue, or rich pasta dishes\u2014often results in early post-meal hypoglycemia, followed by severe, prolonged hyperglycemia 3 to 8 hours later.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This frustrating phenomenon occurs because <strong>dietary fats and proteins alter digestion kinetics and insulin sensitivity<\/strong>. The <strong>MyDiaCalc Fat &amp; Protein Bolus Calculator<\/strong> utilizes the clinically validated <strong>Warsaw System<\/strong> to calculate additional insulin coverage for dietary fats and proteins, helping you deliver extended or split boluses that match slow digestion curves.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/mydiacalc.com\/wp-content\/uploads\/2026\/07\/15-1024x538.png\" alt=\"\" class=\"wp-image-727\" srcset=\"https:\/\/mydiacalc.com\/wp-content\/uploads\/2026\/07\/15-1024x538.png 1024w, https:\/\/mydiacalc.com\/wp-content\/uploads\/2026\/07\/15-300x158.png 300w, https:\/\/mydiacalc.com\/wp-content\/uploads\/2026\/07\/15-768x403.png 768w, https:\/\/mydiacalc.com\/wp-content\/uploads\/2026\/07\/15-1536x806.png 1536w, https:\/\/mydiacalc.com\/wp-content\/uploads\/2026\/07\/15-2048x1075.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The Physiology: Why Do Fat and Protein Cause Late Glucose Spikes?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To optimize mealtime insulin dosing, it is crucial to understand how lipids (fats) and amino acids (proteins) interact with human metabolism:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>1. Delayed Gastric Emptying (The &#8220;Pizza Effect&#8221;)<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Dietary fats slow gastrointestinal motility and delay stomach emptying. When carbohydrates are consumed alongside high amounts of dietary fat, the absorption of those carbohydrates is delayed. A standard pre-meal insulin bolus reaches its peak activity within 60 to 90 minutes\u2014well before the delayed carbohydrates enter the bloodstream. This insulin-to-carbohydrate mismatch causes an initial drop in blood glucose, followed by a late spike hours later after the insulin has expired.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>2. Lipid-Induced Insulin Resistance<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">High circulating levels of Free Fatty Acids (FFAs) following a lipid-rich meal induce transient peripheral and hepatic insulin resistance. This means that your body requires a higher total quantity of insulin to clear the same amount of glucose over an extended timeframe.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>3. Protein Gluconeogenesis<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Unlike carbohydrates, digested protein does not cause an immediate sharp rise in blood sugar. However, the liver converts approximately 50% to 60% of absorbed amino acids into glucose through gluconeogenesis. This process occurs slowly, gradually raising blood glucose levels over a 3-to-8-hour window. Additionally, ingested protein stimulates pancreatic alpha cells to release glucagon, triggering glycogen release from the liver.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What is the Warsaw System and Fat-Protein Units (FPUs)?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Developed by pediatric endocrinologist Dr. Tomasz Pa\u0144kowska and her research team, the <strong>Warsaw System<\/strong> is an advanced clinical dosing algorithm designed to quantify insulin needs for non-carbohydrate macronutrients.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The algorithm introduces the concept of <strong>Fat-Protein Units (FPUs)<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>1 Fat-Protein Unit (FPU)<\/strong> is defined as <strong>100 Calories<\/strong> derived exclusively from dietary fat and protein.<\/li>\n\n\n\n<li>In terms of metabolic impact, <strong>1 FPU requires the equivalent insulin coverage of 10 grams of carbohydrates<\/strong>, based on your personal Insulin-to-Carbohydrate Ratio (ICR).<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The Caloric Breakdown:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>1 Gram of Fat<\/strong> = 9\\text{ Calories}<\/li>\n\n\n\n<li><strong>1 Gram of Protein<\/strong> = 4\\text{ Calories}<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The Mathematical Formula:<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\\text{Fat\/Protein Calories} = (\\text{Fat Grams} \\times 9) + (\\text{Protein Grams} \\times 4) \\text{Total FPUs} = \\frac{\\text{Fat\/Protein Calories}}{100} \\text{Extended Insulin Dose (Units)} = \\text{Total FPUs} \\times \\left( \\frac{10}{\\text{ICR Value}} \\right)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Recommended Delivery Strategies and Durations<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Because fat and protein digest slowly over several hours, administering the entire calculated dose as an immediate pre-meal bolus carries a high risk of acute hypoglycemia. The total Fat-Protein Unit (FPU) count dictates the recommended time window over which the extended insulin should be delivered:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Total Fat-Protein Units <\/strong><strong>(<\/strong><strong>FPUs<\/strong><strong>)<\/strong><\/td><td><strong>Caloric Yield <\/strong><strong>(<\/strong><strong>Fat + Protein<\/strong><strong>)<\/strong><\/td><td><strong>Recommended Extension Duration<\/strong><\/td><\/tr><tr><td><strong>1 FPU<\/strong><\/td><td>100\\text{ kcal}<\/td><td>Extend over <strong>3 Hours<\/strong><\/td><\/tr><tr><td><strong>2 FPUs<\/strong><\/td><td>200\\text{ kcal}<\/td><td>Extend over <strong>4 Hours<\/strong><\/td><\/tr><tr><td><strong>3 FPUs<\/strong><\/td><td>300\\text{ kcal}<\/td><td>Extend over <strong>5 Hours<\/strong><\/td><\/tr><tr><td><strong>&gt; 3\\text{ FPUs}<\/strong><\/td><td>&gt; 300\\text{ kcal}<\/td><td>Extend over <strong>6 to 8 Hours<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>How to Administer Based on Your Device:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Insulin Pump Users (Dual-Wave \/ Combination Bolus):<\/strong> Program your insulin pump to deliver the carbohydrate insulin immediately (15 to 20 minutes pre-meal) and spread the calculated Fat-Protein dose evenly over the recommended duration (e.g., 4 to 6 hours).<\/li>\n\n\n\n<li><strong>Multiple Daily Injection (MDI \/ Pen Users):<\/strong> Inject your standard carbohydrate dose pre-meal. To cover the fat and protein without an insulin pump, administer a second injection containing the extended Fat-Protein units <strong>1.5 to 2.5 hours after starting the meal<\/strong>.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Step-by-Step: How to Use the Calculator<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Enter Fat Grams:<\/strong> Input the total fat content of your meal (in grams) using nutritional labels or digital food scales.<\/li>\n\n\n\n<li><strong>Enter Protein Grams:<\/strong> Input the total protein content of your meal (in grams).<\/li>\n\n\n\n<li><strong>Enter Carbohydrates (Optional):<\/strong> Input carbohydrate grams if you wish to calculate your immediate pre-meal bolus simultaneously.<\/li>\n\n\n\n<li><strong>Enter Your Personal ICR:<\/strong> Input your active Insulin-to-Carbohydrate Ratio (e.g., enter 10 if your ratio is 1:10).<\/li>\n\n\n\n<li><strong>Click Calculate:<\/strong> The tool will instantly display your total FPUs, recommended extended dose, immediate carbohydrate dose, and exact delivery timeframes.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Safety Guidelines and Clinical Best Practices<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">While calculating fat and protein coverage can significantly improve Time-in-Range (TIR) and flatten postprandial glucose curves, safety must remain your highest priority:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u26a0\ufe0f <strong>Start Conservatively (The 50% Rule):<\/strong> When using the Warsaw method for the first time, deliver only <strong>50% of the calculated extended dose<\/strong>. Monitor your Continuous Glucose Monitor (CGM) trends for several trial meals before gradually advancing to 75% or 100% of the calculated dose.<\/li>\n\n\n\n<li>\u26a0\ufe0f <strong>Verify Basal Rates First:<\/strong> Never test extended fat-protein dosing when background basal insulin rates are unstable or inaccurate.<\/li>\n\n\n\n<li>\u26a0\ufe0f <strong>Automated Insulin Delivery (AID) Systems:<\/strong> If you use an automated closed-loop system (such as Control-IQ, Omnipod 5, or CamAPS FX), consult your endocrinologist. Automated algorithms often adjust basal delivery upward to manage late spikes automatically, which may reduce the need for manual extended boluses.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">\ud83d\udea8<a href=\"https:\/\/mydiacalc.com\/?page_id=643\" data-type=\"link\" data-id=\"https:\/\/mydiacalc.com\/?page_id=643\"> <strong>Medical Disclaimer<\/strong><\/a><strong>:<\/strong> <em>The MyDiaCalc Fat &amp; Protein Bolus Calculator is designed for educational and informational purposes only. It does not provide medical advice or establish clinical treatment regimens. Always consult your endocrinologist or Certified Diabetes Care and Education Specialist <\/em>(<em>CDCES<\/em>)<em> before making adjustments to your insulin therapy.<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Fat &#038; Protein Bolus Calculator (Warsaw Method) | MyDiaCalc Fat &amp; Protein Bolus Calculator Calculate extended insulin doses&hellip;<\/p>\n","protected":false},"author":1,"featured_media":727,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[37],"tags":[38],"class_list":["post-726","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tools","tag-calculator"],"_links":{"self":[{"href":"https:\/\/mydiacalc.com\/index.php?rest_route=\/wp\/v2\/posts\/726","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mydiacalc.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mydiacalc.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mydiacalc.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mydiacalc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=726"}],"version-history":[{"count":1,"href":"https:\/\/mydiacalc.com\/index.php?rest_route=\/wp\/v2\/posts\/726\/revisions"}],"predecessor-version":[{"id":728,"href":"https:\/\/mydiacalc.com\/index.php?rest_route=\/wp\/v2\/posts\/726\/revisions\/728"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mydiacalc.com\/index.php?rest_route=\/wp\/v2\/media\/727"}],"wp:attachment":[{"href":"https:\/\/mydiacalc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=726"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mydiacalc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=726"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mydiacalc.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=726"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}