{"id":8309909,"date":"2025-08-22T05:55:50","date_gmt":"2025-08-22T02:55:50","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8309909"},"modified":"2025-08-22T05:58:03","modified_gmt":"2025-08-22T02:58:03","slug":"px-to-cm-converter","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/px-to-cm-converter\/","title":{"rendered":"PX to CM Converter"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8309910\" class=\"elementor elementor-8309910\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7bb31762 e-flex e-con-boxed e-con e-parent\" data-id=\"7bb31762\" 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-36fbafad elementor-widget elementor-widget-spacer\" data-id=\"36fbafad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-24df368b elementor-widget elementor-widget-html\" data-id=\"24df368b\" 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 - Inspired by your .html-viewer-app *\/\r\n    .px-cm-converter-app {\r\n        width: 100%;\r\n        max-width: 600px; \/* Adjusted for a single-box tool *\/\r\n        margin: 0 auto;\r\n        padding: 40px 0 0;\r\n        font-family: sans-serif; \/* A sensible default font *\/\r\n    }\r\n\r\n    \/* Main Content Area - Uses your flexbox centering *\/\r\n    .main-content {\r\n        display: flex;\r\n        justify-content: center;\r\n        align-items: flex-start;\r\n        padding: 0 15px;\r\n    }\r\n\r\n    \/* The main converter box - Inspired by your .input-section *\/\r\n    .converter-section {\r\n        width: 100%;\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 Style - Taken directly from your .section-header *\/\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    .section-header h2 {\r\n        margin: 0;\r\n        padding: 0;\r\n        font-size: inherit;\r\n        font-weight: inherit;\r\n    }\r\n\r\n    \/* New container for the form elements *\/\r\n    .converter-body {\r\n        padding: 24px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 20px;\r\n    }\r\n\r\n    .input-group {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 8px;\r\n    }\r\n    \r\n    .input-group label {\r\n        font-weight: 600;\r\n        color: #333;\r\n        font-size: 1rem;\r\n    }\r\n\r\n    \/* Input field styling, inspired by your .code-textarea *\/\r\n    .converter-input {\r\n        width: 100%;\r\n        padding: 12px 15px;\r\n        border: 1.5px solid #ddd;\r\n        border-radius: 4px;\r\n        font-size: 1.1rem;\r\n        color: #333;\r\n        box-sizing: border-box; \/* Important for padding and border *\/\r\n        transition: border-color 0.2s, box-shadow 0.2s;\r\n    }\r\n    \r\n    .converter-input:focus {\r\n        outline: none;\r\n        border-color: #05047E;\r\n        box-shadow: 0 0 0 3px rgba(5, 4, 126, 0.2);\r\n    }\r\n\r\n    .converter-input::placeholder {\r\n        color: #adb5bd;\r\n    }\r\n\r\n    \/* Equal sign icon style *\/\r\n    .equals-icon {\r\n        text-align: center;\r\n        font-size: 1.5rem;\r\n        font-weight: bold;\r\n        color: #545454;\r\n        margin: -10px 0;\r\n    }\r\n    \r\n    \/* Reset Button - Taken directly from your .reset-btn *\/\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        margin-top: 12px;\r\n        transition: color 0.2s;\r\n        align-self: flex-end; \/* Pushes button to the right *\/\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    \/* Responsive adjustments *\/\r\n    @media (max-width: 768px) {\r\n        .px-cm-converter-app {\r\n            padding-top: 20px;\r\n        }\r\n        .section-header {\r\n            padding: 12px 20px;\r\n            font-size: 1.1rem;\r\n        }\r\n        .converter-body {\r\n            padding: 20px;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"px-cm-converter-app\">\r\n    <div class=\"main-content\">\r\n        <div class=\"converter-section\">\r\n            <div class=\"section-header\">\r\n                <h2>PX to CM Converter<\/h2>\r\n            <\/div>\r\n            <div class=\"converter-body\">\r\n                <div class=\"input-group\">\r\n                    <label for=\"pxInput\">Pixels (PX)<\/label>\r\n                    <input type=\"number\" id=\"pxInput\" class=\"converter-input\" placeholder=\"e.g., 1920\" step=\"any\" min=\"0\">\r\n                <\/div>\r\n\r\n                <div class=\"equals-icon\">\r\n                    &#x2195;\r\n                <\/div>\r\n\r\n                <div class=\"input-group\">\r\n                    <label for=\"cmInput\">Centimeters (CM)<\/label>\r\n                    <input type=\"number\" id=\"cmInput\" class=\"converter-input\" placeholder=\"e.g., 50.8\" step=\"any\" min=\"0\">\r\n                <\/div>\r\n\r\n                <button class=\"reset-btn\" id=\"resetBtn\">Reset Values<\/button>\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        \/\/ --- DOM Element References ---\r\n        const pxInput = document.getElementById('pxInput');\r\n        const cmInput = document.getElementById('cmInput');\r\n        const resetBtn = document.getElementById('resetBtn');\r\n\r\n        \/\/ --- Conversion Constants ---\r\n        \/\/ Standard CSS assumption: 96 pixels per inch.\r\n        \/\/ 1 inch = 2.54 centimeters.\r\n        const PX_PER_CM = 96 \/ 2.54;\r\n        const CM_PER_PX = 2.54 \/ 96;\r\n\r\n        \/\/ --- Event Listeners ---\r\n\r\n        \/\/ Convert from Pixels to Centimeters\r\n        pxInput.addEventListener('input', function () {\r\n            const pxValue = parseFloat(this.value);\r\n            if (!isNaN(pxValue) && pxValue >= 0) {\r\n                const cmValue = pxValue * CM_PER_PX;\r\n                \/\/ Update the cm input, rounding to 4 decimal places for cleanliness\r\n                cmInput.value = parseFloat(cmValue.toFixed(4));\r\n            } else {\r\n                \/\/ If the input is empty or invalid, clear the other input\r\n                cmInput.value = '';\r\n            }\r\n        });\r\n\r\n        \/\/ Convert from Centimeters to Pixels\r\n        cmInput.addEventListener('input', function () {\r\n            const cmValue = parseFloat(this.value);\r\n            if (!isNaN(cmValue) && cmValue >= 0) {\r\n                const pxValue = cmValue * PX_PER_CM;\r\n                \/\/ Update the px input, rounding to 4 decimal places\r\n                pxInput.value = parseFloat(pxValue.toFixed(4));\r\n            } else {\r\n                \/\/ If the input is empty or invalid, clear the other input\r\n                pxInput.value = '';\r\n            }\r\n        });\r\n        \r\n        \/\/ Reset button functionality\r\n        resetBtn.addEventListener('click', function() {\r\n            pxInput.value = '';\r\n            cmInput.value = '';\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<div class=\"elementor-element elementor-element-37cd074b elementor-widget elementor-widget-text-editor\" data-id=\"37cd074b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h2 style=\"text-align: center;\"><b>PX to CM Conversion Table for Quick Reference<\/b><\/h2><p style=\"text-align: center;\"><span style=\"font-weight: 400;\">To save you time, here is a table of common pixel dimensions converted to centimeters at standard DPI values.<\/span><\/p><table><tbody><tr><td><p><b>Pixels (px)<\/b><\/p><\/td><td><p><b>Size at 96 DPI (Web)<\/b><\/p><\/td><td><p><b>Size at 150 DPI (Low-Res Print)<\/b><\/p><\/td><td><p><b>Size at 300 DPI (High-Res Print)<\/b><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">100 px<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">2.65 cm<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">1.69 cm<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">0.85 cm<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">250 px<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">6.61 cm<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">4.23 cm<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">2.12 cm<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">500 px<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">13.23 cm<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">8.47 cm<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">4.23 cm<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">800 px<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">21.17 cm<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">13.55 cm<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">6.77 cm<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">1024 px<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">27.09 cm<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">17.34 cm<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">8.67 cm<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">1200 px<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">31.75 cm<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">20.32 cm<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">10.16 cm<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">1920 px<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">50.80 cm<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">32.51 cm<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">16.26 cm<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">2560 px<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">67.73 cm<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">43.35 cm<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">21.67 cm<\/span><\/p><\/td><\/tr><\/tbody><\/table>\t\t\t\t\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":4,"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-8309909","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>Free PX to CM Converter<\/title>\n<meta name=\"description\" content=\"Easily convert pixels (px) to centimeters (cm) with our free online PX to CM converter. Get instant, accurate measurements for your design and web projects.\" \/>\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\/px-to-cm-converter\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Free PX to CM Converter\" \/>\n<meta property=\"og:description\" content=\"Easily convert pixels (px) to centimeters (cm) with our free online PX to CM converter. Get instant, accurate measurements for your design and web projects.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/px-to-cm-converter\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-08-22T02:55:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-22T02:58:03+00:00\" \/>\n<meta name=\"author\" content=\"Itamar Haim\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Itamar Haim\" \/>\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\/px-to-cm-converter\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/px-to-cm-converter\/\"},\"author\":{\"name\":\"Itamar Haim\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/b5f5fb14828c615d7c81a41d4eb3e261\"},\"headline\":\"PX to CM Converter\",\"datePublished\":\"2025-08-22T02:55:50+00:00\",\"dateModified\":\"2025-08-22T02:58:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/px-to-cm-converter\/\"},\"wordCount\":6,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/px-to-cm-converter\/\",\"url\":\"https:\/\/elementor.com\/tools\/px-to-cm-converter\/\",\"name\":\"Free PX to CM Converter\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-08-22T02:55:50+00:00\",\"dateModified\":\"2025-08-22T02:58:03+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/b5f5fb14828c615d7c81a41d4eb3e261\"},\"description\":\"Easily convert pixels (px) to centimeters (cm) with our free online PX to CM converter. Get instant, accurate measurements for your design and web projects.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/px-to-cm-converter\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/px-to-cm-converter\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/px-to-cm-converter\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PX 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\/b5f5fb14828c615d7c81a41d4eb3e261\",\"name\":\"Itamar Haim\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/830174068538633c83fd732c583ea1fe9d4c813314075640bf78d5a621982848?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/830174068538633c83fd732c583ea1fe9d4c813314075640bf78d5a621982848?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/830174068538633c83fd732c583ea1fe9d4c813314075640bf78d5a621982848?s=96&d=mm&r=g\",\"caption\":\"Itamar Haim\"},\"url\":\"https:\/\/elementor.com\/tools\/author\/itamarha\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Free PX to CM Converter","description":"Easily convert pixels (px) to centimeters (cm) with our free online PX to CM converter. Get instant, accurate measurements for your design and web projects.","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\/px-to-cm-converter\/","og_locale":"en_US","og_type":"article","og_title":"Free PX to CM Converter","og_description":"Easily convert pixels (px) to centimeters (cm) with our free online PX to CM converter. Get instant, accurate measurements for your design and web projects.","og_url":"https:\/\/elementor.com\/tools\/px-to-cm-converter\/","og_site_name":"Tools","article_published_time":"2025-08-22T02:55:50+00:00","article_modified_time":"2025-08-22T02:58:03+00:00","author":"Itamar Haim","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Itamar Haim","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/elementor.com\/tools\/px-to-cm-converter\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/px-to-cm-converter\/"},"author":{"name":"Itamar Haim","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/b5f5fb14828c615d7c81a41d4eb3e261"},"headline":"PX to CM Converter","datePublished":"2025-08-22T02:55:50+00:00","dateModified":"2025-08-22T02:58:03+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/px-to-cm-converter\/"},"wordCount":6,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/px-to-cm-converter\/","url":"https:\/\/elementor.com\/tools\/px-to-cm-converter\/","name":"Free PX to CM Converter","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-08-22T02:55:50+00:00","dateModified":"2025-08-22T02:58:03+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/b5f5fb14828c615d7c81a41d4eb3e261"},"description":"Easily convert pixels (px) to centimeters (cm) with our free online PX to CM converter. Get instant, accurate measurements for your design and web projects.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/px-to-cm-converter\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/px-to-cm-converter\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/px-to-cm-converter\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"PX 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\/b5f5fb14828c615d7c81a41d4eb3e261","name":"Itamar Haim","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/830174068538633c83fd732c583ea1fe9d4c813314075640bf78d5a621982848?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/830174068538633c83fd732c583ea1fe9d4c813314075640bf78d5a621982848?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/830174068538633c83fd732c583ea1fe9d4c813314075640bf78d5a621982848?s=96&d=mm&r=g","caption":"Itamar Haim"},"url":"https:\/\/elementor.com\/tools\/author\/itamarha\/"}]}},"_links":{"self":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8309909","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\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/comments?post=8309909"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8309909\/revisions"}],"predecessor-version":[{"id":8309913,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8309909\/revisions\/8309913"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8309909"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8309909"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8309909"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}