{"id":23667,"date":"2025-06-23T15:13:01","date_gmt":"2025-06-23T15:13:01","guid":{"rendered":"https:\/\/metaverseplanet.net\/blog\/?p=23667"},"modified":"2026-01-05T14:01:25","modified_gmt":"2026-01-05T14:01:25","slug":"kia-ev-charging-calculator","status":"publish","type":"post","link":"https:\/\/metaverseplanet.net\/blog\/kia-ev-charging-calculator\/","title":{"rendered":"Kia EV Charging Calculator 2026 : Accurate Time &amp; Cost Estimates"},"content":{"rendered":"\n<div id=\"mp-kia-global\">\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-kia-global {\n      --primary: #ff0050; \/* Kia GT Red *\/\n      --secondary: #00f2ea; \/* Metaverse Cyan *\/\n      --bg-dark: #050505; \/* Midnight Black *\/\n      --bg-panel: #111;\n      --text-main: #f0f0f0;\n      --text-muted: #666;\n      \n      font-family: 'Rajdhani', sans-serif;\n      \/* Gradient Background similar to EV6 GT interior vibes *\/\n      background: linear-gradient(135deg, var(--bg-dark), #1a1a1a);\n      color: var(--text-main);\n      padding: 0;\n      border-radius: 0px; \/* Kia's sharp design language *\/\n      max-width: 100%;\n      margin: 20px auto;\n      box-shadow: 0 20px 60px rgba(0,0,0,0.8);\n      border: 1px solid #333;\n      position: relative;\n      overflow: hidden;\n    }\n\n    \/* Techno Stripe Effect *\/\n    #mp-kia-global::before {\n      content: '';\n      position: absolute;\n      top: 0; right: 0; width: 100%; height: 4px;\n      background: linear-gradient(90deg, #111, var(--secondary), var(--primary), #111);\n      z-index: 2;\n    }\n\n    #mp-kia-global * { position: relative; z-index: 1; box-sizing: border-box; }\n\n    \/* GLOBAL SETTINGS BAR (TOP PANEL) *\/\n    #mp-kia-global .mp-top-bar {\n      background: rgba(0,0,0,0.6);\n      padding: 15px 25px;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      border-bottom: 1px solid #222;\n    }\n\n    #mp-kia-global .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: 8px;\n    }\n    \n    #mp-kia-global .mp-brand span { color: var(--primary); }\n\n    #mp-kia-global .mp-settings {\n      display: flex;\n      gap: 10px;\n    }\n\n    #mp-kia-global .mp-setting-select {\n      background: #222;\n      border: 1px solid #444;\n      color: #fff;\n      padding: 6px 12px;\n      border-radius: 4px;\n      font-size: 12px;\n      cursor: pointer;\n      font-family: 'Rajdhani', sans-serif;\n      outline: none;\n      transition: 0.3s;\n    }\n\n    #mp-kia-global .mp-setting-select:hover { border-color: var(--primary); }\n\n    \/* CONTENT AREA *\/\n    #mp-kia-global .mp-content { padding: 25px; }\n\n    \/* Input Grid *\/\n    #mp-kia-global .mp-row {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      margin-bottom: 20px;\n    }\n\n    #mp-kia-global 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: 1px;\n    }\n\n    #mp-kia-global select, \n    #mp-kia-global input[type=\"number\"] {\n      width: 100%;\n      padding: 12px;\n      background: #111;\n      border: 1px solid #333;\n      color: #fff;\n      border-radius: 4px;\n      font-size: 15px;\n      font-family: 'Orbitron', sans-serif;\n      letter-spacing: 0.5px;\n      transition: 0.3s;\n    }\n\n    #mp-kia-global select:focus, \n    #mp-kia-global input:focus {\n      border-color: var(--primary);\n      box-shadow: 0 0 10px rgba(255, 0, 80, 0.3);\n      outline: none;\n    }\n\n    \/* Slider Style (Kia Sharpness) *\/\n    #mp-kia-global .mp-slider-box {\n      background: rgba(255,255,255,0.02);\n      padding: 20px;\n      border-left: 3px solid var(--primary);\n      margin-bottom: 25px;\n    }\n\n    #mp-kia-global .mp-slider-label {\n      display: flex;\n      justify-content: space-between;\n      margin-bottom: 5px;\n      font-size: 13px;\n      font-family: 'Orbitron', sans-serif;\n    }\n\n    #mp-kia-global input[type=\"range\"] {\n      width: 100%;\n      height: 4px;\n      background: #333;\n      border-radius: 0;\n      outline: none;\n      -webkit-appearance: none;\n      margin-top: 8px;\n    }\n\n    #mp-kia-global input[type=\"range\"]::-webkit-slider-thumb {\n      -webkit-appearance: none;\n      width: 10px;\n      height: 20px; \/* Rectangular thumb for Kia style *\/\n      background: var(--primary);\n      border: none;\n      cursor: pointer;\n    }\n\n    \/* Dashboard Results *\/\n    #mp-kia-global .mp-results {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 12px;\n      background: #000;\n      padding: 20px;\n      border: 1px solid #222;\n    }\n\n    #mp-kia-global .mp-res-box { text-align: center; }\n\n    #mp-kia-global .mp-res-title {\n      font-size: 10px;\n      color: #666;\n      text-transform: uppercase;\n      margin-bottom: 5px;\n    }\n\n    #mp-kia-global .mp-res-value {\n      font-size: 20px;\n      font-weight: 700;\n      color: #fff;\n      font-family: 'Orbitron', sans-serif;\n    }\n\n    #mp-kia-global .text-highlight { color: var(--secondary); text-shadow: 0 0 10px rgba(0, 242, 234, 0.3); }\n\n    \/* Footer *\/\n    #mp-kia-global .mp-footer {\n      margin-top: 20px;\n      text-align: right;\n      font-size: 11px;\n      color: #555;\n    }\n    #mp-kia-global .mp-footer a { color: var(--primary); text-decoration: none; font-weight: bold; }\n\n    \/* Responsive *\/\n    @media (max-width: 600px) {\n      #mp-kia-global .mp-row { grid-template-columns: 1fr; }\n      #mp-kia-global .mp-results { grid-template-columns: 1fr 1fr; gap: 15px; }\n      #mp-kia-global .mp-top-bar { flex-direction: column; gap: 10px; align-items: flex-start; }\n      #mp-kia-global .mp-settings { width: 100%; justify-content: space-between; }\n      #mp-kia-global .mp-setting-select { width: 48%; }\n    }\n  <\/style>\n\n  <div class=\"mp-top-bar\">\n    <div class=\"mp-brand\">KIA EV <span>HUB<\/span><\/div>\n    <div class=\"mp-settings\">\n      <select class=\"mp-setting-select\" id=\"kia-unit-select\" onchange=\"kiaGlobalUpdateUI()\">\n        <option value=\"mi\">Miles (mi)<\/option>\n        <option value=\"km\">Kilometers (km)<\/option>\n      <\/select>\n      <select class=\"mp-setting-select\" id=\"kia-currency-select\" onchange=\"kiaGlobalUpdateUI()\">\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=\"kia-model\" onchange=\"kiaGlobalCalculate()\">\n          <option value=\"NiroEV\">Niro EV (2025)<\/option>\n          <option value=\"EV3LR\">Kia EV3 Long Range<\/option>\n          <option value=\"EV4\">Kia EV4 Concept<\/option>\n          <option value=\"EV5LR\">Kia EV5 Long Range<\/option>\n          <option value=\"EV6Std\">Kia EV6 Standard<\/option>\n          <option value=\"EV6GT\">Kia EV6 GT (AWD)<\/option>\n          <option value=\"EV9Land\">Kia EV9 Land (AWD)<\/option>\n          <option value=\"EV9GT\" selected>Kia EV9 GT-Line<\/option>\n        <\/select>\n      <\/div>\n      <div>\n        <label>Charging Station<\/label>\n        <select id=\"kia-charger\" onchange=\"kiaGlobalCalculate()\">\n          <option value=\"2.4\">Level 1 (2.4 kW)<\/option>\n          <option value=\"11\">Wallbox (11 kW)<\/option>\n          <option value=\"50\">DC Fast (50 kW)<\/option>\n          <option value=\"150\">DC Ultra (150 kW)<\/option>\n          <option value=\"350\" selected>E-GMP Hyper (350 kW)<\/option>\n        <\/select>\n      <\/div>\n    <\/div>\n\n    <div style=\"margin-bottom: 20px;\">\n      <label>Electricity Cost per kWh (<span id=\"kia-lbl-currency\">$<\/span>)<\/label>\n      <input type=\"number\" id=\"kia-price\" value=\"0.60\" step=\"0.01\" oninput=\"kiaGlobalCalculate()\">\n    <\/div>\n\n    <div class=\"mp-slider-box\">\n      <div class=\"mp-slider-label\">\n        <span style=\"color:#666\">Current<\/span>\n        <span id=\"kia-txt-start\" style=\"color:var(--secondary); font-weight:bold;\">10%<\/span>\n      <\/div>\n      <input type=\"range\" id=\"kia-rng-start\" min=\"0\" max=\"100\" value=\"10\" oninput=\"kiaGlobalSync('start')\">\n      \n      <div style=\"margin: 10px 0;\"><\/div>\n\n      <div class=\"mp-slider-label\">\n        <span style=\"color:#666\">Target<\/span>\n        <span id=\"kia-txt-end\" style=\"color:#fff; font-weight:bold;\">80%<\/span>\n      <\/div>\n      <input type=\"range\" id=\"kia-rng-end\" min=\"0\" max=\"100\" value=\"80\" oninput=\"kiaGlobalSync('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-highlight\" id=\"kia-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\" style=\"color:var(--primary);\" id=\"kia-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=\"kia-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=\"kia-res-range\">&#8212;<\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"mp-footer\">\n      Global Unit Support &#038; 800V Logic.<br>\n      Tool by <a href=\"https:\/\/metaverseplanet.net\" target=\"_blank\">Metaverse Planet<\/a>\n    <\/div>\n  <\/div>\n\n  <script>\n    \/\/ DATA: Kia Models (2026 Projections)\n    \/\/ eff_km: kWh per 100 KM (Base efficiency for calculations)\n    \/\/ peak: Peak Charging kW (E-GMP support)\n    const kiaGlobalData = {\n      \"NiroEV\": { kwh: 64.8, peak: 85, eff_km: 18.0 }, \n      \"EV3LR\": { kwh: 81.4, peak: 150, eff_km: 16.8 }, \n      \"EV4\": { kwh: 77.4, peak: 230, eff_km: 16.2 },   \n      \"EV5LR\": { kwh: 88.0, peak: 200, eff_km: 18.6 },\n      \"EV6Std\": { kwh: 58.0, peak: 180, eff_km: 17.4 },\n      \"EV6GT\": { kwh: 77.4, peak: 240, eff_km: 21.0 }, \n      \"EV9Land\": { kwh: 99.8, peak: 210, eff_km: 23.6 },\n      \"EV9GT\": { kwh: 99.8, peak: 210, eff_km: 26.0 }\n    };\n\n    const kiaCurrencySymbols = {\n      \"USD\": \"$\", \"EUR\": \"\u20ac\", \"GBP\": \"\u00a3\", \"TRY\": \"\u20ba\"\n    };\n\n    function kiaGlobalUpdateUI() {\n      const currency = document.getElementById('kia-currency-select').value;\n      const symbol = kiaCurrencySymbols[currency];\n      document.getElementById('kia-lbl-currency').innerText = symbol;\n      kiaGlobalCalculate();\n    }\n\n    function kiaGlobalSync(type) {\n      const s = document.getElementById('kia-rng-start');\n      const e = document.getElementById('kia-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('kia-txt-start').innerText = s.value + \"%\";\n      document.getElementById('kia-txt-end').innerText = e.value + \"%\";\n      kiaGlobalCalculate();\n    }\n\n    function kiaGlobalCalculate() {\n      const modelCode = document.getElementById('kia-model').value;\n      const car = kiaGlobalData[modelCode];\n      \n      const start = parseFloat(document.getElementById('kia-rng-start').value);\n      const end = parseFloat(document.getElementById('kia-rng-end').value);\n      const price = parseFloat(document.getElementById('kia-price').value);\n      const stationPower = parseFloat(document.getElementById('kia-charger').value);\n      \n      \/\/ Settings\n      const unit = document.getElementById('kia-unit-select').value;\n      const currency = document.getElementById('kia-currency-select').value;\n\n      \/\/ 1. Energy\n      const pctNeeded = Math.max(0, end - start);\n      const energyNeeded = (pctNeeded \/ 100) * car.kwh;\n\n      \/\/ 2. Time (E-GMP Logic)\n      \/\/ Cap at car's peak\n      let effectivePower = Math.min(stationPower, car.peak);\n      let avgSpeed = effectivePower;\n      \n      \/\/ E-GMP advantage: very fast until 80%, then drops\n      if (end > 80 && stationPower > 50) {\n         avgSpeed = effectivePower * 0.65;\n      }\n\n      const timeHours = energyNeeded \/ avgSpeed;\n      const h = Math.floor(timeHours);\n      const m = Math.round((timeHours - h) * 60);\n\n      \/\/ 3. Cost\n      const totalCost = energyNeeded * price;\n\n      \/\/ 4. Range\n      let rangeVal = 0;\n      let unitLabel = \"\";\n      \n      if (unit === 'km') {\n        rangeVal = (energyNeeded \/ car.eff_km) * 100;\n        unitLabel = \"km\";\n      } else {\n        \/\/ Convert consumption: kWh\/100km * 1.609 = kWh\/100mi\n        const eff_mi = car.eff_km * 1.60934;\n        rangeVal = (energyNeeded \/ eff_mi) * 100;\n        unitLabel = \"mi\";\n      }\n\n      \/\/ Output\n      document.getElementById('kia-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('kia-res-cost').innerText = formatter.format(totalCost);\n      \n      document.getElementById('kia-res-energy').innerText = energyNeeded.toFixed(1) + \" kWh\";\n      document.getElementById('kia-res-range').innerText = `+${Math.floor(rangeVal)} ${unitLabel}`;\n    }\n\n    \/\/ Init\n    kiaGlobalUpdateUI();\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 top choice for drivers seeking sustainable and efficient transportation. Kia, known for its innovative design and advanced technology, offers an impressive range of electric vehicles that are making a significant impact on the EV market. If you own a Kia EV, like the popular EV6 or Niro EV, or are thinking about getting one, understanding <strong>charging times and costs<\/strong> is essential for smooth daily use and smart travel planning.<\/p>\n\n\n\n<p>That&#8217;s why we&#8217;ve developed the <strong>Kia EV Charging Calculator<\/strong>. This intuitive online tool gives you precise estimates, helping you to perfectly plan your charging strategy and fully enjoy your electric driving experience.<\/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 Kia Owners?<\/h3>\n\n\n\n<p>Kia EVs, such as the groundbreaking EV6 or the practical Niro EV, feature cutting-edge battery technology and diverse charging capabilities. While public charging networks continue to expand, knowing exactly how long your Kia will take to charge and what it will cost at various charging speeds can greatly improve your driving convenience and peace of mind.<\/p>\n\n\n\n<p>This calculator takes the guesswork out of charging, turning complex data into clear, actionable insights specifically for your Kia model.<\/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 Kia EV Charging Calculator<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Precise Charging Time Estimates:<\/strong> Forget 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 Kia EV will need to 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 type of charger. Our tool helps you anticipate the <strong>charging cost per session<\/strong>, so you can budget effectively and find the most economical charging options.<\/li>\n\n\n\n<li><strong>Tailored to Kia EV Models:<\/strong> The calculator comes pre-loaded with battery capacities and average consumption rates for popular Kia EV models like the EV6, Niro EV, and EV9. This ensures more accurate calculations from the start, though you can always 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, 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 Kia 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 Kia Model:<\/strong> Choose your specific model from the dropdown list (e.g., EV6, Niro EV). 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 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.<\/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 Kia EV Owners:<\/strong> Get precise insights into your vehicle&#8217;s charging requirements for daily commutes and road trips.<\/li>\n\n\n\n<li><strong>Prospective Kia EV Buyers:<\/strong> Understand the practicalities and costs associated with owning an electric Kia before you make a purchase.<\/li>\n\n\n\n<li><strong>Fleet Managers:<\/strong> Optimize charging schedules and costs for multiple Kia 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.<\/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 is a vital step towards a more <strong>sustainable future<\/strong>. By using tools like our Kia 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.<\/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 Kia EV charging? Try the <strong>Kia EV Charging Calculator<\/strong> today and embark on a more informed, efficient, and enjoyable electric journey!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>KIA EV HUB Miles (mi) Kilometers (km) USD ($) EUR (\u20ac) GBP (\u00a3) TRY (\u20ba) Select Model Niro EV (2025) Kia EV3 Long Range Kia EV4 Concept Kia EV5 Long Range Kia EV6 Standard Kia EV6 GT (AWD) Kia EV9 Land (AWD) Kia EV9 GT-Line Charging Station Level 1 (2.4 kW) Wallbox (11 kW) DC &hellip;<\/p>\n","protected":false},"author":1,"featured_media":23669,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"googlesitekit_rrm_CAown96uCw:productID":"","footnotes":""},"categories":[336],"tags":[343],"class_list":["post-23667","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\/23667","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=23667"}],"version-history":[{"count":0,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts\/23667\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/media\/23669"}],"wp:attachment":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/media?parent=23667"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/categories?post=23667"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/tags?post=23667"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}