{"id":1486,"date":"2025-09-06T00:10:57","date_gmt":"2025-09-05T15:10:57","guid":{"rendered":"https:\/\/www.samurai2948.com\/?p=1486"},"modified":"2025-09-06T00:16:25","modified_gmt":"2025-09-05T15:16:25","slug":"squadron-42-q3-2025-newsletter-comm-link","status":"publish","type":"post","link":"https:\/\/www.samurai2948.com\/?p=1486","title":{"rendered":"Squadron 42 Q3 2025 Newsletter Comm-Link\uff08\u7ffb\u8a33\uff09"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ja\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>ODIN SYSTEM &#8211; Star Citizen Guide<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Arial', sans-serif;\n            background: linear-gradient(135deg, #0a1929, #1e3a5f, #2d5aa0);\n            color: #ffffff;\n            overflow-x: hidden;\n            position: relative;\n        }\n\n        \/* Background animation *\/\n        body::before {\n            content: '';\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: \n                radial-gradient(circle at 20% 80%, rgba(120, 220, 255, 0.1) 0%, transparent 50%),\n                radial-gradient(circle at 80% 20%, rgba(255, 120, 220, 0.1) 0%, transparent 50%),\n                radial-gradient(circle at 40% 40%, rgba(120, 255, 120, 0.05) 0%, transparent 50%);\n            animation: float 20s ease-in-out infinite;\n            z-index: -1;\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translateY(0px) rotate(0deg); }\n            50% { transform: translateY(-20px) rotate(2deg); }\n        }\n\n        .header {\n            text-align: center;\n            padding: 60px 20px;\n            background: linear-gradient(45deg, rgba(255, 170, 0, 0.2), rgba(0, 200, 255, 0.2));\n            backdrop-filter: blur(10px);\n            border-bottom: 2px solid rgba(255, 170, 0, 0.5);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .header::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: conic-gradient(from 0deg, transparent, rgba(255, 170, 0, 0.1), transparent);\n            animation: rotate 30s linear infinite;\n            z-index: -1;\n        }\n\n        @keyframes rotate {\n            0% { transform: rotate(0deg); }\n            100% { transform: rotate(360deg); }\n        }\n\n        .system-title {\n            font-size: 4rem;\n            font-weight: bold;\n            color: #ffaa00;\n            text-shadow: 0 0 30px rgba(255, 170, 0, 0.8);\n            margin-bottom: 20px;\n            letter-spacing: 8px;\n            text-transform: uppercase;\n        }\n\n        .subtitle {\n            font-size: 1.2rem;\n            color: #00ccff;\n            opacity: 0.9;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .location-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 30px;\n            margin-bottom: 50px;\n        }\n\n        .location-card {\n            background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));\n            border: 1px solid rgba(255, 170, 0, 0.3);\n            border-radius: 15px;\n            padding: 25px;\n            backdrop-filter: blur(10px);\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .location-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255, 170, 0, 0.1), transparent);\n            transition: left 0.5s ease;\n        }\n\n        .location-card:hover::before {\n            left: 100%;\n        }\n\n        .location-card:hover {\n            transform: translateY(-10px);\n            border-color: #ffaa00;\n            box-shadow: 0 20px 40px rgba(255, 170, 0, 0.3);\n        }\n\n        .location-header {\n            display: flex;\n            align-items: center;\n            margin-bottom: 15px;\n        }\n\n        .location-icon {\n            width: 40px;\n            height: 40px;\n            background: linear-gradient(45deg, #ffaa00, #ff6600);\n            border-radius: 50%;\n            margin-right: 15px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: bold;\n            color: #000;\n        }\n\n        .location-title {\n            font-size: 1.5rem;\n            color: #ffaa00;\n            font-weight: bold;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n        }\n\n        .location-type {\n            background: rgba(0, 204, 255, 0.2);\n            color: #00ccff;\n            padding: 5px 12px;\n            border-radius: 20px;\n            font-size: 0.8rem;\n            display: inline-block;\n            margin-bottom: 15px;\n            border: 1px solid rgba(0, 204, 255, 0.5);\n        }\n\n        .location-description {\n            line-height: 1.6;\n            color: #e0e6ed;\n            margin-bottom: 15px;\n        }\n\n        .features-list {\n            list-style: none;\n            padding: 0;\n        }\n\n        .features-list li {\n            padding: 5px 0;\n            border-left: 3px solid #ffaa00;\n            padding-left: 15px;\n            margin-bottom: 8px;\n            color: #ccddff;\n        }\n\n        .features-list li::before {\n            content: '\u25b8 ';\n            color: #ffaa00;\n            font-weight: bold;\n        }\n\n        .jump-points {\n            background: linear-gradient(135deg, rgba(0, 204, 255, 0.1), rgba(120, 220, 255, 0.05));\n            border: 1px solid rgba(0, 204, 255, 0.3);\n            border-radius: 15px;\n            padding: 30px;\n            margin-top: 40px;\n        }\n\n        .jump-points h2 {\n            color: #00ccff;\n            font-size: 2rem;\n            margin-bottom: 20px;\n            text-align: center;\n            text-transform: uppercase;\n            letter-spacing: 3px;\n        }\n\n        .jump-point-list {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 20px;\n        }\n\n        .jump-point {\n            background: rgba(255, 255, 255, 0.1);\n            border: 2px solid #00ccff;\n            border-radius: 25px;\n            padding: 15px 25px;\n            color: #00ccff;\n            font-weight: bold;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            transition: all 0.3s ease;\n        }\n\n        .jump-point:hover {\n            background: rgba(0, 204, 255, 0.2);\n            transform: scale(1.05);\n            box-shadow: 0 0 20px rgba(0, 204, 255, 0.5);\n        }\n\n        .warning-banner {\n            background: linear-gradient(45deg, rgba(255, 50, 50, 0.2), rgba(255, 120, 0, 0.2));\n            border: 1px solid rgba(255, 100, 100, 0.5);\n            border-radius: 10px;\n            padding: 20px;\n            margin: 30px 0;\n            text-align: center;\n        }\n\n        .warning-banner h3 {\n            color: #ff6666;\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n            text-transform: uppercase;\n        }\n\n        .coil-section {\n            background: linear-gradient(135deg, rgba(255, 120, 0, 0.15), rgba(255, 200, 0, 0.1));\n            border: 1px solid rgba(255, 170, 0, 0.4);\n            border-radius: 15px;\n            padding: 30px;\n            margin: 40px 0;\n            text-align: center;\n        }\n\n        .coil-section h2 {\n            color: #ffaa00;\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            text-transform: uppercase;\n            letter-spacing: 4px;\n        }\n\n        @media (max-width: 768px) {\n            .system-title {\n                font-size: 2.5rem;\n                letter-spacing: 4px;\n            }\n            \n            .location-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .jump-point-list {\n                flex-direction: column;\n                align-items: center;\n            }\n        }\n\n        .pulse {\n            animation: pulse 2s ease-in-out infinite;\n        }\n\n        @keyframes pulse {\n            0%, 100% { opacity: 1; }\n            50% { opacity: 0.7; }\n        }\n\n        .glow {\n            text-shadow: 0 0 20px currentColor;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"header\">\n        <h1 class=\"system-title pulse\">ODIN SYSTEM<\/h1>\n        <p class=\"subtitle\">\u5371\u967a\u306a\u7f8e\u3057\u3055\u3092\u6301\u3064\u30ac\u30b9\u60d1\u661f\u3068\u5ec3\u589f\u3068\u306a\u3063\u305f\u53e4\u304d\u6587\u660e\u306e\u907a\u7523<\/p>\n    <\/div>\n\n    <div class=\"container\">\n        <div class=\"coil-section\">\n            <h2 class=\"glow\">THE COIL \/ ODIN I<\/h2>\n            <p>\u3082\u3057Odin I\u3092\u63a2\u3057\u3066\u3044\u308b\u306a\u3089\u3001\u9577\u3044\u6642\u9593\u3092\u8981\u3059\u308b\u3053\u3068\u306b\u306a\u308b\u3067\u3057\u3087\u3046\u3002\u3053\u306e\u30b7\u30b9\u30c6\u30e0\u3067\u6700\u521d\u306e\u60d1\u661f\u3067\u3042\u3063\u305f\u3082\u306e\u306f\u3001\u6052\u661f\u306e\u5d29\u58ca\u306b\u3088\u3063\u3066\u751f\u307f\u51fa\u3055\u308c\u305f\u300cThe Coil\u300d\u3068\u3057\u3066\u77e5\u3089\u308c\u308b\u5b87\u5b99\u73fe\u8c61\u3068\u306a\u3063\u3066\u3044\u307e\u3059\u3002<\/p>\n        <\/div>\n\n        <div class=\"warning-banner\">\n            <h3>\u26a0 \u5371\u967a\u533a\u57df<\/h3>\n            <p>The Coil\u306f\u6975\u3081\u3066\u5371\u967a\u306a\u5b87\u5b99\u73fe\u8c61\u3067\u3059\u3002\u8fd1\u3065\u304f\u969b\u306f\u5341\u5206\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n        <\/div>\n\n        <div class=\"location-grid\">\n            <div class=\"location-card\">\n                <div class=\"location-header\">\n                    <div class=\"location-icon\">IV<\/div>\n                    <h3 class=\"location-title\">Odin IV<\/h3>\n                <\/div>\n                <div class=\"location-type\">\u30ac\u30b9\u60d1\u661f<\/div>\n                <p class=\"location-description\">\n                    \u8ab0\u3082\u3053\u306e\u30ac\u30b9\u60d1\u661f\u306b\u8db3\u3092\u8e0f\u307f\u5165\u308c\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u304c\u3001\u305d\u306e\u63ee\u767a\u6027\u3067\u3042\u308a\u306a\u304c\u3089\u7f8e\u3057\u3044\u5927\u6c17\u306f\u3001\u30d5\u30e9\u30a4\u30d0\u30a4\u89b3\u5149\u306b\u5341\u5206\u5024\u3057\u307e\u3059\u3002\n                <\/p>\n                <ul class=\"features-list\">\n                    <li>\u606f\u3092\u5451\u3080\u3088\u3046\u306a\u7f8e\u3057\u3044\u30aa\u30fc\u30ed\u30e9<\/li>\n                    <li>\u8ecc\u9053\u4e0a\u306e\u71c3\u6599\u88dc\u7d66\u65bd\u8a2d<\/li>\n                    <li>\u50ac\u7720\u7684\u306a\u5927\u6c17\u73fe\u8c61<\/li>\n                    <li>\u89b3\u5149\u30d5\u30e9\u30a4\u30d0\u30a4\u30eb\u30fc\u30c8<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"location-card\">\n                <div class=\"location-header\">\n                    <div class=\"location-icon\">FC<\/div>\n                    <h3 class=\"location-title\">Fortune&#8217;s Cross<\/h3>\n                <\/div>\n                <div class=\"location-type\">\u5b87\u5b99\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3<\/div>\n                <p class=\"location-description\">\n                    \u6804\u5149\u306e\u65e5\u3005\u306f\u904e\u304e\u53bb\u308a\u307e\u3057\u305f\u304c\u3001Fortune&#8217;s Cross\u306f\u5192\u967a\u306b\u75b2\u308c\u305f\u65c5\u884c\u8005\u3068\u305d\u306e\u8239\u306b\u3068\u3063\u3066\u751f\u547d\u7dda\u3067\u3042\u308a\u7d9a\u3051\u3066\u3044\u307e\u3059\u3002\n                <\/p>\n                <ul class=\"features-list\">\n                    <li>Kessle Highway\u304b\u3089\u306e\u76f4\u63a5\u30a2\u30af\u30bb\u30b9<\/li>\n                    <li>\u7d4c\u6e08\u7684\u8870\u9000\u306b\u3082\u95a2\u308f\u3089\u305a\u55b6\u696d\u7d99\u7d9a<\/li>\n                    <li>\u5546\u696d\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u3068\u3057\u3066\u6a5f\u80fd<\/li>\n                    <li>Odin\u306e\u52b4\u50cd\u8005\u306e\u8f38\u9001\u30cf\u30d6<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"location-card\">\n                <div class=\"location-header\">\n                    <div class=\"location-icon\">IA<\/div>\n                    <h3 class=\"location-title\">Odin IA (Gainey)<\/h3>\n                <\/div>\n                <div class=\"location-type\">\u5143\u885b\u661f<\/div>\n                <p class=\"location-description\">\n                    Gainey\u3068\u3057\u3066\u3082\u77e5\u3089\u308c\u308b\u3053\u306e\u5143\u885b\u661f\u306f\u3001\u60d1\u661f\u3067\u306f\u306a\u304fOdin\u306e\u592a\u967d\u3092\u5468\u56de\u3059\u308b\u3068\u3044\u3046\u7a00\u306a\u7279\u5fb4\u3092\u6301\u3063\u3066\u3044\u307e\u3059\u3002\n                <\/p>\n                <ul class=\"features-list\">\n                    <li>\u592a\u967d\u5468\u56de\u306e\u7279\u6b8a\u306a\u8ecc\u9053<\/li>\n                    <li>\u5143Odin I\u306e\u885b\u661f<\/li>\n                    <li>\u30d5\u30e9\u30c3\u30ad\u30f3\u30b0\u3068\u7cbe\u88fd\u30d7\u30e9\u30f3\u30c8\u8de1<\/li>\n                    <li>\u5730\u6bbb\u4e0d\u5b89\u5b9a\u306b\u3088\u308b\u79fb\u4f4f\u6b74<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"location-card\">\n                <div class=\"location-header\">\n                    <div class=\"location-icon\">II<\/div>\n                    <h3 class=\"location-title\">Odin II<\/h3>\n                <\/div>\n                <div class=\"location-type\">\u60d1\u661f<\/div>\n                <p class=\"location-description\">\n                    \u6052\u661f\u304c\u751f\u304d\u3066\u3044\u305f\u9803\u306b\u30b0\u30ea\u30fc\u30f3\u30be\u30fc\u30f3\u5185\u306b\u5b58\u5728\u3057\u3066\u3044\u305f\u3068\u7406\u8ad6\u5316\u3055\u308c\u3066\u304a\u308a\u3001\u73fe\u5728\u306f\u5c11\u6570\u306e\u7814\u7a76\u65bd\u8a2d\u306e\u307f\u304c\u5b58\u5728\u3059\u308b\u5c45\u4f4f\u4e0d\u53ef\u80fd\u306a\u8868\u9762\u3092\u6301\u3063\u3066\u3044\u307e\u3059\u3002\n                <\/p>\n                <ul class=\"features-list\">\n                    <li>\u5143\u30b0\u30ea\u30fc\u30f3\u30be\u30fc\u30f3\u60d1\u661f<\/li>\n                    <li>\u5c11\u6570\u306e\u7814\u7a76\u65bd\u8a2d<\/li>\n                    <li>\u6708Vili\u306b\u8f38\u9001\u30cf\u30d6<\/li>\n                    <li>\u5371\u967a\u7269\u8cea\u8f38\u9001\u306e\u4e2d\u7d99\u70b9<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"location-card\">\n                <div class=\"location-header\">\n                    <div class=\"location-icon\">III<\/div>\n                    <h3 class=\"location-title\">Odin III<\/h3>\n                <\/div>\n                <div class=\"location-type\">\u60d1\u661f<\/div>\n                <p class=\"location-description\">\n                    \u898b\u904e\u3054\u3055\u308c\u304c\u3061\u3067\u3059\u304c\u3001Odin III\u306f\u30b7\u30b9\u30c6\u30e0\u306e\u6b74\u53f2\u3078\u306e\u6d1e\u5bdf\u3092\u63d0\u4f9b\u3057\u3001\u3044\u304f\u3064\u304b\u306e\u7d99\u7d9a\u7684\u306a\u79d1\u5b66\u7684\u52aa\u529b\u306e\u672c\u62e0\u5730\u3068\u306a\u3063\u3066\u3044\u307e\u3059\u3002\n                <\/p>\n                <ul class=\"features-list\">\n                    <li>\u6b74\u53f2\u7684\u91cd\u8981\u6027<\/li>\n                    <li>\u7d99\u7d9a\u7684\u306a\u79d1\u5b66\u7814\u7a76<\/li>\n                    <li>\u30b7\u30b9\u30c6\u30e0\u53f2\u306e\u6d1e\u5bdf<\/li>\n                    <li>\u7814\u7a76\u65bd\u8a2d<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n\n        <div class=\"jump-points\">\n            <h2>\u30b8\u30e3\u30f3\u30d7\u30dd\u30a4\u30f3\u30c8<\/h2>\n            <p style=\"text-align: center; margin-bottom: 25px; color: #ccddff;\">\n                Odin\u306f\u3001\u305d\u306e\u602a\u3057\u3052\u306a\u8a55\u5224\u306b\u3082\u304b\u304b\u308f\u3089\u305a\u3001\u3053\u306e\u5b87\u5b99\u306e\u9685\u306b\u304a\u3051\u308bUEE\u306e\u30aa\u30a2\u30b7\u30b9\u3068\u3057\u3066\u6a5f\u80fd\u3057\u3066\u3044\u307e\u3059\u3002\n            <\/p>\n            <div class=\"jump-point-list\">\n                <div class=\"jump-point\">KELLOG<\/div>\n                <div class=\"jump-point\">NYX<\/div>\n                <div class=\"jump-point\">TANGA<\/div>\n            <\/div>\n            <p style=\"text-align: center; margin-top: 20px; color: #888; font-size: 0.9rem;\">\n                Fair Chance Act\u4e0b\u3067UEE\u4fdd\u8b77\u3092\u4eab\u53d7\u3059\u308bKellog\u30b7\u30b9\u30c6\u30e0\u3068\u30012\u3064\u306e\u672a\u8acb\u6c42\u30b7\u30b9\u30c6\u30e0Nyx\u3068Tanga\u306b\u76f4\u63a5\u63a5\u7d9a\n            <\/p>\n        <\/div>\n\n        <div class=\"warning-banner\">\n            <h3>\ud83d\udca1 \u63a2\u7d22\u306e\u30d2\u30f3\u30c8<\/h3>\n            <p>Odin\u30b7\u30b9\u30c6\u30e0\u306f\u5371\u967a\u3068\u7f8e\u3057\u3055\u304c\u5171\u5b58\u3059\u308b\u5834\u6240\u3067\u3059\u3002\u5341\u5206\u306a\u6e96\u5099\u3068\u6ce8\u610f\u6df1\u3044\u8a08\u753b\u3067\u63a2\u7d22\u3059\u308b\u3053\u3068\u3092\u304a\u52e7\u3081\u3057\u307e\u3059\u3002<\/p>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Add some interactive elements\n        document.addEventListener('DOMContentLoaded', function() {\n            \/\/ Parallax effect for background\n            document.addEventListener('mousemove', function(e) {\n                const mouseX = e.clientX \/ window.innerWidth;\n                const mouseY = e.clientY \/ window.innerHeight;\n                \n                document.body.style.backgroundPosition = \n                    `${50 + mouseX * 10}% ${50 + mouseY * 10}%`;\n            });\n\n            \/\/ Hover effect for cards\n            const cards = document.querySelectorAll('.location-card');\n            cards.forEach(card => {\n                card.addEventListener('mouseenter', function() {\n                    this.style.transform = 'translateY(-10px) scale(1.02)';\n                });\n                \n                card.addEventListener('mouseleave', function() {\n                    this.style.transform = 'translateY(0) scale(1)';\n                });\n            });\n\n            \/\/ Glowing effect for jump points\n            const jumpPoints = document.querySelectorAll('.jump-point');\n            jumpPoints.forEach(point => {\n                point.addEventListener('click', function() {\n                    this.style.animation = 'pulse 0.5s ease-in-out';\n                    setTimeout(() => {\n                        this.style.animation = '';\n                    }, 500);\n                });\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>ODIN SYSTEM &#8211; Star Citizen Guide ODIN SYSTEM \u5371\u967a\u306a\u7f8e\u3057\u3055\u3092\u6301\u3064\u30ac\u30b9\u60d1\u661f\u3068\u5ec3\u589f\u3068\u306a\u3063\u305f\u53e4\u304d\u6587\u660e\u306e\u907a\u7523 THE COIL \/ ODIN I \u3082\u3057Odin I\u3092\u63a2\u3057\u3066\u3044 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1489,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"swell_btn_cv_data":"","footnotes":""},"categories":[9],"tags":[],"class_list":["post-1486","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-starcitizen"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/posts\/1486","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1486"}],"version-history":[{"count":2,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/posts\/1486\/revisions"}],"predecessor-version":[{"id":1488,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/posts\/1486\/revisions\/1488"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=\/wp\/v2\/media\/1489"}],"wp:attachment":[{"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1486"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1486"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.samurai2948.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1486"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}