{"id":8311240,"date":"2025-09-19T10:40:33","date_gmt":"2025-09-19T07:40:33","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8311240"},"modified":"2025-09-19T10:46:25","modified_gmt":"2025-09-19T07:46:25","slug":"time-tracking-calculator","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/time-tracking-calculator\/","title":{"rendered":"Time Tracking Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8311239\" class=\"elementor elementor-8311239\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-23691a2c e-flex e-con-boxed e-con e-parent\" data-id=\"23691a2c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37c3711c elementor-widget elementor-widget-html\" data-id=\"37c3711c\" 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<style>\r\n    \/* --- Core App Layout (Learned from your code) --- *\/\r\n    .html-viewer-app {\r\n        width: 100%;\r\n        max-width: 800px; \/* Adjusted for a single-column tool *\/\r\n        margin: 0 auto;\r\n        padding: 40px 0;\r\n        font-family: 'DM Sans', sans-serif; \/* Added for consistency *\/\r\n    }\r\n\r\n    .calculator-section {\r\n        width: 100%;\r\n        background: white;\r\n        border-radius: 8px;\r\n        overflow: hidden;\r\n        border: 1.5px solid #EBEBEB;\r\n        box-shadow: 0 4px 15px rgba(0,0,0,0.08);\r\n    }\r\n\r\n    .section-header {\r\n        background-color: #05047E;\r\n        color: white;\r\n        padding: 16px 24px;\r\n        font-weight: 500;\r\n        font-size: 1.25rem;\r\n    }\r\n\r\n    .calculator-body {\r\n        padding: 24px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 20px;\r\n    }\r\n    \r\n    \/* --- Time Entry Rows --- *\/\r\n    #time-entries-container {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 15px;\r\n    }\r\n    \r\n    .time-entry-row {\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 12px;\r\n        background-color: #f9f9f9;\r\n        padding: 12px;\r\n        border-radius: 6px;\r\n        border: 1px solid #eee;\r\n    }\r\n\r\n    .time-entry-row label {\r\n        font-size: 0.9rem;\r\n        color: #555;\r\n        min-width: 70px;\r\n    }\r\n\r\n    .time-input {\r\n        flex-grow: 1;\r\n        border: 1px solid #ddd;\r\n        border-radius: 4px;\r\n        padding: 8px 12px;\r\n        font-size: 1rem;\r\n        font-family: 'Courier New', monospace;\r\n        color: #333;\r\n    }\r\n\r\n    \/* --- Buttons (Styled based on your examples) --- *\/\r\n    .format-btn {\r\n        background-color: #000;\r\n        color: white;\r\n        border: none;\r\n        padding: 12px 20px;\r\n        border-radius: 4px;\r\n        cursor: pointer;\r\n        font-size: 1.125rem;\r\n        font-weight: 500;\r\n        transition: all 0.2s;\r\n        text-align: center;\r\n    }\r\n\r\n    .format-btn:is(:hover, :focus, :focus-visible, :active){\r\n        background-color: #545454;\r\n    }\r\n\r\n    #addEntryBtn {\r\n        background-color: #00d084; \/* Inspired by your --wp--preset--color variables *\/\r\n        color: black;\r\n        font-size: 1rem;\r\n        padding: 10px 16px;\r\n    }\r\n\r\n    #addEntryBtn:is(:hover, :focus, :focus-visible, :active) {\r\n        background-color: #7bdcb5;\r\n    }\r\n    \r\n    .remove-btn { \/* Re-purposing your .copy-btn style *\/\r\n        background-color: #fff;\r\n        color: #d9534f; \/* Red color for removal action *\/\r\n        border: 1px solid #d4d4d4;\r\n        padding: 8px 12px;\r\n        border-radius: 4px;\r\n        cursor: pointer;\r\n        font-size: 14px;\r\n        transition: all 0.2s;\r\n        margin-left: auto; \/* Pushes the button to the far right *\/\r\n    }\r\n\r\n    .remove-btn:is(:hover, :focus, :focus-visible) {\r\n        background-color: #f6f6f6 !important;\r\n        border-color: #d9534f;\r\n    }\r\n\r\n    .reset-btn {\r\n        background: none;\r\n        border: none;\r\n        color: black;\r\n        text-decoration: underline;\r\n        font-size: 1rem;\r\n        cursor: pointer;\r\n        padding: 0;\r\n        margin-top: 12px;\r\n        transition: color 0.2s;\r\n        align-self: center; \/* Center the reset button *\/\r\n    }\r\n\r\n    .reset-btn:is(:hover, :focus, :focus-visible, :active) {\r\n        background: none;\r\n        color: #545454;\r\n        text-decoration: underline;\r\n    }\r\n    \r\n    \/* --- Results Display --- *\/\r\n    .results-area {\r\n        margin-top: 15px;\r\n        padding-top: 20px;\r\n        border-top: 2px solid #EBEBEB;\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: center;\r\n        gap: 15px;\r\n    }\r\n\r\n    #total-time-result {\r\n        font-size: 1.8rem;\r\n        font-weight: bold;\r\n        color: #05047E;\r\n        background-color: #f0f4ff;\r\n        padding: 15px 30px;\r\n        border-radius: 8px;\r\n        min-width: 200px;\r\n        text-align: center;\r\n    }\r\n    \r\n    #total-time-result-label {\r\n        font-size: 1rem;\r\n        font-weight: 500;\r\n        color: #333;\r\n    }\r\n\r\n    \/* --- Responsive Design --- *\/\r\n    @media (max-width: 768px) {\r\n        .html-viewer-app {\r\n            padding: 20px 0;\r\n        }\r\n\r\n        .time-entry-row {\r\n            flex-wrap: wrap;\r\n            padding: 15px;\r\n        }\r\n        \r\n        .time-entry-row label {\r\n            width: 100%;\r\n            min-width: unset;\r\n            margin-bottom: 5px;\r\n        }\r\n        \r\n        .time-input {\r\n            width: calc(50% - 6px); \/* Two inputs side-by-side *\/\r\n        }\r\n        \r\n        .remove-btn {\r\n            margin-top: 10px;\r\n            width: 100%;\r\n        }\r\n\r\n        .calculator-body {\r\n            padding: 15px;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"html-viewer-app\">\r\n    <div class=\"calculator-section\">\r\n        <div class=\"section-header\">\r\n            <h2>Time Tracking Calculator<\/h2>\r\n        <\/div>\r\n        <div class=\"calculator-body\">\r\n            <div id=\"time-entries-container\">\r\n                <!-- Time entry rows will be dynamically added here by JavaScript -->\r\n            <\/div>\r\n            <button id=\"addEntryBtn\" class=\"format-btn\">Add Time Entry<\/button>\r\n\r\n            <div class=\"results-area\">\r\n                <button id=\"calculateBtn\" class=\"format-btn\">Calculate Total Time<\/button>\r\n                <div id=\"total-time-result\">\r\n                    <span id=\"total-time-result-label\">Total Time:<\/span>\r\n                    <strong id=\"total-time-value\">00h 00m<\/strong>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <button id=\"resetBtn\" class=\"reset-btn\">Reset Calculator<\/button>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', function() {\r\n        const timeEntriesContainer = document.getElementById('time-entries-container');\r\n        const addEntryBtn = document.getElementById('addEntryBtn');\r\n        const calculateBtn = document.getElementById('calculateBtn');\r\n        const resetBtn = document.getElementById('resetBtn');\r\n        const totalTimeValueEl = document.getElementById('total-time-value');\r\n        \r\n        let entryCounter = 0;\r\n\r\n        \/\/ --- Function to create and add a new time entry row ---\r\n        const addTimeEntry = () => {\r\n            entryCounter++;\r\n            const rowId = `entry-${entryCounter}`;\r\n\r\n            const entryRow = document.createElement('div');\r\n            entryRow.className = 'time-entry-row';\r\n            entryRow.id = rowId;\r\n            \r\n            entryRow.innerHTML = `\r\n                <label for=\"start-time-${entryCounter}\">Start:<\/label>\r\n                <input type=\"time\" class=\"time-input start-time\" id=\"start-time-${entryCounter}\" required>\r\n                <label for=\"end-time-${entryCounter}\">End:<\/label>\r\n                <input type=\"time\" class=\"time-input end-time\" id=\"end-time-${entryCounter}\" required>\r\n                <button class=\"remove-btn\" data-remove-id=\"${rowId}\">Remove<\/button>\r\n            `;\r\n            \r\n            timeEntriesContainer.appendChild(entryRow);\r\n        };\r\n\r\n        \/\/ --- Function to handle removing an entry ---\r\n        timeEntriesContainer.addEventListener('click', function(e) {\r\n            if (e.target && e.target.classList.contains('remove-btn')) {\r\n                const rowIdToRemove = e.target.getAttribute('data-remove-id');\r\n                const rowToRemove = document.getElementById(rowIdToRemove);\r\n                if (rowToRemove) {\r\n                    rowToRemove.remove();\r\n                }\r\n            }\r\n        });\r\n\r\n        \/\/ --- Function to calculate the total time difference ---\r\n        const calculateTotalTime = () => {\r\n            const allEntries = document.querySelectorAll('.time-entry-row');\r\n            let totalMinutes = 0;\r\n\r\n            allEntries.forEach(entry => {\r\n                const startTimeInput = entry.querySelector('.start-time').value;\r\n                const endTimeInput = entry.querySelector('.end-time').value;\r\n\r\n                if (startTimeInput && endTimeInput) {\r\n                    \/\/ Create Date objects to easily calculate the difference\r\n                    \/\/ The date part is arbitrary but must be the same for both.\r\n                    const startDate = new Date(`1970-01-01T${startTimeInput}:00`);\r\n                    let endDate = new Date(`1970-01-01T${endTimeInput}:00`);\r\n\r\n                    \/\/ Handle overnight work (e.g., 22:00 to 02:00)\r\n                    if (endDate < startDate) {\r\n                        endDate.setDate(endDate.getDate() + 1); \/\/ Add one day to the end time\r\n                    }\r\n\r\n                    const diffMs = endDate - startDate;\r\n                    const diffMinutes = Math.round(diffMs \/ 60000); \/\/ Convert milliseconds to minutes\r\n                    totalMinutes += diffMinutes;\r\n                }\r\n            });\r\n\r\n            \/\/ Format the result\r\n            const hours = Math.floor(totalMinutes \/ 60);\r\n            const minutes = totalMinutes % 60;\r\n\r\n            \/\/ Use padStart to ensure two digits (e.g., 01, 09)\r\n            const formattedHours = String(hours).padStart(2, '0');\r\n            const formattedMinutes = String(minutes).padStart(2, '0');\r\n            \r\n            totalTimeValueEl.textContent = `${formattedHours}h ${formattedMinutes}m`;\r\n        };\r\n\r\n        \/\/ --- Function to reset the calculator to its initial state ---\r\n        const resetCalculator = () => {\r\n            timeEntriesContainer.innerHTML = '';\r\n            entryCounter = 0;\r\n            addTimeEntry(); \/\/ Add one fresh entry row\r\n            totalTimeValueEl.textContent = '00h 00m';\r\n        };\r\n\r\n        \/\/ --- Attach Event Listeners ---\r\n        addEntryBtn.addEventListener('click', addTimeEntry);\r\n        calculateBtn.addEventListener('click', calculateTotalTime);\r\n        resetBtn.addEventListener('click', resetCalculator);\r\n\r\n        \/\/ --- Initialize the calculator with one entry row ---\r\n        addTimeEntry();\r\n    });\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[22],"tags":[21],"class_list":["post-8311240","post","type-post","status-publish","format-standard","hentry","category-tools","tag-html-css-tools"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Time Tracking Calculator<\/title>\n<meta name=\"description\" content=\"The ultimate Time Tracking Calculator to accurately log, calculate, and analyze your work hours. Free, easy to use, and perfect for freelancers, businesses, and students.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elementor.com\/tools\/time-tracking-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Time Tracking Calculator\" \/>\n<meta property=\"og:description\" content=\"The ultimate Time Tracking Calculator to accurately log, calculate, and analyze your work hours. Free, easy to use, and perfect for freelancers, businesses, and students.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/time-tracking-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-19T07:40:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-19T07:46:25+00:00\" \/>\n<meta name=\"author\" content=\"liz@148.red\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"liz@148.red\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/elementor.com\/tools\/time-tracking-calculator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/time-tracking-calculator\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Time Tracking Calculator\",\"datePublished\":\"2025-09-19T07:40:33+00:00\",\"dateModified\":\"2025-09-19T07:46:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/time-tracking-calculator\/\"},\"wordCount\":5,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/time-tracking-calculator\/\",\"url\":\"https:\/\/elementor.com\/tools\/time-tracking-calculator\/\",\"name\":\"Time Tracking Calculator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-19T07:40:33+00:00\",\"dateModified\":\"2025-09-19T07:46:25+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"The ultimate Time Tracking Calculator to accurately log, calculate, and analyze your work hours. Free, easy to use, and perfect for freelancers, businesses, and students.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/time-tracking-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/time-tracking-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/time-tracking-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Time Tracking Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/elementor.com\/tools\/#website\",\"url\":\"https:\/\/elementor.com\/tools\/\",\"name\":\"Tools\",\"description\":\"Just another Elementor hosted website ;)\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/elementor.com\/tools\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\",\"name\":\"liz@148.red\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"caption\":\"liz@148.red\"},\"url\":\"https:\/\/elementor.com\/tools\/author\/liz148-red\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Time Tracking Calculator","description":"The ultimate Time Tracking Calculator to accurately log, calculate, and analyze your work hours. Free, easy to use, and perfect for freelancers, businesses, and students.","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:\/\/elementor.com\/tools\/time-tracking-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Time Tracking Calculator","og_description":"The ultimate Time Tracking Calculator to accurately log, calculate, and analyze your work hours. Free, easy to use, and perfect for freelancers, businesses, and students.","og_url":"https:\/\/elementor.com\/tools\/time-tracking-calculator\/","og_site_name":"Tools","article_published_time":"2025-09-19T07:40:33+00:00","article_modified_time":"2025-09-19T07:46:25+00:00","author":"liz@148.red","twitter_card":"summary_large_image","twitter_misc":{"Written by":"liz@148.red","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/elementor.com\/tools\/time-tracking-calculator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/time-tracking-calculator\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Time Tracking Calculator","datePublished":"2025-09-19T07:40:33+00:00","dateModified":"2025-09-19T07:46:25+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/time-tracking-calculator\/"},"wordCount":5,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/time-tracking-calculator\/","url":"https:\/\/elementor.com\/tools\/time-tracking-calculator\/","name":"Time Tracking Calculator","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-19T07:40:33+00:00","dateModified":"2025-09-19T07:46:25+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"The ultimate Time Tracking Calculator to accurately log, calculate, and analyze your work hours. Free, easy to use, and perfect for freelancers, businesses, and students.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/time-tracking-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/time-tracking-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/time-tracking-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Time Tracking Calculator"}]},{"@type":"WebSite","@id":"https:\/\/elementor.com\/tools\/#website","url":"https:\/\/elementor.com\/tools\/","name":"Tools","description":"Just another Elementor hosted website ;)","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elementor.com\/tools\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac","name":"liz@148.red","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","caption":"liz@148.red"},"url":"https:\/\/elementor.com\/tools\/author\/liz148-red\/"}]}},"_links":{"self":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8311240","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/comments?post=8311240"}],"version-history":[{"count":2,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8311240\/revisions"}],"predecessor-version":[{"id":8311244,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8311240\/revisions\/8311244"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8311240"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8311240"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8311240"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}