{"id":23672,"date":"2025-06-24T10:57:36","date_gmt":"2025-06-24T10:57:36","guid":{"rendered":"https:\/\/metaverseplanet.net\/blog\/?p=23672"},"modified":"2026-01-05T14:02:14","modified_gmt":"2026-01-05T14:02:14","slug":"togg-ev-charging-calculator","status":"publish","type":"post","link":"https:\/\/metaverseplanet.net\/blog\/togg-ev-charging-calculator\/","title":{"rendered":"TOGG EV Charging Calculator 2026 : Accurate Time &amp; Cost Estimates"},"content":{"rendered":"\n<div id=\"mp-togg-global\">\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Rajdhani:wght@500;600;700&#038;display=swap\" rel=\"stylesheet\">\n  \n  <style>\n    \/* CSS ISOLATION & VARIABLES *\/\n    #mp-togg-global {\n      --gemlik-cyan: #00bfa5;\n      --bg-dark: #0f172a;\n      --bg-panel: #1e293b;\n      --text-main: #e2e8f0;\n      --text-muted: #94a3b8;\n      \n      font-family: 'Rajdhani', sans-serif;\n      \/* Global Dark Theme *\/\n      background: linear-gradient(135deg, var(--bg-dark) 0%, #1e293b 100%);\n      color: var(--text-main);\n      padding: 0;\n      border-radius: 12px;\n      max-width: 100%;\n      margin: 20px auto;\n      box-shadow: 0 20px 60px rgba(0, 191, 165, 0.2); \/* Gemlik Turquoise Glow *\/\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      position: relative;\n      overflow: hidden;\n    }\n\n    \/* Background Pattern: Digital Mesh *\/\n    #mp-togg-global::before {\n      content: '';\n      position: absolute;\n      top: 0; left: 0; width: 100%; height: 100%;\n      background: linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),\n                  linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);\n      background-size: 30px 30px;\n      pointer-events: none;\n      z-index: 0;\n    }\n\n    #mp-togg-global * { position: relative; z-index: 1; box-sizing: border-box; }\n\n    \/* GLOBAL SETTINGS BAR (TOP PANEL) *\/\n    #mp-togg-global .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-togg-global .mp-brand {\n      font-size: 20px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 2px;\n      color: #fff;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n    \n    #mp-togg-global .mp-brand span { color: var(--gemlik-cyan); }\n\n    #mp-togg-global .mp-settings {\n      display: flex;\n      gap: 10px;\n    }\n\n    #mp-togg-global .mp-setting-select {\n      background: #0f172a;\n      border: 1px solid #334155;\n      color: #fff;\n      padding: 6px 12px;\n      border-radius: 6px;\n      font-size: 12px;\n      cursor: pointer;\n      font-family: 'Rajdhani', sans-serif;\n      outline: none;\n      transition: 0.3s;\n    }\n\n    #mp-togg-global .mp-setting-select:hover { border-color: var(--gemlik-cyan); }\n\n    \/* CONTENT AREA *\/\n    #mp-togg-global .mp-content { padding: 25px; }\n\n    \/* Input Layout *\/\n    #mp-togg-global .mp-row {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      margin-bottom: 20px;\n    }\n\n    #mp-togg-global label {\n      display: block;\n      font-size: 12px;\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-togg-global select, \n    #mp-togg-global input[type=\"number\"] {\n      width: 100%;\n      padding: 12px;\n      background: #0f172a;\n      border: 1px solid #334155;\n      color: #fff;\n      border-radius: 6px;\n      font-size: 16px;\n      font-family: inherit;\n      transition: 0.3s;\n    }\n\n    #mp-togg-global select:focus, \n    #mp-togg-global input:focus {\n      outline: none;\n      border-color: var(--gemlik-cyan);\n      box-shadow: 0 0 10px rgba(0, 191, 165, 0.2);\n    }\n\n    \/* Slider UI *\/\n    #mp-togg-global .mp-slider-box {\n      background: rgba(255,255,255,0.03);\n      padding: 20px;\n      border-radius: 8px;\n      border: 1px solid rgba(255,255,255,0.05);\n      margin-bottom: 25px;\n      border-left: 3px solid var(--gemlik-cyan);\n    }\n\n    #mp-togg-global .mp-slider-label {\n      display: flex;\n      justify-content: space-between;\n      margin-bottom: 5px;\n    }\n\n    #mp-togg-global input[type=\"range\"] {\n      width: 100%;\n      height: 5px;\n      background: #334155;\n      border-radius: 3px;\n      outline: none;\n      -webkit-appearance: none;\n      margin-top: 8px;\n    }\n\n    #mp-togg-global input[type=\"range\"]::-webkit-slider-thumb {\n      -webkit-appearance: none;\n      width: 20px;\n      height: 20px;\n      background: var(--gemlik-cyan);\n      border: 2px solid #fff;\n      border-radius: 50%;\n      cursor: pointer;\n      box-shadow: 0 0 10px rgba(0, 191, 165, 0.6);\n    }\n\n    \/* Results Dashboard *\/\n    #mp-togg-global .mp-dashboard {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 15px;\n      background: #0f172a;\n      padding: 20px;\n      border: 1px solid #1e293b;\n      border-radius: 8px;\n    }\n\n    #mp-togg-global .mp-stat { text-align: center; }\n\n    #mp-togg-global .mp-stat-head {\n      font-size: 11px;\n      color: #64748b;\n      text-transform: uppercase;\n      margin-bottom: 5px;\n    }\n\n    #mp-togg-global .mp-stat-val {\n      font-size: 22px;\n      font-weight: 700;\n      color: #fff;\n    }\n\n    #mp-togg-global .text-cyan { color: var(--gemlik-cyan); text-shadow: 0 0 15px rgba(0, 191, 165, 0.3); }\n\n    \/* Footer *\/\n    #mp-togg-global .mp-footer {\n      margin-top: 20px;\n      text-align: right;\n      font-size: 11px;\n      color: #64748b;\n    }\n    #mp-togg-global .mp-footer a { color: var(--gemlik-cyan); text-decoration: none; }\n\n    @media (max-width: 700px) {\n      #mp-togg-global .mp-row { grid-template-columns: 1fr; }\n      #mp-togg-global .mp-dashboard { grid-template-columns: 1fr 1fr; gap: 15px; }\n      #mp-togg-global .mp-top-bar { flex-direction: column; align-items: flex-start; gap: 10px; }\n      #mp-togg-global .mp-settings { width: 100%; justify-content: space-between; }\n      #mp-togg-global .mp-setting-select { width: 48%; }\n    }\n  <\/style>\n\n  <div class=\"mp-top-bar\">\n    <div class=\"mp-brand\">TOGG <span>GLOBAL<\/span><\/div>\n    <div class=\"mp-settings\">\n      <select class=\"mp-setting-select\" id=\"togg-unit-select\" onchange=\"toggGlobalUpdateUI()\">\n        <option value=\"km\">Kilometers (km)<\/option>\n        <option value=\"mi\">Miles (mi)<\/option>\n      <\/select>\n      <select class=\"mp-setting-select\" id=\"togg-currency-select\" onchange=\"toggGlobalUpdateUI()\">\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 Smart Device<\/label>\n        <select id=\"togg-us-model\" onchange=\"toggGlobalUpdate()\">\n          <option value=\"T10X_V1\">T10X V1 (RWD Standard)<\/option>\n          <option value=\"T10X_V2\">T10X V2 (RWD Long Range)<\/option>\n          <option value=\"T10F_V2\">T10F Fastback (Long Range)<\/option>\n          <option value=\"T10X_AWD\">T10X AWD (Performance)<\/option>\n        <\/select>\n      <\/div>\n      <div>\n        <label>Charging Station Type<\/label>\n        <select id=\"togg-us-charger\" onchange=\"toggGlobalCalculate()\">\n          <option value=\"2.4\">Level 1 (Home) &#8211; 2.4 kW<\/option>\n          <option value=\"11\">Level 2 (Wallbox) &#8211; 11 kW<\/option>\n          <option value=\"50\">DC Fast &#8211; 50 kW<\/option>\n          <option value=\"180\" selected>Ultra Fast (Trugo) &#8211; 180 kW<\/option>\n        <\/select>\n      <\/div>\n    <\/div>\n\n    <div style=\"margin-bottom: 20px;\">\n      <label>Electricity Cost per kWh (<span id=\"togg-lbl-currency\">$<\/span>)<\/label>\n      <input type=\"number\" id=\"togg-us-price\" value=\"0.48\" step=\"0.01\" oninput=\"toggGlobalCalculate()\">\n    <\/div>\n\n    <div class=\"mp-slider-box\">\n      <div class=\"mp-slider-label\">\n        <label style=\"margin:0\">Current Charge<\/label>\n        <span id=\"us-txt-start\" style=\"color:var(--text-main); font-weight:bold;\">15%<\/span>\n      <\/div>\n      <input type=\"range\" id=\"us-rng-start\" min=\"0\" max=\"100\" value=\"15\" oninput=\"toggGlobalSync('start')\">\n\n      <div class=\"mp-slider-label\" style=\"margin-top:15px;\">\n        <label style=\"margin:0\">Target Charge<\/label>\n        <span id=\"us-txt-end\" class=\"text-cyan\" style=\"font-weight:bold;\">80%<\/span>\n      <\/div>\n      <input type=\"range\" id=\"us-rng-end\" min=\"0\" max=\"100\" value=\"80\" oninput=\"toggGlobalSync('end')\">\n    <\/div>\n\n    <div class=\"mp-dashboard\">\n      <div class=\"mp-stat\">\n        <div class=\"mp-stat-head\">Time<\/div>\n        <div class=\"mp-stat-val text-cyan\" id=\"us-res-time\">&#8212;<\/div>\n      <\/div>\n      <div class=\"mp-stat\">\n        <div class=\"mp-stat-head\">Cost<\/div>\n        <div class=\"mp-stat-val\" style=\"color:#ff6b6b;\" id=\"us-res-cost\">&#8212;<\/div>\n      <\/div>\n      <div class=\"mp-stat\">\n        <div class=\"mp-stat-head\">Energy<\/div>\n        <div class=\"mp-stat-val\" id=\"us-res-energy\">&#8212;<\/div>\n      <\/div>\n      <div class=\"mp-stat\">\n        <div class=\"mp-stat-head\">Range<\/div>\n        <div class=\"mp-stat-val\" id=\"us-res-range\">&#8212;<\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"mp-footer\">\n      Trugo Network Compatible &#038; Global Units.<br>\n      Tool by <a href=\"https:\/\/metaverseplanet.net\" target=\"_blank\">Metaverse Planet<\/a>\n    <\/div>\n  <\/div>\n\n  <script>\n    \/\/ TOGG DATA\n    \/\/ eff_km: kWh per 100 KM (Base efficiency)\n    const toggGlobalData = {\n      \"T10X_V1\": { kwh: 52.4, eff_km: 16.7, maxCharge: 150 },\n      \"T10X_V2\": { kwh: 88.5, eff_km: 16.9, maxCharge: 180 }, \n      \"T10F_V2\": { kwh: 88.5, eff_km: 15.5, maxCharge: 180 }, \n      \"T10X_AWD\": { kwh: 88.5, eff_km: 19.2, maxCharge: 180 }\n    };\n\n    const toggCurrencySymbols = {\n      \"USD\": \"$\", \"EUR\": \"\u20ac\", \"GBP\": \"\u00a3\", \"TRY\": \"\u20ba\"\n    };\n\n    function toggGlobalUpdateUI() {\n      const currency = document.getElementById('togg-currency-select').value;\n      const symbol = toggCurrencySymbols[currency];\n      document.getElementById('togg-lbl-currency').innerText = symbol;\n      toggGlobalCalculate();\n    }\n\n    function toggGlobalUpdate() {\n      toggGlobalCalculate();\n    }\n\n    function toggGlobalSync(type) {\n      const s = document.getElementById('us-rng-start');\n      const e = document.getElementById('us-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('us-txt-start').innerText = s.value + \"%\";\n      document.getElementById('us-txt-end').innerText = e.value + \"%\";\n      toggGlobalCalculate();\n    }\n\n    function toggGlobalCalculate() {\n      const modelCode = document.getElementById('togg-us-model').value;\n      const car = toggGlobalData[modelCode];\n      \n      const start = parseFloat(document.getElementById('us-rng-start').value);\n      const end = parseFloat(document.getElementById('us-rng-end').value);\n      const price = parseFloat(document.getElementById('togg-us-price').value);\n      const stationPower = parseFloat(document.getElementById('togg-us-charger').value);\n      \n      \/\/ Settings\n      const unit = document.getElementById('togg-unit-select').value;\n      const currency = document.getElementById('togg-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 (Curve Logic)\n      let realPower = Math.min(stationPower, car.maxCharge);\n      let avgSpeed = realPower;\n      if (end > 80 && realPower > 50) {\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. 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 to miles: 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('us-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('us-res-cost').innerText = formatter.format(totalCost);\n      \n      document.getElementById('us-res-energy').innerText = `${energyNeeded.toFixed(1)} kWh`;\n      document.getElementById('us-res-range').innerText = `+${Math.floor(rangeVal)} ${unitLabel}`;\n    }\n\n    \/\/ Init\n    toggGlobalUpdateUI();\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 reshaping the automotive landscape, offering a future-forward and environmentally conscious driving experience. TOGG, Turkey&#8217;s innovative global technology brand, is at the forefront of this transformation with its highly anticipated electric vehicles. If you own a TOGG EV, like the T10F or T10X, or are considering becoming an early adopter, understanding <strong>charging times and costs<\/strong> is crucial for seamless daily use and efficient travel planning.<\/p>\n\n\n\n<p>That&#8217;s precisely why we&#8217;ve created the <strong>TOGG 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 TOGG Owners?<\/h3>\n\n\n\n<p>TOGG EVs are designed with advanced battery technology and offer various charging capabilities to suit different needs. While Turkey&#8217;s charging infrastructure is continually expanding, knowing <em>exactly<\/em> how long your TOGG will take to charge and what it will cost at different charging speeds\u2014whether at home, a public charger, or a fast-charging station\u2014can significantly enhance your driving convenience and peace of mind.<\/p>\n\n\n\n<p>Our calculator simplifies complex charging equations, transforming raw data into clear, actionable insights specifically for your TOGG 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 TOGG 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 TOGG 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 and 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 TOGG EV Models:<\/strong> The calculator comes pre-loaded with battery capacities and average consumption rates for current and anticipated TOGG models like the T10X and T10F. 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 TOGG 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 TOGG Model:<\/strong> Choose your specific model from the dropdown list (e.g., T10X, T10F). 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 TOGG EV Owners:<\/strong> Get precise insights into your vehicle&#8217;s charging requirements for daily commutes and road trips across Turkey and beyond.<\/li>\n\n\n\n<li><strong>Prospective TOGG Buyers:<\/strong> Understand the practicalities and costs associated with owning an electric TOGG before you make a purchase.<\/li>\n\n\n\n<li><strong>Fleet Managers:<\/strong> Optimize charging schedules and costs for multiple TOGG 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 relevant for the emerging Turkish EV market.<\/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 TOGG is a significant step towards a more <strong>sustainable future<\/strong> for Turkey and the world. By using tools like our TOGG 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 groundbreaking domestic 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 TOGG EV charging? Try the <strong>TOGG EV Charging Calculator<\/strong> today and embark on a more informed, efficient, and enjoyable electric journey!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>TOGG GLOBAL Kilometers (km) Miles (mi) USD ($) EUR (\u20ac) GBP (\u00a3) TRY (\u20ba) Select Smart Device T10X V1 (RWD Standard) T10X V2 (RWD Long Range) T10F Fastback (Long Range) T10X AWD (Performance) Charging Station Type Level 1 (Home) &#8211; 2.4 kW Level 2 (Wallbox) &#8211; 11 kW DC Fast &#8211; 50 kW Ultra Fast &hellip;<\/p>\n","protected":false},"author":1,"featured_media":23674,"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-23672","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\/23672","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=23672"}],"version-history":[{"count":0,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts\/23672\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/media\/23674"}],"wp:attachment":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/media?parent=23672"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/categories?post=23672"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/tags?post=23672"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}