{"id":176,"date":"2025-10-24T12:47:57","date_gmt":"2025-10-24T03:47:57","guid":{"rendered":"https:\/\/sugo-app.net\/?p=176"},"modified":"2025-12-27T20:11:55","modified_gmt":"2025-12-27T11:11:55","slug":"sugo%e3%81%aepk%e3%83%90%e3%83%88%e3%83%ab%e3%81%a8%e3%81%af%ef%bc%9f%e4%bd%bf%e3%81%84%e6%96%b9%e3%83%bb%e3%83%ab%e3%83%bc%e3%83%ab%e3%83%bb%e3%83%a2%e3%83%bc%e3%83%89%e5%88%a5%e3%81%ae%e9%81%95","status":"publish","type":"post","link":"https:\/\/sugo-app.net\/?p=176","title":{"rendered":"SUGO\u306ePK\u30d0\u30c8\u30eb\u3068\u306f\uff1f\u4f7f\u3044\u65b9\u30fb\u30eb\u30fc\u30eb\u30fb\u30e2\u30fc\u30c9\u5225\u306e\u9055\u3044\u3092\u5fb9\u5e95\u89e3\u8aac\uff01"},"content":{"rendered":"\n\n\n\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title><a href=\"https:\/\/sugo-app.net\/?page_id=152\" target=\"_blank\" rel=\"noopener noreferrer\">SUGO<\/a>\u3068\u306f<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif;\n            background: #fff;\n            color: #333;\n            line-height: 1.8;\n        }\n\n        .section {\n            margin-bottom: 40px;\n        }\n\n        .section-header {\n            background: linear-gradient(90deg, #8b5cf6 0%, #ec4899 100%);\n            padding: 12px 20px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .section-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 50%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);\n            animation: shimmer 3s infinite;\n        }\n\n        @keyframes shimmer {\n            0% {\n                left: -100%;\n            }\n            100% {\n                left: 200%;\n            }\n        }\n\n        .section-header h2 {\n            color: #fff;\n            font-size: 1.4rem;\n            font-weight: 600;\n            position: relative;\n            z-index: 1;\n        }\n\n        .section-content {\n            padding: 24px 20px;\n        }\n\n        .section-content p {\n            font-size: 1rem;\n            line-height: 1.9;\n            color: #333;\n            margin-bottom: 16px;\n        }\n\n        .main-title {\n            text-align: center;\n            padding: 60px 20px 40px;\n        }\n\n        .main-title h1 {\n            font-size: 2.5rem;\n            color: #333;\n            margin-bottom: 16px;\n            font-weight: 700;\n        }\n\n        .main-subtitle {\n            font-size: 1.2rem;\n            color: #666;\n            font-weight: 400;\n        }\n\n        .point-box {\n            display: flex;\n            gap: 16px;\n            background: #f8f9fa;\n            border: 2px solid #00d4cc;\n            border-radius: 8px;\n            padding: 20px;\n            margin-top: 24px;\n            align-items: flex-start;\n        }\n\n        .point-label {\n            background: #ff6b35;\n            color: #fff;\n            padding: 6px 16px;\n            border-radius: 4px;\n            font-weight: 600;\n            font-size: 1rem;\n            white-space: nowrap;\n            flex-shrink: 0;\n        }\n\n        .point-text {\n            font-size: 0.95rem;\n            line-height: 1.8;\n            color: #333;\n        }\n\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        @media (max-width: 768px) {\n            .main-title h1 {\n                font-size: 2rem;\n            }\n\n            .main-subtitle {\n                font-size: 1.1rem;\n            }\n\n            .section-header h2 {\n                font-size: 1.2rem;\n            }\n\n            .section-content {\n                padding: 20px 16px;\n            }\n\n            .point-box {\n                flex-direction: column;\n                gap: 12px;\n            }\n        }\n\n        .step-list {\n            margin: 24px 0;\n        }\n\n        .step-item {\n            display: flex;\n            gap: 12px;\n            margin-bottom: 20px;\n            align-items: flex-start;\n        }\n\n        .step-number {\n            background: #8b5cf6;\n            color: #fff;\n            width: 32px;\n            height: 32px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 600;\n            flex-shrink: 0;\n        }\n\n        .step-content {\n            flex: 1;\n        }\n\n        .step-image {\n            width: 100%;\n            max-width: 400px;\n            height: auto;\n            border-radius: 8px;\n            margin-top: 12px;\n            border: 2px solid #e5e7eb;\n        }\n\n        .subsection {\n            margin: 24px 0;\n        }\n\n        .subsection h3 {\n            font-size: 1.2rem;\n            color: #8b5cf6;\n            margin-bottom: 12px;\n            font-weight: 600;\n        }\n\n        @media (max-width: 480px) {\n            .main-title {\n                padding: 40px 16px 30px;\n            }\n\n            .main-title h1 {\n                font-size: 1.75rem;\n            }\n\n            .main-subtitle {\n                font-size: 1rem;\n            }\n\n            .section-header {\n                padding: 10px 16px;\n            }\n\n            .section-header h2 {\n                font-size: 1.1rem;\n            }\n\n            .subsection h3 {\n                font-size: 1.1rem;\n            }\n        }\n    <\/style>\n\n\n    <div class=\"container\">\n        <div class=\"main-title\">\n            <h1><a href=\"https:\/\/sugo-app.net\/?p=159\" target=\"_blank\" rel=\"noopener noreferrer\">SUGO<\/a>\u3068\u306f<\/h1>\n            <p class=\"main-subtitle\"><a href=\"https:\/\/sugo-app.net\/?p=251\" target=\"_blank\" rel=\"noopener noreferrer\">\u30b9\u30de\u30db<\/a>1\u3064\u3067\u6c17\u8efd\u306b<a href=\"https:\/\/sugo-app.net\/?p=164\" target=\"_blank\" rel=\"noopener noreferrer\">\u914d\u4fe1<\/a>\u3067\u304d\u308b<a href=\"https:\/\/sugo-app.net\/?p=251\" target=\"_blank\" rel=\"noopener noreferrer\">\u30a2\u30d7\u30ea<\/a><\/p>\n        <\/div>\n\n        <div class=\"section\">\n            <div class=\"section-header\">\n                <h2>\u30b9\u30de\u30db\u306e\u307f\u3067\u914d\u4fe1\u53ef\u80fd<\/h2>\n            <\/div>\n            <div class=\"section-content\">\n                <p><a href=\"https:\/\/sugo-app.net\/?p=164\" target=\"_blank\" rel=\"noopener noreferrer\">SUGO<\/a>\uff08\u30b9\u30b4\uff09\u306f<a href=\"https:\/\/sugo-app.net\/?p=250\" target=\"_blank\" rel=\"noopener noreferrer\">\u30b9\u30de\u30db<\/a>\u3067\u7c21\u5358\u306b<a href=\"https:\/\/sugo-app.net\/?p=249\" target=\"_blank\" rel=\"noopener noreferrer\">\u30e9\u30a4\u30d6<\/a>\u914d\u4fe1\u3084\u901a\u8a71\u304c\u3067\u304d\u308b<a href=\"https:\/\/sugo-app.net\/?p=164\" target=\"_blank\" rel=\"noopener noreferrer\">\u30a2\u30d7\u30ea<\/a>\u3002Android\u3068iPhone\u306e\u4e21\u65b9\u306e<a href=\"https:\/\/sugo-app.net\/?p=164\" target=\"_blank\" rel=\"noopener noreferrer\">\u30b9\u30de\u30db<\/a>\u306b\u5bfe\u5fdc\u3057\u3066\u304a\u308a\u3001<a href=\"https:\/\/sugo-app.net\/?p=159\" target=\"_blank\" rel=\"noopener noreferrer\">\u30a2\u30d7\u30ea<\/a>\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3060\u3051\u3067\u8ab0\u3067\u3082\u7c21\u5358\u306b\u914d\u4fe1\u3092\u59cb\u3081\u3089\u308c\u308b\u3002<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"section\">\n            <div class=\"section-header\">\n                <h2>\u6a5f\u6750\u3092\u8cfc\u5165\u3059\u308b\u5fc5\u8981\u304c\u306a\u3044<\/h2>\n            <\/div>\n            <div class=\"section-content\">\n                <p>SUGO\u3067\u914d\u4fe1\u3059\u308b\u5834\u5408\u3001<a href=\"https:\/\/sugo-app.net\/?p=164\" target=\"_blank\" rel=\"noopener noreferrer\">\u30de\u30a4\u30af<\/a>\u3084\u30ab\u30e1\u30e9\u3001\u30ad\u30e3\u30d7\u30c1\u30e3\u30fc\u30dc\u30fc\u30c9\u306a\u3069\u3092\u7528\u610f\u3059\u308b\u5fc5\u8981\u304c\u306a\u3044\u3002\u914d\u4fe1\u306e\u6e96\u5099\u306b\u304b\u304b\u308b\u8cbb\u7528\u304c\u307b\u3068\u3093\u3069\u304b\u304b\u3089\u306a\u3044\u70b9\u304c\u9b45\u529b\u3060\u3002<\/p>\n                <div class=\"point-box\">\n                    <div class=\"point-label\">Point\uff01<\/div>\n                    <div class=\"point-text\">\u914d\u4fe1\u6a5f\u6750\u3092\u63c3\u3048\u308b\u3068\u306a\u308b\u3068\u7d50\u69cb\u306a\u304a\u91d1\u304c\u304b\u304b\u308b\u306e\u3067\u3001\u30b9\u30de\u30db1\u3064\u3067\u914d\u4fe1\u3092\u697d\u3057\u3081\u308b\u306e\u306f\u5927\u304d\u306a\u30e1\u30ea\u30c3\u30c8\u3067\u3059\u306d\u3002<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"section\">\n            <div class=\"section-header\">\n                <h2>\u30b9\u30de\u30db\u914d\u4fe1\u8005\u304c\u591a\u3044\u306e\u304c\u7279\u5fb4<\/h2>\n            <\/div>\n            <div class=\"section-content\">\n                <p>SUGO\u306f<a href=\"https:\/\/sugo-app.net\/?p=250\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"auto-internal-link\">\u30b9\u30de\u30db\u914d\u4fe1<\/a>\u8005\u304c\u975e\u5e38\u306b\u591a\u3044<a href=\"https:\/\/sugo-app.net\/?p=215\" target=\"_blank\" rel=\"noopener noreferrer\">\u30e9\u30a4\u30d6<\/a>\u914d\u4fe1\u30a2\u30d7\u30ea\u3002\u57fa\u672c<a href=\"https:\/\/sugo-app.net\/?p=159\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"auto-internal-link\">\u7121\u6599<\/a>\u3067<a href=\"https:\/\/sugo-app.net\/?p=73\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"auto-internal-link\">\u767b\u9332<\/a>\u3067\u304d\u3001\u5229\u7528\u8005\u6570\u3082\u591a\u3044\u305f\u3081\u3001<a href=\"https:\/\/sugo-app.net\/?p=249\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"auto-internal-link\">\u30b9\u30de\u30db\u914d\u4fe1<\/a>\u304c\u597d\u304d\u306a\u4eba\u3084<a href=\"https:\/\/sugo-app.net\/?p=194\" target=\"_blank\" rel=\"noopener noreferrer\">\u521d\u5fc3\u8005<\/a>\u306b\u306f\u7279\u306b\u304a\u3059\u3059\u3081\u3060\u3002<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"section\">\n            <div class=\"section-header\">\n                <h2>PK\u30d0\u30c8\u30eb\u3068\u306f\uff1f<\/h2>\n            <\/div>\n            <div class=\"section-content\">\n                <p>SUGO\u306e\u300cPK\u30d0\u30c8\u30eb\u300d\u306f\u3001\u540c\u3058<a href=\"https:\/\/sugo-app.net\/?page_id=413\" target=\"_blank\" rel=\"noopener noreferrer\">\u30eb\u30fc\u30e0<\/a>\u5185\u3067\u5bfe\u6226\u5f62\u5f0f\u306e<a href=\"https:\/\/sugo-app.net\/?p=245\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"auto-internal-link\">\u30a4\u30d9\u30f3\u30c8<\/a>\u3092\u697d\u3057\u3080\u6a5f\u80fd\u3067\u3059\u3002\u6642\u9593\u306f 1\u30fb5\u30fb10\u30fb15\u30fb30\u30fb60\u30fb120\u5206 \u306e7\u7a2e\u985e\u304b\u3089\u9078\u3079\u307e\u3059\u3002PK\u306b\u306f\u300c\u5168\u54e1\u30d0\u30c8\u30eb\u300d\u3068\u300c\u56e3\u4f53\u30d0\u30c8\u30eb\u300d\u306e2\u3064\u306e\u30e2\u30fc\u30c9\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n\n                <div class=\"subsection\">\n                    <h3>\u25a0 \u5168\u54e1\u30d0\u30c8\u30eb<\/h3>\n                    <p>\u5168\u54e1\u30d0\u30c8\u30eb\u306f\u3001\u53c2\u52a0\u3057\u3066\u3044\u308b\u4eba\u5168\u54e1\u304c\u500b\u4eba\u3067\u7af6\u3044\u5408\u3046\u30e2\u30fc\u30c9\u3067\u3059\u3002\u3068\u306f\u3044\u3048\u3001\u5b9f\u969b\u306e\u3068\u3053\u308dSUGO\u3067\u306f\u300c\u6226\u3046\u300d\u3068\u3044\u3046\u3088\u308a\u3082\u3001\u5e73\u548c\u7684\u306b\u4f7f\u308f\u308c\u3066\u3044\u308b\u3053\u3068\u304c\u591a\u3044\u3067\u3059\u3002<\/p>\n                    <p>\u305f\u3068\u3048\u3070\u2015\u2015<\/p>\n                    <p>1. <a href=\"https:\/\/sugo-app.net\/?p=250\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"auto-internal-link\">\u30ae\u30d5\u30c8<\/a>\u6570\u306e\u78ba\u8a8d\uff08\u3069\u308c\u304f\u3089\u3044<a href=\"https:\/\/sugo-app.net\/?p=215\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"auto-internal-link\">\u30ae\u30d5\u30c8<\/a>\u3092\u3082\u3089\u3048\u305f\u304b\u3092\u30c1\u30a7\u30c3\u30af\uff09<br>\n                    2. <a href=\"https:\/\/sugo-app.net\/?p=555\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"auto-internal-link\">\u914d\u4fe1\u6642\u9593<\/a>\u306e\u76ee\u5b89\uff08\u3042\u3068\u3069\u308c\u304f\u3089\u3044\u914d\u4fe1\u3057\u3088\u3046\u304b\u306a\u3001\u3068\u3044\u3046\u611f\u899a\u3067\u4f7f\u3046\uff09<\/p>\n                    <p>\u3053\u306e2\u3064\u306e\u76ee\u7684\u3067\u4f7f\u3046\u4eba\u304c\u591a\u304f\u3001\u30d0\u30c8\u30eb\u3068\u3044\u3046\u3088\u308a\u300c<a href=\"https:\/\/sugo-app.net\/?p=559\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"auto-internal-link\">\u6642\u9593\u7ba1\u7406<\/a>\u30c4\u30fc\u30eb\u300d\u3068\u3057\u3066\u4f7f\u3046\u611f\u3058\u3067\u3059\u306d\u3002<\/p>\n                <\/div>\n\n                <div class=\"subsection\">\n                    <h3>\u25a0 \u56e3\u4f53\u30d0\u30c8\u30eb<\/h3>\n                    <p>\u56e3\u4f53\u6226\u306f\u3001\u30c1\u30fc\u30e0\u540c\u58eb\u3067\u7af6\u3046\u672c\u683c\u7684\u306a\u30d0\u30c8\u30eb\u30e2\u30fc\u30c9\u3067\u3059\u3002\u5168\u54e1\u30d0\u30c8\u30eb\u3068\u9055\u3063\u3066\u3001\u3053\u3053\u3067\u306f\u672c\u5f53\u306b\u71b1\u3044\u6226\u3044\u304c\u7e70\u308a\u5e83\u3052\u3089\u308c\u308b\u3053\u3068\u3082\u3042\u308a\u307e\u3059\uff08\u7b11\uff09<\/p>\n                    <p>SUGO\u306f\u30b0\u30ed\u30fc\u30d0\u30eb\u306a\u30a2\u30d7\u30ea\u306a\u306e\u3067\u3001\u6d77\u5916\u306e\u914d\u4fe1\u8005\u3084\u30d5\u30a1\u30df\u30ea\u30fc\u540c\u58eb\u306e\u6226\u3044\u3001\u3055\u3089\u306b\u306f\u5b88\u8b77\uff08\u30ac\u30fc\u30c7\u30a3\u30a2\u30f3\uff09\u540c\u58eb\u306e\u5bfe\u6c7a\u306a\u3069\u3082\u3042\u3063\u3066\u3001\u76db\u308a\u4e0a\u304c\u308a\u65b9\u304c\u3068\u306b\u304b\u304f\u591a\u5f69\u3067\u3059\u3002<a href=\"https:\/\/sugo-app.net\/?p=245\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"auto-internal-link\">\u30a4\u30d9\u30f3\u30c8<\/a>\u306e\u4e00\u4f53\u611f\u3092\u5473\u308f\u3044\u305f\u3044\u65b9\u306b\u306f\u3074\u3063\u305f\u308a\u306e\u30e2\u30fc\u30c9\u3067\u3059\u3088\u3002<\/p>\n                <\/div>\n\n                <div class=\"subsection\">\n                    <h3>\u25a0 PK\u30d0\u30c8\u30eb\u306e\u3084\u308a\u65b9<\/h3>\n                    <div class=\"step-list\">\n                        <div class=\"step-item\">\n                            <div class=\"step-number\">1<\/div>\n                            <div class=\"step-content\">\n                                <p>\u53f3\u4e0b\u306e \u300cPK\u300d\u30dc\u30bf\u30f3 \u3092\u62bc\u3059<\/p>\n                                <img decoding=\"async\" src=\"https:\/\/sugo-app.net\/wp-content\/uploads\/2025\/10\/9.png\" alt=\"PK\u30dc\u30bf\u30f3\u306e\u5834\u6240\" class=\"step-image\">\n                                <img decoding=\"async\" src=\"https:\/\/sugo-app.net\/wp-content\/uploads\/2025\/10\/10.png\" alt=\"PK\u30dc\u30bf\u30f3\u306e\u5834\u6240\" class=\"step-image\">\n\n                            <\/div>\n                        <\/div>\n                        <div class=\"step-item\">\n                            <div class=\"step-number\">2<\/div>\n                            <div class=\"step-content\">\n                                <p>\u300c\u5168\u54e1\u30d0\u30c8\u30eb\u300d\u307e\u305f\u306f\u300c\u56e3\u4f53\u6226\u300d \u3092\u9078\u629e<\/p>\n                                <img decoding=\"async\" src=\"https:\/\/sugo-app.net\/wp-content\/uploads\/2025\/10\/11.png\" alt=\"\u30d0\u30c8\u30eb\u30e2\u30fc\u30c9\u9078\u629e\u753b\u9762\" class=\"step-image\">\n                            <\/div>\n                        <\/div>\n                        <div class=\"step-item\">\n                            <div class=\"step-number\">3<\/div>\n                            <div class=\"step-content\">\n                                <p>\u6642\u9593\uff081\u301c120\u5206\uff09 \u3092\u9078\u629e<\/p>\n                                <img decoding=\"async\" src=\"https:\/\/sugo-app.net\/wp-content\/uploads\/2025\/10\/11.png\" alt=\"\u6642\u9593\u9078\u629e\u753b\u9762\" class=\"step-image\">\n                            <\/div>\n                        <\/div>\n                        <div class=\"step-item\">\n                            <div class=\"step-number\">4<\/div>\n                            <div class=\"step-content\">\n                                <p>\u300c\u5b8c\u4e86\u300d\u2192\u300c\u30b9\u30bf\u30fc\u30c8\u300d \u3092\u62bc\u3057\u3066\u958b\u59cb\uff01<\/p>\n                                <img decoding=\"async\" src=\"https:\/\/sugo-app.net\/wp-content\/uploads\/2025\/10\/12.png\" alt=\"\u30b9\u30bf\u30fc\u30c8\u753b\u9762\" class=\"step-image\">\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <p>\u3053\u306e4\u30b9\u30c6\u30c3\u30d7\u3055\u3048\u899a\u3048\u3066\u304a\u3051\u3070\u3001\u3082\u3046\u5b8c\u74a7\u3067\u3059\u3002<\/p>\n                <\/div>\n\n                <div class=\"subsection\">\n                    <h3>\u25a0 \u3061\u3087\u3063\u3068\u3057\u305f\u30b3\u30c4<\/h3>\n                    <p>\u6700\u521d\u306e\u3046\u3061\u306f\u500b\u4eba\u914d\u4fe1\u3067\u3082PK\u3092\u3064\u3051\u3066\u307f\u308b\u306e\u304c\u304a\u3059\u3059\u3081\u3067\u3059\u3002<a href=\"https:\/\/sugo-app.net\/?p=559\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"auto-internal-link\">\u6642\u9593\u7ba1\u7406<\/a>\u3084<a href=\"https:\/\/sugo-app.net\/?p=250\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"auto-internal-link\">\u30ae\u30d5\u30c8<\/a>\u30c1\u30a7\u30c3\u30af\u306b\u3082\u4fbf\u5229\u306a\u306e\u3067\u3001SUGO\u914d\u4fe1\u8005\u306e\u591a\u304f\u304c\u300cPK\u3064\u3051\u3063\u3071\u306a\u3057\u300d\u3067\u914d\u4fe1\u3057\u3066\u3044\u307e\u3059\u3002\u6163\u308c\u3066\u304d\u305f\u3089\u56e3\u4f53\u6226\u306b\u3082\u6311\u6226\u3057\u3066\u307f\u307e\u3057\u3087\u3046\uff01<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n\n","protected":false},"excerpt":{"rendered":"<p>SUGO\u3068\u306f SUGO\u3068\u306f \u30b9\u30de\u30db1\u3064\u3067\u6c17\u8efd\u306b\u914d\u4fe1\u3067\u304d\u308b\u30a2\u30d7\u30ea \u30b9\u30de\u30db\u306e\u307f\u3067\u914d\u4fe1&#8230;<\/p>\n","protected":false},"author":1,"featured_media":181,"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,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[11],"tags":[121,29,28,27,69,68,30,72,14,122],"class_list":{"0":"post-176","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","6":"hentry","7":"category-11","8":"tag-pk","10":"tag-28","11":"tag-27","12":"tag-69","13":"tag-68","14":"tag-30","15":"tag-72","16":"tag-14","17":"tag-122"},"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/sugo-app.net\/index.php?rest_route=\/wp\/v2\/posts\/176","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sugo-app.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sugo-app.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sugo-app.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sugo-app.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=176"}],"version-history":[{"count":6,"href":"https:\/\/sugo-app.net\/index.php?rest_route=\/wp\/v2\/posts\/176\/revisions"}],"predecessor-version":[{"id":579,"href":"https:\/\/sugo-app.net\/index.php?rest_route=\/wp\/v2\/posts\/176\/revisions\/579"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sugo-app.net\/index.php?rest_route=\/wp\/v2\/media\/181"}],"wp:attachment":[{"href":"https:\/\/sugo-app.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=176"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sugo-app.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=176"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sugo-app.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=176"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}