{"id":8310865,"date":"2025-09-15T12:41:19","date_gmt":"2025-09-15T09:41:19","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310865"},"modified":"2025-09-16T03:58:14","modified_gmt":"2025-09-16T00:58:14","slug":"influencer-rate-calculator","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/influencer-rate-calculator\/","title":{"rendered":"Influencer Rate Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310863\" class=\"elementor elementor-8310863\" 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    \/* General App Container - Adapted from your .html-viewer-app *\/\r\n    .influencer-calculator-app {\r\n        width: 100%;\r\n        max-width: 650px; \/* Adjusted for a single-box layout *\/\r\n        margin: 0 auto;\r\n        padding: 40px 0 0;\r\n        background: transparent;\r\n        font-family: 'DM Sans', sans-serif;\r\n    }\r\n\r\n    \/* Main Content Area - Re-purposed for a single, centered element *\/\r\n    .main-content {\r\n        display: flex;\r\n        justify-content: center;\r\n        align-items: center;\r\n        width: 100%;\r\n    }\r\n\r\n    \/* The Calculator Box - Using styles from your .input-section *\/\r\n    .calculator-section {\r\n        flex: 1;\r\n        width: 100%;\r\n        max-width: 650px;\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    \/* Header - Reusing your .section-header style *\/\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    \/* Container for the form elements *\/\r\n    .calculator-body {\r\n        padding: 24px 30px;\r\n        display: flex;\r\n        flex-direction: column;\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-size: 1rem;\r\n        font-weight: 500;\r\n        color: #333;\r\n    }\r\n\r\n    .form-group input,\r\n    .form-group select {\r\n        width: 100%;\r\n        padding: 12px 15px;\r\n        border: 1px solid #ddd;\r\n        border-radius: 4px;\r\n        font-size: 1rem;\r\n        font-family: inherit;\r\n        transition: border-color 0.2s, box-shadow 0.2s;\r\n    }\r\n    .form-group input:focus,\r\n    .form-group select: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    \/* Buttons Container *\/\r\n    .button-container {\r\n        margin-top: 10px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: center;\r\n        gap: 12px;\r\n    }\r\n\r\n    \/* Main Action Button - Adapted from your .format-btn and #minifyBtn *\/\r\n    .format-btn {\r\n        background-color: #ff7be5;\r\n        color: black;\r\n        border: none;\r\n        padding: 14px 24px;\r\n        cursor: pointer;\r\n        font-size: 1.125rem;\r\n        font-weight: 500;\r\n        transition: all 0.2s;\r\n        min-width: 15rem;\r\n        text-align: center;\r\n        border-radius: 4px;\r\n        width: 100%;\r\n    }\r\n\r\n    .format-btn:is(:hover, :focus, :focus-visible, :active){\r\n        background-color: #ffa8ee;\r\n    }\r\n    \r\n    \/* Reset Button - Reusing your .reset-btn style *\/\r\n    .reset-btn {\r\n        background: none;\r\n        border: none;\r\n        color: #555;\r\n        text-decoration: underline;\r\n        font-size: 0.9rem;\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        background: none;\r\n        color: #000;\r\n        text-decoration: underline;\r\n    }\r\n\r\n    \/* Result Display Area *\/\r\n    #resultContainer {\r\n        margin-top: 24px;\r\n        padding: 20px;\r\n        background-color: #f7f5ff;\r\n        border-top: 2px solid #05047E;\r\n        text-align: center;\r\n        display: none; \/* Hidden by default *\/\r\n    }\r\n\r\n    #resultContainer p {\r\n        margin: 0;\r\n        font-size: 1.1rem;\r\n        color: #333;\r\n    }\r\n\r\n    #resultContainer #rateOutput {\r\n        font-size: 1.75rem;\r\n        font-weight: 700;\r\n        color: #05047E;\r\n        display: block;\r\n        margin-top: 8px;\r\n    }\r\n\r\n    \/* Responsive adjustments *\/\r\n    @media (max-width: 768px) {\r\n        .influencer-calculator-app {\r\n            padding: 20px 15px 0;\r\n        }\r\n\r\n        .calculator-body {\r\n            padding: 20px;\r\n        }\r\n\r\n        .section-header {\r\n            font-size: 1.1rem;\r\n            padding: 14px 20px;\r\n        }\r\n\r\n        #resultContainer #rateOutput {\r\n            font-size: 1.5rem;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"influencer-calculator-app\">\r\n    <div class=\"main-content\">\r\n        <div class=\"calculator-section\">\r\n            <div class=\"section-header\">\r\n                Influencer Rate Calculator\r\n            <\/div>\r\n            <div class=\"calculator-body\">\r\n                <div class=\"form-group\">\r\n                    <label for=\"platform\">Social Media Platform<\/label>\r\n                    <select id=\"platform\">\r\n                        <option value=\"instagram\">Instagram<\/option>\r\n                        <option value=\"tiktok\">TikTok<\/option>\r\n                        <option value=\"youtube\">YouTube<\/option>\r\n                    <\/select>\r\n                <\/div>\r\n\r\n                <div class=\"form-group\">\r\n                    <label for=\"followers\">Follower Count<\/label>\r\n                    <input type=\"number\" id=\"followers\" placeholder=\"e.g., 50000\" min=\"0\">\r\n                <\/div>\r\n\r\n                <div class=\"form-group\">\r\n                    <label for=\"engagement\">Average Engagement Rate (%)<\/label>\r\n                    <input type=\"number\" id=\"engagement\" placeholder=\"e.g., 2.5\" step=\"0.1\" min=\"0\">\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<\/button>\r\n                <\/div>\r\n            <\/div>\r\n            <div id=\"resultContainer\">\r\n                <p>Estimated Price Per Post:<\/p>\r\n                <span id=\"rateOutput\">$0 - $0<\/span>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    \/\/ Wait for the DOM to be fully loaded\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        \r\n        \/\/ --- 1. Get DOM Elements ---\r\n        const platformSelect = document.getElementById('platform');\r\n        const followersInput = document.getElementById('followers');\r\n        const engagementInput = document.getElementById('engagement');\r\n        const calculateBtn = document.getElementById('calculateBtn');\r\n        const resetBtn = document.getElementById('resetBtn');\r\n        const resultContainer = document.getElementById('resultContainer');\r\n        const rateOutput = document.getElementById('rateOutput');\r\n\r\n        \/\/ --- 2. Define Calculation Logic ---\r\n        function calculateRate() {\r\n            \/\/ Get raw values and convert them to numbers\r\n            const platform = platformSelect.value;\r\n            const followers = parseInt(followersInput.value, 10);\r\n            const engagement = parseFloat(engagementInput.value);\r\n\r\n            \/\/ Basic validation\r\n            if (isNaN(followers) || isNaN(engagement) || followers <= 0 || engagement <= 0) {\r\n                alert('Please enter valid numbers for followers and engagement rate.');\r\n                return;\r\n            }\r\n\r\n            \/\/ --- Simplified Rate Calculation Formula ---\r\n            \/\/ This is a basic model and can be adjusted for more complexity.\r\n            \r\n            \/\/ a) Base rate: A common starting point is $100 per 10k followers.\r\n            let baseRate = (followers \/ 10000) * 100;\r\n\r\n            \/\/ b) Engagement multiplier: Higher engagement is more valuable.\r\n            \/\/ We'll use 2% as a baseline (multiplier of 1).\r\n            const engagementMultiplier = engagement \/ 2; \r\n\r\n            \/\/ c) Platform multiplier: YouTube content typically costs more due to production effort.\r\n            let platformMultiplier = 1.0;\r\n            if (platform === 'youtube') {\r\n                platformMultiplier = 2.0; \/\/ YouTube videos are more effort\r\n            } else if (platform === 'tiktok') {\r\n                platformMultiplier = 1.2; \/\/ TikTok can have higher viral potential\r\n            }\r\n            \r\n            \/\/ d) Final calculation\r\n            const estimatedRate = baseRate * engagementMultiplier * platformMultiplier;\r\n\r\n            \/\/ Create a realistic price range (+\/- 15% of the estimated rate)\r\n            const minRate = Math.round(estimatedRate * 0.85);\r\n            const maxRate = Math.round(estimatedRate * 1.15);\r\n            \r\n            \/\/ Format for display\r\n            const formattedMin = minRate.toLocaleString('en-US');\r\n            const formattedMax = maxRate.toLocaleString('en-US');\r\n\r\n            \/\/ --- 3. Display the Result ---\r\n            rateOutput.textContent = `$${formattedMin} - $${formattedMax}`;\r\n            resultContainer.style.display = 'block';\r\n        }\r\n\r\n        \/\/ --- 4. Define Reset Logic ---\r\n        function resetCalculator() {\r\n            platformSelect.selectedIndex = 0;\r\n            followersInput.value = '';\r\n            engagementInput.value = '';\r\n            resultContainer.style.display = 'none';\r\n            rateOutput.textContent = '$0 - $0';\r\n            followersInput.focus();\r\n        }\r\n\r\n        \/\/ --- 5. Attach Event Listeners ---\r\n        calculateBtn.addEventListener('click', calculateRate);\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-8310865","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>Influencer Rate Calculator<\/title>\n<meta name=\"description\" content=\"Calculate your influencer rates accurately with our free Influencer Rate Calculator. Determine fair pricing for sponsored posts, videos, and campaigns based on your metrics and deliverables.\" \/>\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\/influencer-rate-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Influencer Rate Calculator\" \/>\n<meta property=\"og:description\" content=\"Calculate your influencer rates accurately with our free Influencer Rate Calculator. Determine fair pricing for sponsored posts, videos, and campaigns based on your metrics and deliverables.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/influencer-rate-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-15T09:41:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-16T00:58:14+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\/influencer-rate-calculator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/influencer-rate-calculator\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Influencer Rate Calculator\",\"datePublished\":\"2025-09-15T09:41:19+00:00\",\"dateModified\":\"2025-09-16T00:58:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/influencer-rate-calculator\/\"},\"wordCount\":5,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/influencer-rate-calculator\/\",\"url\":\"https:\/\/elementor.com\/tools\/influencer-rate-calculator\/\",\"name\":\"Influencer Rate Calculator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-15T09:41:19+00:00\",\"dateModified\":\"2025-09-16T00:58:14+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Calculate your influencer rates accurately with our free Influencer Rate Calculator. Determine fair pricing for sponsored posts, videos, and campaigns based on your metrics and deliverables.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/influencer-rate-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/influencer-rate-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/influencer-rate-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Influencer 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":"Influencer Rate Calculator","description":"Calculate your influencer rates accurately with our free Influencer Rate Calculator. Determine fair pricing for sponsored posts, videos, and campaigns based on your metrics and deliverables.","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\/influencer-rate-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Influencer Rate Calculator","og_description":"Calculate your influencer rates accurately with our free Influencer Rate Calculator. Determine fair pricing for sponsored posts, videos, and campaigns based on your metrics and deliverables.","og_url":"https:\/\/elementor.com\/tools\/influencer-rate-calculator\/","og_site_name":"Tools","article_published_time":"2025-09-15T09:41:19+00:00","article_modified_time":"2025-09-16T00:58:14+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\/influencer-rate-calculator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/influencer-rate-calculator\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Influencer Rate Calculator","datePublished":"2025-09-15T09:41:19+00:00","dateModified":"2025-09-16T00:58:14+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/influencer-rate-calculator\/"},"wordCount":5,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/influencer-rate-calculator\/","url":"https:\/\/elementor.com\/tools\/influencer-rate-calculator\/","name":"Influencer Rate Calculator","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-15T09:41:19+00:00","dateModified":"2025-09-16T00:58:14+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Calculate your influencer rates accurately with our free Influencer Rate Calculator. Determine fair pricing for sponsored posts, videos, and campaigns based on your metrics and deliverables.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/influencer-rate-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/influencer-rate-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/influencer-rate-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Influencer 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\/8310865","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=8310865"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310865\/revisions"}],"predecessor-version":[{"id":8310867,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310865\/revisions\/8310867"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310865"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310865"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310865"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}