{"id":67221,"date":"2025-12-24T19:46:49","date_gmt":"2025-12-24T14:16:49","guid":{"rendered":"https:\/\/caronphone.com\/news\/?p=67221"},"modified":"2025-12-25T10:43:25","modified_gmt":"2025-12-25T05:13:25","slug":"tata-motors-confirms-2026-ev-lineup-featuring-sierra-ev-avinya-suv-and-punch-ev-facelift","status":"publish","type":"post","link":"https:\/\/caronphone.com\/news\/tata-motors-confirms-2026-ev-lineup-featuring-sierra-ev-avinya-suv-and-punch-ev-facelift\/","title":{"rendered":"Tata Motors Confirms 2026 EV Lineup Featuring Sierra EV, Avinya SUV and Punch EV Facelift"},"content":{"rendered":"<div class=\"clean-word-content\"><p><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter size-full wp-image-67208\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/2026-Tata-EV-Lineup-Confirmed_-Sierra-EV-Avinya-Updated-Punch-EV.webp\" alt=\"2026 Tata EV Lineup Confirmed_ Sierra EV, Avinya, Updated Punch EV\" width=\"1440\" height=\"720\" title=\"\" srcset=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/2026-Tata-EV-Lineup-Confirmed_-Sierra-EV-Avinya-Updated-Punch-EV.webp 1440w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/2026-Tata-EV-Lineup-Confirmed_-Sierra-EV-Avinya-Updated-Punch-EV-300x150.webp 300w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/2026-Tata-EV-Lineup-Confirmed_-Sierra-EV-Avinya-Updated-Punch-EV-1024x512.webp 1024w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/2026-Tata-EV-Lineup-Confirmed_-Sierra-EV-Avinya-Updated-Punch-EV-768x384.webp 768w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/2026-Tata-EV-Lineup-Confirmed_-Sierra-EV-Avinya-Updated-Punch-EV-150x75.webp 150w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" \/><\/p> <p>Tata Sierra EV is driving fresh momentum for Tata Motors as the brand sharpens its focus on electric mobility in India. With strong interest around the Sierra revival, Tata Motors has now confirmed an expanded EV strategy that will see five new electric vehicles and one model update launched by FY30. A key part of this plan is the confirmed arrival of the Tata Sierra EV, the updated Tata Punch EV and the Tata Avinya in 2026, underlining Tata\u2019s intent to strengthen its presence across multiple EV segments<\/p> <h2><strong>Upcoming Tata EV Lineup Confirmed For 2026<\/strong><\/h2> <p><a href=\"https:\/\/caronphone.com\/tata-cars\/\" target=\"_blank\" rel=\"noopener noreferrer\">Tata Motors<\/a> has shared key details about what lies ahead. The confirmed 2026 launches include:<\/p>    <div id=\"ad-1778748062-s8QQ6e-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-1778748062-s8QQ6e\"\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-1778748062-s8QQ6e-container');\r\n            const ad = document.getElementById('ad-1778748062-s8QQ6e');\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     <ul> <li>Tata Sierra EV<\/li> <li>Updated Tata Punch EV<\/li> <li>Tata Avinya luxury electric vehicle<\/li> <\/ul> <p>Each model targets a different buyer group, helping Tata cover multiple price points and body styles<\/p> <h2><strong>Tata Sierra EV: A Modern Take On A Classic Name<\/strong><\/h2> <p><img decoding=\"async\" class=\"aligncenter size-full wp-image-67212\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Tata-Sierra-EV-5.webp\" alt=\"Tata Sierra EV\" width=\"1440\" height=\"720\" title=\"\" srcset=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Tata-Sierra-EV-5.webp 1440w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Tata-Sierra-EV-5-300x150.webp 300w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Tata-Sierra-EV-5-1024x512.webp 1024w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Tata-Sierra-EV-5-768x384.webp 768w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Tata-Sierra-EV-5-150x75.webp 150w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" \/><\/p> <p>The <a href=\"https:\/\/caronphone.com\/tata-cars\/sierra-ev\" target=\"_blank\" rel=\"noopener noreferrer\">Tata Sierra EV<\/a> has already been shown in a near-production form alongside its internal combustion engine version. From the outside, the electric version looks very similar to the ICE Sierra, keeping the same overall shape and strong SUV stance<\/p> <p><strong>Design And Platform Details<\/strong><\/p> <ul> <li>The main visual difference is a body-colored closed front panel, replacing the gloss-black grille seen on the ICE version<\/li> <li>The SUV is built on Tata\u2019s ev Plus platform, the same base used for the upcoming Harrier EV<\/li> <li>Design focuses on a clean and modern look while keeping the Sierra identity intact<\/li> <\/ul> <p>This approach helps Tata offer a familiar yet fresh electric SUV to Indian buyers<\/p> <p>Explore More <a href=\"https:\/\/caronphone.com\/ev-car\">Electric Cars<\/a> on CarOnPhone.com<\/p> <h3><strong>Battery, Range And Performance Expectations<\/strong><\/h3> <p>Tata Motors is expected to follow its usual strategy by offering more than one battery option<\/p> <ul> <li>Two battery pack options are likely<\/li> <li>Claimed driving range of up to 500 km on a full charge<\/li> <li>All-wheel drive option expected for higher variants<\/li> <\/ul> <p>The Sierra EV is expected to balance performance and range for daily use as well as long trips<\/p> <h3><strong>Expected Pricing<\/strong><\/h3> <p>The Tata Sierra EV price is likely to start at around Rs 15 lakh (ex-showroom). This positions it competitively in the midsize electric SUV space<\/p> <h2><strong>Updated Tata Punch EV: Model-Year Refresh In 2026<\/strong><\/h2> <p><img decoding=\"async\" class=\"aligncenter size-full wp-image-67211\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Tata-Punch-EV-3.webp\" alt=\"Tata Punch EV\" width=\"1440\" height=\"720\" title=\"\" srcset=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Tata-Punch-EV-3.webp 1440w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Tata-Punch-EV-3-300x150.webp 300w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Tata-Punch-EV-3-1024x512.webp 1024w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Tata-Punch-EV-3-768x384.webp 768w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Tata-Punch-EV-3-150x75.webp 150w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" \/><\/p> <p>The <a href=\"https:\/\/caronphone.com\/tata-cars\/punch-ev\" target=\"_blank\" rel=\"noopener noreferrer\">Tata Punch EV<\/a> will receive a model-year update in 2026. This update is not a full redesign but focuses on making the electric SUV more appealing through feature upgrades and small visual changes<\/p> <h3><strong>What To Expect From The Refresh<\/strong><\/h3> <ul> <li>New exterior and interior color options<\/li> <li>Minor cosmetic updates to keep the design fresh<\/li> <li>Possible freestanding infotainment screen with slimmer bezels, similar to the Punch ICE facelift test mule<\/li> <\/ul> <p>These changes aim to improve the overall cabin experience<\/p> <h3><strong>Tech And Range Improvements<\/strong><\/h3> <ul> <li>Updated audio system for better sound quality<\/li> <li>Minor powertrain improvements to deliver a better claimed driving range<\/li> <\/ul> <p>The Punch EV already performs well in city conditions, and these updates are expected to improve its everyday usability<\/p> <h2><strong>Tata Avinya: Premium Electric Brand For The Future<\/strong><\/h2> <p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-67210\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Tata-Avinya-2.webp\" alt=\"Tata Avinya\" width=\"1440\" height=\"720\" title=\"\" srcset=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Tata-Avinya-2.webp 1440w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Tata-Avinya-2-300x150.webp 300w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Tata-Avinya-2-1024x512.webp 1024w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Tata-Avinya-2-768x384.webp 768w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Tata-Avinya-2-150x75.webp 150w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" \/><\/p> <p>The <a href=\"https:\/\/caronphone.com\/tata-cars\/avinya\" target=\"_blank\" rel=\"noopener noreferrer\">Tata Avinya<\/a> sits at the top end of Tata Motors\u2019 electric vehicle portfolio. It represents Tata\u2019s vision for future electric mobility with a strong focus on premium design and technology<\/p> <p>Dash Light On? Identify the issue quickly with our <a id=\"menur5g7\" class=\"fui-Link ___1q1shib f2hkw1w f3rmtva f1ewtqcl fyind8e f1k6fduh f1w7gpdv fk6fouc fjoy568 figsok6 f1s184ao f1mk8lai fnbmjn9 f1o700av f13mvf36 f1cmlufx f9n3di6 f1ids18y f1tx3yz7 f1deo86v f1eh06m1 f1iescvh fhgqx19 f1olyrje f1p93eir f1nev41a f1h8hb77 f1lqvz6u f10aw75t fsle3fq f17ae5zn\" title=\"https:\/\/caronphone.com\/warning-lights\" href=\"https:\/\/caronphone.com\/warning-lights\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Link Car Warning Light Guide\">Car Warning Light Guide<\/a>.<\/p> <h3><strong>Avinya X Showcase At Auto Expo 2025<\/strong><\/h3> <p>Tata showcased the Avinya X at Auto Expo 2025. This version highlighted a bold SUV-coupe body style and futuristic design cues<\/p> <p><strong>Key exterior highlights include:<\/strong><\/p> <ul> <li>T-shaped LED daytime running lights<\/li> <li>Closed front grille design<\/li> <li>Vertical headlamps<\/li> <li>Silver skid plate for a strong road presence<\/li> <\/ul> <p><strong>Interior Design And Layout<\/strong><\/p> <ul> <li>Minimalist cabin design<\/li> <li>Dual-tone interior theme<\/li> <li>Two-spoke steering wheel<\/li> <li>Integrated digital display layout<\/li> <\/ul> <p>The cabin focuses on space, simplicity, and comfort rather than heavy styling<\/p>    <div id=\"ad-1778748062-KnzVeQ-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-1778748062-KnzVeQ\"\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-1778748062-KnzVeQ-container');\r\n            const ad = document.getElementById('ad-1778748062-KnzVeQ');\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     <h3><strong>Avinya Concept Background<\/strong><\/h3> <p>Before Avinya X, Tata had revealed the original Avinya concept in 2022. That version featured a crossover body style and unique design elements like rear-hinged doors, similar to luxury cars. While not all concept features will reach production, they set the direction for Tata\u2019s premium EV range<\/p> <h2><strong>More EVs Planned Beyond 2026<\/strong><\/h2> <p>Apart from the Sierra EV, Punch EV update, and Avinya, Tata Motors has also confirmed that three additional electric models will be added to its lineup by FY2030<\/p> <p><strong>Strong EV Sales Foundation<\/strong><\/p> <ul> <li>Tata Motors has sold over 2.5 lakh electric vehicles in India<\/li> <li>The Tata Nexon EV has crossed 1 lakh units, making it the brand\u2019s top-selling electric model<\/li> <\/ul> <p>These numbers highlight Tata\u2019s leadership in India\u2019s EV space<\/p> <h2><strong>Tata Motors\u2019 Focus On Electric Mobility<\/strong><\/h2> <p>Tata Motors continues to take an aggressive approach toward electric vehicles. With a wide product range, strong sales record, and clear future plans, the brand is working to strengthen its position as India\u2019s leading EV manufacturer<\/p> <p>The upcoming launches in 2026 will play a key role in shaping Tata\u2019s electric journey and offering more choices to Indian car buyers looking to switch to cleaner mobility<\/p><\/div>","protected":false},"excerpt":{"rendered":"<p>Tata Sierra EV is driving fresh momentum for Tata Motors as the brand sharpens its focus on electric mobility in [&hellip;]<\/p>\n","protected":false},"author":14,"featured_media":67209,"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":[408,413,561,327,1612],"class_list":["post-67221","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-all","tag-punch-ev","tag-sierra-ev","tag-suv-cars","tag-tata","tag-tata-avinya"],"acf":[],"_links":{"self":[{"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/posts\/67221","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=67221"}],"version-history":[{"count":4,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/posts\/67221\/revisions"}],"predecessor-version":[{"id":67246,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/posts\/67221\/revisions\/67246"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/media\/67209"}],"wp:attachment":[{"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/media?parent=67221"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/categories?post=67221"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/tags?post=67221"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}