{"id":8310979,"date":"2025-09-17T06:57:32","date_gmt":"2025-09-17T03:57:32","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310979"},"modified":"2025-09-17T07:01:37","modified_gmt":"2025-09-17T04:01:37","slug":"net-promoter-score-calculator","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/net-promoter-score-calculator\/","title":{"rendered":"Net Promoter Score Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310977\" class=\"elementor elementor-8310977\" 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    \/* --- Styles Adapted from Your Provided Code --- *\/\r\n    .nps-calculator-app {\r\n        width: 100%;\r\n        max-width: 800px;\r\n        margin: 0 auto;\r\n        padding: 40px 0;\r\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\r\n    }\r\n\r\n    .main-content {\r\n        background: white;\r\n        border-radius: 8px;\r\n        overflow: hidden;\r\n        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\r\n        border: 1.5px solid #EBEBEB;\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    .format-btn {\r\n        background-color: #000;\r\n        color: white;\r\n        border: none;\r\n        padding: 12px 24px;\r\n        border-radius: 4px;\r\n        cursor: pointer;\r\n        font-size: 1.1rem;\r\n        font-weight: 500;\r\n        transition: background-color 0.2s;\r\n        min-width: 12rem;\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    .reset-btn {\r\n        background: none;\r\n        border: none;\r\n        color: #333;\r\n        text-decoration: underline;\r\n        font-size: 1rem;\r\n        cursor: pointer;\r\n        padding: 0;\r\n        transition: color 0.2s;\r\n    }\r\n\r\n    .reset-btn:is(:hover, :focus, :focus-visible, :active) {\r\n        color: #545454;\r\n    }\r\n\r\n    \/* --- New Styles Specific to the NPS Calculator --- *\/\r\n    .nps-calculator-body {\r\n        padding: 24px;\r\n    }\r\n    \r\n    .nps-instructions {\r\n        margin: 0 0 24px 0;\r\n        color: #555;\r\n        font-size: 1rem;\r\n        line-height: 1.5;\r\n    }\r\n\r\n    .nps-input-area {\r\n        display: grid;\r\n        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\r\n        gap: 20px;\r\n        margin-bottom: 24px;\r\n    }\r\n\r\n    .input-group {\r\n        display: flex;\r\n        flex-direction: column;\r\n    }\r\n\r\n    .input-group label {\r\n        font-weight: 500;\r\n        margin-bottom: 8px;\r\n        color: #333;\r\n    }\r\n\r\n    .nps-input {\r\n        width: 100%;\r\n        padding: 10px 12px;\r\n        border: 1.5px solid #EBEBEB;\r\n        border-radius: 4px;\r\n        font-size: 1rem;\r\n        transition: border-color 0.2s, box-shadow 0.2s;\r\n    }\r\n\r\n    .nps-input:focus {\r\n        outline: none;\r\n        border-color: #05047E;\r\n        box-shadow: 0 0 0 3px rgba(5, 4, 126, 0.1);\r\n    }\r\n    \r\n    .nps-input::placeholder {\r\n        color: #adb5bd;\r\n    }\r\n\r\n    .nps-actions {\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: center;\r\n        gap: 16px;\r\n        margin-top: 20px;\r\n    }\r\n\r\n    .nps-result-container {\r\n        margin-top: 30px;\r\n        padding: 24px;\r\n        border-radius: 6px;\r\n        background-color: #f8f9fa;\r\n        text-align: center;\r\n        border: 1px solid #dee2e6;\r\n    }\r\n    \r\n    .result-title {\r\n        margin: 0 0 10px;\r\n        font-size: 1.1rem;\r\n        color: #333;\r\n        font-weight: 500;\r\n    }\r\n\r\n    .nps-score-value {\r\n        font-size: 4rem;\r\n        font-weight: 700;\r\n        line-height: 1.1;\r\n        transition: color 0.3s ease-in-out;\r\n    }\r\n    \r\n    .nps-breakdown {\r\n        margin-top: 16px;\r\n        color: #6c757d;\r\n        font-size: 0.9rem;\r\n    }\r\n    \r\n    \/* NPS Score Color Coding *\/\r\n    .nps-excellent { color: #00d084; } \/* Vivid Green Cyan *\/\r\n    .nps-good { color: #7bdcb5; } \/* Light Green Cyan *\/\r\n    .nps-needs-improvement { color: #fcb900; } \/* Luminous Vivid Amber *\/\r\n    .nps-poor { color: #cf2e2e; } \/* Vivid Red *\/\r\n\r\n<\/style>\r\n\r\n<div class=\"nps-calculator-app\">\r\n    <div class=\"main-content\">\r\n        <div class=\"section-header\">\r\n            Net Promoter Score (NPS) Calculator\r\n        <\/div>\r\n        <div class=\"nps-calculator-body\">\r\n            <p class=\"nps-instructions\">\r\n                Enter the total number of responses for each category below to calculate your Net Promoter Score.\r\n            <\/p>\r\n            <div class=\"nps-input-area\">\r\n                <div class=\"input-group\">\r\n                    <label for=\"promoters\">Promoters (9-10 scores)<\/label>\r\n                    <input type=\"number\" id=\"promoters\" class=\"nps-input\" placeholder=\"e.g., 150\" min=\"0\">\r\n                <\/div>\r\n                <div class=\"input-group\">\r\n                    <label for=\"passives\">Passives (7-8 scores)<\/label>\r\n                    <input type=\"number\" id=\"passives\" class=\"nps-input\" placeholder=\"e.g., 80\" min=\"0\">\r\n                <\/div>\r\n                <div class=\"input-group\">\r\n                    <label for=\"detractors\">Detractors (0-6 scores)<\/label>\r\n                    <input type=\"number\" id=\"detractors\" class=\"nps-input\" placeholder=\"e.g., 20\" min=\"0\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"nps-actions\">\r\n                <button id=\"calculateNpsBtn\" class=\"format-btn\">Calculate NPS<\/button>\r\n                <button id=\"resetNpsBtn\" class=\"reset-btn\">Reset<\/button>\r\n            <\/div>\r\n\r\n            <div id=\"npsResultContainer\" class=\"nps-result-container\" style=\"display: none;\">\r\n                <h3 class=\"result-title\">Your Net Promoter Score is:<\/h3>\r\n                <div id=\"npsScore\" class=\"nps-score-value\">0<\/div>\r\n                <div id=\"npsBreakdown\" class=\"nps-breakdown\"><\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', function() {\r\n        \/\/ Get DOM Elements\r\n        const promotersInput = document.getElementById('promoters');\r\n        const passivesInput = document.getElementById('passives');\r\n        const detractorsInput = document.getElementById('detractors');\r\n        const calculateBtn = document.getElementById('calculateNpsBtn');\r\n        const resetBtn = document.getElementById('resetNpsBtn');\r\n        const resultContainer = document.getElementById('npsResultContainer');\r\n        const npsScoreEl = document.getElementById('npsScore');\r\n        const npsBreakdownEl = document.getElementById('npsBreakdown');\r\n\r\n        \/\/ Function to calculate and display the NPS\r\n        function calculateAndDisplayNPS() {\r\n            \/\/ 1. Get and parse input values, defaulting to 0 if empty\/invalid\r\n            const promoters = parseInt(promotersInput.value, 10) || 0;\r\n            const passives = parseInt(passivesInput.value, 10) || 0;\r\n            const detractors = parseInt(detractorsInput.value, 10) || 0;\r\n\r\n            \/\/ 2. Calculate total responses\r\n            const totalResponses = promoters + passives + detractors;\r\n\r\n            if (totalResponses === 0) {\r\n                npsScoreEl.textContent = '0';\r\n                npsBreakdownEl.textContent = 'Please enter the number of responses to see the score.';\r\n                npsScoreEl.className = 'nps-score-value'; \/\/ Reset color class\r\n                resultContainer.style.display = 'block';\r\n                return;\r\n            }\r\n\r\n            \/\/ 3. Calculate percentages\r\n            const promoterPercent = (promoters \/ totalResponses) * 100;\r\n            const detractorPercent = (detractors \/ totalResponses) * 100;\r\n\r\n            \/\/ 4. Calculate final NPS score\r\n            const npsScore = Math.round(promoterPercent - detractorPercent);\r\n\r\n            \/\/ 5. Update the display\r\n            updateDisplay(npsScore, promoterPercent, detractorPercent, totalResponses);\r\n        }\r\n\r\n        \/\/ Function to update the result UI\r\n        function updateDisplay(score, promPercent, detPercent, total) {\r\n            npsScoreEl.textContent = score;\r\n\r\n            \/\/ Update breakdown text\r\n            npsBreakdownEl.innerHTML = `\r\n                Based on <strong>${total}<\/strong> total responses.<br>\r\n                Promoters: ${promPercent.toFixed(1)}% | Detractors: ${detPercent.toFixed(1)}%\r\n            `;\r\n\r\n            \/\/ Update color based on score\r\n            npsScoreEl.className = 'nps-score-value'; \/\/ Reset classes first\r\n            if (score >= 75) {\r\n                npsScoreEl.classList.add('nps-excellent');\r\n            } else if (score >= 50) {\r\n                npsScoreEl.classList.add('nps-good');\r\n            } else if (score >= 0) {\r\n                npsScoreEl.classList.add('nps-needs-improvement');\r\n            } else {\r\n                npsScoreEl.classList.add('nps-poor');\r\n            }\r\n\r\n            \/\/ Show the result container\r\n            resultContainer.style.display = 'block';\r\n        }\r\n        \r\n        \/\/ Function to reset the calculator\r\n        function resetCalculator() {\r\n            promotersInput.value = '';\r\n            passivesInput.value = '';\r\n            detractorsInput.value = '';\r\n            resultContainer.style.display = 'none';\r\n            npsScoreEl.textContent = '0';\r\n            npsBreakdownEl.textContent = '';\r\n            npsScoreEl.className = 'nps-score-value';\r\n        }\r\n\r\n        \/\/ Add Event Listeners\r\n        calculateBtn.addEventListener('click', calculateAndDisplayNPS);\r\n        resetBtn.addEventListener('click', resetCalculator);\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-8310979","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>Net Promoter Score Calculator<\/title>\n<meta name=\"description\" content=\"Easily calculate your Net Promoter Score (NPS) with our free online calculator. Understand customer loyalty, identify promoters &amp; detractors, and improve your business. Integrated for Elementor websites.\" \/>\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\/net-promoter-score-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Net Promoter Score Calculator\" \/>\n<meta property=\"og:description\" content=\"Easily calculate your Net Promoter Score (NPS) with our free online calculator. Understand customer loyalty, identify promoters &amp; detractors, and improve your business. Integrated for Elementor websites.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/net-promoter-score-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-17T03:57:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-17T04:01:37+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\/net-promoter-score-calculator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/net-promoter-score-calculator\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Net Promoter Score Calculator\",\"datePublished\":\"2025-09-17T03:57:32+00:00\",\"dateModified\":\"2025-09-17T04:01:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/net-promoter-score-calculator\/\"},\"wordCount\":6,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/net-promoter-score-calculator\/\",\"url\":\"https:\/\/elementor.com\/tools\/net-promoter-score-calculator\/\",\"name\":\"Net Promoter Score Calculator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-17T03:57:32+00:00\",\"dateModified\":\"2025-09-17T04:01:37+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Easily calculate your Net Promoter Score (NPS) with our free online calculator. Understand customer loyalty, identify promoters & detractors, and improve your business. Integrated for Elementor websites.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/net-promoter-score-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/net-promoter-score-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/net-promoter-score-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Net Promoter Score 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":"Net Promoter Score Calculator","description":"Easily calculate your Net Promoter Score (NPS) with our free online calculator. Understand customer loyalty, identify promoters & detractors, and improve your business. Integrated for Elementor websites.","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\/net-promoter-score-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Net Promoter Score Calculator","og_description":"Easily calculate your Net Promoter Score (NPS) with our free online calculator. Understand customer loyalty, identify promoters & detractors, and improve your business. Integrated for Elementor websites.","og_url":"https:\/\/elementor.com\/tools\/net-promoter-score-calculator\/","og_site_name":"Tools","article_published_time":"2025-09-17T03:57:32+00:00","article_modified_time":"2025-09-17T04:01:37+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\/net-promoter-score-calculator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/net-promoter-score-calculator\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Net Promoter Score Calculator","datePublished":"2025-09-17T03:57:32+00:00","dateModified":"2025-09-17T04:01:37+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/net-promoter-score-calculator\/"},"wordCount":6,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/net-promoter-score-calculator\/","url":"https:\/\/elementor.com\/tools\/net-promoter-score-calculator\/","name":"Net Promoter Score Calculator","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-17T03:57:32+00:00","dateModified":"2025-09-17T04:01:37+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Easily calculate your Net Promoter Score (NPS) with our free online calculator. Understand customer loyalty, identify promoters & detractors, and improve your business. Integrated for Elementor websites.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/net-promoter-score-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/net-promoter-score-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/net-promoter-score-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Net Promoter Score 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\/8310979","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=8310979"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310979\/revisions"}],"predecessor-version":[{"id":8310981,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310979\/revisions\/8310981"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310979"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310979"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310979"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}