{"id":26,"date":"2026-08-19T14:25:39","date_gmt":"2026-08-19T05:25:39","guid":{"rendered":"https:\/\/haibara.us\/?page_id=26"},"modified":"2026-08-19T14:25:39","modified_gmt":"2026-08-19T05:25:39","slug":"reinstall-debian","status":"publish","type":"page","link":"https:\/\/haibara.us\/?page_id=26","title":{"rendered":"Reinstall Debian"},"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  <meta name=\"theme-color\" content=\"#070b14\" \/>\n  <meta name=\"description\" content=\"Fast Debian reinstall scripts for Debian Sid and the latest Debian Stable release.\" \/>\n  <title>Debian Reinstall \/\/ Fast. Clean. Automated.<\/title>\n  <style>\n    :root {\n      --bg: #05070d;\n      --panel: rgba(11, 17, 30, 0.72);\n      --panel-strong: rgba(10, 16, 28, 0.92);\n      --border: rgba(125, 211, 252, 0.16);\n      --text: #edf7ff;\n      --muted: #8fa4b8;\n      --cyan: #55e6ff;\n      --cyan-2: #17b8ff;\n      --violet: #9d7bff;\n      --green: #6ef3a5;\n      --danger: #ff7d96;\n      --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);\n    }\n\n    * { box-sizing: border-box; }\n\n    html {\n      scroll-behavior: smooth;\n      color-scheme: dark;\n    }\n\n    body {\n      margin: 0;\n      min-height: 100vh;\n      overflow-x: hidden;\n      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n      color: var(--text);\n      background:\n        radial-gradient(circle at 18% 15%, rgba(23, 184, 255, 0.11), transparent 28rem),\n        radial-gradient(circle at 82% 18%, rgba(157, 123, 255, 0.10), transparent 30rem),\n        linear-gradient(180deg, #05070d 0%, #070b14 48%, #05070d 100%);\n    }\n\n    body::before {\n      content: \"\";\n      position: fixed;\n      inset: 0;\n      pointer-events: none;\n      opacity: 0.28;\n      background-image:\n        linear-gradient(rgba(85, 230, 255, 0.035) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(85, 230, 255, 0.035) 1px, transparent 1px);\n      background-size: 42px 42px;\n      mask-image: linear-gradient(to bottom, black 0%, transparent 78%);\n    }\n\n    a { color: inherit; text-decoration: none; }\n    button { font: inherit; }\n\n    .shell {\n      width: min(1180px, calc(100% - 36px));\n      margin: 0 auto;\n    }\n\n    .nav {\n      position: sticky;\n      top: 0;\n      z-index: 50;\n      backdrop-filter: blur(18px);\n      background: rgba(5, 7, 13, 0.68);\n      border-bottom: 1px solid rgba(255, 255, 255, 0.05);\n    }\n\n    .nav-inner {\n      min-height: 68px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 24px;\n    }\n\n    .brand {\n      display: inline-flex;\n      align-items: center;\n      gap: 12px;\n      font-weight: 800;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      font-size: 0.88rem;\n    }\n\n    .brand-mark {\n      width: 34px;\n      height: 34px;\n      display: grid;\n      place-items: center;\n      border-radius: 10px;\n      border: 1px solid rgba(85, 230, 255, 0.34);\n      background: linear-gradient(145deg, rgba(85, 230, 255, 0.16), rgba(157, 123, 255, 0.10));\n      box-shadow: inset 0 0 24px rgba(85, 230, 255, 0.10), 0 0 32px rgba(23, 184, 255, 0.08);\n      color: var(--cyan);\n    }\n\n    .nav-links {\n      display: flex;\n      align-items: center;\n      gap: 22px;\n      color: var(--muted);\n      font-size: 0.9rem;\n    }\n\n    .nav-links a:hover { color: var(--cyan); }\n\n    .hero {\n      position: relative;\n      padding: 112px 0 76px;\n    }\n\n    .hero-grid {\n      display: grid;\n      grid-template-columns: 1.05fr 0.95fr;\n      gap: 54px;\n      align-items: center;\n    }\n\n    .eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 9px;\n      padding: 8px 12px;\n      border-radius: 999px;\n      border: 1px solid rgba(85, 230, 255, 0.18);\n      background: rgba(85, 230, 255, 0.055);\n      color: #bcefff;\n      font-size: 0.78rem;\n      font-weight: 700;\n      letter-spacing: 0.11em;\n      text-transform: uppercase;\n    }\n\n    .pulse {\n      width: 8px;\n      height: 8px;\n      border-radius: 999px;\n      background: var(--green);\n      box-shadow: 0 0 0 0 rgba(110, 243, 165, 0.45);\n      animation: pulse 2s infinite;\n    }\n\n    @keyframes pulse {\n      70% { box-shadow: 0 0 0 9px rgba(110, 243, 165, 0); }\n      100% { box-shadow: 0 0 0 0 rgba(110, 243, 165, 0); }\n    }\n\n    h1 {\n      margin: 24px 0 20px;\n      max-width: 780px;\n      font-size: clamp(3.1rem, 7vw, 6.9rem);\n      line-height: 0.94;\n      letter-spacing: -0.065em;\n    }\n\n    .gradient-text {\n      color: transparent;\n      background: linear-gradient(92deg, #f6fbff 8%, var(--cyan) 46%, #a98dff 96%);\n      -webkit-background-clip: text;\n      background-clip: text;\n    }\n\n    .hero-copy {\n      max-width: 680px;\n      margin: 0 0 32px;\n      color: var(--muted);\n      font-size: clamp(1.02rem, 1.7vw, 1.18rem);\n      line-height: 1.75;\n    }\n\n    .hero-actions {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-top: 30px;\n    }\n\n    .btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      gap: 9px;\n      min-height: 46px;\n      padding: 0 18px;\n      border: 1px solid rgba(255,255,255,0.08);\n      border-radius: 12px;\n      background: rgba(255,255,255,0.04);\n      color: var(--text);\n      cursor: pointer;\n      transition: 180ms ease;\n    }\n\n    .btn:hover {\n      transform: translateY(-2px);\n      border-color: rgba(85, 230, 255, 0.28);\n      background: rgba(85, 230, 255, 0.07);\n    }\n\n    .btn-primary {\n      border-color: rgba(85, 230, 255, 0.38);\n      background: linear-gradient(135deg, rgba(23, 184, 255, 0.18), rgba(157, 123, 255, 0.14));\n      box-shadow: 0 12px 40px rgba(23, 184, 255, 0.12);\n    }\n\n    .terminal {\n      position: relative;\n      overflow: hidden;\n      border: 1px solid var(--border);\n      border-radius: 20px;\n      background: linear-gradient(180deg, rgba(13, 20, 35, 0.96), rgba(7, 11, 20, 0.95));\n      box-shadow: var(--shadow), 0 0 80px rgba(23, 184, 255, 0.08);\n    }\n\n    .terminal::after {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      pointer-events: none;\n      background: linear-gradient(105deg, transparent 20%, rgba(85,230,255,0.025) 45%, transparent 70%);\n    }\n\n    .terminal-bar {\n      height: 48px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      padding: 0 16px;\n      border-bottom: 1px solid rgba(255,255,255,0.055);\n      background: rgba(255,255,255,0.018);\n    }\n\n    .dot { width: 9px; height: 9px; border-radius: 50%; background: #445064; }\n    .dot:nth-child(1) { background: #ff6b7a; }\n    .dot:nth-child(2) { background: #ffd166; }\n    .dot:nth-child(3) { background: #61e294; }\n\n    .terminal-title {\n      margin-left: 8px;\n      color: #6f8097;\n      font: 600 0.72rem\/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;\n      letter-spacing: 0.06em;\n    }\n\n    .terminal-body {\n      min-height: 360px;\n      padding: 28px 24px 30px;\n      font: 500 0.88rem\/1.9 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;\n      color: #c9d8e6;\n    }\n\n    .prompt { color: var(--cyan); }\n    .cmd { color: #f1f7fb; }\n    .ok { color: var(--green); }\n    .dim { color: #607085; }\n    .violet { color: #bcaaff; }\n\n    .section { padding: 72px 0; }\n\n    .section-head {\n      display: flex;\n      align-items: end;\n      justify-content: space-between;\n      gap: 28px;\n      margin-bottom: 26px;\n    }\n\n    .section h2 {\n      margin: 0;\n      font-size: clamp(2rem, 4.4vw, 3.6rem);\n      letter-spacing: -0.045em;\n    }\n\n    .section-lead {\n      max-width: 600px;\n      margin: 10px 0 0;\n      color: var(--muted);\n      line-height: 1.7;\n    }\n\n    .cards {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 18px;\n    }\n\n    .card {\n      position: relative;\n      overflow: hidden;\n      padding: 26px;\n      border: 1px solid rgba(255,255,255,0.075);\n      border-radius: 18px;\n      background: var(--panel);\n      box-shadow: 0 18px 60px rgba(0,0,0,0.2);\n      backdrop-filter: blur(14px);\n    }\n\n    .card::before {\n      content: \"\";\n      position: absolute;\n      width: 180px;\n      height: 180px;\n      right: -50px;\n      top: -70px;\n      border-radius: 50%;\n      background: radial-gradient(circle, rgba(85,230,255,0.11), transparent 68%);\n      pointer-events: none;\n    }\n\n    .card-tag {\n      display: inline-flex;\n      align-items: center;\n      gap: 7px;\n      margin-bottom: 18px;\n      color: var(--cyan);\n      font: 700 0.74rem\/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n    }\n\n    .card h3 {\n      margin: 0 0 10px;\n      font-size: 1.65rem;\n      letter-spacing: -0.025em;\n    }\n\n    .card p {\n      margin: 0;\n      color: var(--muted);\n      line-height: 1.7;\n    }\n\n    .command-box {\n      position: relative;\n      margin-top: 22px;\n      padding: 17px 54px 17px 17px;\n      border: 1px solid rgba(85,230,255,0.12);\n      border-radius: 13px;\n      background: rgba(2, 7, 13, 0.72);\n      color: #dff7ff;\n      font: 500 0.81rem\/1.7 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;\n      word-break: break-all;\n    }\n\n    .copy-btn {\n      position: absolute;\n      top: 10px;\n      right: 10px;\n      width: 34px;\n      height: 34px;\n      display: grid;\n      place-items: center;\n      border: 1px solid rgba(255,255,255,0.08);\n      border-radius: 9px;\n      background: rgba(255,255,255,0.04);\n      color: #a8b6c7;\n      cursor: pointer;\n      transition: 160ms ease;\n    }\n\n    .copy-btn:hover {\n      color: var(--cyan);\n      border-color: rgba(85,230,255,0.3);\n      background: rgba(85,230,255,0.08);\n    }\n\n    .features {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 16px;\n    }\n\n    .feature {\n      padding: 22px;\n      border: 1px solid rgba(255,255,255,0.06);\n      border-radius: 16px;\n      background: rgba(255,255,255,0.025);\n    }\n\n    .feature-icon {\n      width: 38px;\n      height: 38px;\n      display: grid;\n      place-items: center;\n      margin-bottom: 18px;\n      border-radius: 11px;\n      background: rgba(85,230,255,0.08);\n      border: 1px solid rgba(85,230,255,0.14);\n      color: var(--cyan);\n      font: 700 0.8rem\/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;\n    }\n\n    .feature h4 { margin: 0 0 8px; font-size: 1rem; }\n    .feature p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 0.92rem; }\n\n    .warning {\n      margin-top: 24px;\n      padding: 18px 20px;\n      display: flex;\n      gap: 14px;\n      border: 1px solid rgba(255, 125, 150, 0.17);\n      border-radius: 14px;\n      background: rgba(255, 125, 150, 0.045);\n      color: #d7b8c0;\n      line-height: 1.65;\n      font-size: 0.91rem;\n    }\n\n    .warning strong { color: #ffafbe; }\n\n    footer {\n      padding: 42px 0 58px;\n      color: #64758a;\n      font-size: 0.85rem;\n    }\n\n    .footer-inner {\n      padding-top: 24px;\n      display: flex;\n      justify-content: space-between;\n      gap: 20px;\n      border-top: 1px solid rgba(255,255,255,0.055);\n    }\n\n    .status {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      color: #7c91a6;\n    }\n\n    .status::before {\n      content: \"\";\n      width: 7px;\n      height: 7px;\n      border-radius: 50%;\n      background: var(--green);\n      box-shadow: 0 0 14px rgba(110,243,165,0.55);\n    }\n\n    @media (max-width: 920px) {\n      .hero { padding-top: 80px; }\n      .hero-grid { grid-template-columns: 1fr; gap: 40px; }\n      .terminal-body { min-height: auto; }\n      .features { grid-template-columns: 1fr; }\n    }\n\n    @media (max-width: 720px) {\n      .shell { width: min(100% - 24px, 1180px); }\n      .nav-links { display: none; }\n      .hero { padding: 72px 0 48px; }\n      h1 { font-size: clamp(3rem, 17vw, 5rem); }\n      .cards { grid-template-columns: 1fr; }\n      .section { padding: 54px 0; }\n      .section-head { align-items: start; flex-direction: column; }\n      .card { padding: 21px; }\n      .terminal-body { padding: 22px 18px 24px; font-size: 0.78rem; }\n      .footer-inner { flex-direction: column; }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      *, *::before, *::after {\n        scroll-behavior: auto !important;\n        animation-duration: 0.01ms !important;\n        animation-iteration-count: 1 !important;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <nav class=\"nav\">\n    <div class=\"shell nav-inner\">\n      <a class=\"brand\" href=\"#top\" aria-label=\"Debian Reinstall home\">\n        <span class=\"brand-mark\">D<\/span>\n        <span>Debian Reinstall<\/span>\n      <\/a>\n      <div class=\"nav-links\" aria-label=\"Primary navigation\">\n        <a href=\"#scripts\">Scripts<\/a>\n        <a href=\"#features\">Overview<\/a>\n        <a href=\"https:\/\/github.com\/huifujing\" target=\"_blank\" rel=\"noopener noreferrer\">GitHub \u2197<\/a>\n      <\/div>\n    <\/div>\n  <\/nav>\n\n  <main id=\"top\">\n    <section class=\"hero\">\n      <div class=\"shell hero-grid\">\n        <div>\n          <div class=\"eyebrow\"><span class=\"pulse\"><\/span> Automated Debian Deployment<\/div>\n          <h1><span class=\"gradient-text\">Reinstall Debian.<\/span><br \/>One command.<\/h1>\n          <p class=\"hero-copy\">\n            Minimal, direct, and built for remote deployment. Choose Debian Sid for the rolling development branch or deploy the latest Debian Stable release.\n          <\/p>\n          <div class=\"hero-actions\">\n            <a class=\"btn btn-primary\" href=\"#scripts\">View install commands \u2192<\/a>\n            <a class=\"btn\" href=\"https:\/\/github.com\/huifujing\" target=\"_blank\" rel=\"noopener noreferrer\">Open GitHub<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"terminal\" aria-label=\"Terminal preview\">\n          <div class=\"terminal-bar\">\n            <span class=\"dot\"><\/span><span class=\"dot\"><\/span><span class=\"dot\"><\/span>\n            <span class=\"terminal-title\">root@server:~<\/span>\n          <\/div>\n          <div class=\"terminal-body\">\n            <div><span class=\"prompt\">root@server<\/span><span class=\"dim\">:<\/span><span class=\"violet\">~<\/span><span class=\"dim\">#<\/span> <span class=\"cmd\">wget -qO- install.sh<\/span><\/div>\n            <div class=\"dim\">Resolving source&#8230;<\/div>\n            <div class=\"dim\">Fetching deployment script&#8230;<\/div>\n            <div class=\"ok\">\u2713 Script acquired<\/div>\n            <br \/>\n            <div><span class=\"prompt\">root@server<\/span><span class=\"dim\">:<\/span><span class=\"violet\">~<\/span><span class=\"dim\">#<\/span> <span class=\"cmd\">bash install.sh<\/span><\/div>\n            <div class=\"dim\">Preparing Debian environment&#8230;<\/div>\n            <div class=\"dim\">Applying deployment configuration&#8230;<\/div>\n            <div class=\"ok\">\u2713 Deployment sequence ready<\/div>\n            <br \/>\n            <div class=\"dim\">\/\/ fast \/\/ clean \/\/ reproducible<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"section\" id=\"scripts\">\n      <div class=\"shell\">\n        <div class=\"section-head\">\n          <div>\n            <div class=\"eyebrow\">Deployment Targets<\/div>\n            <h2>Choose your branch.<\/h2>\n            <p class=\"section-lead\">Two direct entry points. Copy the command for the Debian release track you want to deploy.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"cards\">\n          <article class=\"card\">\n            <div class=\"card-tag\">01 \/\/ Rolling<\/div>\n            <h3>Debian Sid<\/h3>\n            <p>Deploy Debian Sid, the continuously updated unstable development branch.<\/p>\n            <div class=\"command-box\">\n              <span>bash &lt;(wget -qO- &#8216;https:\/\/raw.githubusercontent.com\/huifujing\/Debian-sid-script\/main\/dd.sh&#8217;)<\/span>\n              <button class=\"copy-btn\" type=\"button\" aria-label=\"Copy Debian Sid command\" data-command=\"bash <(wget -qO- 'https:\/\/raw.githubusercontent.com\/huifujing\/Debian-sid-script\/main\/dd.sh')\">\u29c9<\/button>\n            <\/div>\n          <\/article>\n\n          <article class=\"card\">\n            <div class=\"card-tag\">02 \/\/ Stable<\/div>\n            <h3>Debian Latest Stable<\/h3>\n            <p>Deploy the latest Debian Stable release using the dedicated stable installation script.<\/p>\n            <div class=\"command-box\">\n              <span>bash &lt;(wget -qO- &#8216;https:\/\/raw.githubusercontent.com\/huifujing\/debian-stable\/main\/debian-latest-stable.sh&#8217;)<\/span>\n              <button class=\"copy-btn\" type=\"button\" aria-label=\"Copy Debian Stable command\" data-command=\"bash <(wget -qO- 'https:\/\/raw.githubusercontent.com\/huifujing\/debian-stable\/main\/debian-latest-stable.sh')\">\u29c9<\/button>\n            <\/div>\n          <\/article>\n        <\/div>\n\n        <div class=\"warning\">\n          <div>\u26a0<\/div>\n          <div><strong>Destructive operation:<\/strong> Reinstallation can erase data and replace the existing operating system. Back up important files and review the script source before execution.<\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"section\" id=\"features\">\n      <div class=\"shell\">\n        <div class=\"section-head\">\n          <div>\n            <div class=\"eyebrow\">Built for Servers<\/div>\n            <h2>Simple by design.<\/h2>\n            <p class=\"section-lead\">A focused landing page for direct deployment workflows, with no frameworks or external UI dependencies.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"features\">\n          <div class=\"feature\">\n            <div class=\"feature-icon\">01<\/div>\n            <h4>One-Line Launch<\/h4>\n            <p>Keep deployment access obvious with copy-ready commands directly on the page.<\/p>\n          <\/div>\n          <div class=\"feature\">\n            <div class=\"feature-icon\">02<\/div>\n            <h4>Two Release Tracks<\/h4>\n            <p>Switch cleanly between Debian Sid and the latest Debian Stable deployment path.<\/p>\n          <\/div>\n          <div class=\"feature\">\n            <div class=\"feature-icon\">03<\/div>\n            <h4>Zero UI Dependencies<\/h4>\n            <p>Pure HTML, CSS, and JavaScript in one file for simple hosting anywhere.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n  <\/main>\n\n  <footer>\n    <div class=\"shell footer-inner\">\n      <div>Debian Reinstall Scripts \/\/ Independent deployment utilities<\/div>\n      <div class=\"status\">Interface online<\/div>\n    <\/div>\n  <\/footer>\n\n  <script>\n    document.querySelectorAll('.copy-btn').forEach((button) => {\n      button.addEventListener('click', async () => {\n        const command = button.dataset.command;\n        const original = button.textContent;\n\n        try {\n          await navigator.clipboard.writeText(command);\n          button.textContent = '\u2713';\n          button.setAttribute('aria-label', 'Copied');\n        } catch (error) {\n          const textarea = document.createElement('textarea');\n          textarea.value = command;\n          textarea.style.position = 'fixed';\n          textarea.style.opacity = '0';\n          document.body.appendChild(textarea);\n          textarea.select();\n          document.execCommand('copy');\n          textarea.remove();\n          button.textContent = '\u2713';\n        }\n\n        window.setTimeout(() => {\n          button.textContent = original;\n          button.setAttribute('aria-label', 'Copy command');\n        }, 1400);\n      });\n    });\n  <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Debian Reinstall \/\/ Fast. Clean. Automated. D Debian Reinstall Scripts Overview GitHub \u2197 Automated Debian Deployment Reinstall Debian.One command. Minimal, direct, and built for remote deployment. Choose Debian Sid for the rolling development branch or deploy the latest Debian Stable release. View install commands \u2192 Open GitHub root@server:~ root@server:~# wget -qO- install.sh Resolving source&#8230; Fetching&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-26","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/haibara.us\/index.php?rest_route=\/wp\/v2\/pages\/26","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/haibara.us\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/haibara.us\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/haibara.us\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/haibara.us\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=26"}],"version-history":[{"count":1,"href":"https:\/\/haibara.us\/index.php?rest_route=\/wp\/v2\/pages\/26\/revisions"}],"predecessor-version":[{"id":27,"href":"https:\/\/haibara.us\/index.php?rest_route=\/wp\/v2\/pages\/26\/revisions\/27"}],"wp:attachment":[{"href":"https:\/\/haibara.us\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=26"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}