{"id":1206,"date":"2026-05-16T03:11:24","date_gmt":"2026-05-16T03:11:24","guid":{"rendered":"https:\/\/empiricalarchive.com\/?p=1206"},"modified":"2026-05-20T04:22:13","modified_gmt":"2026-05-20T04:22:13","slug":"sleep-paralysis-the-shadow-between-sleep-reality","status":"publish","type":"post","link":"https:\/\/empiricalarchive.com\/?p=1206","title":{"rendered":"Sleep Paralysis: The Shadow Between Sleep &amp; Reality."},"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>Frozen in the Dark \u2014 Sleep Paralysis<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,700;1,400&#038;family=Lora:ital@0;1&#038;display=swap\" rel=\"stylesheet\"\/>\n  <style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      background: #ffffff;\n      color: #1a1a1a;\n      font-family: 'Lora', serif;\n      font-size: 20px;\n      line-height: 1.85;\n    }\n\n    \/* \u2500\u2500 HERO \u2500\u2500 *\/\n    .hero {\n      position: relative;\n      width: 100%;\n      height: 520px;\n      overflow: hidden;\n      display: flex;\n      align-items: flex-end;\n    }\n    .hero img {\n      position: absolute;\n      inset: 0;\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      filter: brightness(0.45);\n    }\n    .hero-text {\n      position: relative;\n      z-index: 2;\n      padding: 2.5rem 4rem;\n    }\n    .kicker {\n      font-family: 'Lora', serif;\n      font-size: 0.75rem;\n      letter-spacing: 0.3em;\n      text-transform: uppercase;\n      color: #c8a96e;\n      margin-bottom: 0.6rem;\n    }\n    .hero h1 {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(2.4rem, 5vw, 3.8rem);\n      font-weight: 700;\n      color: #f5f0e8;\n      line-height: 1.15;\n      max-width: 700px;\n    }\n    .hero h2 {\n      font-family: 'Lora', serif;\n      font-style: italic;\n      font-size: 1.1rem;\n      color: #d4c9b5;\n      margin-top: 0.8rem;\n      max-width: 620px;\n      font-weight: 400;\n    }\n\n    \/* \u2500\u2500 META BAR \u2500\u2500 *\/\n    .meta-bar {\n      border-top: 3px solid #1a1a1a;\n      border-bottom: 1px solid #ccc;\n      display: flex;\n      align-items: center;\n      gap: 2rem;\n      padding: 0.6rem 4rem;\n      font-size: 0.78rem;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      color: #666;\n    }\n    .meta-bar span { white-space: nowrap; }\n    .meta-bar .dot { color: #c8a96e; font-size: 1.2rem; }\n\n    \/* \u2500\u2500 LAYOUT \u2500\u2500 *\/\n    .container {\n      max-width: 820px;\n      margin: 0 auto;\n      padding: 3rem 2rem 5rem;\n    }\n\n    \/* \u2500\u2500 DROP CAP \u2500\u2500 *\/\n    .drop-cap::first-letter {\n      font-family: 'Playfair Display', serif;\n      font-size: 4.8rem;\n      font-weight: 700;\n      float: left;\n      line-height: 0.78;\n      margin-right: 0.12em;\n      margin-top: 0.12em;\n      color: #1a1a1a;\n    }\n\n    \/* \u2500\u2500 SECTION HEADINGS \u2500\u2500 *\/\n    h3.section-head {\n      font-family: 'Playfair Display', serif;\n      font-size: 1.55rem;\n      font-weight: 700;\n      margin: 2.8rem 0 0.9rem;\n      color: #1a1a1a;\n      border-left: 4px solid #c8a96e;\n      padding-left: 0.8rem;\n    }\n\n    p { margin-bottom: 1.3rem; }\n\n    \/* \u2500\u2500 PULL QUOTE \u2500\u2500 *\/\n    blockquote.pull {\n      border-left: none;\n      margin: 2.5rem 0;\n      padding: 1.4rem 2rem;\n      background: #f9f5ef;\n      border-top: 2px solid #1a1a1a;\n      border-bottom: 2px solid #1a1a1a;\n      font-family: 'Playfair Display', serif;\n      font-style: italic;\n      font-size: 1.35rem;\n      color: #2a2a2a;\n      line-height: 1.6;\n    }\n\n    \/* \u2500\u2500 INLINE IMAGE \u2500\u2500 *\/\n    figure {\n      margin: 2.5rem 0;\n    }\n    figure img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n      border: 1px solid #ddd;\n    }\n    figcaption {\n      font-size: 0.78rem;\n      color: #888;\n      margin-top: 0.5rem;\n      letter-spacing: 0.05em;\n      text-align: right;\n    }\n\n    \/* \u2500\u2500 SYMPTOMS LIST \u2500\u2500 *\/\n    ul.symptoms {\n      list-style: none;\n      padding: 0;\n      margin: 1rem 0 1.5rem;\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 0.6rem 2rem;\n    }\n    ul.symptoms li {\n      display: flex;\n      align-items: flex-start;\n      gap: 0.5rem;\n      font-size: 0.95rem;\n    }\n    ul.symptoms li::before {\n      content: \"\u25b8\";\n      color: #c8a96e;\n      font-size: 1rem;\n      flex-shrink: 0;\n      margin-top: 0.2rem;\n    }\n\n    \/* \u2500\u2500 STRANGE FACTS BOX \u2500\u2500 *\/\n    .facts-box {\n      background: #0e0e0e;\n      color: #f0ebe1;\n      border-radius: 2px;\n      padding: 2rem 2.2rem;\n      margin: 3rem 0;\n      position: relative;\n      overflow: hidden;\n    }\n    .facts-box::before {\n      content: \"\u2726\";\n      position: absolute;\n      top: -1.5rem;\n      right: 2rem;\n      font-size: 6rem;\n      color: #ffffff0d;\n    }\n    .facts-box h4 {\n      font-family: 'Playfair Display', serif;\n      font-size: 1.15rem;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: #c8a96e;\n      margin-bottom: 1.2rem;\n      display: flex;\n      align-items: center;\n      gap: 0.6rem;\n    }\n    .facts-box h4::before { content: \"\u25c8\"; font-size: 1rem; }\n    .facts-box ol {\n      padding-left: 1.2rem;\n      display: flex;\n      flex-direction: column;\n      gap: 0.9rem;\n    }\n    .facts-box ol li {\n      font-size: 0.9rem;\n      line-height: 1.7;\n      color: #d9d4ca;\n    }\n    .facts-box ol li strong { color: #e8c87a; }\n\n    \/* \u2500\u2500 DIVIDER \u2500\u2500 *\/\n    .ornament {\n      text-align: center;\n      color: #c8a96e;\n      font-size: 1.3rem;\n      letter-spacing: 0.5em;\n      margin: 2.5rem 0;\n    }\n\n    \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n    footer {\n      text-align: center;\n      border-top: 1px solid #ccc;\n      padding: 1.5rem 2rem;\n      font-size: 0.75rem;\n      color: #aaa;\n      letter-spacing: 0.08em;\n    }\n\n    @media (max-width: 640px) {\n      .hero { height: 400px; }\n      .hero-text { padding: 2rem 1.5rem; }\n      .meta-bar { padding: 0.6rem 1.5rem; flex-wrap: wrap; gap: 0.5rem; }\n      .container { padding: 2rem 1.2rem 4rem; }\n      ul.symptoms { grid-template-columns: 1fr; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<!-- \u2550\u2550 HERO \u2550\u2550 -->\n<header class=\"hero\">\n  <img decoding=\"async\"\n    src=\"https:\/\/empiricalarchive.com\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-16-at-08.00.40.jpeg\"\n    alt=\"Illustration image of sleep paralysis.\"\n    onerror=\"this.src='https:\/\/images.unsplash.com\/photo-1518020382113-a7e8fc38eac9?w=1400&#038;q=80'\"\n  \/>\n  <div class=\"hero-text\">\n    <p class=\"kicker\">Mind &amp; Mystery \u00b7 Sleep Science<\/p>\n    <h1>Frozen in the Dark<\/h1>\n    <h2>When the mind wakes but the body refuses \u2014 the terrifying truth behind sleep paralysis<\/h2>\n  <\/div>\n<\/header>\n\n<!-- \u2550\u2550 META BAR \u2550\u2550 -->\n<div class=\"meta-bar\">\n  <span>By Science Desk<\/span>\n  <span class=\"dot\">\u2022<\/span>\n  <span>\u23f1 3\u20134 min read<\/span>\n  <span class=\"dot\">\u2022<\/span>\n  <span>Sleep \u00b7 Neuroscience \u00b7 History<\/span>\n<\/div>\n\n<!-- \u2550\u2550 BODY \u2550\u2550 -->\n<main class=\"container\">\n\n  <!-- INTRO -->\n  <p class=\"drop-cap\">\n    You open your eyes. The room is familiar, yet something is deeply, profoundly wrong. Your body will not move. Not a finger. Not an eyelid. A crushing weight presses on your chest, and at the edge of your vision \u2014 or perhaps right beside you \u2014 something watches. You cannot scream. You cannot run. You are, for these terrifying moments, a prisoner in your own flesh.\n  <\/p>\n  <p>\n    This is sleep paralysis \u2014 a phenomenon that has haunted human beings across every culture and every century, wearing a thousand different disguises: demon, ghost, old hag, shadow figure. Today, science gives it a name. But even scientists admit the experience remains profoundly, stubbornly strange.\n  <\/p>\n\n  <div class=\"ornament\">\u2014 \u2726 \u2014<\/div>\n\n  <!-- DEFINITION -->\n  <h3 class=\"section-head\">What Exactly Is Sleep Paralysis?<\/h3>\n  <p>\n    Sleep paralysis is a temporary state in which a person is conscious but completely unable to move or speak. It occurs at the boundary between wakefulness and sleep \u2014 most commonly just as you are falling asleep (hypnagogic paralysis) or just as you are waking up (hypnopompic paralysis).\n  <\/p>\n  <p>\n    During REM (Rapid Eye Movement) sleep, the brain essentially disconnects the body&#8217;s voluntary muscles to prevent you from physically acting out your dreams \u2014 a mechanism called <em>REM atonia<\/em>. Sleep paralysis happens when this muscle paralysis lingers as the mind begins to wake, creating a terrifying gap where awareness returns but control does not. Episodes typically last between a few seconds and two minutes, though to the person experiencing them, they can feel eternal.\n  <\/p>\n\n  <figure>\n    <img decoding=\"async\"\n      src=\"https:\/\/empiricalarchive.com\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-16-at-08.17.46.jpeg\"\n      alt=\"illustration image of short and quick details of sleep paralysis.\"\n      onerror=\"this.src='https:\/\/images.unsplash.com\/photo-1516912481808-3406841bd33c?w=900&#038;q=80'\"\n    \/>\n    <figcaption>illustration image of short and quick details of sleep paralysis.<\/figcaption>\n  <\/figure>\n\n  <!-- SYMPTOMS -->\n  <h3 class=\"section-head\">Symptoms: More Than Just Stillness<\/h3>\n  <p>\n    Sleep paralysis is not merely the inability to move. It arrives with a constellation of deeply unsettling sensations that explain why it has terrified humans for millennia:\n  <\/p>\n\n  <ul class=\"symptoms\">\n    <li>Complete inability to move limbs or speak<\/li>\n    <li>Intense pressure or weight on the chest<\/li>\n    <li>Difficulty breathing or sensation of choking<\/li>\n    <li>Vivid hallucinations \u2014 visual, auditory, or tactile<\/li>\n    <li>Sense of a threatening presence in the room<\/li>\n    <li>Intense fear, panic, or dread<\/li>\n    <li>Feeling of floating or leaving the body<\/li>\n    <li>Rapid heartbeat and shallow breathing<\/li>\n    <li>Buzzing, humming, or whispering sounds<\/li>\n    <li>Sensation of being touched or grabbed<\/li>\n  <\/ul>\n\n  <p>\n    The hallucinations are particularly striking. Researchers classify them into three types: the <em>intruder<\/em> (a threatening figure in the room), the <em>incubus<\/em> (a crushing entity on the chest), and <em>vestibular-motor<\/em> hallucinations (feelings of flying or falling). These are not vague impressions \u2014 they are photorealistic, sensory experiences indistinguishable from reality.\n  <\/p>\n\n  <blockquote class=\"pull\">\n    &#8220;The mind is awake, the body is asleep, and something in between manufactures pure, convincing terror.&#8221;\n  <\/blockquote>\n\n  <!-- STRANGE FACTS BOX -->\n  <div class=\"facts-box\">\n    <h4>Strange Facts You Never Knew<\/h4>\n    <ol>\n      <li><strong>It&#8217;s surprisingly common.<\/strong> Studies estimate that roughly 8% of people experience sleep paralysis at least once \u2014 but in students and psychiatric patients, that number climbs as high as 28\u201332%.<\/li>\n      <li><strong>You can&#8217;t suffocate.<\/strong> Despite the crushing chest sensation, the body continues to breathe automatically. The sensation of choking is a hallucination generated by the brain.<\/li>\n      <li><strong>The &#8220;Old Hag&#8221; is universal.<\/strong> Across cultures that have had no contact with each other \u2014 from medieval Europe to Inuit communities \u2014 the same hallucination appears: an old, malevolent woman sitting on the sleeper&#8217;s chest.<\/li>\n      <li><strong>Astronauts may be more vulnerable.<\/strong> Disrupted sleep schedules, stress, and irregular environments \u2014 common in space \u2014 are all known triggers for sleep paralysis episodes.<\/li>\n      <li><strong>Lucid dreamers get it more often.<\/strong> People who practice lucid dreaming \u2014 consciously controlling their dreams \u2014 report significantly higher rates of sleep paralysis, as both involve unusual awareness during REM sleep.<\/li>\n      <li><strong>You can train yourself to end it.<\/strong> Sleep researchers suggest making small, deliberate movements \u2014 like wiggling a single toe \u2014 to gradually signal the brain to restore motor control and end the episode.<\/li>\n    <\/ol>\n  <\/div>\n\n  <!-- HISTORY \/ DEVIL POSSESSION -->\n  <h3 class=\"section-head\">The Devil&#8217;s Work: Sleep Paralysis Through History<\/h3>\n  <p>\n    Long before neuroscience gave us the language of REM atonia, human beings experienced sleep paralysis and reached for the only explanations available to them \u2014 and those explanations were almost always supernatural.\n  <\/p>\n  <p>\n    In medieval Europe, the condition was attributed to the <em>succubus<\/em> or <em>incubus<\/em> \u2014 demons that would visit sleepers in the night, sitting upon their bodies and stealing their breath or violating them in their helpless state. The Church took these accounts with deadly seriousness. Women who reported such visitations were sometimes accused of inviting demonic contact, with consequences that could include trial, torture, or execution during the witch-hunt era of the 15th through 17th centuries.\n  <\/p>\n\n  <figure>\n    <img decoding=\"async\"\n      src=\"https:\/\/empiricalarchive.com\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-16-at-08.17.46-1.jpeg\"\n      alt=\"Illustration of sleep paralysis: a old hag sitting on the girl's chest.\"\n      onerror=\"this.src='https:\/\/images.unsplash.com\/photo-1519074069444-1ba4fff66d16?w=900&#038;q=80'\"\n    \/>\n    <figcaption>Illustration of sleep paralysis: a old hag sitting on the girl&#8217;s chest.<\/figcaption>\n  <\/figure>\n\n  <p>\n    In West Africa and the Caribbean, a similar phenomenon is known as <em>&#8220;kokma&#8221;<\/em> \u2014 the ghost of a dead baby that jumps on sleepers and throttles them. In Japan, the word <em>&#8220;kanashibari&#8221;<\/em> literally means &#8220;bound in metal&#8221; \u2014 the sensation of being held down by an invisible supernatural force. In Newfoundland, the &#8220;Old Hag&#8221; rides sleepers in the night; in Turkey, a <em>cin<\/em> (jinn) sits upon the chest of those it has targeted.\n  <\/p>\n  <p>\n    Even as recently as the 20th century, rural communities in parts of India, the Middle East, and Eastern Europe treated sleep paralysis episodes as evidence of spirit possession requiring exorcism, prayer, or ritual cleansing. Priests, shamans, and healers were called to the bedsides of those afflicted, performing elaborate ceremonies to drive out whatever had taken hold of the helpless sleeper&#8217;s body.\n  <\/p>\n  <p>\n    It was not until the 19th century that Western medicine began cataloguing sleep paralysis as a physiological phenomenon. The Dutch physician Isbrand van Diemerbroeck published an early description in 1664, and by the early 20th century, neurologists had begun connecting the experience to disruptions in the sleep cycle \u2014 though a full scientific understanding would not emerge until the discovery of REM sleep in 1953.\n  <\/p>\n\n  <div class=\"ornament\">\u2014 \u2726 \u2014<\/div>\n\n  <!-- TRIGGERS & COPING -->\n  <h3 class=\"section-head\">Who Is at Risk \u2014 and What Can Be Done?<\/h3>\n  <p>\n    Sleep paralysis is more likely to occur when the sleep-wake cycle is disrupted. Common triggers include irregular sleep schedules, chronic sleep deprivation, sleeping on one&#8217;s back, extreme stress or anxiety, and certain medications such as antidepressants. Narcolepsy \u2014 a neurological disorder affecting sleep regulation \u2014 is also closely associated with frequent sleep paralysis episodes.\n  <\/p>\n  <p>\n    The good news: for most people, sleep paralysis is an isolated event with no lasting harm. Maintaining a consistent sleep schedule, reducing stress, and avoiding sleeping in a supine position can significantly reduce its frequency. For those with recurring episodes, cognitive behavioural therapy and, in some cases, low-dose antidepressants prescribed by a physician have shown effectiveness.\n  <\/p>\n  <p>\n    Perhaps most reassuringly, understanding what sleep paralysis actually is \u2014 a glitch in the brain&#8217;s transition between states, nothing more \u2014 tends to dramatically reduce the terror it causes. The demon on your chest, it turns out, is just your own sleeping brain catching up with your waking mind.\n  <\/p>\n\n  <blockquote class=\"pull\">\n    &#8220;The same experience that once filled people with dread and sent them to their priests now fills sleep researchers with fascination \u2014 and still has no complete explanation.&#8221;\n  <\/blockquote>\n\n<\/main>\n\n<footer>\n  \u00a9 2026 Science &amp; Mystery Desk &nbsp;|&nbsp; Images via Unsplash (free licence) &nbsp;|&nbsp; For informational purposes only \u2014 consult a physician for medical advice.\n<\/footer>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>sleep paralysis \u2014 a phenomenon that has haunted human beings across every culture and every century, wearing a thousand different disguises: demon, ghost, old hag, shadow figure. Today, science gives it a name. But even scientists admit the experience remains profoundly, stubbornly strange.<\/p>\n","protected":false},"author":1,"featured_media":1210,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","footnotes":""},"categories":[19],"tags":[191,55,195,247,244,181,194,186,185,187,183,242,188,245,180,240,243,239,238,241,182,184,193,196,189,237,192,246,190],"class_list":["post-1206","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-psychology","tag-about-sleep-paralysis","tag-empirical-archive","tag-kokma","tag-lucid-dreaming","tag-narcolepsy","tag-old-had-syndrome","tag-old-hag","tag-paralysis-during-sleep","tag-paralysis-in-sleep","tag-psychology","tag-psychology-of-sleep-paralysis","tag-rem-sleep","tag-science-behind-sleep-paralysis","tag-sleep-apnea","tag-sleep-paralysis","tag-sleep-paralysis-cause","tag-sleep-paralysis-definition","tag-sleep-paralysis-demon","tag-sleep-paralysis-hallucinations","tag-sleep-paralysis-symptoms","tag-sleep-science","tag-symptom-of-sleep-paralysis","tag-treatment-of-sleep-paralysis","tag-what-is-kokma","tag-what-is-sleep-paralysis","tag-what-sleep-paralysis","tag-what-to-do-in-sleep-paralysis","tag-why-do-i-get-sleep-paralysis","tag-why-sleep-paralysis-trigger"],"uagb_featured_image_src":{"full":["https:\/\/empiricalarchive.com\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-16-at-08.00.40.jpeg",1402,1122,false],"thumbnail":["https:\/\/empiricalarchive.com\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-16-at-08.00.40-150x150.jpeg",150,150,true],"medium":["https:\/\/empiricalarchive.com\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-16-at-08.00.40-300x240.jpeg",300,240,true],"medium_large":["https:\/\/empiricalarchive.com\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-16-at-08.00.40-768x615.jpeg",768,615,true],"large":["https:\/\/empiricalarchive.com\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-16-at-08.00.40-1024x819.jpeg",1024,819,true],"1536x1536":["https:\/\/empiricalarchive.com\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-16-at-08.00.40.jpeg",1402,1122,false],"2048x2048":["https:\/\/empiricalarchive.com\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-16-at-08.00.40.jpeg",1402,1122,false]},"uagb_author_info":{"display_name":"Ruskin Brown","author_link":"https:\/\/empiricalarchive.com\/author\/nexus-loopoutlook-in"},"uagb_comment_info":0,"uagb_excerpt":"sleep paralysis \u2014 a phenomenon that has haunted human beings across every culture and every century, wearing a thousand different disguises: demon, ghost, old hag, shadow figure. Today, science gives it a name. But even scientists admit the experience remains profoundly, stubbornly strange.","_links":{"self":[{"href":"https:\/\/empiricalarchive.com\/index.php?rest_route=\/wp\/v2\/posts\/1206","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/empiricalarchive.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/empiricalarchive.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/empiricalarchive.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/empiricalarchive.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1206"}],"version-history":[{"count":8,"href":"https:\/\/empiricalarchive.com\/index.php?rest_route=\/wp\/v2\/posts\/1206\/revisions"}],"predecessor-version":[{"id":1217,"href":"https:\/\/empiricalarchive.com\/index.php?rest_route=\/wp\/v2\/posts\/1206\/revisions\/1217"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/empiricalarchive.com\/index.php?rest_route=\/wp\/v2\/media\/1210"}],"wp:attachment":[{"href":"https:\/\/empiricalarchive.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1206"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/empiricalarchive.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1206"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/empiricalarchive.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1206"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}