

{"id":120,"date":"2025-05-03T06:11:03","date_gmt":"2025-05-03T06:11:03","guid":{"rendered":"https:\/\/info.profitpickpath.com\/?p=120"},"modified":"2025-05-03T11:58:50","modified_gmt":"2025-05-03T11:58:50","slug":"ideal-weight-calculator","status":"publish","type":"post","link":"https:\/\/info.profitpickpath.com\/?p=120","title":{"rendered":"Ideal Weight Calculator"},"content":{"rendered":"\n<div class=\"ideal-weight-calculator-container\">\n  <style>\n    .ideal-weight-calculator {\n      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n      max-width: 800px;\n      margin: 0 auto;\n      padding: 25px;\n      background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);\n      border-radius: 15px;\n      box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n    }\n    .calculator-header {\n      text-align: center;\n      margin-bottom: 30px;\n      color: #2c3e50;\n    }\n    .calculator-header h1 {\n      font-size: 28px;\n      margin-bottom: 10px;\n      font-weight: 700;\n    }\n    .calculator-header p {\n      font-size: 16px;\n      color: #7f8c8d;\n    }\n    .unit-tabs {\n      display: flex;\n      margin-bottom: 20px;\n      border-bottom: 1px solid #ddd;\n    }\n    .unit-tab {\n      padding: 10px 20px;\n      cursor: pointer;\n      font-weight: 600;\n      color: #7f8c8d;\n      border-bottom: 3px solid transparent;\n      transition: all 0.3s;\n    }\n    .unit-tab.active {\n      color: #3498db;\n      border-bottom: 3px solid #3498db;\n    }\n    .calculator-form {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      margin-bottom: 30px;\n    }\n    .form-group {\n      margin-bottom: 15px;\n    }\n    .form-group label {\n      display: block;\n      margin-bottom: 8px;\n      font-weight: 600;\n      color: #34495e;\n    }\n    .form-control {\n      width: 100%;\n      padding: 12px;\n      border: 1px solid #ddd;\n      border-radius: 8px;\n      font-size: 16px;\n      transition: all 0.3s;\n    }\n    .form-control:focus {\n      border-color: #3498db;\n      box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);\n      outline: none;\n    }\n    .radio-group {\n      display: flex;\n      gap: 15px;\n      align-items: center;\n    }\n    .radio-option {\n      display: flex;\n      align-items: center;\n      gap: 5px;\n    }\n    .btn-calculate {\n      grid-column: span 2;\n      background: linear-gradient(to right, #3498db, #2c3e50);\n      color: white;\n      border: none;\n      padding: 15px;\n      font-size: 18px;\n      border-radius: 8px;\n      cursor: pointer;\n      transition: all 0.3s;\n      font-weight: 600;\n    }\n    .btn-calculate:hover {\n      background: linear-gradient(to right, #2980b9, #1a252f);\n      transform: translateY(-2px);\n      box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n    }\n    .results-container {\n      background: white;\n      padding: 25px;\n      border-radius: 10px;\n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-top: 20px;\n      display: none;\n    }\n    .results-header {\n      text-align: center;\n      margin-bottom: 20px;\n      color: #2c3e50;\n    }\n    .result-item {\n      margin-bottom: 15px;\n      padding-bottom: 15px;\n      border-bottom: 1px solid #eee;\n    }\n    .result-item:last-child {\n      border-bottom: none;\n    }\n    .result-title {\n      font-weight: 600;\n      color: #3498db;\n      margin-bottom: 5px;\n    }\n    .result-value {\n      font-size: 18px;\n      font-weight: 700;\n      color: #2c3e50;\n    }\n    .formula-results {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\n    }\n    .formula-results th {\n      background-color: #3498db;\n      color: white;\n      padding: 12px;\n      text-align: left;\n    }\n    .formula-results td {\n      padding: 12px;\n      border-bottom: 1px solid #ddd;\n    }\n    .formula-results tr:nth-child(even) {\n      background-color: #f8f9fa;\n    }\n    .weight-range {\n      height: 20px;\n      background: linear-gradient(to right, #e74c3c, #f1c40f, #2ecc71);\n      border-radius: 10px;\n      margin-top: 15px;\n      position: relative;\n    }\n    .range-marker {\n      position: absolute;\n      top: -25px;\n      transform: translateX(-50%);\n      font-size: 12px;\n      color: #7f8c8d;\n      width: 80px;\n      text-align: center;\n    }\n    .range-pointer {\n      position: absolute;\n      top: -5px;\n      width: 0;\n      height: 0;\n      border-left: 8px solid transparent;\n      border-right: 8px solid transparent;\n      border-top: 10px solid #2c3e50;\n      transform: translateX(-50%);\n    }\n    @media (max-width: 768px) {\n      .calculator-form {\n        grid-template-columns: 1fr;\n      }\n      .btn-calculate {\n        grid-column: span 1;\n      }\n      .formula-results {\n        display: block;\n        overflow-x: auto;\n      }\n    }\n  <\/style>\n\n  <div class=\"ideal-weight-calculator\">\n    <div class=\"calculator-header\">\n      <h1>Ideal Weight Calculator<\/h1>\n      <p>Calculate your ideal body weight based on multiple scientific formulas<\/p>\n    <\/div>\n\n    <div class=\"unit-tabs\">\n      <div class=\"unit-tab active\" data-unit=\"metric\">Metric Units<\/div>\n      <div class=\"unit-tab\" data-unit=\"us\">US Units<\/div>\n    <\/div>\n\n    <form id=\"idealWeightCalculator\" class=\"calculator-form\">\n      <div class=\"form-group\">\n        <label for=\"gender\">Gender<\/label>\n        <div class=\"radio-group\">\n          <div class=\"radio-option\">\n            <input type=\"radio\" id=\"male\" name=\"gender\" value=\"male\" checked>\n            <label for=\"male\">Male<\/label>\n          <\/div>\n          <div class=\"radio-option\">\n            <input type=\"radio\" id=\"female\" name=\"gender\" value=\"female\">\n            <label for=\"female\">Female<\/label>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"form-group\">\n        <label for=\"age\">Age (years)<\/label>\n        <input type=\"number\" id=\"age\" class=\"form-control\" min=\"18\" max=\"100\">\n      <\/div>\n\n      <div class=\"form-group metric-unit\">\n        <label for=\"height\">Height (cm)<\/label>\n        <input type=\"number\" id=\"height\" class=\"form-control\" min=\"140\" max=\"220\" required>\n      <\/div>\n\n      <div class=\"form-group us-unit\" style=\"display:none;\">\n        <label for=\"height-ft\">Height (ft &#038; in)<\/label>\n        <div style=\"display: flex; gap: 10px;\">\n          <input type=\"number\" id=\"height-ft\" class=\"form-control\" min=\"4\" max=\"7\" placeholder=\"ft\" style=\"flex:1;\">\n          <input type=\"number\" id=\"height-in\" class=\"form-control\" min=\"0\" max=\"11\" placeholder=\"in\" style=\"flex:1;\">\n        <\/div>\n      <\/div>\n\n      <div class=\"form-group metric-unit\">\n        <label for=\"weight\">Current Weight (kg) &#8211; Optional<\/label>\n        <input type=\"number\" id=\"weight\" class=\"form-control\" min=\"30\" max=\"200\">\n      <\/div>\n\n      <div class=\"form-group us-unit\" style=\"display:none;\">\n        <label for=\"weight-lb\">Current Weight (lbs) &#8211; Optional<\/label>\n        <input type=\"number\" id=\"weight-lb\" class=\"form-control\" min=\"66\" max=\"440\" placeholder=\"lbs\">\n      <\/div>\n\n      <button type=\"button\" id=\"calculateBtn\" class=\"btn-calculate\">Calculate Ideal Weight<\/button>\n    <\/form>\n\n    <div id=\"results\" class=\"results-container\">\n      <div class=\"results-header\">\n        <h2>Your Ideal Weight Results<\/h2>\n      <\/div>\n      \n      <div class=\"result-item\">\n        <div class=\"result-title\">Ideal Weight Range<\/div>\n        <div id=\"petersonResult\" class=\"result-value\">&#8211;<\/div>\n        <p>Based on the Peterson formula (most recent and statistically validated method)<\/p>\n      <\/div>\n      \n      <div class=\"result-item\" id=\"currentWeightSection\" style=\"display:none;\">\n        <div class=\"result-title\">Comparison With Your Current Weight<\/div>\n        <div id=\"weightComparison\" class=\"result-value\">&#8211;<\/div>\n        <div class=\"weight-range\">\n          <div class=\"range-marker\" style=\"left:0%;\">Underweight<\/div>\n          <div class=\"range-marker\" style=\"left:50%;\">Ideal<\/div>\n          <div class=\"range-marker\" style=\"left:100%;\">Overweight<\/div>\n          <div id=\"weightPointer\" class=\"range-pointer\" style=\"left:0%;\"><\/div>\n        <\/div>\n      <\/div>\n      \n      <div class=\"result-item\">\n        <h3>Comparison of Different Formula Results<\/h3>\n        <table class=\"formula-results\">\n          <thead>\n            <tr>\n              <th>Formula<\/th>\n              <th>Ideal Weight<\/th>\n              <th>Developed For<\/th>\n            <\/tr>\n          <\/thead>\n          <tbody>\n            <tr>\n              <td>Peterson (2016)<\/td>\n              <td id=\"peterson\">&#8211;<\/td>\n              <td>Most accurate for all adults<\/td>\n            <\/tr>\n            <tr>\n              <td>Devine (1974)<\/td>\n              <td id=\"devine\">&#8211;<\/td>\n              <td>Medication dosages<\/td>\n            <\/tr>\n            <tr>\n              <td>Robinson (1983)<\/td>\n              <td id=\"robinson\">&#8211;<\/td>\n              <td>Adults<\/td>\n            <\/tr>\n            <tr>\n              <td>Miller (1983)<\/td>\n              <td id=\"miller\">&#8211;<\/td>\n              <td>Adults<\/td>\n            <\/tr>\n            <tr>\n              <td>Hamwi (1964)<\/td>\n              <td id=\"hamwi\">&#8211;<\/td>\n              <td>Adults<\/td>\n            <\/tr>\n            <tr>\n              <td>Broca (1871)<\/td>\n              <td id=\"broca\">&#8211;<\/td>\n              <td>General population<\/td>\n            <\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <script>\n    document.addEventListener('DOMContentLoaded', function() {\n      const calculateBtn = document.getElementById('calculateBtn');\n      const resultsContainer = document.getElementById('results');\n      const unitTabs = document.querySelectorAll('.unit-tab');\n      const currentWeightSection = document.getElementById('currentWeightSection');\n      \n      \/\/ Switch between metric and US units\n      unitTabs.forEach(tab => {\n        tab.addEventListener('click', function() {\n          unitTabs.forEach(t => t.classList.remove('active'));\n          this.classList.add('active');\n          \n          const unit = this.dataset.unit;\n          document.querySelectorAll('.metric-unit').forEach(el => {\n            el.style.display = unit === 'metric' ? 'block' : 'none';\n          });\n          document.querySelectorAll('.us-unit').forEach(el => {\n            el.style.display = unit === 'us' ? 'block' : 'none';\n          });\n          \n          \/\/ Clear results when switching units\n          resultsContainer.style.display = 'none';\n        });\n      });\n      \n      calculateBtn.addEventListener('click', function() {\n        const activeTab = document.querySelector('.unit-tab.active').dataset.unit;\n        const gender = document.querySelector('input[name=\"gender\"]:checked').value;\n        const age = parseInt(document.getElementById('age').value) || 30; \/\/ Default age if not entered\n        let height, weight;\n        \n        \/\/ Get values based on active unit system\n        if (activeTab === 'metric') {\n          height = parseFloat(document.getElementById('height').value);\n          weight = parseFloat(document.getElementById('weight').value);\n        } else {\n          \/\/ Convert US units to metric for calculations\n          const heightFt = parseFloat(document.getElementById('height-ft').value);\n          const heightIn = parseFloat(document.getElementById('height-in').value);\n          height = (heightFt * 12 + heightIn) * 2.54;\n          \n          const weightLb = parseFloat(document.getElementById('weight-lb').value);\n          weight = weightLb ? weightLb * 0.453592 : null;\n        }\n        \n        \/\/ Validate height\n        if (!height) {\n          alert('Please enter your height');\n          return;\n        }\n        \n        \/\/ Calculate ideal weight using different formulas\n        const peterson = calculatePeterson(height, gender);\n        const devine = calculateDevine(height, gender);\n        const robinson = calculateRobinson(height, gender);\n        const miller = calculateMiller(height, gender);\n        const hamwi = calculateHamwi(height, gender);\n        const broca = calculateBroca(height);\n        \n        \/\/ Display results\n        document.getElementById('peterson').textContent = peterson + ' kg';\n        document.getElementById('devine').textContent = devine + ' kg';\n        document.getElementById('robinson').textContent = robinson + ' kg';\n        document.getElementById('miller').textContent = miller + ' kg';\n        document.getElementById('hamwi').textContent = hamwi + ' kg';\n        document.getElementById('broca').textContent = broca + ' kg';\n        \n        \/\/ Display the recommended Peterson range\n        document.getElementById('petersonResult').textContent = peterson + ' kg';\n        \n        \/\/ If current weight was provided, show comparison\n        if (weight) {\n          currentWeightSection.style.display = 'block';\n          \n          \/\/ Calculate where current weight falls in the ideal range\n          const idealMin = parseFloat(peterson.split(' - ')[0]);\n          const idealMax = parseFloat(peterson.split(' - ')[1]);\n          \n          let comparisonText, pointerPosition;\n          \n          if (weight < idealMin) {\n            const diff = idealMin - weight;\n            comparisonText = `You are ${diff.toFixed(1)} kg under the ideal range`;\n            pointerPosition = (weight \/ idealMin) * 25;\n          } else if (weight > idealMax) {\n            const diff = weight - idealMax;\n            comparisonText = `You are ${diff.toFixed(1)} kg over the ideal range`;\n            pointerPosition = 75 + ((weight - idealMax) \/ (idealMax * 0.5)) * 25;\n            if (pointerPosition > 100) pointerPosition = 100;\n          } else {\n            comparisonText = 'Your weight is within the ideal range';\n            pointerPosition = 25 + ((weight - idealMin) \/ (idealMax - idealMin)) * 25;\n          }\n          \n          document.getElementById('weightComparison').textContent = comparisonText;\n          document.getElementById('weightPointer').style.left = pointerPosition + '%';\n        } else {\n          currentWeightSection.style.display = 'none';\n        }\n        \n        \/\/ Show results\n        resultsContainer.style.display = 'block';\n        \n        \/\/ Scroll to results\n        resultsContainer.scrollIntoView({ behavior: 'smooth' });\n      });\n      \n      \/\/ Ideal Weight Formulas\n      function calculatePeterson(height, gender) {\n        \/\/ Peterson formula (2016) - most recent and statistically validated\n        if (gender === 'male') {\n          const ideal = 50 + 0.9 * (height - 152.4);\n          return (ideal - 2).toFixed(1) + ' - ' + (ideal + 2).toFixed(1);\n        } else {\n          const ideal = 45.5 + 0.9 * (height - 152.4);\n          return (ideal - 2).toFixed(1) + ' - ' + (ideal + 2).toFixed(1);\n        }\n      }\n      \n      function calculateDevine(height, gender) {\n        \/\/ Devine formula (1974) - originally for medication dosages\n        if (gender === 'male') {\n          return (50 + 2.3 * ((height \/ 2.54) - 60)).toFixed(1);\n        } else {\n          return (45.5 + 2.3 * ((height \/ 2.54) - 60)).toFixed(1);\n        }\n      }\n      \n      function calculateRobinson(height, gender) {\n        \/\/ Robinson formula (1983)\n        if (gender === 'male') {\n          return (52 + 1.9 * ((height \/ 2.54) - 60)).toFixed(1);\n        } else {\n          return (49 + 1.7 * ((height \/ 2.54) - 60)).toFixed(1);\n        }\n      }\n      \n      function calculateMiller(height, gender) {\n        \/\/ Miller formula (1983)\n        if (gender === 'male') {\n          return (56.2 + 1.41 * ((height \/ 2.54) - 60)).toFixed(1);\n        } else {\n          return (53.1 + 1.36 * ((height \/ 2.54) - 60)).toFixed(1);\n        }\n      }\n      \n      function calculateHamwi(height, gender) {\n        \/\/ Hamwi formula (1964)\n        if (gender === 'male') {\n          return (48 + 2.7 * ((height \/ 2.54) - 60)).toFixed(1);\n        } else {\n          return (45.5 + 2.2 * ((height \/ 2.54) - 60)).toFixed(1);\n        }\n      }\n      \n      function calculateBroca(height) {\n        \/\/ Broca formula (1871)\n        return ((height - 100) * 0.9).toFixed(1);\n      }\n    });\n  <\/script>\n<\/div>\n\n<div class=\"ideal-weight-content\">\n  <h2>Understanding Ideal Body Weight for Optimal Health<\/h2>\n  \n  <p>Your ideal body weight is an estimate of what you should weigh based on your height, gender, and body frame. While no single number can define perfect health for everyone, ideal weight ranges provide helpful benchmarks for setting weight management goals.<\/p>\n  \n  <h3>Why Ideal Weight Matters<\/h3>\n  <p>Maintaining a weight within your ideal range:<\/p>\n  <ul>\n    <li>Reduces risk of chronic diseases like diabetes and heart disease<\/li>\n    <li>Decreases strain on joints and musculoskeletal system<\/li>\n    <li>Improves energy levels and physical functioning<\/li>\n    <li>Supports healthy hormone balance<\/li>\n    <li>Promotes better sleep quality<\/li>\n  <\/ul>\n  \n  <h3>How Ideal Weight Is Calculated<\/h3>\n  <p>Our calculator compares results from six established formulas:<\/p>\n  \n  <h4>1. Peterson Formula (2016)<\/h4>\n  <p>The most recent and statistically validated method that provides a healthy weight range rather than a single number.<\/p>\n  \n  <h4>2. Devine Formula (1974)<\/h4>\n  <p>Originally developed for calculating medication dosages, still widely used in medical settings.<\/p>\n  \n  <h4>3. Robinson Formula (1983)<\/h4>\n  <p>Modification of the Devine formula based on newer data.<\/p>\n  \n  <h4>4. Miller Formula (1983)<\/h4>\n  <p>Another modification of the Devine formula with slightly different coefficients.<\/p>\n  \n  <h4>5. Hamwi Formula (1964)<\/h4>\n  <p>Developed for determining ideal body weight in the general population.<\/p>\n  \n  <h4>6. Broca Formula (1871)<\/h4>\n  <p>The oldest method that simply adjusts for height without considering gender.<\/p>\n  \n  <h3>Limitations of Ideal Weight Calculations<\/h3>\n  <p>While useful, ideal weight formulas have some limitations:<\/p>\n  <ul>\n    <li>Don&#8217;t account for muscle mass vs. fat mass<\/li>\n    <li>Don&#8217;t consider body frame size<\/li>\n    <li>May not be accurate for very tall or short individuals<\/li>\n    <li>Don&#8217;t reflect ethnic differences in body composition<\/li>\n    <li>Are less meaningful for athletes with high muscle mass<\/li>\n  <\/ul>\n  \n  <h3>Beyond the Scale: Other Health Indicators<\/h3>\n  <p>For a complete picture of health, also consider:<\/p>\n  \n  <h4>1. Body Fat Percentage<\/h4>\n  <p>A better indicator of fitness than weight alone, especially for muscular individuals.<\/p>\n  \n  <h4>2. Waist Circumference<\/h4>\n  <p>Abdominal fat carries greater health risks than fat stored elsewhere.<\/p>\n  \n  <h4>3. Blood Markers<\/h4>\n  <p>Cholesterol, blood sugar, and blood pressure provide important health information.<\/p>\n  \n  <h4>4. Physical Fitness<\/h4>\n  <p>Cardiovascular endurance, strength, and flexibility are key health indicators.<\/p>\n  \n  <h3>Healthy Weight Management Strategies<\/h3>\n  \n  <h4>For Weight Loss<\/h4>\n  <ul>\n    <li>Aim for gradual loss of 0.5-1kg per week<\/li>\n    <li>Focus on nutrient-dense, whole foods<\/li>\n    <li>Combine cardio and strength training<\/li>\n    <li>Prioritize sleep and stress management<\/li>\n  <\/ul>\n  \n  <h4>For Weight Gain<\/h4>\n  <ul>\n    <li>Choose calorie-dense, nutritious foods<\/li>\n    <li>Incorporate progressive strength training<\/li>\n    <li>Eat frequent meals and snacks<\/li>\n    <li>Monitor progress with body measurements<\/li>\n  <\/ul>\n  \n  <h3>Frequently Asked Questions<\/h3>\n  \n  <h4>Which formula is most accurate?<\/h4>\n  <p>The Peterson formula (2016) is currently considered the most statistically valid for most adults.<\/p>\n  \n  <h4>Why do the formulas give different results?<\/h4>\n  <p>Each was developed for different populations and purposes, leading to variations in calculations.<\/p>\n  \n  <h4>Should athletes use these calculations?<\/h4>\n  <p>Highly muscular individuals may find body fat percentage more meaningful than ideal weight.<\/p>\n  \n  <h4>How does age affect ideal weight?<\/h4>\n  <p>Some weight gain with age may be healthy, but excessive increases should be monitored.<\/p>\n  \n  <h4>When should I consult a doctor about my weight?<\/h4>\n  <p>If you&#8217;re significantly outside ideal ranges or experiencing weight-related health issues.<\/p>\n  \n  <h3>Achieving Your Healthiest Weight<\/h3>\n  <p>Remember that ideal weight is just one indicator of health. Focus on developing sustainable habits around nutrition, activity, sleep, and stress management. Small, consistent changes lead to lasting results and better overall wellbeing.<\/p>\n<\/div>\n\n<style>\n  .ideal-weight-content {\n    max-width: 800px;\n    margin: 40px auto;\n    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n    line-height: 1.6;\n    color: #333;\n  }\n  .ideal-weight-content h2 {\n    color: #2c3e50;\n    margin-top: 40px;\n    font-size: 28px;\n  }\n  .ideal-weight-content h3 {\n    color: #3498db;\n    margin-top: 30px;\n    font-size: 22px;\n  }\n  .ideal-weight-content h4 {\n    color: #2980b9;\n    margin-top: 20px;\n    font-size: 18px;\n  }\n  .ideal-weight-content p {\n    margin-bottom: 15px;\n  }\n  .ideal-weight-content ul {\n    margin-bottom: 20px;\n    padding-left: 20px;\n  }\n  .ideal-weight-content li {\n    margin-bottom: 8px;\n  }\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>Ideal Weight Calculator Calculate your ideal body weight based on multiple scientific formulas Metric Units US Units Gender Male Female<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[16],"tags":[],"class_list":["post-120","post","type-post","status-publish","format-standard","hentry","category-fitness-health-calculators"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/info.profitpickpath.com\/index.php?rest_route=\/wp\/v2\/posts\/120","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/info.profitpickpath.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/info.profitpickpath.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/info.profitpickpath.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/info.profitpickpath.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=120"}],"version-history":[{"count":1,"href":"https:\/\/info.profitpickpath.com\/index.php?rest_route=\/wp\/v2\/posts\/120\/revisions"}],"predecessor-version":[{"id":121,"href":"https:\/\/info.profitpickpath.com\/index.php?rest_route=\/wp\/v2\/posts\/120\/revisions\/121"}],"wp:attachment":[{"href":"https:\/\/info.profitpickpath.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=120"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/info.profitpickpath.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=120"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/info.profitpickpath.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=120"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}