

{"id":124,"date":"2025-05-03T11:28:13","date_gmt":"2025-05-03T11:28:13","guid":{"rendered":"https:\/\/info.profitpickpath.com\/?p=124"},"modified":"2025-05-03T11:57:25","modified_gmt":"2025-05-03T11:57:25","slug":"pregnancy-calculator","status":"publish","type":"post","link":"https:\/\/info.profitpickpath.com\/?p=124","title":{"rendered":"Pregnancy Calculator"},"content":{"rendered":"\n<div class=\"pregnancy-calculator-container\" style=\"font-family: 'Arial', sans-serif; max-width: 800px; margin: 0 auto; padding: 20px; background: #fff; border-radius: 10px; box-shadow: 0 0 15px rgba(0,0,0,0.1);\">\n    <h1 style=\"color: #e91e63; text-align: center; margin-bottom: 20px;\">Pregnancy Calculator &#038; Due Date Estimator<\/h1>\n    \n    <div style=\"background: #f8f8f8; padding: 20px; border-radius: 8px; margin-bottom: 20px;\">\n        <div style=\"display: flex; justify-content: space-between; margin-bottom: 15px; flex-wrap: wrap;\">\n            <button class=\"calc-method-btn active\" data-method=\"duedate\" style=\"background: #e91e63; color: white; border: none; padding: 10px 15px; border-radius: 5px; cursor: pointer; margin: 5px; flex: 1; min-width: 120px;\">Due Date<\/button>\n            <button class=\"calc-method-btn\" data-method=\"lastperiod\" style=\"background: #9c27b0; color: white; border: none; padding: 10px 15px; border-radius: 5px; cursor: pointer; margin: 5px; flex: 1; min-width: 120px;\">Last Period<\/button>\n            <button class=\"calc-method-btn\" data-method=\"ultrasound\" style=\"background: #3f51b5; color: white; border: none; padding: 10px 15px; border-radius: 5px; cursor: pointer; margin: 5px; flex: 1; min-width: 120px;\">Ultrasound<\/button>\n            <button class=\"calc-method-btn\" data-method=\"conception\" style=\"background: #009688; color: white; border: none; padding: 10px 15px; border-radius: 5px; cursor: pointer; margin: 5px; flex: 1; min-width: 120px;\">Conception<\/button>\n            <button class=\"calc-method-btn\" data-method=\"ivf\" style=\"background: #ff9800; color: white; border: none; padding: 10px 15px; border-radius: 5px; cursor: pointer; margin: 5px; flex: 1; min-width: 120px;\">IVF Transfer<\/button>\n        <\/div>\n\n        <div id=\"duedate-form\" class=\"calc-form\" style=\"display: block;\">\n            <h3 style=\"color: #e91e63; margin-top: 0;\">Calculate from Due Date<\/h3>\n            <div style=\"margin-bottom: 15px;\">\n                <label style=\"display: block; margin-bottom: 5px; font-weight: bold;\">Due Date:<\/label>\n                <input type=\"date\" id=\"due-date\" style=\"width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 5px;\">\n            <\/div>\n            <button id=\"calculate-duedate\" style=\"background: #e91e63; color: white; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer; font-weight: bold;\">Calculate<\/button>\n        <\/div>\n\n        <div id=\"lastperiod-form\" class=\"calc-form\" style=\"display: none;\">\n            <h3 style=\"color: #9c27b0; margin-top: 0;\">Calculate from Last Menstrual Period<\/h3>\n            <div style=\"margin-bottom: 15px;\">\n                <label style=\"display: block; margin-bottom: 5px; font-weight: bold;\">First Day of Last Period:<\/label>\n                <input type=\"date\" id=\"last-period\" style=\"width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 5px;\">\n            <\/div>\n            <div style=\"margin-bottom: 15px;\">\n                <label style=\"display: block; margin-bottom: 5px; font-weight: bold;\">Average Length of Cycles:<\/label>\n                <select id=\"cycle-length\" style=\"width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 5px;\">\n                    <option value=\"28\">28 days (average)<\/option>\n                    <option value=\"21\">21 days<\/option>\n                    <option value=\"22\">22 days<\/option>\n                    <option value=\"23\">23 days<\/option>\n                    <option value=\"24\">24 days<\/option>\n                    <option value=\"25\">25 days<\/option>\n                    <option value=\"26\">26 days<\/option>\n                    <option value=\"27\">27 days<\/option>\n                    <option value=\"29\">29 days<\/option>\n                    <option value=\"30\">30 days<\/option>\n                    <option value=\"31\">31 days<\/option>\n                    <option value=\"32\">32 days<\/option>\n                    <option value=\"33\">33 days<\/option>\n                    <option value=\"34\">34 days<\/option>\n                    <option value=\"35\">35 days<\/option>\n                <\/select>\n            <\/div>\n            <button id=\"calculate-lastperiod\" style=\"background: #9c27b0; color: white; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer; font-weight: bold;\">Calculate<\/button>\n        <\/div>\n\n        <div id=\"ultrasound-form\" class=\"calc-form\" style=\"display: none;\">\n            <h3 style=\"color: #3f51b5; margin-top: 0;\">Calculate from Ultrasound Date<\/h3>\n            <div style=\"margin-bottom: 15px;\">\n                <label style=\"display: block; margin-bottom: 5px; font-weight: bold;\">Ultrasound Date:<\/label>\n                <input type=\"date\" id=\"ultrasound-date\" style=\"width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 5px;\">\n            <\/div>\n            <div style=\"margin-bottom: 15px;\">\n                <label style=\"display: block; margin-bottom: 5px; font-weight: bold;\">Gestational Age at Ultrasound:<\/label>\n                <div style=\"display: flex;\">\n                    <input type=\"number\" id=\"ultrasound-weeks\" min=\"0\" max=\"42\" value=\"0\" style=\"width: 50%; padding: 10px; border: 1px solid #ddd; border-radius: 5px; margin-right: 10px;\">\n                    <span style=\"align-self: center; margin-right: 10px;\">weeks<\/span>\n                    <input type=\"number\" id=\"ultrasound-days\" min=\"0\" max=\"6\" value=\"0\" style=\"width: 50%; padding: 10px; border: 1px solid #ddd; border-radius: 5px; margin-right: 10px;\">\n                    <span style=\"align-self: center;\">days<\/span>\n                <\/div>\n            <\/div>\n            <button id=\"calculate-ultrasound\" style=\"background: #3f51b5; color: white; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer; font-weight: bold;\">Calculate<\/button>\n        <\/div>\n\n        <div id=\"conception-form\" class=\"calc-form\" style=\"display: none;\">\n            <h3 style=\"color: #009688; margin-top: 0;\">Calculate from Conception Date<\/h3>\n            <div style=\"margin-bottom: 15px;\">\n                <label style=\"display: block; margin-bottom: 5px; font-weight: bold;\">Conception Date:<\/label>\n                <input type=\"date\" id=\"conception-date\" style=\"width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 5px;\">\n            <\/div>\n            <button id=\"calculate-conception\" style=\"background: #009688; color: white; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer; font-weight: bold;\">Calculate<\/button>\n        <\/div>\n\n        <div id=\"ivf-form\" class=\"calc-form\" style=\"display: none;\">\n            <h3 style=\"color: #ff9800; margin-top: 0;\">Calculate from IVF Transfer Date<\/h3>\n            <div style=\"margin-bottom: 15px;\">\n                <label style=\"display: block; margin-bottom: 5px; font-weight: bold;\">IVF Transfer Date:<\/label>\n                <input type=\"date\" id=\"ivf-date\" style=\"width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 5px;\">\n            <\/div>\n            <div style=\"margin-bottom: 15px;\">\n                <label style=\"display: block; margin-bottom: 5px; font-weight: bold;\">IVF Transfer Type:<\/label>\n                <select id=\"ivf-type\" style=\"width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 5px;\">\n                    <option value=\"3\">3 day embryo transfer<\/option>\n                    <option value=\"5\">5 day embryo transfer<\/option>\n                <\/select>\n            <\/div>\n            <button id=\"calculate-ivf\" style=\"background: #ff9800; color: white; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer; font-weight: bold;\">Calculate<\/button>\n        <\/div>\n    <\/div>\n\n    <div id=\"results\" style=\"display: none; background: #f0f7fb; padding: 20px; border-radius: 8px; border-left: 5px solid #e91e63; margin-bottom: 30px;\">\n        <h2 style=\"color: #e91e63; margin-top: 0;\">Your Pregnancy Timeline<\/h2>\n        <div id=\"results-content\"><\/div>\n    <\/div>\n\n    <div class=\"pregnancy-info\" style=\"margin-top: 30px;\">\n        <h2 style=\"color: #e91e63;\">Understanding Your Pregnancy Timeline<\/h2>\n        <p>Our pregnancy calculator helps you estimate your due date and track your pregnancy week by week. Whether you&#8217;re calculating from your last menstrual period, conception date, IVF transfer, or ultrasound data, this tool provides accurate estimates to help you plan for your baby&#8217;s arrival.<\/p>\n        \n        <h3 style=\"color: #9c27b0;\">How Does the Pregnancy Calculator Work?<\/h3>\n        <p>The calculator uses established medical guidelines to estimate your due date and pregnancy milestones:<\/p>\n        <ul>\n            <li><strong>Last Menstrual Period (LMP):<\/strong> Pregnancy typically lasts about 40 weeks from the first day of your last period. This is known as Naegele&#8217;s rule.<\/li>\n            <li><strong>Conception Date:<\/strong> If you know your conception date, we add 266 days (38 weeks) to estimate your due date.<\/li>\n            <li><strong>Ultrasound Dating:<\/strong> Early ultrasounds (especially first trimester) provide the most accurate due date estimation.<\/li>\n            <li><strong>IVF Transfer:<\/strong> For IVF pregnancies, we calculate based on the embryo transfer date and development stage.<\/li>\n        <\/ul>\n        \n        <h3 style=\"color: #3f51b5;\">Key Pregnancy Milestones<\/h3>\n        <div style=\"display: flex; flex-wrap: wrap; margin: 15px 0;\">\n            <div style=\"flex: 1; min-width: 200px; background: #f3e5f5; padding: 15px; margin: 5px; border-radius: 5px;\">\n                <h4 style=\"margin-top: 0; color: #9c27b0;\">First Trimester<\/h4>\n                <p>Weeks 1-12: Baby&#8217;s major organs begin developing. Morning sickness common.<\/p>\n            <\/div>\n            <div style=\"flex: 1; min-width: 200px; background: #e8eaf6; padding: 15px; margin: 5px; border-radius: 5px;\">\n                <h4 style=\"margin-top: 0; color: #3f51b5;\">Second Trimester<\/h4>\n                <p>Weeks 13-27: Baby&#8217;s movements become noticeable. Most comfortable period.<\/p>\n            <\/div>\n            <div style=\"flex: 1; min-width: 200px; background: #e0f7fa; padding: 15px; margin: 5px; border-radius: 5px;\">\n                <h4 style=\"margin-top: 0; color: #009688;\">Third Trimester<\/h4>\n                <p>Weeks 28-40: Rapid growth and development. Preparation for birth.<\/p>\n            <\/div>\n        <\/div>\n        \n        <h3 style=\"color: #009688;\">Important Notes About Due Dates<\/h3>\n        <p>Only about 5% of women deliver on their exact due date. Most babies are born within two weeks before or after the estimated due date. Your healthcare provider may adjust your due date based on ultrasound measurements and other factors.<\/p>\n        \n        <h3 style=\"color: #ff9800;\">Pregnancy Health Tips<\/h3>\n        <ul>\n            <li>Take prenatal vitamins with folic acid<\/li>\n            <li>Attend all scheduled prenatal appointments<\/li>\n            <li>Maintain a balanced diet and stay hydrated<\/li>\n            <li>Get moderate exercise as approved by your doctor<\/li>\n            <li>Avoid alcohol, tobacco, and unnecessary medications<\/li>\n        <\/ul>\n        \n        <div style=\"background: #fff8e1; padding: 15px; border-radius: 5px; margin-top: 20px;\">\n            <h4 style=\"margin-top: 0; color: #ff9800;\">When to Contact Your Healthcare Provider<\/h4>\n            <p>Seek medical attention if you experience severe abdominal pain, vaginal bleeding, sudden swelling, severe headaches, or decreased fetal movement. Always consult with your doctor about any concerns during your pregnancy.<\/p>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n    \/\/ Set default date to today for all date inputs\n    const today = new Date();\n    const todayStr = today.toISOString().split('T')[0];\n    document.getElementById('due-date').value = todayStr;\n    document.getElementById('last-period').value = todayStr;\n    document.getElementById('ultrasound-date').value = todayStr;\n    document.getElementById('conception-date').value = todayStr;\n    document.getElementById('ivf-date').value = todayStr;\n\n    \/\/ Method switcher\n    const methodButtons = document.querySelectorAll('.calc-method-btn');\n    const forms = document.querySelectorAll('.calc-form');\n    \n    methodButtons.forEach(button => {\n        button.addEventListener('click', function() {\n            const method = this.getAttribute('data-method');\n            \n            \/\/ Update active button\n            methodButtons.forEach(btn => btn.classList.remove('active'));\n            this.classList.add('active');\n            \n            \/\/ Show correct form\n            forms.forEach(form => form.style.display = 'none');\n            document.getElementById(`${method}-form`).style.display = 'block';\n        });\n    });\n\n    \/\/ Calculation functions\n    function calculateFromDueDate() {\n        const dueDate = new Date(document.getElementById('due-date').value);\n        if (isNaN(dueDate.getTime())) return;\n        \n        const conceptionDate = new Date(dueDate);\n        conceptionDate.setDate(conceptionDate.getDate() - 266);\n        \n        const lastPeriod = new Date(dueDate);\n        lastPeriod.setDate(lastPeriod.getDate() - 280);\n        \n        showResults(dueDate, conceptionDate, lastPeriod);\n    }\n    \n    function calculateFromLastPeriod() {\n        const lastPeriod = new Date(document.getElementById('last-period').value);\n        if (isNaN(lastPeriod.getTime())) return;\n        \n        const cycleLength = parseInt(document.getElementById('cycle-length').value);\n        const ovulationDay = cycleLength - 14;\n        \n        const dueDate = new Date(lastPeriod);\n        dueDate.setDate(dueDate.getDate() + 280);\n        \n        const conceptionDate = new Date(lastPeriod);\n        conceptionDate.setDate(conceptionDate.getDate() + ovulationDay);\n        \n        showResults(dueDate, conceptionDate, lastPeriod);\n    }\n    \n    function calculateFromUltrasound() {\n        const ultrasoundDate = new Date(document.getElementById('ultrasound-date').value);\n        if (isNaN(ultrasoundDate.getTime())) return;\n        \n        const weeks = parseInt(document.getElementById('ultrasound-weeks').value) || 0;\n        const days = parseInt(document.getElementById('ultrasound-days').value) || 0;\n        const totalDays = (weeks * 7) + days;\n        \n        const dueDate = new Date(ultrasoundDate);\n        dueDate.setDate(dueDate.getDate() + (280 - totalDays));\n        \n        const conceptionDate = new Date(dueDate);\n        conceptionDate.setDate(conceptionDate.getDate() - 266);\n        \n        const lastPeriod = new Date(dueDate);\n        lastPeriod.setDate(lastPeriod.getDate() - 280);\n        \n        showResults(dueDate, conceptionDate, lastPeriod);\n    }\n    \n    function calculateFromConception() {\n        const conceptionDate = new Date(document.getElementById('conception-date').value);\n        if (isNaN(conceptionDate.getTime())) return;\n        \n        const dueDate = new Date(conceptionDate);\n        dueDate.setDate(dueDate.getDate() + 266);\n        \n        const lastPeriod = new Date(conceptionDate);\n        lastPeriod.setDate(lastPeriod.getDate() - 14);\n        \n        showResults(dueDate, conceptionDate, lastPeriod);\n    }\n    \n    function calculateFromIVF() {\n        const ivfDate = new Date(document.getElementById('ivf-date').value);\n        if (isNaN(ivfDate.getTime())) return;\n        \n        const ivfType = parseInt(document.getElementById('ivf-type').value);\n        const daysToAdd = ivfType === 3 ? 263 : 261;\n        \n        const dueDate = new Date(ivfDate);\n        dueDate.setDate(dueDate.getDate() + daysToAdd);\n        \n        const conceptionDate = new Date(ivfDate);\n        conceptionDate.setDate(conceptionDate.getDate() + (ivfType === 3 ? 1 : 3));\n        \n        const lastPeriod = new Date(dueDate);\n        lastPeriod.setDate(lastPeriod.getDate() - 280);\n        \n        showResults(dueDate, conceptionDate, lastPeriod);\n    }\n    \n    function showResults(dueDate, conceptionDate, lastPeriod) {\n        const now = new Date();\n        const pregnancyStart = new Date(lastPeriod);\n        const weeksPregnant = Math.floor((now - pregnancyStart) \/ (7 * 24 * 60 * 60 * 1000));\n        const daysPregnant = Math.floor(((now - pregnancyStart) \/ (24 * 60 * 60 * 1000)) % 7);\n        \n        const trimester = weeksPregnant < 13 ? \"First\" : weeksPregnant < 27 ? \"Second\" : \"Third\";\n        \n        \/\/ Calculate milestones\n        const milestones = [\n            { name: \"Positive Pregnancy Test\", date: addDays(lastPeriod, 28) },\n            { name: \"First Ultrasound\", date: addDays(lastPeriod, 42) },\n            { name: \"Second Trimester Begins\", date: addDays(lastPeriod, 91) },\n            { name: \"Fetal Anatomy Scan\", date: addDays(lastPeriod, 112) },\n            { name: \"Third Trimester Begins\", date: addDays(lastPeriod, 189) },\n            { name: \"Full Term (37 Weeks)\", date: addDays(dueDate, -21) }\n        ];\n        \n        let resultsHTML = `\n            <div style=\"margin-bottom: 20px;\">\n                <div style=\"font-size: 1.2em; margin-bottom: 10px;\">\n                    <strong>Estimated Due Date:<\/strong> ${formatDate(dueDate)}\n                <\/div>\n                <div style=\"background: #e91e63; color: white; padding: 10px; border-radius: 5px; display: inline-block; font-weight: bold;\">\n                    You are ${weeksPregnant} weeks and ${daysPregnant} days pregnant\n                <\/div>\n                <div style=\"margin-top: 10px;\">\n                    <strong>Current Trimester:<\/strong> ${trimester} Trimester\n                <\/div>\n            <\/div>\n            \n            <div style=\"display: flex; flex-wrap: wrap; margin-bottom: 20px;\">\n                <div style=\"flex: 1; min-width: 200px; background: #fce4ec; padding: 10px; margin: 5px; border-radius: 5px;\">\n                    <strong>First Day of Last Period:<\/strong><br>${formatDate(lastPeriod)}\n                <\/div>\n                <div style=\"flex: 1; min-width: 200px; background: #f3e5f5; padding: 10px; margin: 5px; border-radius: 5px;\">\n                    <strong>Estimated Conception Date:<\/strong><br>${formatDate(conceptionDate)}\n                <\/div>\n                <div style=\"flex: 1; min-width: 200px; background: #e8eaf6; padding: 10px; margin: 5px; border-radius: 5px;\">\n                    <strong>End of First Trimester:<\/strong><br>${formatDate(addDays(lastPeriod, 91))}\n                <\/div>\n            <\/div>\n            \n            <h3 style=\"color: #e91e63; margin-top: 20px;\">Pregnancy Milestones<\/h3>\n            <div style=\"background: white; padding: 15px; border-radius: 5px; margin-bottom: 15px;\">\n        `;\n        \n        milestones.forEach(milestone => {\n            const isPast = now > milestone.date;\n            resultsHTML += `\n                <div style=\"padding: 8px 0; border-bottom: 1px solid #eee; ${isPast ? 'color: #888;' : ''}\">\n                    <strong>${milestone.name}:<\/strong> ${formatDate(milestone.date)}\n                    ${isPast ? '<span style=\"color: #4caf50; margin-left: 10px;\">\u2713 Completed<\/span>' : ''}\n                <\/div>\n            `;\n        });\n        \n        resultsHTML += `\n            <\/div>\n            <div style=\"background: #fff8e1; padding: 15px; border-radius: 5px; margin-top: 15px;\">\n                <strong>Note:<\/strong> Only about 5% of women deliver on their exact due date. Most babies are born within two weeks before or after the estimated due date.\n            <\/div>\n        `;\n        \n        document.getElementById('results-content').innerHTML = resultsHTML;\n        document.getElementById('results').style.display = 'block';\n        \n        \/\/ Scroll to results\n        document.getElementById('results').scrollIntoView({ behavior: 'smooth' });\n    }\n    \n    \/\/ Helper functions\n    function formatDate(date) {\n        return date.toLocaleDateString('en-US', { \n            weekday: 'long', \n            year: 'numeric', \n            month: 'long', \n            day: 'numeric' \n        });\n    }\n    \n    function addDays(date, days) {\n        const result = new Date(date);\n        result.setDate(result.getDate() + days);\n        return result;\n    }\n    \n    \/\/ Event listeners\n    document.getElementById('calculate-duedate').addEventListener('click', calculateFromDueDate);\n    document.getElementById('calculate-lastperiod').addEventListener('click', calculateFromLastPeriod);\n    document.getElementById('calculate-ultrasound').addEventListener('click', calculateFromUltrasound);\n    document.getElementById('calculate-conception').addEventListener('click', calculateFromConception);\n    document.getElementById('calculate-ivf').addEventListener('click', calculateFromIVF);\n});\n<\/script>\n\n<style>\n.calc-method-btn.active {\n    transform: translateY(-3px);\n    box-shadow: 0 4px 8px rgba(0,0,0,0.2);\n}\n\n.calc-method-btn:hover {\n    opacity: 0.9;\n}\n\ninput, select {\n    transition: border 0.3s ease;\n}\n\ninput:focus, select:focus {\n    border-color: #e91e63 !important;\n    outline: none;\n}\n\nbutton {\n    transition: all 0.3s ease;\n}\n\nbutton:hover {\n    opacity: 0.9;\n    transform: translateY(-1px);\n}\n\n@media (max-width: 600px) {\n    .pregnancy-calculator-container {\n        padding: 10px;\n    }\n    \n    .calc-method-btn {\n        flex: 100% !important;\n        margin: 5px 0 !important;\n    }\n}\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>Pregnancy Calculator &#038; Due Date Estimator Due Date Last Period Ultrasound Conception IVF Transfer Calculate from Due Date Due Date:<\/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-124","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\/124","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=124"}],"version-history":[{"count":1,"href":"https:\/\/info.profitpickpath.com\/index.php?rest_route=\/wp\/v2\/posts\/124\/revisions"}],"predecessor-version":[{"id":125,"href":"https:\/\/info.profitpickpath.com\/index.php?rest_route=\/wp\/v2\/posts\/124\/revisions\/125"}],"wp:attachment":[{"href":"https:\/\/info.profitpickpath.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=124"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/info.profitpickpath.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=124"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/info.profitpickpath.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=124"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}