{"id":8310619,"date":"2025-09-11T06:25:24","date_gmt":"2025-09-11T03:25:24","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310619"},"modified":"2025-09-11T06:33:11","modified_gmt":"2025-09-11T03:33:11","slug":"inch-to-cm-converter","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/inch-to-cm-converter\/","title":{"rendered":"INCH to CM Converter"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310618\" class=\"elementor elementor-8310618\" 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 reference code --- *\/\r\n\r\n    \/* Main container for the application *\/\r\n    .converter-app {\r\n        width: 100%;\r\n        max-width: 700px; \/* Adjusted for a single card layout *\/\r\n        margin: 0 auto;\r\n        padding: 40px 0 0;\r\n        font-family: 'DM Sans', sans-serif;\r\n    }\r\n\r\n    \/* The main card for the converter tool *\/\r\n    .converter-section {\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 for the tool card *\/\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        text-align: center;\r\n    }\r\n\r\n    \/* Container for the input and output fields *\/\r\n    .converter-body {\r\n        padding: 40px 24px;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        gap: 20px;\r\n        background-color: #fcfcfc;\r\n    }\r\n\r\n    \/* Styling for the input\/output groups *\/\r\n    .value-group {\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: center;\r\n        gap: 8px;\r\n    }\r\n    \r\n    .value-group label {\r\n        font-size: 1rem;\r\n        color: #555;\r\n        font-weight: 500;\r\n    }\r\n\r\n    \/* Shared style for the input box and the output display *\/\r\n    .converter-io {\r\n        border: 1.5px solid #ddd;\r\n        border-radius: 4px;\r\n        padding: 12px 16px;\r\n        font-size: 2.5rem;\r\n        font-weight: 700;\r\n        text-align: center;\r\n        width: 180px;\r\n        color: #333;\r\n        background-color: #fff;\r\n    }\r\n\r\n    \/* Specific style for the input field *\/\r\n    #inchInput {\r\n        outline: none;\r\n        transition: border-color 0.2s, box-shadow 0.2s;\r\n    }\r\n    #inchInput:focus {\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    \/* The equals sign between input and output *\/\r\n    .equals-sign {\r\n        font-size: 2.5rem;\r\n        color: #888;\r\n        font-weight: 300;\r\n        padding-top: 30px; \/* Align with the input box *\/\r\n    }\r\n\r\n    \/* Container for action buttons *\/\r\n    .converter-actions {\r\n        display: flex;\r\n        justify-content: center;\r\n        align-items: center;\r\n        gap: 16px;\r\n        padding: 0 24px 30px;\r\n        border-top: 1.5px solid #EBEBEB;\r\n        background-color: #fff;\r\n    }\r\n\r\n    \/* Copy button, adapted from your '.copy-btn' *\/\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.05);\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, using your '.reset-btn' style *\/\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    .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 for copy action *\/\r\n    .success-message {\r\n        position: fixed;\r\n        bottom: 20px; \/* Positioned at the bottom for better visibility *\/\r\n        left: 50%;\r\n        transform: translateX(-50%);\r\n        background-color: #28a745;\r\n        color: white;\r\n        padding: 12px 24px;\r\n        border-radius: 4px;\r\n        font-size: 14px;\r\n        opacity: 0;\r\n        transition: all 0.4s ease;\r\n        z-index: 1000;\r\n        pointer-events: none; \/* Prevent interaction when hidden *\/\r\n    }\r\n    .success-message.show {\r\n        opacity: 1;\r\n        transform: translate(-50%, -20px); \/* Animate upwards *\/\r\n    }\r\n\r\n    \/* Responsive design for smaller screens *\/\r\n    @media (max-width: 600px) {\r\n        .converter-body {\r\n            flex-direction: column;\r\n            gap: 25px;\r\n            padding: 30px 20px;\r\n        }\r\n        .equals-sign {\r\n            padding-top: 0;\r\n            transform: rotate(90deg);\r\n            font-size: 2rem;\r\n        }\r\n        .converter-io {\r\n            width: 100%;\r\n            font-size: 2rem;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<!-- HTML structure for the converter tool -->\r\n<div class=\"converter-app\">\r\n    <div class=\"converter-section\">\r\n        <div class=\"section-header\">\r\n            <h3>INCH to CM Converter<\/h3>\r\n        <\/div>\r\n        <div class=\"converter-body\">\r\n            <div class=\"value-group\">\r\n                <label for=\"inchInput\">Inches (in)<\/label>\r\n                <input type=\"number\" id=\"inchInput\" class=\"converter-io\" placeholder=\"0.00\" step=\"any\" min=\"0\">\r\n            <\/div>\r\n            <div class=\"equals-sign\">=<\/div>\r\n            <div class=\"value-group\">\r\n                <label>Centimeters (cm)<\/label>\r\n                <div id=\"cmOutput\" class=\"converter-io\">0.00<\/div>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"converter-actions\">\r\n             <button id=\"copyBtn\" class=\"copy-btn\">\r\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\">\r\n                    <path d=\"M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z\"\/>\r\n                    <path d=\"M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zM-1 8a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1A.5.5 0 0 1-1 8z\"\/>\r\n                <\/svg>\r\n                Copy Result\r\n            <\/button>\r\n            <button id=\"resetBtn\" class=\"reset-btn\">Reset<\/button>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<!-- Success message element for the copy action -->\r\n<div id=\"successMessage\" class=\"success-message\">Result copied to clipboard!<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', function() {\r\n        \/\/ --- 1. Constants and DOM Element Selection ---\r\n        const INCH_TO_CM = 2.54;\r\n\r\n        const inchInput = document.getElementById('inchInput');\r\n        const cmOutput = document.getElementById('cmOutput');\r\n        const resetButton = document.getElementById('resetBtn');\r\n        const copyButton = document.getElementById('copyBtn');\r\n        const successMessage = document.getElementById('successMessage');\r\n\r\n        \/\/ --- 2. Core Conversion Function ---\r\n        function convertUnits() {\r\n            const inchesValue = parseFloat(inchInput.value);\r\n\r\n            \/\/ Check if the input is a valid, non-negative number\r\n            if (!isNaN(inchesValue) && inchesValue >= 0) {\r\n                const cmValue = inchesValue * INCH_TO_CM;\r\n                \/\/ Display result with 2 decimal places\r\n                cmOutput.textContent = cmValue.toFixed(2);\r\n            } else {\r\n                \/\/ If input is empty or invalid, show a default state\r\n                cmOutput.textContent = '0.00';\r\n            }\r\n        }\r\n\r\n        \/\/ --- 3. Reset Function ---\r\n        function resetConverter() {\r\n            inchInput.value = '';\r\n            \/\/ Trigger the conversion function to update the output to its default state\r\n            convertUnits();\r\n        }\r\n\r\n        \/\/ --- 4. Copy to Clipboard Function ---\r\n        function copyResult() {\r\n            const resultText = cmOutput.textContent;\r\n\r\n            \/\/ Use the modern Navigator Clipboard API\r\n            navigator.clipboard.writeText(resultText).then(() => {\r\n                \/\/ Show success message on successful copy\r\n                successMessage.classList.add('show');\r\n                \r\n                \/\/ Hide the message after 2.5 seconds\r\n                setTimeout(() => {\r\n                    successMessage.classList.remove('show');\r\n                }, 2500);\r\n            }).catch(err => {\r\n                console.error('Failed to copy text: ', err);\r\n                \/\/ Optionally, handle errors here (e.g., show an error message)\r\n            });\r\n        }\r\n        \r\n        \/\/ --- 5. Event Listeners ---\r\n\r\n        \/\/ Real-time conversion as the user types\r\n        if(inchInput) {\r\n            inchInput.addEventListener('input', convertUnits);\r\n        }\r\n\r\n        \/\/ Reset button functionality\r\n        if(resetButton) {\r\n            resetButton.addEventListener('click', resetConverter);\r\n        }\r\n\r\n        \/\/ Copy button functionality\r\n        if(copyButton) {\r\n            copyButton.addEventListener('click', copyResult);\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-8310619","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>INCH to CM Converter<\/title>\n<meta name=\"description\" content=\"Effortlessly convert inches to centimeters with our free, fast, and accurate INCH to CM Converter. Perfect for DIY, design, engineering, and more. Get precise conversions in seconds!\" \/>\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\/inch-to-cm-converter\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"INCH to CM Converter\" \/>\n<meta property=\"og:description\" content=\"Effortlessly convert inches to centimeters with our free, fast, and accurate INCH to CM Converter. Perfect for DIY, design, engineering, and more. Get precise conversions in seconds!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/inch-to-cm-converter\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-11T03:25:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-11T03:33:11+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\/inch-to-cm-converter\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/inch-to-cm-converter\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"INCH to CM Converter\",\"datePublished\":\"2025-09-11T03:25:24+00:00\",\"dateModified\":\"2025-09-11T03:33:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/inch-to-cm-converter\/\"},\"wordCount\":6,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/inch-to-cm-converter\/\",\"url\":\"https:\/\/elementor.com\/tools\/inch-to-cm-converter\/\",\"name\":\"INCH to CM Converter\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-11T03:25:24+00:00\",\"dateModified\":\"2025-09-11T03:33:11+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Effortlessly convert inches to centimeters with our free, fast, and accurate INCH to CM Converter. Perfect for DIY, design, engineering, and more. Get precise conversions in seconds!\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/inch-to-cm-converter\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/inch-to-cm-converter\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/inch-to-cm-converter\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"INCH to CM Converter\"}]},{\"@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":"INCH to CM Converter","description":"Effortlessly convert inches to centimeters with our free, fast, and accurate INCH to CM Converter. Perfect for DIY, design, engineering, and more. Get precise conversions in seconds!","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\/inch-to-cm-converter\/","og_locale":"en_US","og_type":"article","og_title":"INCH to CM Converter","og_description":"Effortlessly convert inches to centimeters with our free, fast, and accurate INCH to CM Converter. Perfect for DIY, design, engineering, and more. Get precise conversions in seconds!","og_url":"https:\/\/elementor.com\/tools\/inch-to-cm-converter\/","og_site_name":"Tools","article_published_time":"2025-09-11T03:25:24+00:00","article_modified_time":"2025-09-11T03:33:11+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\/inch-to-cm-converter\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/inch-to-cm-converter\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"INCH to CM Converter","datePublished":"2025-09-11T03:25:24+00:00","dateModified":"2025-09-11T03:33:11+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/inch-to-cm-converter\/"},"wordCount":6,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/inch-to-cm-converter\/","url":"https:\/\/elementor.com\/tools\/inch-to-cm-converter\/","name":"INCH to CM Converter","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-11T03:25:24+00:00","dateModified":"2025-09-11T03:33:11+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Effortlessly convert inches to centimeters with our free, fast, and accurate INCH to CM Converter. Perfect for DIY, design, engineering, and more. Get precise conversions in seconds!","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/inch-to-cm-converter\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/inch-to-cm-converter\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/inch-to-cm-converter\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"INCH to CM Converter"}]},{"@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\/8310619","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=8310619"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310619\/revisions"}],"predecessor-version":[{"id":8310622,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310619\/revisions\/8310622"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310619"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310619"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310619"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}