{"id":61828,"date":"2025-10-09T17:58:52","date_gmt":"2025-10-09T12:28:52","guid":{"rendered":"https:\/\/caronphone.com\/news\/?p=61828"},"modified":"2025-10-09T17:58:52","modified_gmt":"2025-10-09T12:28:52","slug":"skoda-octavia-rs-mamba-green-color-sold-out-in-india","status":"publish","type":"post","link":"https:\/\/caronphone.com\/news\/skoda-octavia-rs-mamba-green-color-sold-out-in-india\/","title":{"rendered":"Skoda Octavia RS Mamba Green Color Sold Out In India."},"content":{"rendered":"<div class=\"clean-word-content\"><p><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter size-full wp-image-61836\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/RS-cover_.webp\" alt=\"Skoda Octavia RS Mamba Green Color Sold Out In India cover\" width=\"1080\" height=\"540\" title=\"\" srcset=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/RS-cover_.webp 1080w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/RS-cover_-300x150.webp 300w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/RS-cover_-1024x512.webp 1024w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/RS-cover_-768x384.webp 768w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/RS-cover_-150x75.webp 150w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/p> <p><span data-contrast=\"auto\">The <\/span><b><span data-contrast=\"auto\">Skoda <a href=\"https:\/\/www.caronphone.com\/skoda-cars\/octavia-rs\">Octavia RS<\/a> Mamba Green<\/span><\/b><span data-contrast=\"auto\"> has officially sold out in India. With only 100 units available nationwide, this high-performance sedan has created a buzz among car enthusiasts. Bookings for this exclusive model required a <\/span><b><span data-contrast=\"auto\">Rs. 2.5 lakh advance<\/span><\/b><span data-contrast=\"auto\">, ahead of its official launch on <\/span><b><span data-contrast=\"auto\">17 October 2025<\/span><\/b><span data-contrast=\"auto\">.<\/span><\/p>    <div id=\"ad-1776215100-TiKgY9-container\"\r\n         class=\"comman-ads-container\"\r\n         style=\"position: relative; width: 100%; max-width: 970px; min-height: 50px; margin: 10px auto; display: flex; justify-content: center; align-items: center; overflow: hidden;\">\r\n\r\n        <!-- Loader -->\r\n        <div class=\"comman-ads-loader\" style=\"position: absolute; top:0; left:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; z-index:2;flex-direction: column;\">\r\n            <div style=\"width:32px; height:32px; border:3px solid #e5e7eb; border-top:3px solid #9ca3af; border-radius:50%; animation: spin 1s linear infinite;\"><\/div>\r\n            <span style=\"background-color: white;border: 1px solid #d1d5db;border-radius: 4px;padding: 2px 8px;font-size: 9px;color: #6b7280;font-weight: 600;letter-spacing: 1px;text-transform: uppercase;\">AD<\/span>\r\n        <\/div>\r\n\r\n        <!-- AdSense Ad -->\r\n        <ins class=\"adsbygoogle\"\r\n             id=\"ad-1776215100-TiKgY9\"\r\n             style=\"display:inline-block; width:970px; height:90px; background: transparent;\"\r\n             data-ad-client=\"ca-pub-8418398772512966\"\r\n             data-ad-slot=\"1745023287\"><\/ins>\r\n    <\/div>\r\n\r\n    <script>\r\n        (function(){\r\n            const container = document.getElementById('ad-1776215100-TiKgY9-container');\r\n            const ad = document.getElementById('ad-1776215100-TiKgY9');\r\n            const loader = container.querySelector('.comman-ads-loader');\r\n            const sizeWeb = [970, 90];\r\n            const sizeMobile = [320, 50];\r\n            const breakpoint = 768;\r\n\r\n            \/\/ Load AdSense script if not already loaded\r\n            if (!document.querySelector('script[src*=\"adsbygoogle\"]')) {\r\n                const script = document.createElement('script');\r\n                script.async = true;\r\n                script.src = 'https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js';\r\n                script.crossOrigin = 'anonymous';\r\n                script.setAttribute('data-ad-client', 'ca-pub-8418398772512966');\r\n                document.head.appendChild(script);\r\n            }\r\n\r\n            \/\/ Function to switch sizes based on viewport\r\n            function updateAdSize() {\r\n                const isMobile = window.innerWidth <= breakpoint;\r\n                const currentSize = isMobile ? sizeMobile : sizeWeb;\r\n                ad.style.width = currentSize[0] + 'px';\r\n                ad.style.height = currentSize[1] + 'px';\r\n                container.style.maxWidth = currentSize[0] + 'px';\r\n                container.style.height = currentSize[1] + 'px';\r\n            }\r\n\r\n            updateAdSize();\r\n            window.addEventListener('resize', updateAdSize);\r\n\r\n             \/\/ Push Ad with safety check\r\n            function pushAd() {\r\n                try {\r\n                    const uninitializedAds = document.querySelectorAll('.adsbygoogle:not([data-adsbygoogle-status])');\r\n                    if (uninitializedAds.length > 0) {\r\n                        (adsbygoogle = window.adsbygoogle || []).push({});\r\n                    }\r\n                } catch(e) {\r\n                    console.warn('AdSense push failed', e);\r\n                    container.style.display = 'none'; \/\/ hide on error\r\n                }\r\n            }\r\n\r\n            pushAd();\r\n\r\n            \/\/ Check if ad loaded successfully\r\n            let checks = 0;\r\n            const interval = setInterval(() => {\r\n                const iframe = ad.querySelector('iframe');\r\n                if ((iframe && iframe.offsetHeight > 0) || ad.innerHTML.trim().length > 200) {\r\n                    loader.style.display = 'none'; \/\/ hide loader\r\n                    clearInterval(interval);\r\n                }\r\n                checks++;\r\n                if (checks > 16) { \/\/ after 8s hide\r\n                    loader.style.display = 'none';\r\n                    clearInterval(interval);\r\n                }\r\n            }, 1000);\r\n\r\n        })();\r\n    <\/script>\r\n\r\n    <style>\r\n        @keyframes spin { 100% { transform: rotate(360deg); } }\r\n    <\/style>\r\n     <h2><b><span data-contrast=\"auto\">Why Mamba Green Variant Stands Out<\/span><\/b><\/h2> <p><img decoding=\"async\" class=\"aligncenter size-full wp-image-61839\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/exterior-2-6.webp\" alt=\"exterior-2\" width=\"1080\" height=\"540\" title=\"\" srcset=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/exterior-2-6.webp 1080w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/exterior-2-6-300x150.webp 300w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/exterior-2-6-1024x512.webp 1024w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/exterior-2-6-768x384.webp 768w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/exterior-2-6-150x75.webp 150w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/p> <p><span data-contrast=\"auto\">The <\/span><b><span data-contrast=\"auto\">Mamba Green color<\/span><\/b><span data-contrast=\"auto\"> is particularly special and is considered the signature shade for the Octavia RS<\/span><\/p> <ul style=\"font-weight: 400;\"> <li data-aria-posinset=\"3\" data-aria-level=\"1\"><span data-contrast=\"auto\">The color complements the sedan\u2019s aggressive exterior styling, including RS specific trims and blacked out accents<\/span><\/li> <li data-aria-posinset=\"4\" data-aria-level=\"1\"><span data-contrast=\"auto\">Its presence at the Indian Auto Expo earlier this year has created high anticipation among enthusiasts<\/span><\/li> <li data-aria-posinset=\"5\" data-aria-level=\"1\"><span data-contrast=\"auto\">With all units in Mamba Green already booked it demonstrates the popularity and desirability of this variant<\/span><\/li> <\/ul> <p><span data-contrast=\"auto\">Even buyers who prefer other colors are expected to consider the green variant as the most eye-catching and iconic option<\/span><\/p> <h2><b><span data-contrast=\"auto\">Why Skoda Octavia RS Holds a Special Place<\/span><\/b><\/h2> <p><img decoding=\"async\" class=\"aligncenter size-full wp-image-61840\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/interior-rs.webp\" alt=\"interior rs\" width=\"1080\" height=\"540\" title=\"\" srcset=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/interior-rs.webp 1080w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/interior-rs-300x150.webp 300w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/interior-rs-1024x512.webp 1024w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/interior-rs-768x384.webp 768w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/interior-rs-150x75.webp 150w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/p> <p><span data-contrast=\"auto\">The <\/span><b><span data-contrast=\"auto\">Octavia RS<\/span><\/b><span data-contrast=\"auto\"> has a strong legacy in India and across the globe. <a href=\"https:\/\/www.caronphone.com\/skoda-cars\">Skoda Auto<\/a> began operations in India in 2001 with the Octavia sedan which quickly gained a premium image for offering luxury and performance at a reasonable price. In 2004 the <\/span><b><span data-contrast=\"auto\">RS (Rally Sport)<\/span><\/b><span data-contrast=\"auto\"> variant was introduced in India giving enthusiasts a high performance option in the premium sedan segment<\/span><\/p>    <div id=\"ad-1776215100-uHX8rY-container\"\r\n         class=\"comman-ads-container\"\r\n         style=\"position: relative; width: 100%; max-width: 728px; min-height: 50px; margin: 10px auto; display: flex; justify-content: center; align-items: center; overflow: hidden;\">\r\n\r\n        <!-- Loader -->\r\n        <div class=\"comman-ads-loader\" style=\"position: absolute; top:0; left:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; z-index:2;flex-direction: column;\">\r\n            <div style=\"width:32px; height:32px; border:3px solid #e5e7eb; border-top:3px solid #9ca3af; border-radius:50%; animation: spin 1s linear infinite;\"><\/div>\r\n            <span style=\"background-color: white;border: 1px solid #d1d5db;border-radius: 4px;padding: 2px 8px;font-size: 9px;color: #6b7280;font-weight: 600;letter-spacing: 1px;text-transform: uppercase;\">AD<\/span>\r\n        <\/div>\r\n\r\n        <!-- AdSense Ad -->\r\n        <ins class=\"adsbygoogle\"\r\n             id=\"ad-1776215100-uHX8rY\"\r\n             style=\"display:inline-block; width:728px; height:90px; background: transparent;\"\r\n             data-ad-client=\"ca-pub-8418398772512966\"\r\n             data-ad-slot=\"8897589148\"><\/ins>\r\n    <\/div>\r\n\r\n    <script>\r\n        (function(){\r\n            const container = document.getElementById('ad-1776215100-uHX8rY-container');\r\n            const ad = document.getElementById('ad-1776215100-uHX8rY');\r\n            const loader = container.querySelector('.comman-ads-loader');\r\n            const sizeWeb = [728, 90];\r\n            const sizeMobile = [320, 50];\r\n            const breakpoint = 768;\r\n\r\n            \/\/ Load AdSense script if not already loaded\r\n            if (!document.querySelector('script[src*=\"adsbygoogle\"]')) {\r\n                const script = document.createElement('script');\r\n                script.async = true;\r\n                script.src = 'https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js';\r\n                script.crossOrigin = 'anonymous';\r\n                script.setAttribute('data-ad-client', 'ca-pub-8418398772512966');\r\n                document.head.appendChild(script);\r\n            }\r\n\r\n            \/\/ Function to switch sizes based on viewport\r\n            function updateAdSize() {\r\n                const isMobile = window.innerWidth <= breakpoint;\r\n                const currentSize = isMobile ? sizeMobile : sizeWeb;\r\n                ad.style.width = currentSize[0] + 'px';\r\n                ad.style.height = currentSize[1] + 'px';\r\n                container.style.maxWidth = currentSize[0] + 'px';\r\n                container.style.height = currentSize[1] + 'px';\r\n            }\r\n\r\n            updateAdSize();\r\n            window.addEventListener('resize', updateAdSize);\r\n\r\n             \/\/ Push Ad with safety check\r\n            function pushAd() {\r\n                try {\r\n                    const uninitializedAds = document.querySelectorAll('.adsbygoogle:not([data-adsbygoogle-status])');\r\n                    if (uninitializedAds.length > 0) {\r\n                        (adsbygoogle = window.adsbygoogle || []).push({});\r\n                    }\r\n                } catch(e) {\r\n                    console.warn('AdSense push failed', e);\r\n                    container.style.display = 'none'; \/\/ hide on error\r\n                }\r\n            }\r\n\r\n            pushAd();\r\n\r\n            \/\/ Check if ad loaded successfully\r\n            let checks = 0;\r\n            const interval = setInterval(() => {\r\n                const iframe = ad.querySelector('iframe');\r\n                if ((iframe && iframe.offsetHeight > 0) || ad.innerHTML.trim().length > 200) {\r\n                    loader.style.display = 'none'; \/\/ hide loader\r\n                    clearInterval(interval);\r\n                }\r\n                checks++;\r\n                if (checks > 16) { \/\/ after 8s hide\r\n                    loader.style.display = 'none';\r\n                    clearInterval(interval);\r\n                }\r\n            }, 1000);\r\n\r\n        })();\r\n    <\/script>\r\n\r\n    <style>\r\n        @keyframes spin { 100% { transform: rotate(360deg); } }\r\n    <\/style>\r\n     <ul style=\"font-weight: 400;\"> <li data-aria-posinset=\"6\" data-aria-level=\"1\"><span data-contrast=\"auto\">Over two decades later the RS badge still carries significant appeal<\/span><\/li> <li data-aria-posinset=\"7\" data-aria-level=\"1\"><span data-contrast=\"auto\">Skoda continues to bring these high-performance models in limited numbers due to homologation rules<\/span><\/li> <li data-aria-posinset=\"8\" data-aria-level=\"1\"><span data-contrast=\"auto\">Each time the units are sold out almost immediately a trend expected to continue with the 2025 Octavia RS<\/span><\/li> <\/ul> <p><span data-contrast=\"auto\">The Octavia RS has always represented a unique combination of practicality, performance and exclusivity. It appeals to buyers who want a sedan with strong performance credentials without entering the supercar territory<\/span><\/p> <h2><b><span data-contrast=\"auto\">Limited Availability in India<\/span><\/b><\/h2> <ul style=\"font-weight: 400;\"> <li data-aria-posinset=\"9\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Total Units Allocated-<\/span><\/b><span data-contrast=\"auto\"> 100<\/span><\/li> <\/ul> <p><span data-contrast=\"auto\">This limited availability adds to the exclusivity and desirability of the Octavia RS. The Mamba Green color in particular is expected to be the most popular choice among buyers due to its sporty and striking appearance<\/span><\/p> <h2><b><span data-contrast=\"auto\">Engine and Performance Specifications<\/span><\/b><\/h2> <p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-61838\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/engine-RS.webp\" alt=\"engine RS\" width=\"1080\" height=\"540\" title=\"\" srcset=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/engine-RS.webp 1080w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/engine-RS-300x150.webp 300w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/engine-RS-1024x512.webp 1024w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/engine-RS-768x384.webp 768w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/engine-RS-150x75.webp 150w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/p> <p><span data-contrast=\"auto\">The new Octavia RS is powered by a <\/span><b><span data-contrast=\"auto\">2.0 litre TSI turbo petrol engine<\/span><\/b><span data-contrast=\"auto\"> which offers an impressive performance output<\/span><\/p> <ul style=\"font-weight: 400;\"> <li data-aria-posinset=\"10\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Power-<\/span><\/b><span data-contrast=\"auto\"> 265 hp<\/span><\/li> <li data-aria-posinset=\"11\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Torque-<\/span><\/b><span data-contrast=\"auto\"> 370 Nm<\/span><\/li> <li data-aria-posinset=\"12\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Transmission-<\/span><\/b><span data-contrast=\"auto\"> 7-speed DSG automatic<\/span><\/li> <li data-aria-posinset=\"13\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">0\u2013100 km\/h Acceleration-<\/span><\/b><span data-contrast=\"auto\"> 6.4 seconds<\/span><\/li> <li data-aria-posinset=\"14\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Top Speed-<\/span><\/b><span data-contrast=\"auto\"> 250 km\/h<\/span><\/li> <\/ul> <p><span data-contrast=\"auto\">The <a href=\"https:\/\/www.caronphone.com\/advanced-search?carTypes=Sedan\">sedan<\/a> comes with performance-focused features such as<\/span><\/p> <ul style=\"font-weight: 400;\"> <li data-aria-posinset=\"15\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Progressive steering<\/span><\/b><span data-contrast=\"auto\"> for precise handling<\/span><\/li> <li data-aria-posinset=\"16\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Electronic VAQ limited-slip differential<\/span><\/b><span data-contrast=\"auto\"> for improved traction<\/span><\/li> <li data-aria-posinset=\"17\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">RS-specific adaptive Dynamic Chassis Control <\/span><\/b><\/li> <li data-aria-posinset=\"18\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Ventilated disc brakes<\/span><\/b><span data-contrast=\"auto\"> for better stopping power<\/span><\/li> <\/ul> <p><span data-contrast=\"auto\">These features ensure that the Octavia RS is not just fast in a straight line but also handles corners with confidence providing a true performance driving experience<\/span><\/p> <h2><b><span data-contrast=\"auto\">Legacy of Octavia RS in India<\/span><\/b><\/h2> <p><span data-contrast=\"auto\">The Octavia RS has built a strong reputation over the past 20 years. Its appeal comes from<\/span><\/p> <ul style=\"font-weight: 400;\"> <li data-aria-posinset=\"19\" data-aria-level=\"1\"><span data-contrast=\"auto\">Being a performance-oriented sedan at a relatively affordable price<\/span><\/li> <li data-aria-posinset=\"20\" data-aria-level=\"1\"><span data-contrast=\"auto\">Offering premium interiors and features<\/span><\/li> <li data-aria-posinset=\"21\" data-aria-level=\"1\"><span data-contrast=\"auto\">Being a limited edition with exclusivity built into every launch<\/span><\/li> <\/ul> <p><span data-contrast=\"auto\">Skoda\u2019s strategy of importing limited units ensures high demand, strong resale value and lasting appeal for each RS model<\/span><\/p> <p><span data-contrast=\"auto\">The <\/span><b><span data-contrast=\"auto\">2025 Skoda Octavia RS<\/span><\/b><span data-contrast=\"auto\"> is a perfect blend of performance luxury and exclusivity. With a limited <\/span><b><span data-contrast=\"auto\">100 units<\/span><\/b><span data-contrast=\"auto\"> full feature set and striking color options like <\/span><b><span data-contrast=\"auto\">Mamba Green<\/span><\/b><span data-contrast=\"auto\"> it has quickly captured the attention of Indian car enthusiasts. Customers interested in owning this high performance sedan should book their unit early through Skoda Auto India\u2019s official website to avoid missing out<\/span><\/p> <p><span data-contrast=\"auto\">This fully loaded performance sedan is set to redefine expectations in the premium sedan segment, offering both thrilling driving performance and advanced technology features<\/span><\/p><\/div>","protected":false},"excerpt":{"rendered":"<p>The Skoda Octavia RS Mamba Green has officially sold out in India. With only 100 units available nationwide, this high-performance [&hellip;]<\/p>\n","protected":false},"author":14,"featured_media":61837,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"footnotes":""},"categories":[11],"tags":[685,653,274],"class_list":["post-61828","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-all","tag-octavia-rs","tag-sedan-cars","tag-skoda"],"acf":[],"_links":{"self":[{"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/posts\/61828","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/comments?post=61828"}],"version-history":[{"count":0,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/posts\/61828\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/media\/61837"}],"wp:attachment":[{"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/media?parent=61828"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/categories?post=61828"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/tags?post=61828"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}