{"id":8311224,"date":"2025-09-19T09:58:10","date_gmt":"2025-09-19T06:58:10","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8311224"},"modified":"2025-09-19T09:59:13","modified_gmt":"2025-09-19T06:59:13","slug":"hourly-rate-calculator","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/hourly-rate-calculator\/","title":{"rendered":"Hourly Rate Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8311223\" class=\"elementor elementor-8311223\" 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    \/* === Base Styles (Learned from your code) === *\/\r\n    .html-viewer-app {\r\n        width: 100%;\r\n        max-width: 1280px;\r\n        margin: 0 auto;\r\n        padding: 40px 15px;\r\n        background: transparent;\r\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\r\n    }\r\n\r\n    .main-content {\r\n        display: flex;\r\n        justify-content: center;\r\n        align-items: flex-start;\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        cursor: pointer;\r\n        font-size: 1.1rem;\r\n        font-weight: 500;\r\n        transition: background-color 0.2s;\r\n        border-radius: 4px;\r\n        flex-grow: 1;\r\n    }\r\n\r\n    .format-btn:is(:hover, :focus) {\r\n        background-color: #545454;\r\n    }\r\n\r\n    .reset-btn {\r\n        background: none;\r\n        border: none;\r\n        color: #545454;\r\n        text-decoration: underline;\r\n        font-size: 0.95rem;\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) {\r\n        color: #000;\r\n    }\r\n    \r\n    \/* === New Styles for the Hourly Rate Calculator === *\/\r\n    .calculator-container {\r\n        width: 100%;\r\n        max-width: 650px; \/* A good width for a single form *\/\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: 30px 24px;\r\n        display: grid;\r\n        gap: 20px;\r\n    }\r\n    \r\n    .form-group {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 8px;\r\n    }\r\n\r\n    .form-group label {\r\n        font-weight: 500;\r\n        color: #333;\r\n        font-size: 1rem;\r\n    }\r\n    \r\n    .calculator-input {\r\n        width: 100%;\r\n        padding: 12px;\r\n        font-size: 1rem;\r\n        border: 1.5px solid #ddd;\r\n        border-radius: 4px;\r\n        box-sizing: border-box; \/* Ensures padding doesn't affect width *\/\r\n        transition: border-color 0.2s, box-shadow 0.2s;\r\n    }\r\n    \r\n    .calculator-input::placeholder {\r\n        color: #adb5bd;\r\n    }\r\n\r\n    .calculator-input:focus {\r\n        outline: none;\r\n        border-color: #05047E;\r\n        box-shadow: 0 0 0 3px rgba(5, 4, 126, 0.15);\r\n    }\r\n\r\n    .button-container {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 15px;\r\n        align-items: center;\r\n        margin-top: 10px;\r\n    }\r\n\r\n    #result-container {\r\n        margin-top: 20px;\r\n        padding: 20px;\r\n        background-color: #f7f7f9;\r\n        border: 1.5px dashed #EBEBEB;\r\n        border-radius: 8px;\r\n        text-align: center;\r\n        transition: opacity 0.3s ease;\r\n        opacity: 0; \/* Hidden by default *\/\r\n        max-height: 0; \/* Hidden by default *\/\r\n        overflow: hidden;\r\n    }\r\n    \r\n    #result-container.show {\r\n        opacity: 1;\r\n        max-height: 500px; \/* Animate to show *\/\r\n    }\r\n\r\n    #result-container h3 {\r\n        margin: 0 0 10px 0;\r\n        font-size: 1.1rem;\r\n        color: #555;\r\n        font-weight: 500;\r\n    }\r\n    \r\n    .rate-output {\r\n        font-size: 2.8rem;\r\n        font-weight: bold;\r\n        color: #05047E; \/* Using your header color for emphasis *\/\r\n        margin: 0;\r\n    }\r\n\r\n    \/* Responsive adjustments *\/\r\n    @media (min-width: 480px) {\r\n        .button-container {\r\n           flex-direction: row;\r\n           align-items: center;\r\n           justify-content: space-between;\r\n        }\r\n        .format-btn {\r\n            flex-grow: 0;\r\n            min-width: 180px;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<!-- Main App Container -->\r\n<div class=\"html-viewer-app\">\r\n    <div class=\"main-content\">\r\n\r\n        <div class=\"calculator-container\">\r\n            <div class=\"section-header\">\r\n                Hourly Rate Calculator\r\n            <\/div>\r\n            <div class=\"calculator-body\">\r\n                \r\n                <div class=\"form-group\">\r\n                    <label for=\"annualSalary\">Desired Annual Salary ($)<\/label>\r\n                    <input type=\"number\" id=\"annualSalary\" class=\"calculator-input\" placeholder=\"e.g., 80000\">\r\n                <\/div>\r\n                \r\n                <div class=\"form-group\">\r\n                    <label for=\"hoursPerWeek\">Hours Worked Per Week<\/label>\r\n                    <input type=\"number\" id=\"hoursPerWeek\" class=\"calculator-input\" placeholder=\"e.g., 40\" value=\"40\">\r\n                <\/div>\r\n\r\n                <div class=\"form-group\">\r\n                    <label for=\"weeksPerYear\">Weeks Worked Per Year<\/label>\r\n                    <input type=\"number\" id=\"weeksPerYear\" class=\"calculator-input\" placeholder=\"e.g., 50 (52 weeks - 2 for vacation)\" value=\"50\">\r\n                <\/div>\r\n\r\n                <div class=\"form-group\">\r\n                    <label for=\"profitMargin\">Overhead \/ Profit Margin (%)<\/label>\r\n                    <input type=\"number\" id=\"profitMargin\" class=\"calculator-input\" placeholder=\"e.g., 25 (for taxes, costs, profit)\" value=\"25\">\r\n                <\/div>\r\n\r\n                <div class=\"button-container\">\r\n                    <button id=\"calculateBtn\" class=\"format-btn\">Calculate Rate<\/button>\r\n                    <button id=\"resetBtn\" class=\"reset-btn\">Reset Fields<\/button>\r\n                <\/div>\r\n\r\n                <div id=\"result-container\">\r\n                    <h3>Your Recommended Hourly Rate:<\/h3>\r\n                    <p class=\"rate-output\">$<span id=\"hourlyRate\">0.00<\/span><\/p>\r\n                <\/div>\r\n\r\n            <\/div>\r\n        <\/div>\r\n\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n    \/\/ === DOM Element Selection ===\r\n    const annualSalaryEl = document.getElementById('annualSalary');\r\n    const hoursPerWeekEl = document.getElementById('hoursPerWeek');\r\n    const weeksPerYearEl = document.getElementById('weeksPerYear');\r\n    const profitMarginEl = document.getElementById('profitMargin');\r\n    \r\n    const calculateBtn = document.getElementById('calculateBtn');\r\n    const resetBtn = document.getElementById('resetBtn');\r\n    \r\n    const resultContainer = document.getElementById('result-container');\r\n    const hourlyRateEl = document.getElementById('hourlyRate');\r\n\r\n    \/\/ === Event Listeners ===\r\n    calculateBtn.addEventListener('click', calculateAndDisplayRate);\r\n    resetBtn.addEventListener('click', resetCalculator);\r\n\r\n    \/\/ === Main Calculation Function ===\r\n    function calculateAndDisplayRate() {\r\n        \/\/ 1. Get and parse input values, providing 0 as a default.\r\n        const annualSalary = parseFloat(annualSalaryEl.value) || 0;\r\n        const hoursPerWeek = parseFloat(hoursPerWeekEl.value) || 0;\r\n        const weeksPerYear = parseFloat(weeksPerYearEl.value) || 0;\r\n        const profitMargin = parseFloat(profitMarginEl.value) || 0;\r\n\r\n        \/\/ 2. Validate inputs\r\n        if (annualSalary <= 0 || hoursPerWeek <= 0 || weeksPerYear <= 0) {\r\n            alert('Please enter a valid salary, hours per week, and weeks per year.');\r\n            return;\r\n        }\r\n\r\n        \/\/ 3. Perform the calculation\r\n        const totalHours = hoursPerWeek * weeksPerYear;\r\n        if (totalHours === 0) {\r\n            hourlyRateEl.textContent = '0.00';\r\n            return; \/\/ Avoid division by zero\r\n        }\r\n        \r\n        \/\/ Calculate the base rate needed to reach the salary goal\r\n        const baseRate = annualSalary \/ totalHours;\r\n        \r\n        \/\/ Calculate the additional amount for overhead and profit\r\n        const marginAmount = baseRate * (profitMargin \/ 100);\r\n        \r\n        \/\/ Final hourly rate is the base rate plus the margin\r\n        const finalRate = baseRate + marginAmount;\r\n\r\n        \/\/ 4. Display the result\r\n        \/\/ isFinite checks for NaN or Infinity\r\n        if (isFinite(finalRate)) {\r\n            hourlyRateEl.textContent = finalRate.toFixed(2);\r\n            resultContainer.classList.add('show');\r\n        } else {\r\n            hourlyRateEl.textContent = '0.00';\r\n            resultContainer.classList.remove('show');\r\n        }\r\n    }\r\n\r\n    \/\/ === Reset Function ===\r\n    function resetCalculator() {\r\n        annualSalaryEl.value = '';\r\n        hoursPerWeekEl.value = '40';\r\n        weeksPerYearEl.value = '50';\r\n        profitMarginEl.value = '25';\r\n        \r\n        hourlyRateEl.textContent = '0.00';\r\n        resultContainer.classList.remove('show');\r\n    }\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-8311224","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>Hourly Rate Calculator<\/title>\n<meta name=\"description\" content=\"Easily calculate your ideal freelance or service business hourly rate with our free Hourly Rate Calculator. Factor in income needs, expenses, taxes, and profit for accurate pricing.\" \/>\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\/hourly-rate-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hourly Rate Calculator\" \/>\n<meta property=\"og:description\" content=\"Easily calculate your ideal freelance or service business hourly rate with our free Hourly Rate Calculator. Factor in income needs, expenses, taxes, and profit for accurate pricing.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/hourly-rate-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-19T06:58:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-19T06:59:13+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\/hourly-rate-calculator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/hourly-rate-calculator\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Hourly Rate Calculator\",\"datePublished\":\"2025-09-19T06:58:10+00:00\",\"dateModified\":\"2025-09-19T06:59:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/hourly-rate-calculator\/\"},\"wordCount\":5,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/hourly-rate-calculator\/\",\"url\":\"https:\/\/elementor.com\/tools\/hourly-rate-calculator\/\",\"name\":\"Hourly Rate Calculator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-19T06:58:10+00:00\",\"dateModified\":\"2025-09-19T06:59:13+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Easily calculate your ideal freelance or service business hourly rate with our free Hourly Rate Calculator. Factor in income needs, expenses, taxes, and profit for accurate pricing.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/hourly-rate-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/hourly-rate-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/hourly-rate-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hourly Rate 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":"Hourly Rate Calculator","description":"Easily calculate your ideal freelance or service business hourly rate with our free Hourly Rate Calculator. Factor in income needs, expenses, taxes, and profit for accurate pricing.","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\/hourly-rate-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Hourly Rate Calculator","og_description":"Easily calculate your ideal freelance or service business hourly rate with our free Hourly Rate Calculator. Factor in income needs, expenses, taxes, and profit for accurate pricing.","og_url":"https:\/\/elementor.com\/tools\/hourly-rate-calculator\/","og_site_name":"Tools","article_published_time":"2025-09-19T06:58:10+00:00","article_modified_time":"2025-09-19T06:59:13+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\/hourly-rate-calculator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/hourly-rate-calculator\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Hourly Rate Calculator","datePublished":"2025-09-19T06:58:10+00:00","dateModified":"2025-09-19T06:59:13+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/hourly-rate-calculator\/"},"wordCount":5,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/hourly-rate-calculator\/","url":"https:\/\/elementor.com\/tools\/hourly-rate-calculator\/","name":"Hourly Rate Calculator","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-19T06:58:10+00:00","dateModified":"2025-09-19T06:59:13+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Easily calculate your ideal freelance or service business hourly rate with our free Hourly Rate Calculator. Factor in income needs, expenses, taxes, and profit for accurate pricing.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/hourly-rate-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/hourly-rate-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/hourly-rate-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Hourly Rate 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\/8311224","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=8311224"}],"version-history":[{"count":2,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8311224\/revisions"}],"predecessor-version":[{"id":8311228,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8311224\/revisions\/8311228"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8311224"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8311224"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8311224"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}