{"id":36135,"date":"2025-12-10T14:11:57","date_gmt":"2025-12-10T14:11:57","guid":{"rendered":"https:\/\/metaverseplanet.net\/blog\/?p=36135"},"modified":"2025-12-10T15:03:01","modified_gmt":"2025-12-10T15:03:01","slug":"space-travel-calculator","status":"publish","type":"post","link":"https:\/\/metaverseplanet.net\/blog\/space-travel-calculator\/","title":{"rendered":"Space Travel Calculator: Time to Reach Mars, Moon &amp; Stars"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Pro Space Calculator<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;700;900&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  \/* --- ANA KAPSAYICI (TAM GEN\u0130\u015eL\u0130K) --- *\/\n  #full-width-tool {\n    width: 100%; \n    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #312e81 100%);\n    color: #fff;\n    font-family: 'Inter', sans-serif;\n    padding: 40px 20px;\n    box-sizing: border-box; \n    border-top: 1px solid rgba(255,255,255,0.1);\n    border-bottom: 1px solid rgba(255,255,255,0.1);\n    position: relative;\n    overflow: hidden;\n    border-radius: 30px; \/* Yuvarlat\u0131lm\u0131\u015f k\u00f6\u015fe *\/\n    margin: 20px 0; \n  }\n\n  .vt-header {\n    text-align: center;\n    margin-bottom: 40px;\n    max-width: 800px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  .vt-header h2 {\n    margin: 0;\n    font-size: 32px;\n    font-weight: 900;\n    background: linear-gradient(90deg, #fff, #e879f9);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n  .vt-header p {\n    color: #cbd5e1;\n    font-size: 16px;\n    margin-top: 10px;\n  }\n\n  \/* --- KAYDIRMALI ALAN (SLIDER) --- *\/\n  .selection-wrapper {\n    margin-bottom: 40px;\n    padding: 0 10px;\n  }\n   \n  .area-title {\n    font-size: 14px;\n    color: #d8b4fe; \n    font-weight: bold;\n    text-transform: uppercase;\n    margin-bottom: 15px;\n    letter-spacing: 1.5px;\n    margin-left: 5px;\n  }\n\n  .scroll-container {\n    display: flex;\n    gap: 20px;\n    overflow-x: auto;\n    padding-bottom: 20px;\n    padding-left: 5px; \n    padding-right: 5px;\n    scrollbar-width: thin;\n    scrollbar-color: #a855f7 #1e1b4b;\n    -webkit-overflow-scrolling: touch;\n    align-items: center; \n  }\n\n  .scroll-container::-webkit-scrollbar { height: 6px; }\n  .scroll-container::-webkit-scrollbar-track { background: #1e1b4b; border-radius: 3px; }\n  .scroll-container::-webkit-scrollbar-thumb { background: #a855f7; border-radius: 3px; }\n\n  \/* --- KART TASARIMI --- *\/\n  .select-card {\n    flex: 0 0 auto;\n    width: 150px;\n    background: rgba(255,255,255,0.05);\n    border: 1px solid rgba(255,255,255,0.1);\n    border-radius: 24px; \/* Yuvarlat\u0131lm\u0131\u015f kart *\/\n    padding: 20px 15px;\n    text-align: center;\n    cursor: pointer;\n    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);\n    user-select: none;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .select-card:hover {\n    background: rgba(255,255,255,0.1);\n    transform: translateY(-5px);\n  }\n\n  \/* SE\u00c7\u0130L\u0130 KART *\/\n  .select-card.active {\n    background: rgba(124, 58, 237, 0.2);\n    border-color: #d8b4fe;\n    box-shadow: 0 0 20px rgba(168, 85, 247, 0.4);\n    transform: scale(1.05);\n  }\n\n  .card-icon { font-size: 36px; margin-bottom: 12px; display: block; }\n  .card-title { font-size: 16px; font-weight: bold; color: #fff; display: block; }\n  .card-sub { font-size: 12px; color: #94a3b8; margin-top: 5px; display: block; }\n\n  \/* --- BUTON ALANI --- *\/\n  .btn-area {\n    text-align: center;\n    margin-top: 20px;\n    margin-bottom: 20px;\n  }\n\n  .neon-btn {\n    padding: 22px 60px;\n    background: linear-gradient(90deg, #9333ea 0%, #db2777 100%);\n    color: #ffffff;\n    font-size: 18px;\n    font-weight: 900; \n    text-transform: uppercase;\n    letter-spacing: 1px;\n    border: none;\n    border-radius: 50px; \n    cursor: pointer;\n    transition: all 0.3s ease;\n    box-shadow: 0 0 20px rgba(219, 39, 119, 0.6), 0 0 40px rgba(147, 51, 234, 0.4);\n    position: relative;\n    z-index: 2;\n  }\n\n  .neon-btn:hover {\n    transform: scale(1.05);\n    box-shadow: 0 0 30px rgba(219, 39, 119, 0.8), 0 0 60px rgba(147, 51, 234, 0.6);\n  }\n\n  .neon-btn:active { transform: scale(0.95); }\n\n  \/* --- ROKET Y\u00dcKLEN\u0130YOR AN\u0130MASYONU --- *\/\n  .loader-wrapper {\n    display: none; \n    text-align: center;\n    padding: 30px;\n  }\n\n  .rocket-spinner {\n    font-size: 60px;\n    display: inline-block;\n    animation: orbit 1s infinite linear; \n  }\n\n  @keyframes orbit {\n    from { transform: rotate(0deg) translateX(5px) rotate(0deg); }\n    to { transform: rotate(360deg) translateX(5px) rotate(-360deg); }\n  }\n\n  .loading-text {\n    margin-top: 15px;\n    font-size: 14px;\n    color: #e879f9;\n    font-weight: bold;\n    letter-spacing: 2px;\n    animation: pulse 1s infinite;\n  }\n\n  @keyframes pulse { 0% {opacity:0.6;} 50% {opacity:1;} 100% {opacity:0.6;} }\n\n  \/* --- SONU\u00c7 EKRANI --- *\/\n  .result-container {\n    display: none; \n    max-width: 800px;\n    margin: 30px auto 0 auto;\n    background: rgba(0,0,0,0.3);\n    border: 1px solid rgba(255,255,255,0.15);\n    border-radius: 30px; \n    padding: 40px;\n    text-align: center;\n    animation: slideUp 0.8s ease-out;\n  }\n\n  @keyframes slideUp {\n    from { opacity: 0; transform: translateY(30px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .res-big-time {\n    font-size: 48px;\n    font-weight: 900;\n    margin: 15px 0;\n    background: linear-gradient(to right, #fff, #f0abfc);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    line-height: 1.1;\n  }\n   \n  .res-desc { font-size: 18px; color: #cbd5e1; line-height: 1.6; }\n  .res-icon { font-size: 50px; margin-bottom: 10px; display: block; }\n\n<\/style>\n<\/head>\n<body>\n\n<div id=\"full-width-tool\">\n  <div class=\"vt-header\">\n    <h2>Space Travel Simulator<\/h2>\n    <p>Choose your destination &#038; vehicle to calculate arrival time.<\/p>\n  <\/div>\n\n  <div class=\"selection-wrapper\">\n    <div class=\"area-title\">1. Destination<\/div>\n    <div class=\"scroll-container\" id=\"dest-container\">\n       \n      <div class=\"select-card\" onclick=\"pick(this, 'dest', 384400)\">\n        <span class=\"card-icon\">\ud83c\udf11<\/span>\n        <span class=\"card-title\">Moon<\/span>\n      <\/div>\n\n      <div class=\"select-card\" onclick=\"pick(this, 'dest', 41400000)\">\n        <span class=\"card-icon\">\ud83c\udf1f<\/span>\n        <span class=\"card-title\">Venus<\/span>\n      <\/div>\n\n      <div class=\"select-card\" onclick=\"pick(this, 'dest', 91700000)\">\n        <span class=\"card-icon\">\ud83e\udea8<\/span>\n        <span class=\"card-title\">Mercury<\/span>\n      <\/div>\n\n      <div class=\"select-card\" onclick=\"pick(this, 'dest', 149600000)\">\n        <span class=\"card-icon\">\u2600\ufe0f<\/span>\n        <span class=\"card-title\">The Sun<\/span>\n      <\/div>\n\n      <div class=\"select-card\" onclick=\"pick(this, 'dest', 225000000)\">\n        <span class=\"card-icon\">\ud83e\ude90<\/span>\n        <span class=\"card-title\">Mars<\/span>\n      <\/div>\n\n      <div class=\"select-card\" onclick=\"pick(this, 'dest', 778500000)\">\n        <span class=\"card-icon\">\ud83c\udf15<\/span>\n        <span class=\"card-title\">Jupiter<\/span>\n      <\/div>\n\n      <div class=\"select-card\" onclick=\"pick(this, 'dest', 1400000000)\">\n        <span class=\"card-icon\">\ud83e\ude90<\/span>\n        <span class=\"card-title\">Saturn<\/span>\n      <\/div>\n\n      <div class=\"select-card\" onclick=\"pick(this, 'dest', 2900000000)\">\n        <span class=\"card-icon\">\ud83d\udd35<\/span>\n        <span class=\"card-title\">Uranus<\/span>\n      <\/div>\n\n      <div class=\"select-card\" onclick=\"pick(this, 'dest', 4300000000)\">\n        <span class=\"card-icon\">\ud83e\uddff<\/span>\n        <span class=\"card-title\">Neptune<\/span>\n      <\/div>\n\n      <div class=\"select-card\" onclick=\"pick(this, 'dest', 5900000000)\">\n        <span class=\"card-icon\">\u2744\ufe0f<\/span>\n        <span class=\"card-title\">Pluto<\/span>\n      <\/div>\n       \n      <div class=\"select-card\" onclick=\"pick(this, 'dest', 40208000000000)\">\n        <span class=\"card-icon\">\u2728<\/span>\n        <span class=\"card-title\">Proxima<\/span>\n        <span class=\"card-sub\">Nearest Star<\/span>\n      <\/div>\n      <div class=\"select-card\" onclick=\"pick(this, 'dest', 14000000000000000000)\">\n        <span class=\"card-icon\">\ud83c\udf0d<\/span>\n        <span class=\"card-title\">Kepler-452b<\/span>\n        <span class=\"card-sub\">Earth 2.0<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"selection-wrapper\">\n    <div class=\"area-title\">2. Vehicle<\/div>\n    <div class=\"scroll-container\" id=\"spd-container\">\n      \n      <div class=\"select-card\" onclick=\"pick(this, 'speed', 5)\">\n        <span class=\"card-icon\">\ud83d\udeb6<\/span>\n        <span class=\"card-title\">Walk<\/span>\n        <span class=\"card-sub\">5 km\/h<\/span>\n      <\/div>\n      <div class=\"select-card\" onclick=\"pick(this, 'speed', 120)\">\n        <span class=\"card-icon\">\ud83d\ude97<\/span>\n        <span class=\"card-title\">Car<\/span>\n        <span class=\"card-sub\">120 km\/h<\/span>\n      <\/div>\n      <div class=\"select-card\" onclick=\"pick(this, 'speed', 900)\">\n        <span class=\"card-icon\">\u2708\ufe0f<\/span>\n        <span class=\"card-title\">Jet<\/span>\n        <span class=\"card-sub\">900 km\/h<\/span>\n      <\/div>\n      <div class=\"select-card\" onclick=\"pick(this, 'speed', 28000)\">\n        <span class=\"card-icon\">\ud83d\ude80<\/span>\n        <span class=\"card-title\">Rocket<\/span>\n        <span class=\"card-sub\">28,000 km\/h<\/span>\n      <\/div>\n      <div class=\"select-card\" onclick=\"pick(this, 'speed', 61000)\">\n        <span class=\"card-icon\">\ud83d\udef0\ufe0f<\/span>\n        <span class=\"card-title\">Voyager 1<\/span>\n        <span class=\"card-sub\">61,000 km\/h<\/span>\n      <\/div>\n      <div class=\"select-card\" onclick=\"pick(this, 'speed', 1079252848)\">\n        <span class=\"card-icon\">\u26a1<\/span>\n        <span class=\"card-title\">Light Speed<\/span>\n        <span class=\"card-sub\">Photon<\/span>\n      <\/div>\n      <div class=\"select-card\" onclick=\"pick(this, 'speed', 10792528480)\">\n        <span class=\"card-icon\">\ud83c\udf00<\/span>\n        <span class=\"card-title\">Warp Drive<\/span>\n        <span class=\"card-sub\">x10 Light<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"btn-area\" id=\"action-area\">\n    <button class=\"neon-btn\" onclick=\"startSequence()\">CALCULATE LAUNCH<\/button>\n  <\/div>\n\n  <div class=\"loader-wrapper\" id=\"loader-area\">\n    <div class=\"rocket-spinner\">\ud83d\ude80<\/div>\n    <div class=\"loading-text\">CALCULATING TRAJECTORY&#8230;<\/div>\n  <\/div>\n\n  <div class=\"result-container\" id=\"final-result\">\n    <span class=\"res-icon\">\ud83c\udfc1<\/span>\n    <div id=\"res-time\" class=\"res-big-time\">&#8212;<\/div>\n    <div id=\"res-note\" class=\"res-desc\">&#8212;<\/div>\n    <button style=\"margin-top:20px; background:transparent; border:1px solid rgba(255,255,255,0.3); color:#fff; padding:10px 20px; border-radius:15px; cursor:pointer;\" onclick=\"resetTool()\">Calculate Again<\/button>\n  <\/div>\n\n<\/div>\n\n<script>\nlet selDest = 0;\nlet selSpeed = 0;\n\nfunction pick(el, type, val) {\n  let contId = type === 'dest' ? 'dest-container' : 'spd-container';\n  let cont = document.getElementById(contId);\n  let cards = cont.getElementsByClassName('select-card');\n   \n  for (let c of cards) c.classList.remove('active');\n  el.classList.add('active');\n\n  if (type === 'dest') selDest = val;\n  else selSpeed = val;\n}\n\nfunction startSequence() {\n  if (selDest === 0 || selSpeed === 0) {\n    alert(\"Please select a Destination and a Vehicle first!\");\n    return;\n  }\n\n  \/\/ 1. Butonu Gizle\n  document.getElementById(\"action-area\").style.display = \"none\";\n  document.getElementById(\"final-result\").style.display = \"none\";\n\n  \/\/ 2. Roketi G\u00f6ster (Animasyon Ba\u015flar)\n  document.getElementById(\"loader-area\").style.display = \"block\";\n\n  \/\/ 3. 3 Saniye Bekle\n  setTimeout(function() {\n    calculateMath();\n  }, 3000); \/\/ 3000ms = 3 saniye\n}\n\nfunction calculateMath() {\n  \/\/ Hesaplama\n  let h = selDest \/ selSpeed;\n  let t = \"\";\n  let n = \"\";\n\n  if (h < 24) {\n    t = (Math.round(h * 10) \/ 10) + \" Hours\";\n    n = \"Pack snacks! Short trip.\";\n  } else if (h < 8760) {\n    let days = Math.round(h \/ 24);\n    t = days + \" Days\";\n    n = \"Bring books and movies.\";\n  } else {\n    let y = h \/ 8760;\n    if (y > 1000000) {\n      t = (Math.round(y \/ 1000000 * 100) \/ 100) + \" Million Years\";\n      n = \"Civilizations will vanish.\";\n    } else {\n      t = new Intl.NumberFormat('en-US').format(Math.round(y * 100) \/ 100) + \" Years\";\n      if (y > 80) n = \"Cryogenic sleep required.\";\n      else n = \"A lifetime journey.\";\n    }\n  }\n   \n  if (selSpeed > 1000000000) {\n      if (selDest < 500000) n = \"Instant Arrival!\";\n      else n = \"Speed of light limit.\";\n  }\n\n  \/\/ 4. Roketi Gizle, Sonucu G\u00f6ster\n  document.getElementById(\"loader-area\").style.display = \"none\";\n   \n  const resDiv = document.getElementById(\"final-result\");\n  const timeDiv = document.getElementById(\"res-time\");\n  const noteDiv = document.getElementById(\"res-note\");\n   \n  timeDiv.innerText = t;\n  noteDiv.innerText = n;\n  resDiv.style.display = \"block\";\n\n  \/\/ 5. Otomatik Kayd\u0131r (Scroll)\n  resDiv.scrollIntoView({ behavior: 'smooth', block: 'center' });\n}\n\nfunction resetTool() {\n  document.getElementById(\"final-result\").style.display = \"none\";\n  document.getElementById(\"action-area\").style.display = \"block\";\n  document.getElementById(\"full-width-tool\").scrollIntoView({ behavior: 'smooth', block: 'start' });\n}\n<\/script>\n\n<\/body>\n<\/html>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\ude80 Why is Space So Big? Understanding Cosmic Distances<\/h2>\n\n\n\n<p>Have you tried our <strong>Interplanetary Travel Simulator<\/strong> above? The results might shock you. Seeing that a car ride to the Moon would take months, or that a jet plane to Pluto would take centuries, puts the sheer scale of our universe into perspective.<\/p>\n\n\n\n<p>When we look up at the night sky, the points of light seem close, but the distances are mind-boggling. Here are some fascinating facts about the cosmic distances you can calculate with our tool.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. The Moon: Our Cosmic Neighbor<\/h3>\n\n\n\n<p>The Moon is the closest celestial body to Earth, located at an average distance of <strong>384,400 km (238,855 miles)<\/strong>. To visualize this, you could fit <strong>every planet in the Solar System<\/strong> (including Jupiter and Saturn) side-by-side in the space between Earth and the Moon.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Walking:<\/strong> If there were a road to the Moon, walking there non-stop would take about <strong>9 years<\/strong>.<\/li>\n\n\n\n<li><strong>By Car:<\/strong> Driving at highway speeds (120 km\/h), you would arrive in about <strong>130 days<\/strong>.<\/li>\n\n\n\n<li><strong>Apollo Missions:<\/strong> The astronauts in 1969 covered this distance in roughly <strong>3 days<\/strong> using the massive Saturn V rocket.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">2. The Sun: The Engine of Life<\/h3>\n\n\n\n<p>The Sun is approximately <strong>149.6 million km<\/strong> away from Earth. Astronomers call this distance \"1 Astronomical Unit\" (AU). The Sun is so far away that its light does not reach us instantly.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Speed of Light:<\/strong> When you look at the Sun, you aren't seeing it as it is <em>now<\/em>, but as it was <strong>8 minutes and 20 seconds ago<\/strong>.<\/li>\n\n\n\n<li><strong>By Plane:<\/strong> If you could fly a Boeing 747 to the Sun, the flight would take roughly <strong>19 years<\/strong>.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">3. Mars: The Next Frontier<\/h3>\n\n\n\n<p>Mars is the primary target for the future of humanity. The distance varies wildly depending on orbits, ranging from <strong>55 million km<\/strong> to <strong>400 million km<\/strong>. The average distance is about <strong>225 million km<\/strong>.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>The Journey:<\/strong> With current rocket technology (like the ones developed by <em><a href=\"https:\/\/metaverseplanet.net\/blog\/tag\/nasa\/\" data-type=\"post_tag\" data-id=\"170\">NASA<\/a><\/em> and <strong><em><a href=\"https:\/\/metaverseplanet.net\/blog\/tag\/spacex\/\" data-type=\"post_tag\" data-id=\"153\">SpaceX<\/a><\/em><\/strong>), a one-way trip to Mars takes between <strong>6 to 9 months<\/strong>. This is why timing the launch window is critical for future colonists.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">4. Voyager 1: Leaving the Neighborhood<\/h3>\n\n\n\n<p>Launched in 1977, the Voyager 1 probe is the furthest man-made object from Earth. It travels at a staggering speed of <strong>61,000 km\/h (38,000 mph)<\/strong>. Despite this incredible speed, if it were headed toward our nearest star neighbor, Proxima Centauri, it would still take over <strong>70,000 years<\/strong> to arrive.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">5. The Universal Speed Limit<\/h3>\n\n\n\n<p>The speed of light is <strong>299,792 km per second<\/strong>. At this speed, you could circle the Earth 7.5 times in a single second. However, on a galactic scale, even light is slow.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Crossing our Milky Way galaxy takes <strong>100,000 years<\/strong> at light speed.<\/li>\n\n\n\n<li>The light from the Andromeda Galaxy (the furthest object you can see with the naked eye) left there <strong>2.5 million years ago<\/strong>, long before modern humans walked the Earth.<\/li>\n<\/ul>\n\n\n\n<p>This is why science fiction concepts like <strong>\"Warp Drive\"<\/strong> (which you can test in our calculator!) are theoretically necessary for us to ever become a true interstellar civilization.<\/p>\n\n\n\n<p>Explore the tool on <strong><em><a href=\"https:\/\/metaverseplanet.net\/blog\/\" data-type=\"page\" data-id=\"19376\">Metaverse Planet<\/a><\/em><\/strong> to compare today's reality with tomorrow's tec<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Pro Space Calculator Space Travel Simulator Choose your destination &#038; vehicle to calculate arrival time. 1. Destination \ud83c\udf11 Moon \ud83c\udf1f Venus \ud83e\udea8 Mercury \u2600\ufe0f The Sun \ud83e\ude90 Mars \ud83c\udf15 Jupiter \ud83e\ude90 Saturn \ud83d\udd35 Uranus \ud83e\uddff Neptune \u2744\ufe0f Pluto \u2728 Proxima Nearest Star \ud83c\udf0d Kepler-452b Earth 2.0 2. Vehicle \ud83d\udeb6 Walk 5 km\/h \ud83d\ude97 Car 120 &hellip;<\/p>\n","protected":false},"author":1,"featured_media":24790,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"googlesitekit_rrm_CAown96uCw:productID":"","footnotes":""},"categories":[152],"tags":[269,307],"class_list":["post-36135","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-spaces","tag-mars","tag-tools"],"amp_enabled":false,"_links":{"self":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts\/36135","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=36135"}],"version-history":[{"count":0,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts\/36135\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/media\/24790"}],"wp:attachment":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/media?parent=36135"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/categories?post=36135"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/tags?post=36135"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}