{"id":23676,"date":"2025-06-24T11:04:24","date_gmt":"2025-06-24T11:04:24","guid":{"rendered":"https:\/\/metaverseplanet.net\/blog\/?p=23676"},"modified":"2026-01-05T14:01:13","modified_gmt":"2026-01-05T14:01:13","slug":"byd-ev-charging-calculator","status":"publish","type":"post","link":"https:\/\/metaverseplanet.net\/blog\/byd-ev-charging-calculator\/","title":{"rendered":"BYD EV Charging Calculator 2026: Accurate Time &amp; Cost Estimates"},"content":{"rendered":"\n<div id=\"mp-byd-global\">\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Exo+2:wght@400;600;700&#038;display=swap\" rel=\"stylesheet\">\n  \n  <style>\n    \/* CSS ISOLATION & VARIABLES *\/\n    #mp-byd-global {\n      --aqua-primary: #00e5ff;\n      --ocean-dark: #001220;\n      --ocean-light: #001f3f;\n      --text-main: #e0f7fa;\n      --text-muted: #80deea;\n      \n      font-family: 'Exo 2', sans-serif;\n      \/* Deep Ocean Gradient *\/\n      background: linear-gradient(160deg, var(--ocean-light) 0%, var(--ocean-dark) 100%);\n      color: var(--text-main);\n      padding: 0;\n      border-radius: 16px;\n      max-width: 100%;\n      margin: 20px auto;\n      box-shadow: 0 20px 50px rgba(0, 229, 255, 0.15); \/* Electric Aqua Glow *\/\n      border: 1px solid rgba(0, 229, 255, 0.2);\n      position: relative;\n      overflow: hidden;\n    }\n\n    \/* Abstract Waves Background *\/\n    #mp-byd-global::before {\n      content: '';\n      position: absolute;\n      top: -50%; left: -50%; width: 200%; height: 200%;\n      background: radial-gradient(circle, rgba(0, 229, 255, 0.05) 0%, transparent 60%);\n      pointer-events: none;\n      z-index: 0;\n    }\n\n    #mp-byd-global * { position: relative; z-index: 1; box-sizing: border-box; }\n\n    \/* TOP BAR (GLOBAL SETTINGS) *\/\n    #mp-byd-global .mp-top-bar {\n      background: rgba(0, 31, 63, 0.5);\n      padding: 15px 25px;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      border-bottom: 1px solid rgba(0, 229, 255, 0.1);\n    }\n\n    #mp-byd-global .mp-brand {\n      font-size: 20px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 2px;\n      color: #fff;\n    }\n    \n    #mp-byd-global .mp-brand span { color: var(--aqua-primary); }\n\n    #mp-byd-global .mp-settings {\n      display: flex;\n      gap: 10px;\n    }\n\n    #mp-byd-global .mp-setting-select {\n      background: rgba(0, 18, 32, 0.8);\n      border: 1px solid rgba(0, 229, 255, 0.3);\n      color: #fff;\n      padding: 6px 12px;\n      border-radius: 6px;\n      font-size: 12px;\n      cursor: pointer;\n      font-family: 'Exo 2', sans-serif;\n      outline: none;\n      transition: 0.3s;\n    }\n\n    #mp-byd-global .mp-setting-select:hover { \n      border-color: var(--aqua-primary); \n      box-shadow: 0 0 10px rgba(0, 229, 255, 0.2);\n    }\n\n    \/* CONTENT AREA *\/\n    #mp-byd-global .mp-content { padding: 25px; }\n\n    \/* Input Grid *\/\n    #mp-byd-global .mp-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      margin-bottom: 25px;\n    }\n\n    #mp-byd-global label {\n      display: block;\n      font-size: 12px;\n      color: var(--text-muted);\n      margin-bottom: 8px;\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    #mp-byd-global select, \n    #mp-byd-global input[type=\"number\"] {\n      width: 100%;\n      padding: 14px;\n      background: rgba(0, 31, 63, 0.6);\n      border: 1px solid #264d73;\n      color: #fff;\n      border-radius: 8px;\n      font-size: 16px;\n      font-family: inherit;\n      transition: 0.3s;\n    }\n\n    #mp-byd-global select:focus, \n    #mp-byd-global input:focus {\n      outline: none;\n      border-color: var(--aqua-primary);\n      box-shadow: 0 0 15px rgba(0, 229, 255, 0.2);\n    }\n\n    \/* Slider Area *\/\n    #mp-byd-global .mp-slider-area {\n      background: rgba(255,255,255,0.03);\n      padding: 20px;\n      border-radius: 12px;\n      margin-bottom: 25px;\n      border-left: 4px solid var(--aqua-primary);\n    }\n\n    #mp-byd-global .mp-slider-row {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      margin-bottom: 10px;\n    }\n\n    #mp-byd-global input[type=\"range\"] {\n      width: 100%;\n      height: 6px;\n      background: #1a3a5a;\n      border-radius: 3px;\n      outline: none;\n      -webkit-appearance: none;\n    }\n\n    #mp-byd-global input[type=\"range\"]::-webkit-slider-thumb {\n      -webkit-appearance: none;\n      width: 24px;\n      height: 24px;\n      background: var(--aqua-primary);\n      border: 3px solid var(--ocean-dark);\n      border-radius: 50%;\n      cursor: pointer;\n      box-shadow: 0 0 10px rgba(0, 229, 255, 0.8);\n    }\n\n    \/* Results Dashboard *\/\n    #mp-byd-global .mp-dashboard {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 15px;\n    }\n\n    #mp-byd-global .mp-card {\n      background: rgba(0, 229, 255, 0.05);\n      padding: 15px 5px;\n      border-radius: 10px;\n      text-align: center;\n      border: 1px solid rgba(0, 229, 255, 0.1);\n    }\n\n    #mp-byd-global .mp-lbl {\n      font-size: 11px;\n      color: var(--text-muted);\n      text-transform: uppercase;\n      margin-bottom: 5px;\n      opacity: 0.8;\n    }\n\n    #mp-byd-global .mp-val {\n      font-size: 22px;\n      font-weight: 700;\n      color: #fff;\n    }\n\n    #mp-byd-global .text-aqua { color: var(--aqua-primary); text-shadow: 0 0 10px rgba(0, 229, 255, 0.4); }\n\n    \/* Footer *\/\n    #mp-byd-global .mp-footer {\n      margin-top: 25px;\n      text-align: center;\n      font-size: 11px;\n      color: #5d7e99;\n    }\n    #mp-byd-global .mp-footer a { color: var(--aqua-primary); text-decoration: none; font-weight: bold; }\n\n    @media (max-width: 700px) {\n      #mp-byd-global .mp-grid { grid-template-columns: 1fr; }\n      #mp-byd-global .mp-dashboard { grid-template-columns: 1fr 1fr; gap: 10px; }\n      #mp-byd-global .mp-top-bar { flex-direction: column; align-items: flex-start; gap: 10px; }\n      #mp-byd-global .mp-settings { width: 100%; justify-content: space-between; }\n      #mp-byd-global .mp-setting-select { width: 48%; }\n    }\n  <\/style>\n\n  <div class=\"mp-top-bar\">\n    <div class=\"mp-brand\">BYD <span>GLOBAL<\/span><\/div>\n    <div class=\"mp-settings\">\n      <select class=\"mp-setting-select\" id=\"byd-unit-select\" onchange=\"bydGlobalUpdateUI()\">\n        <option value=\"mi\">Miles (mi)<\/option>\n        <option value=\"km\">Kilometers (km)<\/option>\n      <\/select>\n      <select class=\"mp-setting-select\" id=\"byd-currency-select\" onchange=\"bydGlobalUpdateUI()\">\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-grid\">\n      <div>\n        <label>Select BYD Model<\/label>\n        <select id=\"byd-model\" onchange=\"bydGlobalCalculate()\">\n          <option value=\"Dolphin\">BYD Dolphin<\/option>\n          <option value=\"Atto3\">BYD Atto 3<\/option>\n          <option value=\"SealRWD\">BYD Seal RWD<\/option>\n          <option value=\"SealAWD\">BYD Seal AWD<\/option>\n          <option value=\"Han\">BYD Han EV<\/option>\n          <option value=\"Tang\">BYD Tang SUV<\/option>\n          <option value=\"Shark\">BYD Shark PHEV<\/option>\n        <\/select>\n      <\/div>\n      \n      <div>\n        <label>Charging Source<\/label>\n        <select id=\"byd-charger\" onchange=\"bydGlobalCalculate()\">\n          <option value=\"3.3\">Home AC (3.3 kW)<\/option>\n          <option value=\"7\">Wallbox (7 kW)<\/option>\n          <option value=\"11\">Public AC (11 kW)<\/option>\n          <option value=\"50\">DC Fast (50 kW)<\/option>\n          <option value=\"88\">Blade Saver (88 kW)<\/option>\n          <option value=\"150\" selected>Ultra DC (150 kW+)<\/option>\n        <\/select>\n      <\/div>\n    <\/div>\n\n    <div style=\"margin-bottom:20px;\">\n      <label>Est. Price per kWh (<span id=\"byd-lbl-currency\">$<\/span>)<\/label>\n      <input type=\"number\" id=\"byd-price\" value=\"0.55\" step=\"0.01\" oninput=\"bydGlobalCalculate()\">\n    <\/div>\n\n    <div class=\"mp-slider-area\">\n      <div class=\"mp-slider-row\">\n        <label style=\"margin:0; color:#fff;\">Start Charge<\/label>\n        <span id=\"byd-txt-start\" style=\"font-weight:bold; color:var(--aqua-primary);\">15%<\/span>\n      <\/div>\n      <input type=\"range\" id=\"byd-rng-start\" min=\"0\" max=\"100\" value=\"15\" oninput=\"bydGlobalSync('start')\">\n\n      <div class=\"mp-slider-row\" style=\"margin-top:20px;\">\n        <label style=\"margin:0; color:#fff;\">Target Charge<\/label>\n        <span id=\"byd-txt-end\" style=\"font-weight:bold; color:#fff;\">100%<\/span>\n      <\/div>\n      <input type=\"range\" id=\"byd-rng-end\" min=\"0\" max=\"100\" value=\"100\" oninput=\"bydGlobalSync('end')\">\n      <div style=\"font-size:10px; color:#5d7e99; margin-top:5px; text-align:right;\">*Blade Battery allows safe 100% daily charging<\/div>\n    <\/div>\n\n    <div class=\"mp-dashboard\">\n      <div class=\"mp-card\">\n        <div class=\"mp-lbl\">Time<\/div>\n        <div class=\"mp-card-val text-aqua\" id=\"byd-res-time\">&#8212;<\/div>\n      <\/div>\n      <div class=\"mp-card\">\n        <div class=\"mp-lbl\">Cost<\/div>\n        <div class=\"mp-card-val\" id=\"byd-res-cost\">&#8212;<\/div>\n      <\/div>\n      <div class=\"mp-card\">\n        <div class=\"mp-lbl\">Energy<\/div>\n        <div class=\"mp-card-val\" id=\"byd-res-energy\">&#8212;<\/div>\n      <\/div>\n      <div class=\"mp-card\">\n        <div class=\"mp-lbl\">Range<\/div>\n        <div class=\"mp-card-val\" id=\"byd-res-range\">&#8212;<\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"mp-footer\">\n      Optimized for BYD Blade Battery Technology.<br>\n      Tool by <a href=\"https:\/\/metaverseplanet.net\" target=\"_blank\">Metaverse Planet<\/a>\n    <\/div>\n  <\/div>\n\n  <script>\n    \/\/ BYD GLOBAL DATA\n    \/\/ eff_mi: kWh\/100 miles\n    \/\/ maxDC: Max DC Charging Speed in kW\n    const bydGlobalData = {\n      \"Dolphin\": { kwh: 60.4, eff_mi: 26, maxDC: 88 },\n      \"Atto3\": { kwh: 60.4, eff_mi: 28, maxDC: 88 },\n      \"SealRWD\": { kwh: 82.5, eff_mi: 29, maxDC: 150 },\n      \"SealAWD\": { kwh: 82.5, eff_mi: 31, maxDC: 150 },\n      \"Han\": { kwh: 85.4, eff_mi: 32, maxDC: 120 },\n      \"Tang\": { kwh: 108.8, eff_mi: 38, maxDC: 170 },\n      \"Shark\": { kwh: 29.6, eff_mi: 35, maxDC: 40 }\n    };\n\n    const bydCurrencySymbols = {\n      \"USD\": \"$\", \"EUR\": \"\u20ac\", \"GBP\": \"\u00a3\", \"TRY\": \"\u20ba\"\n    };\n\n    function bydGlobalUpdateUI() {\n      const currency = document.getElementById('byd-currency-select').value;\n      const symbol = bydCurrencySymbols[currency];\n      document.getElementById('byd-lbl-currency').innerText = symbol;\n      bydGlobalCalculate();\n    }\n\n    function bydGlobalSync(type) {\n      const s = document.getElementById('byd-rng-start');\n      const e = document.getElementById('byd-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('byd-txt-start').innerText = s.value + \"%\";\n      document.getElementById('byd-txt-end').innerText = e.value + \"%\";\n      bydGlobalCalculate();\n    }\n\n    function bydGlobalCalculate() {\n      const modelCode = document.getElementById('byd-model').value;\n      const car = bydGlobalData[modelCode];\n      \n      const start = parseFloat(document.getElementById('byd-rng-start').value);\n      const end = parseFloat(document.getElementById('byd-rng-end').value);\n      const price = parseFloat(document.getElementById('byd-price').value);\n      const stationPower = parseFloat(document.getElementById('byd-charger').value);\n      \n      const unit = document.getElementById('byd-unit-select').value;\n      const currency = document.getElementById('byd-currency-select').value;\n\n      \/\/ 1. Power Limit\n      let realPower = Math.min(stationPower, car.maxDC);\n\n      \/\/ 2. Energy\n      const pctNeeded = Math.max(0, end - start);\n      const energyNeeded = (pctNeeded \/ 100) * car.kwh;\n\n      \/\/ 3. Blade Battery Charging Curve Logic\n      let avgSpeed = realPower;\n      if (stationPower > 50) { \n        if (end > 90) {\n            avgSpeed = realPower * 0.70; \/\/ Blade curve is flat but slows at very end\n        }\n      }\n\n      const timeHours = energyNeeded \/ avgSpeed;\n      const h = Math.floor(timeHours);\n      const m = Math.round((timeHours - h) * 60);\n\n      \/\/ 4. Cost\n      const cost = energyNeeded * price;\n\n      \/\/ 5. Range\n      \/\/ Base calculation in Miles (kWh\/100mi)\n      const rangeMiles = (energyNeeded \/ car.eff_mi) * 100;\n      \n      let finalRange = 0;\n      let unitLabel = \"\";\n      \n      if (unit === 'km') {\n        finalRange = rangeMiles * 1.60934;\n        unitLabel = \"km\";\n      } else {\n        finalRange = rangeMiles;\n        unitLabel = \"mi\";\n      }\n\n      \/\/ DOM\n      document.getElementById('byd-res-time').innerText = `${h}h ${m}m`;\n      \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('byd-res-cost').innerText = formatter.format(cost);\n      \n      document.getElementById('byd-res-energy').innerText = energyNeeded.toFixed(1) + \" kWh\";\n      document.getElementById('byd-res-range').innerText = `+${Math.floor(finalRange)} ${unitLabel}`;\n    }\n\n    \/\/ Init\n    bydGlobalUpdateUI();\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 rapidly gaining traction worldwide, offering a smart and sustainable way to drive. BYD (Build Your Dreams), a global leader in electric vehicle manufacturing, is at the forefront of this shift, renowned for its innovative Blade Battery technology and diverse EV lineup. If you own a BYD EV, like the popular ATTO 3, Seal, or Dolphin, or are considering one, 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>BYD 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 BYD Owners?<\/h3>\n\n\n\n<p>BYD EVs, known for their safety, range, and efficiency, come with advanced battery systems and various charging capabilities. While public charging networks are expanding globally, knowing <em>exactly<\/em> how long your BYD 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 BYD 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 BYD 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 BYD 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 BYD EV Models:<\/strong> The calculator comes pre-loaded with battery capacities and average consumption rates for popular BYD models like the ATTO 3, Seal, and Dolphin. 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 BYD 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 BYD Model:<\/strong> Choose your specific model from the dropdown list (e.g., ATTO 3, Seal Long Range, Dolphin). 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 BYD 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 BYD Buyers:<\/strong> Understand the practicalities and costs associated with owning an electric BYD before you make a purchase.<\/li>\n\n\n\n<li><strong>Fleet Managers:<\/strong> Optimize charging schedules and costs for multiple BYD 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 given BYD&#8217;s unique battery technology.<\/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 a BYD is a significant step towards a more <strong>sustainable future<\/strong>. By using tools like our BYD 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 high-tech 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 BYD EV charging? Try the <strong>BYD EV Charging Calculator<\/strong> today and embark on a more informed, efficient, and enjoyable electric journey!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>BYD GLOBAL Miles (mi) Kilometers (km) USD ($) EUR (\u20ac) GBP (\u00a3) TRY (\u20ba) Select BYD Model BYD Dolphin BYD Atto 3 BYD Seal RWD BYD Seal AWD BYD Han EV BYD Tang SUV BYD Shark PHEV Charging Source Home AC (3.3 kW) Wallbox (7 kW) Public AC (11 kW) DC Fast (50 kW) Blade &hellip;<\/p>\n","protected":false},"author":1,"featured_media":23678,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"googlesitekit_rrm_CAown96uCw:productID":"","footnotes":""},"categories":[336],"tags":[343,307],"class_list":["post-23676","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-futurescience","tag-future-mobility","tag-tools"],"amp_enabled":false,"_links":{"self":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts\/23676","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=23676"}],"version-history":[{"count":0,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts\/23676\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/media\/23678"}],"wp:attachment":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/media?parent=23676"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/categories?post=23676"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/tags?post=23676"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}