{"id":23677,"date":"2025-06-24T11:13:13","date_gmt":"2025-06-24T11:13:13","guid":{"rendered":"https:\/\/metaverseplanet.net\/blog\/?p=23677"},"modified":"2026-01-05T14:02:00","modified_gmt":"2026-01-05T14:02:00","slug":"mg-ev-charging-calculator","status":"publish","type":"post","link":"https:\/\/metaverseplanet.net\/blog\/mg-ev-charging-calculator\/","title":{"rendered":"MG EV Charging Calculator 2026 : Accurate Time &amp; Cost Estimates"},"content":{"rendered":"\n<div id=\"mp-global-widget\">\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Orbitron:wght@500;700&#038;family=Rajdhani:wght@500;600;700&#038;display=swap\" rel=\"stylesheet\">\n  \n  <style>\n    \/* CSS ISOLATION & VARIABLES *\/\n    #mp-global-widget {\n      --primary: #ff5722; \/* MG\/Performance Orange *\/\n      --bg-dark: #121212;\n      --bg-panel: #1e1e1e;\n      --text-main: #f0f0f0;\n      --text-muted: #888;\n      \n      font-family: 'Rajdhani', sans-serif;\n      background: linear-gradient(145deg, var(--bg-dark), #252525);\n      color: var(--text-main);\n      padding: 0; \/* \u0130\u00e7erik padding'i a\u015fa\u011f\u0131da *\/\n      border-radius: 16px;\n      max-width: 100%;\n      margin: 20px auto;\n      box-shadow: 0 20px 60px rgba(0,0,0,0.6);\n      border: 1px solid rgba(255, 255, 255, 0.08);\n      overflow: hidden;\n    }\n\n    \/* GLOBAL SETTINGS BAR (\u00dcST PANEL) *\/\n    #mp-global-widget .mp-top-bar {\n      background: rgba(0,0,0,0.3);\n      padding: 15px 25px;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      border-bottom: 1px solid rgba(255,255,255,0.05);\n    }\n\n    #mp-global-widget .mp-brand {\n      font-family: 'Orbitron', sans-serif;\n      font-weight: 700;\n      font-size: 18px;\n      color: #fff;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n    \n    #mp-global-widget .mp-brand span { color: var(--primary); }\n\n    #mp-global-widget .mp-settings {\n      display: flex;\n      gap: 10px;\n    }\n\n    #mp-global-widget .mp-setting-select {\n      background: #333;\n      border: 1px solid #444;\n      color: #fff;\n      padding: 5px 10px;\n      border-radius: 6px;\n      font-size: 12px;\n      cursor: pointer;\n      font-family: 'Rajdhani', sans-serif;\n      outline: none;\n    }\n\n    #mp-global-widget .mp-setting-select:hover { border-color: var(--primary); }\n\n    \/* ANA \u0130\u00c7ER\u0130K *\/\n    #mp-global-widget .mp-content { padding: 25px; }\n\n    \/* Input Grid *\/\n    #mp-global-widget .mp-row {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      margin-bottom: 20px;\n    }\n\n    #mp-global-widget label {\n      display: block;\n      font-size: 11px;\n      color: var(--text-muted);\n      margin-bottom: 6px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    #mp-global-widget select, \n    #mp-global-widget input[type=\"number\"] {\n      width: 100%;\n      padding: 12px;\n      background: #111;\n      border: 1px solid #333;\n      color: #fff;\n      border-radius: 6px;\n      font-size: 15px;\n      font-family: inherit;\n      transition: 0.3s;\n    }\n\n    #mp-global-widget select:focus, \n    #mp-global-widget input:focus {\n      border-color: var(--primary);\n      box-shadow: 0 0 10px rgba(255, 87, 34, 0.2);\n      outline: none;\n    }\n\n    \/* Slider Style *\/\n    #mp-global-widget .mp-slider-box {\n      background: rgba(255,255,255,0.02);\n      padding: 15px;\n      border-radius: 8px;\n      margin-bottom: 20px;\n      border-left: 3px solid var(--primary);\n    }\n\n    #mp-global-widget .mp-slider-label {\n      display: flex;\n      justify-content: space-between;\n      margin-bottom: 5px;\n      font-size: 13px;\n    }\n\n    #mp-global-widget input[type=\"range\"] {\n      width: 100%;\n      height: 6px;\n      background: #333;\n      border-radius: 3px;\n      outline: none;\n      -webkit-appearance: none;\n    }\n\n    #mp-global-widget input[type=\"range\"]::-webkit-slider-thumb {\n      -webkit-appearance: none;\n      width: 18px;\n      height: 18px;\n      background: var(--primary);\n      border: 2px solid #fff;\n      border-radius: 50%;\n      cursor: pointer;\n    }\n\n    \/* Dashboard Results *\/\n    #mp-global-widget .mp-results {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 10px;\n      background: #151515;\n      padding: 20px;\n      border-radius: 8px;\n      border: 1px solid #333;\n    }\n\n    #mp-global-widget .mp-res-box { text-align: center; }\n\n    #mp-global-widget .mp-res-title {\n      font-size: 10px;\n      color: #666;\n      text-transform: uppercase;\n      margin-bottom: 4px;\n    }\n\n    #mp-global-widget .mp-res-value {\n      font-size: 20px;\n      font-weight: 700;\n      color: #fff;\n      font-family: 'Orbitron', sans-serif;\n    }\n\n    #mp-global-widget .text-primary { color: var(--primary); }\n\n    \/* Footer *\/\n    #mp-global-widget .mp-footer {\n      margin-top: 15px;\n      text-align: center;\n      font-size: 11px;\n      color: #555;\n    }\n    #mp-global-widget .mp-footer a { color: var(--primary); text-decoration: none; }\n\n    \/* Responsive *\/\n    @media (max-width: 600px) {\n      #mp-global-widget .mp-row { grid-template-columns: 1fr; }\n      #mp-global-widget .mp-results { grid-template-columns: 1fr 1fr; gap: 15px; }\n      #mp-global-widget .mp-top-bar { flex-direction: column; gap: 10px; align-items: flex-start; }\n      #mp-global-widget .mp-settings { width: 100%; justify-content: space-between; }\n      #mp-global-widget .mp-setting-select { width: 48%; }\n    }\n  <\/style>\n\n  <div class=\"mp-top-bar\">\n    <div class=\"mp-brand\">MG <span>XPOWER<\/span> 2026<\/div>\n    <div class=\"mp-settings\">\n      <select class=\"mp-setting-select\" id=\"mp-unit-select\" onchange=\"mpGlobalUpdateUI()\">\n        <option value=\"mi\">Miles (mi)<\/option>\n        <option value=\"km\">Kilometers (km)<\/option>\n      <\/select>\n      <select class=\"mp-setting-select\" id=\"mp-currency-select\" onchange=\"mpGlobalUpdateUI()\">\n        <option value=\"USD\">USD ($)<\/option>\n        <option value=\"EUR\">EUR (\u20ac)<\/option>\n        <option value=\"GBP\">GBP (\u00a3)<\/option>\n        <option value=\"TRY\">TRY (\u20ba)<\/option>\n      <\/select>\n    <\/div>\n  <\/div>\n\n  <div class=\"mp-content\">\n    <div class=\"mp-row\">\n      <div>\n        <label>Select Model<\/label>\n        <select id=\"mp-model\" onchange=\"mpGlobalCalculate()\">\n          <option value=\"MG4_SR\">MG4 Standard Range<\/option>\n          <option value=\"MG4_LR\">MG4 Long Range<\/option>\n          <option value=\"MG4_X\" selected>MG4 XPOWER (AWD)<\/option>\n          <option value=\"Cyberster\">MG Cyberster Roadster<\/option>\n          <option value=\"ZS_EV\">MG ZS EV<\/option>\n          <option value=\"MarvelR\">MG Marvel R<\/option>\n        <\/select>\n      <\/div>\n      <div>\n        <label>Charging Speed<\/label>\n        <select id=\"mp-charger\" onchange=\"mpGlobalCalculate()\">\n          <option value=\"7\">Home Wallbox (7 kW)<\/option>\n          <option value=\"11\">Public AC (11 kW)<\/option>\n          <option value=\"50\">DC Rapid (50 kW)<\/option>\n          <option value=\"150\" selected>DC Ultra (150 kW+)<\/option>\n        <\/select>\n      <\/div>\n    <\/div>\n\n    <div style=\"margin-bottom: 20px;\">\n      <label>Electricity Price per kWh (<span id=\"lbl-currency\">$<\/span>)<\/label>\n      <input type=\"number\" id=\"mp-price\" value=\"0.55\" step=\"0.01\" oninput=\"mpGlobalCalculate()\">\n    <\/div>\n\n    <div class=\"mp-slider-box\">\n      <div class=\"mp-slider-label\">\n        <span>Current Charge<\/span>\n        <span id=\"txt-start\" style=\"color:var(--primary); font-weight:bold;\">10%<\/span>\n      <\/div>\n      <input type=\"range\" id=\"rng-start\" min=\"0\" max=\"100\" value=\"10\" oninput=\"mpGlobalSync('start')\">\n      \n      <div style=\"margin: 10px 0;\"><\/div>\n\n      <div class=\"mp-slider-label\">\n        <span>Target Charge<\/span>\n        <span id=\"txt-end\" style=\"color:#fff; font-weight:bold;\">80%<\/span>\n      <\/div>\n      <input type=\"range\" id=\"rng-end\" min=\"0\" max=\"100\" value=\"80\" oninput=\"mpGlobalSync('end')\">\n    <\/div>\n\n    <div class=\"mp-results\">\n      <div class=\"mp-res-box\">\n        <div class=\"mp-res-title\">Time<\/div>\n        <div class=\"mp-res-value text-primary\" id=\"res-time\">&#8212;<\/div>\n      <\/div>\n      <div class=\"mp-res-box\">\n        <div class=\"mp-res-title\">Cost<\/div>\n        <div class=\"mp-res-value\" id=\"res-cost\">&#8212;<\/div>\n      <\/div>\n      <div class=\"mp-res-box\">\n        <div class=\"mp-res-title\">Energy<\/div>\n        <div class=\"mp-res-value\" id=\"res-energy\">&#8212;<\/div>\n      <\/div>\n      <div class=\"mp-res-box\">\n        <div class=\"mp-res-title\">Range<\/div>\n        <div class=\"mp-res-value\" id=\"res-range\">&#8212;<\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"mp-footer\">\n      Multi-Currency &#038; Unit Support.<br>\n      Tool by <a href=\"https:\/\/metaverseplanet.net\" target=\"_blank\">Metaverse Planet<\/a>\n    <\/div>\n  <\/div>\n\n  <script>\n    \/\/ DATA: MG Models\n    \/\/ Standardizing Efficiency to kWh per 100 KM internally.\n    const globalData = {\n      \"MG4_SR\": { kwh: 51.0, eff_km: 17.0, maxDC: 117 },\n      \"MG4_LR\": { kwh: 64.0, eff_km: 16.0, maxDC: 135 },\n      \"MG4_X\":  { kwh: 64.0, eff_km: 18.7, maxDC: 140 },\n      \"Cyberster\": { kwh: 77.0, eff_km: 19.8, maxDC: 144 },\n      \"ZS_EV\": { kwh: 72.6, eff_km: 17.8, maxDC: 92 },\n      \"MarvelR\": { kwh: 70.0, eff_km: 19.4, maxDC: 92 }\n    };\n\n    \/\/ Currency Symbols\n    const currencySymbols = {\n      \"USD\": \"$\", \"EUR\": \"\u20ac\", \"GBP\": \"\u00a3\", \"TRY\": \"\u20ba\"\n    };\n\n    \/\/ UI Update when settings change\n    function mpGlobalUpdateUI() {\n      const currency = document.getElementById('mp-currency-select').value;\n      const symbol = currencySymbols[currency];\n      document.getElementById('lbl-currency').innerText = symbol;\n      \n      \/\/ Fiyat\u0131 varsay\u0131lan olarak g\u00fcncelleme mant\u0131\u011f\u0131 (Opsiyonel)\n      \/\/ \u00d6rn: TRY se\u00e7ilirse fiyat\u0131 art\u0131r, USD ise d\u00fc\u015f\u00fcr gibi basit bir UX eklenebilir.\n      \/\/ \u015eimdilik kullan\u0131c\u0131ya b\u0131rak\u0131yoruz ama sembol de\u011fi\u015fiyor.\n      \n      mpGlobalCalculate();\n    }\n\n    function mpGlobalSync(type) {\n      const s = document.getElementById('rng-start');\n      const e = document.getElementById('rng-end');\n      let start = parseInt(s.value);\n      let end = parseInt(e.value);\n\n      if (type === 'start' && start >= end) e.value = Math.min(start + 5, 100);\n      if (type === 'end' && end <= start) s.value = Math.max(end - 5, 0);\n\n      document.getElementById('txt-start').innerText = s.value + \"%\";\n      document.getElementById('txt-end').innerText = e.value + \"%\";\n      mpGlobalCalculate();\n    }\n\n    function mpGlobalCalculate() {\n      const modelCode = document.getElementById('mp-model').value;\n      const car = globalData[modelCode];\n      \n      const start = parseFloat(document.getElementById('rng-start').value);\n      const end = parseFloat(document.getElementById('rng-end').value);\n      const price = parseFloat(document.getElementById('mp-price').value);\n      const stationPower = parseFloat(document.getElementById('mp-charger').value);\n      \n      \/\/ Ayarlar\u0131 Al\n      const unit = document.getElementById('mp-unit-select').value; \/\/ 'mi' or 'km'\n      const currency = document.getElementById('mp-currency-select').value;\n\n      \/\/ 1. Enerji\n      const pctNeeded = Math.max(0, end - start);\n      const energyNeeded = (pctNeeded \/ 100) * car.kwh;\n\n      \/\/ 2. S\u00fcre (Basitle\u015ftirilmi\u015f Curve)\n      let realPower = Math.min(stationPower, car.maxDC);\n      let avgSpeed = realPower;\n      if (stationPower > 50 && end > 80) {\n        avgSpeed = realPower * 0.65;\n      }\n      const timeHours = energyNeeded \/ avgSpeed;\n      const h = Math.floor(timeHours);\n      const m = Math.round((timeHours - h) * 60);\n\n      \/\/ 3. Maliyet\n      const totalCost = energyNeeded * price;\n\n      \/\/ 4. Menzil (Dinamik Birim \u00c7evirici)\n      \/\/ Veritaban\u0131 kWh\/100km baz\u0131nda.\n      let rangeVal = 0;\n      let rangeUnitLabel = \"\";\n\n      if (unit === 'km') {\n        \/\/ KM Hesab\u0131: (Enerji \/ T\u00fcketim) * 100\n        rangeVal = (energyNeeded \/ car.eff_km) * 100;\n        rangeUnitLabel = \"km\";\n      } else {\n        \/\/ Mil Hesab\u0131:\n        \/\/ 100km t\u00fcketimi 100 mile \u00e7evir: kWh\/100km * 1.609 = kWh\/100mi\n        const eff_mi = car.eff_km * 1.60934; \n        rangeVal = (energyNeeded \/ eff_mi) * 100;\n        rangeUnitLabel = \"mi\";\n      }\n\n      \/\/ SONU\u00c7LARI YAZDIR\n      document.getElementById('res-time').innerText = `${h}h ${m}m`;\n      \n      \/\/ Para Birimi Formatla\n      const formatter = new Intl.NumberFormat(\n        currency === 'USD' ? 'en-US' : \n        currency === 'EUR' ? 'de-DE' : \n        currency === 'GBP' ? 'en-GB' : 'tr-TR', \n        { style: 'currency', currency: currency }\n      );\n      document.getElementById('res-cost').innerText = formatter.format(totalCost);\n      \n      document.getElementById('res-energy').innerText = energyNeeded.toFixed(1) + \" kWh\";\n      document.getElementById('res-range').innerText = `+${Math.floor(rangeVal)} ${rangeUnitLabel}`;\n    }\n\n    \/\/ Ba\u015flang\u0131\u00e7ta \u00e7al\u0131\u015ft\u0131r\n    mpGlobalUpdateUI();\n  <\/script>\n<\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<p> <strong><em><a href=\"https:\/\/metaverseplanet.net\/blog\/smart-electric-vehicles\/\" data-type=\"category\" data-id=\"162\">Electric vehicles (EVs)<\/a><\/em><\/strong> are quickly becoming a smart and popular choice for drivers around the world, blending modern technology with environmental consciousness. MG (Morris Garages), a brand with a rich heritage now at the forefront of the EV revolution, offers a range of electric vehicles known for their practicality and value. If you own an MG EV, like the ZS EV or MG4, or are considering making the switch, understanding <strong>charging times and costs<\/strong> is crucial for seamless daily use and efficient trip planning.<\/p>\n\n\n\n<p>That&#8217;s precisely why we&#8217;ve created the <strong>MG EV Charging Calculator<\/strong>. This intuitive online tool provides you with precise estimates, empowering you to optimize your charging strategy and fully embrace the electric lifestyle.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Why is an EV Charging Calculator Essential for MG Owners?<\/h3>\n\n\n\n<p>MG EVs come equipped with efficient battery systems and diverse charging capabilities designed to fit various lifestyles. While public charging networks are expanding rapidly, knowing <em>exactly<\/em> how long your MG will take to charge and what it will cost at different charging speeds\u2014whether at home, a public AC charger, or a DC fast charger\u2014can significantly enhance your driving convenience and peace of mind.<\/p>\n\n\n\n<p>Our calculator simplifies complex charging calculations, transforming raw data into clear, actionable insights specifically for your MG model. No more guesswork, just smart and informed decisions.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Key Advantages of Using Our MG EV Charging Calculator<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Precise Charging Time Estimates:<\/strong> Eliminate range anxiety. Just enter your battery&#8217;s current and desired charge levels, along with the charging power, to get an accurate estimate of how long your MG will need to reach your target charge. This is invaluable for planning road trips or simply managing your daily schedule.<\/li>\n\n\n\n<li><strong>Accurate Cost Predictions:<\/strong> Charging costs can vary based on your electricity provider, time of day, and the charger type. Our tool helps you anticipate the <strong>charging cost per session<\/strong>, so you can budget effectively and identify the most economical charging options.<\/li>\n\n\n\n<li><strong>Tailored to MG EV Models:<\/strong> The calculator comes pre-loaded with battery capacities and average consumption rates for popular MG models like the ZS EV, MG4, and others. This ensures more accurate calculations from the start, though you always have the flexibility to customize the inputs.<\/li>\n\n\n\n<li><strong>User-Friendly Interface:<\/strong> Designed for simplicity, the calculator&#8217;s interface makes it easy for anyone to input the necessary details and get results quickly.<\/li>\n\n\n\n<li><strong>Enhanced Trip Planning:<\/strong> By understanding your charging needs and durations, you can strategically plan stops on longer journeys, minimizing downtime and ensuring a smooth, enjoyable ride.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">How Does the MG EV Charging Calculator Work?<\/h3>\n\n\n\n<p>Our calculator uses a straightforward approach, incorporating several key variables to give you reliable results:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Select Your MG Model:<\/strong> Choose your specific model from the dropdown list (e.g., ZS EV, MG4). This will automatically fill in the estimated <strong>total battery capacity<\/strong> and <strong>average consumption<\/strong>.<\/li>\n\n\n\n<li><strong>Input Battery Information:<\/strong> Enter your <strong>current starting battery level (%)<\/strong> and your <strong>desired target battery level (%)<\/strong>.<\/li>\n\n\n\n<li><strong>Specify Charging Details:<\/strong> Provide the <strong>charging power (kW)<\/strong> of the station you plan to use and select the <strong>charge type<\/strong> (Normal Charge or Fast Charge, which can adjust the effective power).<\/li>\n\n\n\n<li><strong>Enter Cost Data:<\/strong> Input the <strong>charging unit price ($\/kWh)<\/strong>, which is the cost of electricity per kilowatt-hour in your region.<\/li>\n\n\n\n<li><strong>Optional Trip Planning:<\/strong> For more comprehensive planning, you can also enter the <strong>distance to travel (km)<\/strong> and your vehicle&#8217;s <strong>average consumption (kWh\/100 km)<\/strong>.<\/li>\n<\/ol>\n\n\n\n<p>After entering this information, simply click one of the calculation buttons (<strong>&#8220;Calculate Charging Time,&#8221; &#8220;Calculate Charging Cost,&#8221; or &#8220;Calculate Trip Cost&#8221;<\/strong>), and the tool will instantly display the relevant results. You&#8217;ll even see a visual <strong>progress bar<\/strong> indicating the estimated charging status.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Who Can Benefit from This Tool?<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Current MG EV Owners:<\/strong> Get precise insights into your vehicle&#8217;s charging requirements for daily commutes and extended trips.<\/li>\n\n\n\n<li><strong>Prospective MG Buyers:<\/strong> Understand the practicalities and costs associated with owning an electric MG before you make a purchase.<\/li>\n\n\n\n<li><strong>Fleet Managers:<\/strong> Optimize charging schedules and costs for multiple MG EVs in your fleet.<\/li>\n\n\n\n<li><strong>Anyone Interested in EV Efficiency:<\/strong> Learn more about the factors that influence EV charging and overall running costs, especially for MG&#8217;s accessible EV lineup.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Drive Smarter, Drive Sustainable<\/h3>\n\n\n\n<p>Embracing electric mobility with an MG is a significant step towards a more <strong>sustainable future<\/strong>. By using tools like our MG EV Charging Calculator, you&#8217;re not just making your electric driving experience more convenient and economical; you&#8217;re also contributing to smarter energy consumption and maximizing the potential of your modern electric vehicle.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>Ready to take control of your MG EV charging? Try the <strong>MG EV Charging Calculator<\/strong> today and embark on a more informed, efficient, and enjoyable electric journey!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>MG XPOWER 2026 Miles (mi) Kilometers (km) USD ($) EUR (\u20ac) GBP (\u00a3) TRY (\u20ba) Select Model MG4 Standard Range MG4 Long Range MG4 XPOWER (AWD) MG Cyberster Roadster MG ZS EV MG Marvel R Charging Speed Home Wallbox (7 kW) Public AC (11 kW) DC Rapid (50 kW) DC Ultra (150 kW+) Electricity Price &hellip;<\/p>\n","protected":false},"author":1,"featured_media":23680,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"googlesitekit_rrm_CAown96uCw:productID":"","footnotes":""},"categories":[336],"tags":[343],"class_list":["post-23677","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-futurescience","tag-future-mobility"],"amp_enabled":false,"_links":{"self":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts\/23677","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/comments?post=23677"}],"version-history":[{"count":0,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts\/23677\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/media\/23680"}],"wp:attachment":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/media?parent=23677"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/categories?post=23677"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/tags?post=23677"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}