{"id":62416,"date":"2025-10-15T15:06:44","date_gmt":"2025-10-15T09:36:44","guid":{"rendered":"https:\/\/caronphone.com\/news\/?p=62416"},"modified":"2025-10-15T15:41:17","modified_gmt":"2025-10-15T10:11:17","slug":"diwali-2025-bonanza-save-big-on-maruti-nexa-cars-offers","status":"publish","type":"post","link":"https:\/\/caronphone.com\/news\/diwali-2025-bonanza-save-big-on-maruti-nexa-cars-offers\/","title":{"rendered":"Diwali 2025 Bonanza: Save Big On Maruti Nexa Cars With Offers Up To Rs 1.4 Lakh"},"content":{"rendered":"<div class=\"clean-word-content\"><p><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter size-full wp-image-62425\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/maruit-cars-cover-2.webp\" alt=\"Diwali 2025 Bonanza: Save Big On Maruti Nexa Cars With Offers Up To Rs 1.4 Lakh cover\" width=\"1080\" height=\"540\" title=\"\" srcset=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/maruit-cars-cover-2.webp 1080w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/maruit-cars-cover-2-300x150.webp 300w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/maruit-cars-cover-2-1024x512.webp 1024w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/maruit-cars-cover-2-768x384.webp 768w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/maruit-cars-cover-2-150x75.webp 150w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/p> <p><span data-contrast=\"auto\">This festive season <\/span>Maruti Nexa Cars Diwali 2025 Offers<span data-contrast=\"auto\"> bring major benefits for buyers across the country. The brand has rolled out special discounts and benefits for its entire Nexa lineup which includes popular models such as the <\/span><a href=\"https:\/\/caronphone.com\/maruti-suzuki-cars\/baleno\">Baleno<\/a>, <a href=\"https:\/\/caronphone.com\/maruti-suzuki-cars\/fronx\">Fronx<\/a>, <a href=\"https:\/\/caronphone.com\/maruti-suzuki-cars\/grand-vitara\">Grand Vitara<\/a>, <a href=\"https:\/\/caronphone.com\/maruti-suzuki-cars\/jimny\">Jimny<\/a>, <a href=\"https:\/\/caronphone.com\/maruti-suzuki-cars\/ignis\">Ignis<\/a>, <a href=\"https:\/\/caronphone.com\/maruti-suzuki-cars\/xl6\">XL6 <\/a>and <a href=\"https:\/\/caronphone.com\/maruti-suzuki-cars\/invicto\">Invicto <\/a><\/p> <p><span data-contrast=\"auto\">Depending on the model buyers can now enjoy total savings of up to <\/span>Rs 1.40 lakh<span data-contrast=\"auto\">. These offers combine cash discounts, exchange bonuses and corporate benefits<\/span><\/p>    <div id=\"ad-1776635153-BCDyF2-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-1776635153-BCDyF2\"\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-1776635153-BCDyF2-container');\r\n            const ad = document.getElementById('ad-1776635153-BCDyF2');\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     <h2><b><span data-contrast=\"auto\">GST Price Cuts Add More Value<\/span><\/b><\/h2> <p><span data-contrast=\"auto\">Besides festive discounts, the Nexa range also benefits from <\/span>GST based price reductions<span data-contrast=\"auto\"> of up to <\/span>Rs 1.13 lakh<span data-contrast=\"auto\">. This is part of the government\u2019s new tax structure that has lowered rates on several passenger vehicles<\/span><\/p> <p><span data-contrast=\"auto\">When these tax benefits are combined with the ongoing Diwali offers customers can enjoy one of the most attractive buying seasons in recent years. This makes it a perfect time to bring a Nexa car home<\/span><\/p>    <div id=\"ad-1776635153-EMn5wA-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-1776635153-EMn5wA\"\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-1776635153-EMn5wA-container');\r\n            const ad = document.getElementById('ad-1776635153-EMn5wA');\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\">Model-Wise Maruti Nexa Cars Diwali 2025 Offers<\/span><\/b><\/h2> <p><img decoding=\"async\" class=\"aligncenter size-full wp-image-62423\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/01-30.webp\" alt=\"Diwali 2025 Bonanza: Save Big On Maruti Nexa Cars With Offers Up To Rs 1.4 Lakh Grand Vitara\" width=\"1080\" height=\"540\" title=\"\" srcset=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/01-30.webp 1080w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/01-30-300x150.webp 300w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/01-30-1024x512.webp 1024w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/01-30-768x384.webp 768w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/01-30-150x75.webp 150w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/p> <p><span data-contrast=\"auto\">Here\u2019s a detailed look at the discounts available across Nexa\u2019s popular models<\/span><\/p> \n<div class=\"tablepress-wrapper\" id=\"tablepress-wrapper-1696\"><table id=\"tablepress-1696\"  class=\"tablepress tablepress-id-1696\">\n<thead>\n<tr class=\"row-1\">\n\t<th class=\"column-1\">Model<\/th><th class=\"column-2\">Total Benefits<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-striping row-hover\">\n<tr class=\"row-2\">\n\t<td class=\"column-1\">Maruti Baleno<\/td><td class=\"column-2\">Rs 72,500<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\">Maruti\u00a0Fronx<\/td><td class=\"column-2\">Rs 70,000<\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\">Maruti Grand Vitara<\/td><td class=\"column-2\">Rs 1.29 lakh<\/td>\n<\/tr>\n<tr class=\"row-5\">\n\t<td class=\"column-1\">Maruti Jimny<\/td><td class=\"column-2\">Rs 1 lakh<\/td>\n<\/tr>\n<tr class=\"row-6\">\n\t<td class=\"column-1\">Maruti Ignis<\/td><td class=\"column-2\">Rs 62,500<\/td>\n<\/tr>\n<tr class=\"row-7\">\n\t<td class=\"column-1\">Maruti XL6<\/td><td class=\"column-2\">Rs 25,000<\/td>\n<\/tr>\n<tr class=\"row-8\">\n\t<td class=\"column-1\">Maruti\u00a0Invicto<\/td><td class=\"column-2\">Rs 1.40 lakh<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<!-- #tablepress-1696 from cache --> <h2><b><span data-contrast=\"auto\">Top Models With the Highest Benefits<\/span><\/b><\/h2> <ul style=\"font-weight: 400;\"> <li data-aria-posinset=\"3\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Maruti Invicto-<\/span><\/b><span data-contrast=\"auto\"> The premium <a href=\"https:\/\/caronphone.com\/advanced-search?carTypes=MPV\">MPV<\/a> attracts the biggest offer worth <\/span>Rs 1.4 lakh<span data-contrast=\"auto\">. The Invicto is now priced between <\/span>Rs 24.97 lakh<span data-contrast=\"auto\"> and <\/span>Rs 28.61 lakh<span data-contrast=\"auto\"> making it a strong value deal this festive season<\/span><\/li> <li data-aria-posinset=\"4\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Maruti Grand Vitara-<\/span><\/b><span data-contrast=\"auto\"> This <a href=\"https:\/\/caronphone.com\/advanced-search?carTypes=SUV\">SUV<\/a> receives total benefits of up to <\/span>Rs 1.29 lakh<span data-contrast=\"auto\">. It also comes with a<strong> <\/strong><\/span>complimentary 5 year extended warranty<span data-contrast=\"auto\"> adding extra peace of mind for buyers<\/span><\/li> <li data-aria-posinset=\"5\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Maruti Jimny-<\/span><\/b><span data-contrast=\"auto\"> The off road focused model comes with a discount of <\/span>Rs 1 lakh<span data-contrast=\"auto\"> making it more affordable for adventure enthusiasts<\/span><\/li> <\/ul> <h2><b><span data-contrast=\"auto\">Attractive Deals On Hatchbacks And Compact SUVs<\/span><\/b><\/h2> <p><img decoding=\"async\" class=\"aligncenter size-full wp-image-62424\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/02-25.webp\" alt=\"Diwali 2025 Bonanza: Save Big On Maruti Nexa Cars With Offers Up To Rs 1.4 Lakh Jimny\" width=\"1080\" height=\"540\" title=\"\" srcset=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/02-25.webp 1080w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/02-25-300x150.webp 300w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/02-25-1024x512.webp 1024w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/02-25-768x384.webp 768w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/02-25-150x75.webp 150w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/p> <p><span data-contrast=\"auto\">The brand has not ignored its popular smaller cars. Models like the <\/span>Baleno<span data-contrast=\"auto\"> and <\/span>Fronx<span data-contrast=\"auto\">, both high sellers in the Nexa lineup are being offered with attractive discounts this Diwali<\/span><\/p> <ul style=\"font-weight: 400;\"> <li data-aria-posinset=\"6\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Maruti Baleno-<\/span><\/b><span data-contrast=\"auto\"> Benefits worth <\/span>Rs 72,500<span data-contrast=\"auto\"> make this hatchback an excellent choice for urban buyers<\/span><\/li> <li data-aria-posinset=\"7\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Maruti Fronx-<\/span><\/b><span data-contrast=\"auto\"> With up to <\/span>Rs 70,000<span data-contrast=\"auto\"> in total savings this compact SUV delivers strong value for money<\/span><\/li> <li data-aria-posinset=\"8\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Maruti Ignis-<\/span><\/b><span data-contrast=\"auto\"> Customers can save <\/span>Rs 62,500<span data-contrast=\"auto\"> making it one of the most affordable Nexa cars this season<\/span><\/li> <li data-aria-posinset=\"9\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Maruti XL6-<\/span><\/b><span data-contrast=\"auto\"> Offered with a <\/span>Rs 25,000 discount the XL6 caters to families looking for a stylish and comfortable MPV<\/li> <\/ul> <h2><b><span data-contrast=\"auto\">Why It\u2019s The Best Time To Buy A Nexa Car<\/span><\/b><\/h2> <p>Pairing the Maruti Nexa Cars Diwali 2025 Offers with the new GST based price cuts gives buyers double savings. Customers can save anywhere between Rs 25,000 and Rs 1.40 lakh depending on the car they choose<\/p> <p><span data-contrast=\"auto\">With this combination of festive deals and tax benefits owning a new Nexa car has become more appealing than ever. The offers are valid for a limited time and may vary depending on the city and variant<\/span><\/p> <p><span data-contrast=\"auto\">Customers are advised to visit their <\/span>nearest Nexa showroom<span data-contrast=\"auto\"> for exact details about the discount structure and to confirm the availability of specific offers based on variants and color choices<\/span><\/p><\/div>","protected":false},"excerpt":{"rendered":"<p>This festive season Maruti Nexa Cars Diwali 2025 Offers bring major benefits for buyers across the country. The brand has [&hellip;]<\/p>\n","protected":false},"author":14,"featured_media":62426,"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":[1062,11],"tags":[318,319,323,317,324,321,315,655,561,322],"class_list":["post-62416","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-car-offers-deals","category-all","tag-baleno","tag-fronx","tag-grand-vitara","tag-ignis","tag-invicto","tag-jimny","tag-maruti-suzuki","tag-mpv-cars","tag-suv-cars","tag-xl6"],"acf":[],"_links":{"self":[{"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/posts\/62416","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=62416"}],"version-history":[{"count":0,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/posts\/62416\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/media\/62426"}],"wp:attachment":[{"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/media?parent=62416"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/categories?post=62416"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/tags?post=62416"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}