{"id":88,"date":"2026-03-26T09:52:32","date_gmt":"2026-03-26T00:52:32","guid":{"rendered":"https:\/\/vspace210.mycafe24.com\/?page_id=88"},"modified":"2026-04-03T08:45:34","modified_gmt":"2026-04-02T23:45:34","slug":"vs-210","status":"publish","type":"page","link":"https:\/\/vspaceaero.com\/?page_id=88","title":{"rendered":"VS-210"},"content":{"rendered":"\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;700&#038;family=Archivo:wght@900&#038;family=Syncopate:wght@700&#038;display=swap\" rel=\"stylesheet\">\n<link href=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.css\" rel=\"stylesheet\">\n<link href=\"https:\/\/cdn.jsdelivr.net\/npm\/remixicon@3.5.0\/fonts\/remixicon.css\" rel=\"stylesheet\">\n\n\n\n<style>\n:root {\n            --primary-white: #ffffff;\n            --pure-black: #000000;\n            --accent-tech: #00E5FF;\n            --dark-gray: #0a0a0a;\n            --text-dim: #86868b;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; }\n        body { background-color: var(--pure-black); color: var(--primary-white); overflow-x: hidden; }\n\n     \n\n        \/* 1. Cinematic Hero *\/\n       .hero-technical {\n            height: 100vh;\n            width: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            position: relative;\n            overflow: hidden;\n            background: #000;\n        }\n\n      .hero-technical {\n            position: relative;\n            width: 100%;\n            height: 100vh;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            background: url('\/wp-content\/uploads\/2026\/03\/KakaoTalk_20260324_092019113.png') no-repeat center center;\n            background-size: cover;\n        }\n        \/* \ud14c\ud06c\ub2c8\uceec \uc2a4\uce94\ub77c\uc778 \ud6a8\uacfc (\uace0\uae09\uc2a4\ub7ec\uc6c0 \ucd94\uac00) *\/\n        .hero-technical::after {\n            content: '';\n            position: absolute;\n            top: 0; left: 0; width: 100%; height: 100%;\n            background:  linear-gradient(180deg, rgba(255, 0, 0, 0.02), rgba(0, 255, 0, 0.01), rgba(0, 0, 255, 0.02));;\n            background-size: 100% 3px, 3px 100%;\n            z-index: 2;\n            pointer-events: none;\n        }\n\n        .hero-technical .content {\n            z-index: 3;\n            text-align: center;\nposition: relative;\n    bottom: -30%;\n        }\n\n        \/* \uc0c1\ub2e8 \ud30c\ub780 \uc904\uacfc \ud14c\ud06c\ub2c8\uceec \ud14d\uc2a4\ud2b8 *\/\n        .tech-tag {\n            display: inline-block;\n            border-bottom: 1px solid var(--accent-tech);\n            padding-bottom: 10px;\n            margin-bottom: 30px;\n            opacity: 0;\n            transform: translateY(20px);\n            animation: techFadeIn 1s forwards 0.5s;\n        }\n\n        .tech-tag span {\n            font-family: 'Syncopate', sans-serif;\n            font-size: 1.0rem;\n            letter-spacing: 0.6em;\n            color: var(--accent-tech);\n            text-transform: uppercase;\n        }\n\n        .hero-technical h1 {\n            font-family: 'Archivo', sans-serif !important; color:#fff;\n            font-size: 10vw;\n            line-height: 0.8;\n            letter-spacing: -0.02em;\n            margin: 0;\n            opacity: 0;\n            transform: scale(1.1);\n            animation: titleZoom 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.8s;\n        }\n\n        @keyframes techFadeIn {\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        @keyframes titleZoom {\n            to { opacity: 1; transform: scale(1); }\n        }\n\n        .scroll-indicator {\ndisplay:none;\n            position: absolute;\n            bottom: 40px;\n            left: 50%;\n            transform: translateX(-50%);\n            z-index: 3;\n            font-family: 'Syncopate', sans-serif;\n            font-size: 0.5rem;\n            color: var(--text-dim);\n            letter-spacing: 0.3em;\n        }\n\n        \/* [NEW] 2. Wide Impact Section - Jetson Benchmarked *\/\n        .impact-section { padding: 100px 0; background: var(--pure-black); }\n        .wide-container { width: 100%; position: relative; display: flex; flex-direction: column; align-items: center; }\n        \n        \/* \uac70\ub300\ud55c \ud14d\uc2a4\ud2b8 \ubc30\uacbd *\/\n        .bg-text-giant {\n            font-family: 'Archivo', sans-serif; font-size: 25vw; line-height: 1; opacity: 0.03;\n            position: absolute; top: 0; white-space: nowrap; pointer-events: none;\n        }\n\n        .split-content {\n            display: flex; width: 90%; max-width: 1600px; gap: 60px; align-items: center;\n            margin-bottom: 150px; position: relative; z-index: 5;\n        }\n        .split-image { flex: 1.5; border-radius: 4px; overflow: hidden; height: 700px; }\n        .split-image img { width: 100%; height: 100%; object-fit: cover; transition: 2s ease; }\n        .split-image:hover img { transform: scale(1.1); }\n        \n        .split-info { flex: 1; padding: 40px; }\n        .split-info h2 { font-family: 'Archivo', sans-serif !important; font-size: 8.5rem; line-height: 1; margin-bottom: 30px; color:#fff; }\n        .split-info p { font-size: 1.6rem; line-height: 1.8; color: var(--text-dim); margin-bottom: 40px; }\n\n        .feature-dots {\n            display: flex; gap: 40px; margin-top: 60px;\n        }\n        .dot-item { border-top: 1px solid var(--accent-tech);flex: 1; }\n        .dot-item h4 { font-family: 'Syncopate', sans-serif  !important; font-size: 1.2rem; color: var(--accent-tech); margin-bottom: 10px; }\n        .dot-item span { font-size: 1.2rem; color: var(--text-dim); }\n\n        \/* 3. DIAGRAM SECTION (RETAINED) *\/\n        .diagram-section { padding: 150px 5vw; background-color: var(--dark-gray); position: relative; }\n        .diagram-container {\n            max-width: 1400px; margin: 0 auto; position: relative;\n            display: flex; align-items: center; justify-content: center; height: 800px;\n        }\n        .central-visual { position: relative; z-index: 2; width: 600px; }\n        .central-visual img { width: 100%; filter: drop-shadow(0 0 30px rgba(0,229,255,0.2)); }\n        .feature-grid {\n            position: absolute; width: 100%; height: 100%;\n            display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 1fr);\n            pointer-events: none;\n        }\n        .f-item { pointer-events: auto; padding: 20px; }\n        .f-left { text-align: left; border-left: 1px solid var(--accent-tech); }\n        .f-right { text-align: right; border-right: 1px solid var(--accent-tech); align-items: flex-end; display: flex; flex-direction: column; }\n        .f-num { font-family: 'Pretendard', sans-serif; font-size: 1.4rem; color: var(--accent-tech); margin-bottom: 10px;font-weight:800; }\n        .f-title { font-family: 'Archivo', sans-serif !important; font-size: 1.8rem; margin-bottom: 5px !important; color:#fff; }\n        .f-desc { font-size: 1.4rem; color: var(--text-dim); max-width: 250px; }\n\n        \/* Footer CTA *\/\n        .cta-footer { padding: 100px 5vw; text-align: center; border-top: 1px solid #1a1a1a;background:#000; }\n.cta-footer h2{font-family: 'Archivo' !important; font-size: 5.5rem; margin-bottom: 50px;color:#fff;}\n        .order-btn {\n            display: inline-block; padding: 25px 60px; border: 1px solid var(--accent-tech);\n            color: var(--accent-tech); font-family: 'Syncopate', sans-serif; text-decoration: none;\n            font-size: 1.1rem; letter-spacing: 0.3em; transition: 0.4s;\n        }\n        .order-btn:hover { background: var(--accent-tech); color: #000; box-shadow: 0 0 50px rgba(0, 229, 255, 0.4); }\n\n        @media (max-width: 1100px) {\n            .split-content { flex-direction: column; width: 100%; padding: 0 5vw; }\n            .split-image { height: 400px; width: 100%; }\n            .split-info h2 { font-size: 3rem; }\n            .feature-grid { position: relative; grid-template-columns: 1fr; height: auto; }\n            .diagram-container { height: auto; flex-direction: column; }\n        }\n\n        .cine-gallery {\n            background-color: var(--pure-black);\n        }\n\n        .cine-item {\n            position: relative;\n            width: 100%;\n            height: 80vh; \n            overflow: hidden;\n            display: flex;\n            align-items: center;\n        }\n\n        .cine-img {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            filter: brightness(0.6);\n            transition: 2s ease;\n        }\n\n        .cine-item:hover .cine-img {\n            transform: scale(1.05);\n            filter: brightness(0.8);\n        }\n\n        .cine-content {\n            position: relative;\n            z-index: 10;\n            padding-left: 10vw;\n            max-width: 600px;\n        }\n\n        .cine-content span {\n            font-family: 'Syncopate', sans-serif;\n            font-size: 1.2rem;\n            color: var(--accent-tech);\n            letter-spacing: 0.5em;\n            display: block;\n            margin-bottom: 20px;\n        }\n\n        .cine-content h3 {\n            font-family: 'Archivo', sans-serif !important;\n            font-size: 8rem; color:#fff;\n            line-height: 1;\n            text-transform: uppercase;\n            margin-bottom: 20px;\n        }\n\n        .cine-content p {\n            font-size: 1.6rem;\n            color: rgba(255,255,255,0.6);\n            line-height: 1.8;\n            border-left: 1px solid var(--accent-tech);\n            padding-left: 20px;\n        }\n.sec-cine{ display: flex; justify-content: flex-end;}\n        \/* \ud640\uc218\/\uc9dd\uc218 \ubc30\uce58 \ubc18\uc804\uc73c\ub85c \ub2e8\uc870\ub85c\uc6c0 \ud0c8\ud53c *\/\n        .cine-item:nth-child(even) { justify-content: flex-end; }\n        .cine-item:nth-child(even) .cine-content { padding-left: 0; padding-right: 10vw; text-align: right; }\n        .cine-item:nth-child(even) .cine-content p { border-left: none; border-right: 1px solid var(--accent-tech); padding-left: 0; padding-right: 20px; }\n\n\n      @media (max-width:1024px){\n.hero-technical{height:100vh;background-position:center center;}\n.hero-technical .content{bottom:-22%;padding:0 24px;width:100%;}\n.tech-tag{margin-bottom:22px;padding-bottom:8px;}\n.tech-tag span{font-size:.9rem;letter-spacing:.34em;}\n.hero-technical h1{font-size:12vw;line-height:.85;letter-spacing:-.03em;}\n.impact-section{padding:80px 0;}\n.bg-text-giant{font-size:22vw;top:20px;}\n.split-content{flex-direction:column;width:100%;max-width:none;gap:36px;padding:0 4vw;margin-bottom:100px;}\n.split-image{width:100%;height:460px;border-radius:4px;}\n.split-info{width:100%;padding:10px 6px 0;}\n.split-info h2{font-size:5.6rem;line-height:.92;margin-bottom:24px;}\n.split-info p{font-size:1.45rem;line-height:1.75;margin-bottom:30px;}\n.feature-dots{gap:20px;margin-top:36px;flex-wrap:wrap;}\n.dot-item{min-width:0;}\n.dot-item h4{font-size:1rem;line-height:1.5;}\n.dot-item span{font-size:1.05rem;line-height:1.6;}\n.diagram-section{padding:100px 4vw;}\n.diagram-container{height:auto;flex-direction:column;gap:50px;}\n.central-visual{width:72%;max-width:560px;}\n.feature-grid{position:relative;width:100%;height:auto;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:18px;pointer-events:auto;}\n.f-item{padding:24px 20px;min-height:170px;background:rgba(255,255,255,.02);}\n.f-left,.f-right{text-align:left;border-left:1px solid var(--accent-tech);border-right:none;display:block;align-items:flex-start;}\n.f-num{font-size:1.2rem;margin-bottom:10px;}\n.f-title{font-size:1.5rem;}\n.f-desc{font-size:1.2rem;max-width:none;line-height:1.65;}\n.cine-item{height:62vh;min-height:520px;}\n.cine-content{padding-left:6vw;max-width:520px;}\n.cine-content span{font-size:.95rem;letter-spacing:.34em;margin-bottom:16px;}\n.cine-content h3{font-size:5.6rem;line-height:.92;margin-bottom:16px;}\n.cine-content p{font-size:1.35rem;line-height:1.75;padding-left:16px;}\n.cine-item:nth-child(even) .cine-content{padding-right:6vw;}\n.cine-item:nth-child(even) .cine-content p{padding-right:16px;}\n.cta-footer{padding:80px 4vw;}\n.cta-footer h2{font-size:4.2rem;margin-bottom:34px;line-height:.95;}\n.order-btn{padding:20px 42px;font-size:1rem;letter-spacing:.22em;}\n}\n\n@media (max-width:768px){\n.hero-technical{height:100vh;min-height:580px;background-position:center center;background-size:cover;}\n.hero-technical::after{background:linear-gradient(180deg,rgba(255,0,0,.015),rgba(0,255,0,.008),rgba(0,0,255,.015));}\n.hero-technical .content{bottom:-18%;padding:0 18px;width:100%;}\n.tech-tag{margin-bottom:18px;padding-bottom:6px;}\n.tech-tag span{font-size:.8rem;letter-spacing:.18em;line-height:1.6;}\n.hero-technical h1{font-size:18vw;line-height:.88;letter-spacing:-.04em;}\n.impact-section{padding:60px 30px 0;}\n.bg-text-giant{font-size:24vw;top:10px;opacity:.025;}\n.split-content{gap:24px;padding:0;margin-bottom:70px;}\n.split-image{height:260px;}\n.split-info{padding:0;}\n.split-info h2{font-size:3.6rem;line-height:.92;margin-bottom:18px;letter-spacing:-.05em!important;}\n.split-info p{font-size:1.4rem;line-height:1.8;margin-bottom:24px;}\n.feature-dots{display:flex;flex-direction:column;gap:14px;margin-top:24px;}\n.dot-item{padding-top:12px;}\n.dot-item h4{font-size:.9rem;margin-bottom:6px;letter-spacing:.08em;}\n.dot-item span{font-size:1.0rem;line-height:1.6;}\n.diagram-section{padding:70px 30px;}\n.diagram-container{gap:28px;}\n.central-visual{width:100%;max-width:360px;}\n.feature-grid{grid-template-columns:1fr;gap:12px;}\n.f-item{padding:18px 16px;min-height:auto;}\n.f-left,.f-right{text-align:left;border-left:1px solid var(--accent-tech);border-right:none;display:block;align-items:flex-start;}\n.f-num{font-size:1.2rem;margin-bottom:8px;}\n.f-title{font-size:1.4rem;margin-bottom:4px!important;}\n.f-desc{font-size:1.2rem;line-height:1.7;max-width:none;}\n.cine-item{height:50vh;min-height:420px;align-items:flex-end;}\n.cine-img{filter:brightness(.55);}\n.cine-content{padding:0 30px 34px 30px;max-width:100%;}\n.cine-content span{font-size:.9rem;letter-spacing:.24em;margin-bottom:12px;}\n.cine-content h3{font-size:3.5rem;line-height:.95;margin-bottom:14px;}\n.cine-content p{font-size:1.4rem;line-height:1.75;padding-left:12px;max-width:92%;}\n.sec-cine{display:block;justify-content:flex-start;}\n.cine-item:nth-child(even){justify-content:flex-start;}\n.cine-item:nth-child(even) .cine-content{padding:0 30px 34px 30px;text-align:left;}\n.cine-item:nth-child(even) .cine-content p{border-right:none;border-left:1px solid var(--accent-tech);padding-right:0;padding-left:12px;}\n.cta-footer{padding:60px 18px;}\n.cta-footer h2{font-size:2.8rem;line-height:.95;margin-bottom:24px;}\n.order-btn{width:100%;max-width:320px;padding:18px 16px;font-size:.9rem;letter-spacing:.16em;text-align:center;}\n}\n<\/style>\n\n\n\n<section class=\"hero-technical\">\n        \n        <div class=\"content\">\n            <div class=\"tech-tag\">\n                <span>SYSTEM VERSION 2.1.0 \/\/ ACTIVE<\/span>\n            <\/div>\n            <h1>VS-210<\/h1>\n        <\/div>\n\n        <div class=\"scroll-indicator\">SCROLL TO EXPLORE<\/div>\n    <\/section>\n\n<section class=\"impact-section\">\n    <div class=\"wide-container\">\n        <div class=\"bg-text-giant\" id=\"scrollTxt\">VSPACE VS-210<\/div>\n        \n        <div class=\"split-content\">\n            <div class=\"split-image\" data-aos=\"fade-right\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/03\/KakaoTalk_20260324_184516187.png\" alt=\"VS-210 Detail\">\n            <\/div>\n            <div class=\"split-info\" data-aos=\"fade-left\">\n                <h2 style=\"letter-spacing: -0.04em; font-weight: 900; text-transform: uppercase;\">\n                    PERSONAL ELECTRIC<br>AIRCRAFT.\n                <\/h2>\n                \n                <p style=\"font-weight: 300; letter-spacing: -0.01em; color: var(--text-dim);\">\n                   The VS-210 is not merely a vehicle; it represents the pinnacle of aerodynamic performance.\nPaired with an intelligent electric propulsion system, it delivers a level of flight precision once thought impossible.\nThis sets a new benchmark for Personal Aerial Vehicles (PAVs), with every component calibrated for absolute stability and uncompromising safety.\n                <\/p>\n                \n                <div class=\"feature-dots\">\n                    <div class=\"dot-item\">\n                        <h4>SAFETY<\/h4>\n                        <span>PARACHUTE &#038; ASSISTED LANDING<\/span>\n                    <\/div>\n                    <div class=\"dot-item\">\n                        <h4>EXPERIENCE<\/h4>\n                        <span>SIMPLE, PREMIUM, READY TO FLY<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n    <section class=\"diagram-section\">\n        <div class=\"diagram-container\">\n           <div class=\"feature-grid\">\n    <div class=\"f-item f-left\" data-aos=\"fade-right\">\n        <span class=\"f-num\">01<\/span>\n        <h3 class=\"f-title\">PROTECTED<\/h3>\n        <p class=\"f-desc\">A reinforced structure designed to keep you safe in every moment of flight.<\/p>\n    <\/div>\n\n    <div class=\"f-item f-right\" data-aos=\"fade-left\">\n        <span class=\"f-num\">02<\/span>\n        <h3 class=\"f-title\">RELIABLE<\/h3>\n        <p class=\"f-desc\">Stable flight maintained even if one system is compromised.<\/p>\n    <\/div>\n\n    <div class=\"f-item f-left\" data-aos=\"fade-right\">\n        <span class=\"f-num\">03<\/span>\n        <h3 class=\"f-title\">STABLE<\/h3>\n        <p class=\"f-desc\">Automatic hovering keeps you balanced without constant control.<\/p>\n    <\/div>\n\n    <div class=\"f-item f-right\" data-aos=\"fade-left\">\n        <span class=\"f-num\">04<\/span>\n        <h3 class=\"f-title\">CONSISTENT<\/h3>\n        <p class=\"f-desc\">Independent systems ensure continuous power and smooth performance.<\/p>\n    <\/div>\n\n    <div class=\"f-item f-left\" data-aos=\"fade-right\">\n        <span class=\"f-num\">05<\/span>\n        <h3 class=\"f-title\">SAFE<\/h3>\n        <p class=\"f-desc\">Parachute support adds an extra layer of protection when it matters most.<\/p>\n    <\/div>\n\n    <div class=\"f-item f-right\" data-aos=\"fade-left\">\n        <span class=\"f-num\">06<\/span>\n        <h3 class=\"f-title\">ASSISTED<\/h3>\n        <p class=\"f-desc\">Precision landing support helps you arrive safely and effortlessly.<\/p>\n    <\/div>\n<\/div>\n\n            <div class=\"central-visual\" data-aos=\"zoom-in\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/03\/KakaoTalk_20260325_135348246.png\" alt=\"VS-210\">\n            <\/div>\n        <\/div>\n    <\/section>\n\n <section class=\"cine-gallery\">\n\n    <div class=\"cine-item\" data-aos=\"fade-up\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/03\/KakaoTalk_20260324_095629903.jpg\" class=\"cine-img\">\n        <div class=\"cine-content\">\n            <span>COMPONENT .01<\/span>\n            <h3>POWER<br>SYSTEM<\/h3>\n            <p>Multiple independent motors deliver smooth, stable lift with built-in safety support.<\/p>\n        <\/div>\n    <\/div>\n\n    <div class=\"cine-item\" data-aos=\"fade-up\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/03\/KakaoTalk_20260324_095629903_01.png\" class=\"cine-img\">\n        <div class=\"cine-content\">\n            <span>INTERFACE .02<\/span>\n            <h3 class=\"sec-cine\">INTUITIVE<br>CONTROL<\/h3>\n            <p>Simple, responsive controls designed to keep your focus on the experience of flight.<\/p>\n        <\/div>\n    <\/div>\n\n    <div class=\"cine-item\" data-aos=\"fade-up\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/03\/KakaoTalk_20260324_095633570.png\" class=\"cine-img\">\n        <div class=\"cine-content\">\n            <span>MATERIAL .03<\/span>\n            <h3>LIGHTWEIGHT<br>STRUCTURE<\/h3>\n            <p>Strong yet lightweight materials provide stability, durability, and a refined flying experience.<\/p>\n        <\/div>\n    <\/div>\n\n<\/section>\n    <section class=\"cta-footer\">\n        <h2>OWN THE SKY<\/h2>\n        <a href=\"#\" class=\"order-btn\">PRE-ORDER NOW<\/a>\n    <\/section>\n\n\n\n<script src=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.js\"><\/script>\n<script>\n        AOS.init({ duration: 1000, once: false });\n\n        \/\/ Scroll Horizontal Text Animation\n        window.addEventListener('scroll', function() {\n            let value = window.scrollY;\n            document.getElementById('scrollTxt').style.left = (value * 0.5) - 500 + 'px';\n        });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>SYSTEM VERSION 2.1.0 \/\/ ACTIVE VS-210 SCROLL TO EXPLORE VSPACE VS-210 PERSONAL ELECTRICAIRCRAFT. The VS-210 is not merely a vehicle; it represents the pinnacle of aerodynamic performance. Paired with an intelligent electric propulsion system, it delivers a level of flight &hellip; <a href=\"https:\/\/vspaceaero.com\/?page_id=88\">Continued<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-fullwidth.php","meta":{"kt_blocks_editor_width":"","footnotes":""},"class_list":["post-88","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/vspaceaero.com\/index.php?rest_route=\/wp\/v2\/pages\/88","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vspaceaero.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vspaceaero.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vspaceaero.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vspaceaero.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=88"}],"version-history":[{"count":73,"href":"https:\/\/vspaceaero.com\/index.php?rest_route=\/wp\/v2\/pages\/88\/revisions"}],"predecessor-version":[{"id":267,"href":"https:\/\/vspaceaero.com\/index.php?rest_route=\/wp\/v2\/pages\/88\/revisions\/267"}],"wp:attachment":[{"href":"https:\/\/vspaceaero.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=88"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}