{"id":8310607,"date":"2025-09-11T05:34:12","date_gmt":"2025-09-11T02:34:12","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310607"},"modified":"2025-09-11T05:42:02","modified_gmt":"2025-09-11T02:42:02","slug":"url-decoder","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/url-decoder\/","title":{"rendered":"URL Decoder"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310606\" class=\"elementor elementor-8310606\" 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    \/* Main App Container - Adapted from your .html-viewer-app *\/\r\n    .url-decoder-app {\r\n        width: 100%;\r\n        max-width: 800px; \/* Adjusted for a single-box layout *\/\r\n        margin: 0 auto;\r\n        padding: 40px 0 0;\r\n        background: transparent;\r\n        overflow: visible;\r\n        position: relative;\r\n    }\r\n\r\n    \/* Main Content Area *\/\r\n    .main-content {\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: center;\r\n        justify-content: center;\r\n        gap: 20px;\r\n    }\r\n    \r\n    \/* The main tool section - Adapted from .input-section *\/\r\n    .tool-section {\r\n        width: 100%;\r\n        height: 350px;\r\n        display: flex;\r\n        flex-direction: column;\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.08);\r\n    }\r\n    \r\n    \/* Header for the tool box - Direct reuse *\/\r\n    .section-header {\r\n        background-color: #05047E;\r\n        color: white;\r\n        padding: 12px 20px;\r\n        font-family: 'DM Sans', sans-serif;\r\n        font-weight: 400;\r\n        font-size: 1.125rem;\r\n    }\r\n\r\n    \/* Container for the textarea - Direct reuse *\/\r\n    .textarea-container {\r\n        flex: 1;\r\n        position: relative;\r\n        background-color: #ffffff;\r\n        border: 1.5px solid #EBEBEB;\r\n        border-top: none;\r\n        border-bottom-left-radius: 8px;\r\n        border-bottom-right-radius: 8px;\r\n    }\r\n\r\n    \/* Textarea styling - Adapted from .code-textarea *\/\r\n    .code-textarea {\r\n        width: 100%;\r\n        height: 100%;\r\n        border: none;\r\n        outline: none;\r\n        padding: 20px;\r\n        font-family: 'Courier New', monospace;\r\n        font-size: 14px;\r\n        line-height: 1.6;\r\n        background-color: transparent;\r\n        resize: none;\r\n        color: #333;\r\n    }\r\n\r\n    .code-textarea::placeholder {\r\n        color: #adb5bd;\r\n        font-style: italic;\r\n    }\r\n    \r\n    \/* Container for action buttons *\/\r\n    .actions-container {\r\n        display: flex;\r\n        justify-content: center;\r\n        align-items: center;\r\n        gap: 15px;\r\n        flex-wrap: wrap;\r\n        width: 100%;\r\n        margin-top: 10px;\r\n    }\r\n\r\n    \/* Primary Action Button - Adapted from .format-btn *\/\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: 5px;\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: 11rem;\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    \/* Specific styling for the Decode button, using your #minifyBtn as a template *\/\r\n    #decodeBtn {\r\n        background-color: #0693e3; \/* Using a color from your :root variables *\/\r\n        color: white;\r\n    }\r\n    \r\n    #decodeBtn:is(:hover, :focus, :focus-visible, :active) {\r\n        background-color: #8ed1fc;\r\n    }\r\n\r\n    \/* Copy Button - Direct reuse *\/\r\n    .copy-btn {\r\n        background-color: rgb(255, 255, 255);\r\n        color: black;\r\n        border: 1px solid #ddd;\r\n        padding: 8px 16px;\r\n        border-radius: 4px;\r\n        cursor: pointer;\r\n        font-size: 14px;\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 8px;\r\n        transition: background-color 0.2s;\r\n        box-shadow: 0 0 10px rgba(0,0,0,0.1);\r\n    }\r\n    \r\n    .copy-btn:is(:hover, :focus, :focus-visible) {\r\n        background-color: #f6f6f6 !important;\r\n        color: black;\r\n    }\r\n\r\n    \/* Reset Button - Direct reuse *\/\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        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: #545454;\r\n        text-decoration: underline;\r\n    }\r\n\r\n    \/* Success Message - Direct reuse *\/\r\n    .success-message {\r\n        position: fixed;\r\n        top: 20px;\r\n        right: 20px;\r\n        background-color: #28a745;\r\n        color: white;\r\n        padding: 12px 20px;\r\n        border-radius: 4px;\r\n        font-size: 14px;\r\n        opacity: 0;\r\n        transform: translateX(100%);\r\n        transition: all 0.3s ease;\r\n        z-index: 1000;\r\n    }\r\n    \r\n    .success-message.show {\r\n        opacity: 1;\r\n        transform: translateX(0);\r\n    }\r\n\r\n    \/* Responsive Design *\/\r\n    @media (max-width: 768px) {\r\n        .url-decoder-app {\r\n            padding: 20px 15px 0;\r\n        }\r\n        .tool-section {\r\n            height: 300px;\r\n        }\r\n        .actions-container {\r\n           flex-direction: column;\r\n           gap: 12px;\r\n        }\r\n        .format-btn {\r\n            width: 100%;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"url-decoder-app\">\r\n    <div class=\"main-content\">\r\n        <!-- The main tool box -->\r\n        <div class=\"tool-section\">\r\n            <div class=\"section-header\">\r\n                URL Decoder\r\n            <\/div>\r\n            <div class=\"textarea-container\">\r\n                <textarea \r\n                    id=\"urlTextarea\" \r\n                    class=\"code-textarea\" \r\n                    placeholder=\"Paste your encoded URL here... e.g., https%3A%2F%2Fexample.com%3Fq%3Dhello%20world\"\r\n                    spellcheck=\"false\"\r\n                ><\/textarea>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <!-- Action Buttons -->\r\n        <div class=\"actions-container\">\r\n            <button id=\"decodeBtn\" class=\"format-btn\">Decode URL<\/button>\r\n            <button id=\"copyBtn\" class=\"copy-btn\">\r\n                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"9\" y=\"9\" width=\"13\" height=\"13\" rx=\"2\" ry=\"2\"><\/rect><path d=\"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1\"><\/path><\/svg>\r\n                Copy\r\n            <\/button>\r\n            <button id=\"resetBtn\" class=\"reset-btn\">Clear<\/button>\r\n        <\/div>\r\n    <\/div>\r\n    \r\n    <!-- Success message pop-up for copy action -->\r\n    <div id=\"successMessage\" class=\"success-message\">\r\n        Copied to clipboard!\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', function() {\r\n        \/\/ Get references to all the necessary DOM elements\r\n        const decodeBtn = document.getElementById('decodeBtn');\r\n        const copyBtn = document.getElementById('copyBtn');\r\n        const resetBtn = document.getElementById('resetBtn');\r\n        const urlTextarea = document.getElementById('urlTextarea');\r\n        const successMessage = document.getElementById('successMessage');\r\n\r\n        \/\/ --- Event Listener for the Decode Button ---\r\n        decodeBtn.addEventListener('click', function() {\r\n            const encodedText = urlTextarea.value.trim();\r\n            if (encodedText === '') {\r\n                \/\/ If there's no text, do nothing.\r\n                return;\r\n            }\r\n            try {\r\n                \/\/ Use decodeURIComponent to decode the string. This is the core function.\r\n                const decodedText = decodeURIComponent(encodedText.replace(\/\\+\/g, ' '));\r\n                urlTextarea.value = decodedText;\r\n            } catch (e) {\r\n                \/\/ If the input string is not a valid encoding, an error will be thrown.\r\n                console.error('Decoding Error:', e);\r\n                urlTextarea.value = 'Error: Invalid URL encoding. Please check your input.';\r\n            }\r\n        });\r\n\r\n        \/\/ --- Event Listener for the Copy Button ---\r\n        copyBtn.addEventListener('click', function() {\r\n            const textToCopy = urlTextarea.value;\r\n            if (textToCopy === '') {\r\n                \/\/ Don't copy if there's nothing to copy\r\n                return;\r\n            }\r\n\r\n            \/\/ Use the modern Navigator Clipboard API for secure copying\r\n            navigator.clipboard.writeText(textToCopy).then(function() {\r\n                \/\/ On success, show the confirmation message\r\n                showSuccessMessage('Decoded URL copied!');\r\n            }).catch(function(err) {\r\n                \/\/ On failure, log the error to the console\r\n                console.error('Could not copy text: ', err);\r\n                showSuccessMessage('Failed to copy!', true);\r\n            });\r\n        });\r\n\r\n        \/\/ --- Event Listener for the Reset\/Clear Button ---\r\n        resetBtn.addEventListener('click', function() {\r\n            \/\/ Simply clear the textarea's value\r\n            urlTextarea.value = '';\r\n        });\r\n\r\n        \/\/ --- Helper function to show and hide the success message ---\r\n        let messageTimer; \/\/ To prevent multiple timers running at once\r\n        function showSuccessMessage(message, isError = false) {\r\n            clearTimeout(messageTimer); \/\/ Clear any existing timer\r\n            \r\n            successMessage.textContent = message;\r\n            successMessage.style.backgroundColor = isError ? '#dc3545' : '#28a745';\r\n            successMessage.classList.add('show');\r\n            \r\n            \/\/ Set a timer to hide the message after 2.5 seconds\r\n            messageTimer = setTimeout(function() {\r\n                successMessage.classList.remove('show');\r\n            }, 2500);\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-8310607","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>URL Decoder<\/title>\n<meta name=\"description\" content=\"Instantly decode any URL-encoded string with the Elementor URL Decoder. Understand web addresses, debug links, and analyze parameters effortlessly. Free and easy to use!\" \/>\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\/url-decoder\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"URL Decoder\" \/>\n<meta property=\"og:description\" content=\"Instantly decode any URL-encoded string with the Elementor URL Decoder. Understand web addresses, debug links, and analyze parameters effortlessly. Free and easy to use!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/url-decoder\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-11T02:34:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-11T02:42:02+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\/url-decoder\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/url-decoder\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"URL Decoder\",\"datePublished\":\"2025-09-11T02:34:12+00:00\",\"dateModified\":\"2025-09-11T02:42:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/url-decoder\/\"},\"wordCount\":4,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/url-decoder\/\",\"url\":\"https:\/\/elementor.com\/tools\/url-decoder\/\",\"name\":\"URL Decoder\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-11T02:34:12+00:00\",\"dateModified\":\"2025-09-11T02:42:02+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Instantly decode any URL-encoded string with the Elementor URL Decoder. Understand web addresses, debug links, and analyze parameters effortlessly. Free and easy to use!\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/url-decoder\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/url-decoder\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/url-decoder\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"URL Decoder\"}]},{\"@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":"URL Decoder","description":"Instantly decode any URL-encoded string with the Elementor URL Decoder. Understand web addresses, debug links, and analyze parameters effortlessly. Free and easy to use!","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\/url-decoder\/","og_locale":"en_US","og_type":"article","og_title":"URL Decoder","og_description":"Instantly decode any URL-encoded string with the Elementor URL Decoder. Understand web addresses, debug links, and analyze parameters effortlessly. Free and easy to use!","og_url":"https:\/\/elementor.com\/tools\/url-decoder\/","og_site_name":"Tools","article_published_time":"2025-09-11T02:34:12+00:00","article_modified_time":"2025-09-11T02:42:02+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\/url-decoder\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/url-decoder\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"URL Decoder","datePublished":"2025-09-11T02:34:12+00:00","dateModified":"2025-09-11T02:42:02+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/url-decoder\/"},"wordCount":4,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/url-decoder\/","url":"https:\/\/elementor.com\/tools\/url-decoder\/","name":"URL Decoder","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-11T02:34:12+00:00","dateModified":"2025-09-11T02:42:02+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Instantly decode any URL-encoded string with the Elementor URL Decoder. Understand web addresses, debug links, and analyze parameters effortlessly. Free and easy to use!","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/url-decoder\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/url-decoder\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/url-decoder\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"URL Decoder"}]},{"@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\/8310607","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=8310607"}],"version-history":[{"count":2,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310607\/revisions"}],"predecessor-version":[{"id":8310611,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310607\/revisions\/8310611"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310607"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310607"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310607"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}