{"id":7658,"date":"2021-09-21T20:48:00","date_gmt":"2021-09-21T14:48:00","guid":{"rendered":"https:\/\/kglabs.org\/?page_id=7658"},"modified":"2026-05-04T12:06:51","modified_gmt":"2026-05-04T06:06:51","slug":"digital-skills-development-strategy-analytical-series","status":"publish","type":"page","link":"https:\/\/kglabs.org\/ru\/digital-skills-development-strategy-analytical-series\/","title":{"rendered":"Digital Skills Development Strategy &#8212; Analytical Series"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n    <meta charset=\"UTF-8\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=JetBrains+Mono:wght@400;700&#038;family=Playfair+Display:ital,wght@0,700;0,900;1,700&#038;family=Source+Serif+4:opsz,wght@8..60,400;8..60,700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n        :root {\n            --ink: #1a1208;\n            --paper: #f5f0e8;\n            --gold: #b8892a;\n            --rust: #a03020;\n            --teal: #1e5f6e;\n            --slate: #3d4f5c;\n            --mist: #e8ede8;\n            --accent-line: #d4a847;\n        }\n        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n        body {\n            background: var(--paper);\n            color: var(--ink);\n            font-family: 'Source Serif 4', Georgia, serif;\n            font-size: 17px;\n            line-height: 1.75;\n        }\n        .site-header {\n            background: var(--ink);\n            color: var(--paper);\n            padding: 18px 40px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            position: sticky;\n            top: 0;\n            z-index: 100;\n            border-bottom: 3px solid var(--gold);\n        }\n        .site-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1rem;\n            font-weight: 700;\n            letter-spacing: 0.12em;\n            text-transform: uppercase;\n        }\n        .site-subtitle {\n            font-size: 0.72rem;\n            opacity: 0.6;\n            letter-spacing: 0.08em;\n            font-family: 'JetBrains Mono', monospace;\n        }\n        .nav-pills { display: flex; gap: 6px; flex-wrap: wrap; }\n        .nav-pill {\n            font-family: 'JetBrains Mono', monospace;\n            font-size: 0.62rem;\n            padding: 4px 10px;\n            border: 1px solid rgba(255,255,255,0.25);\n            border-radius: 2px;\n            color: rgba(255,255,255,0.7);\n            text-decoration: none;\n            transition: all 0.2s;\n            letter-spacing: 0.05em;\n        }\n        .nav-pill:hover { border-color: var(--gold); color: var(--gold); }\n        .cover {\n            background: var(--ink);\n            color: var(--paper);\n            min-height: 80vh;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            position: relative;\n            overflow: hidden;\n        }\n        .cover-text {\n            padding: 80px 60px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            position: relative;\n            z-index: 2;\n        }\n        .cover-label {\n            font-family: 'JetBrains Mono', monospace;\n            font-size: 0.7rem;\n            letter-spacing: 0.2em;\n            text-transform: uppercase;\n            color: var(--gold);\n            margin-bottom: 24px;\n        }\n        .cover-title {\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(2.4rem, 4vw, 3.8rem);\n            font-weight: 900;\n            line-height: 1.05;\n            margin-bottom: 28px;\n        }\n        .cover-title em { font-style: italic; color: var(--gold); }\n        .cover-meta {\n            display: grid;\n            grid-template-columns: 1fr 1fr 1fr;\n            gap: 20px;\n            border-top: 1px solid rgba(255,255,255,0.15);\n            padding-top: 28px;\n        }\n        .cover-stat-num {\n            font-family: 'Playfair Display', serif;\n            font-size: 2rem;\n            font-weight: 700;\n            color: var(--gold);\n        }\n        .cover-stat-label {\n            font-size: 0.72rem;\n            opacity: 0.6;\n            font-family: 'JetBrains Mono', monospace;\n            letter-spacing: 0.05em;\n            margin-top: 4px;\n        }\n        .posts-container { max-width: 900px; margin: 0 auto; padding: 80px 40px; }\n        .post { margin-bottom: 120px; position: relative; }\n        .post::before {\n            content: '';\n            display: block;\n            height: 4px;\n            background: linear-gradient(90deg, var(--gold), transparent);\n            margin-bottom: 40px;\n        }\n        .post-header { margin-bottom: 36px; }\n        .post-audience {\n            display: inline-block;\n            font-family: 'JetBrains Mono', monospace;\n            font-size: 0.62rem;\n            letter-spacing: 0.12em;\n            text-transform: uppercase;\n            padding: 4px 12px;\n            border: 1.5px solid currentColor;\n            border-radius: 2px;\n            margin-bottom: 16px;\n        }\n        .audience-global { color: var(--slate); }\n        .audience-policy { color: var(--rust); }\n        .audience-biz { color: var(--teal); }\n        .audience-edu { color: var(--rust); }\n        .post-title {\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(1.7rem, 3vw, 2.4rem);\n            font-weight: 800;\n            line-height: 1.15;\n            margin-bottom: 12px;\n        }\n        .post-deck {\n            font-size: 1.05rem;\n            color: var(--slate);\n            font-style: italic;\n            line-height: 1.65;\n            border-left: 3px solid var(--gold);\n            padding-left: 20px;\n            margin-bottom: 32px;\n        }\n        .post-body p { margin-bottom: 22px; font-size: 1rem; line-height: 1.82; color: #2a2010; }\n        .post-body p:first-of-type::first-letter {\n            font-family: 'Playfair Display', serif;\n            font-size: 3.5rem;\n            font-weight: 900;\n            float: left;\n            line-height: 0.8;\n            margin: 8px 12px 0 0;\n            color: var(--gold);\n        }\n        .stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 32px 0; }\n        .stat-box { background: white; border: 1px solid rgba(0,0,0,0.08); border-top: 3px solid var(--gold); padding: 20px; text-align: center; }\n        .stat-num { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; color: var(--teal); display: block; }\n        .stat-label { font-family: 'JetBrains Mono', monospace; font-size: 0.62rem; letter-spacing: 0.06em; color: var(--slate); margin-top: 6px; display: block; }\n        .pull-quote { margin: 36px 0; padding: 28px 36px; background: var(--ink); color: var(--paper); position: relative; }\n        .pull-quote p { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.2rem; line-height: 1.55; color: var(--paper); margin: 0; padding-left: 20px; }\n        .aside-fact { float: right; width: 260px; margin: 0 0 24px 32px; background: var(--mist); border-left: 4px solid var(--teal); padding: 20px; font-size: 0.85rem; line-height: 1.6; clear: right; }\n        .aside-fact strong { display: block; font-family: 'JetBrains Mono', monospace; font-size: 0.62rem; color: var(--teal); margin-bottom: 8px; text-transform: uppercase; }\n        .action-point { border: 1px solid var(--gold); padding: 20px; margin-top: 40px; background: rgba(184, 137, 42, 0.05); }\n        .action-point h4 { font-family: 'JetBrains Mono', monospace; font-size: 0.75rem; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }\n        .illustration { width: 100%; margin: 32px 0; background: #fff; border: 1px solid #ddd; padding: 10px; }\n        .illustration img { width: 100%; height: auto; display: block; }\n        .post-footer { margin-top: 32px; padding-top: 16px; border-top: 1px solid rgba(0,0,0,0.1); font-family: 'JetBrains Mono', monospace; font-size: 0.65rem; color: var(--slate); opacity: 0.8; }\n    <\/style>\n<p><\/head><br \/>\n<body><\/p>\n<header class=\"site-header\">\n<div class=\"site-brand\">\n<div class=\"site-title\">KG Labs<\/div>\n<div class=\"site-subtitle\">EVIDENCE-LED POLICY ANALYSIS<\/div>\n<\/p><\/div>\n<nav class=\"nav-pills\">\n        <a href=\"#\" class=\"nav-pill\">STRATEGY<\/a><br \/>\n        <a href=\"#\" class=\"nav-pill\">EDUCATION<\/a><br \/>\n        <a href=\"#\" class=\"nav-pill\">ECONOMY<\/a><br \/>\n        <a href=\"#\" class=\"nav-pill\">DATA<\/a><br \/>\n    <\/nav>\n<\/header>\n<section class=\"cover\">\n<div class=\"cover-text\">\n<div class=\"cover-label\">Analytical Series<\/div>\n<h1 class=\"cover-title\">Digital Skills <em>Development<\/em> in the Kyrgyz Republic<\/h1>\n<p class=\"cover-body\">An evidence-led inquiry into the current and future needs of the Kyrgyz digital economy, based on the UNDP report authored by Aziz Soltobaev.<\/p>\n<div class=\"cover-meta\">\n<div>\n<div class=\"cover-stat-num\">56k<\/div>\n<div class=\"cover-stat-label\">ICT SPECIALISTS NEEDED BY 2025<\/div>\n<\/p><\/div>\n<div>\n<div class=\"cover-stat-num\">0.4%<\/div>\n<div class=\"cover-stat-label\">CURRENT DIGITAL SHARE OF GDP<\/div>\n<\/p><\/div>\n<div>\n<div class=\"cover-stat-num\">99%<\/div>\n<div class=\"cover-stat-label\">SCHOOL CONNECTIVITY RATE<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"cover-visual\">\n        <svg viewBox=\"0 0 400 400\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <circle cx=\"200\" cy=\"200\" r=\"150\" stroke=\"#b8892a\" stroke-width=\"2\" stroke-dasharray=\"10 10\" \/>\n            <path d=\"M200 50V350M50 200H350\" stroke=\"#b8892a\" opacity=\"0.3\" \/>\n            <rect x=\"150\" y=\"150\" width=\"100\" height=\"100\" fill=\"#b8892a\" fill-opacity=\"0.2\" \/>\n        <\/svg>\n    <\/div>\n<\/section>\n<p><main class=\"posts-container\"><\/p>\n<article class=\"post\">\n<header class=\"post-header\">\n<div class=\"post-audience audience-global\">Global Context<\/div>\n<h2 class=\"post-title\">The Gigabit Society: Navigating the 4th Industrial Revolution<\/h2>\n<div class=\"post-deck\">How the shift to 1Gbps standards and AI adoption by 70% of global firms redefines the baseline for Kyrgyz competitiveness.<\/div>\n<\/header>\n<div class=\"post-body\">\n<div class=\"aside-fact\">\n                <strong>Industry 4.0 Growth<\/strong><br \/>\n                Additive manufacturing (3D printing) is expanding at a rate of 25% annually, shifting global value chains toward decentralized, high-tech production hubs.\n            <\/div>\n<p>The global socio-technical landscape is currently defined by the transition into the Fourth Industrial Revolution, a phase where digital ecosystems are no longer peripheral tools but the primary environment for value creation. Analysis indicates that by 2030, approximately 70% of companies globally will have integrated at least one form of Artificial Intelligence (AI). For the Kyrgyz Republic, the strategic question is whether we will participate as architects of this new reality or merely as consumers of its output.<\/p>\n<div class=\"stat-row\">\n<div class=\"stat-box\"><span class=\"stat-num\">1 Gbps<\/span><span class=\"stat-label\">GLOBAL TARGET SPEED (2025)<\/span><\/div>\n<div class=\"stat-box\"><span class=\"stat-num\">40 Mbps<\/span><span class=\"stat-label\">KYRGYZ AVG SPEED (CURRENT)<\/span><\/div>\n<div class=\"stat-box\"><span class=\"stat-num\">70%<\/span><span class=\"stat-label\">PROJ. GLOBAL AI ADOPTION<\/span><\/div>\n<\/p><\/div>\n<p>When positioning Kyrgyzstan against global benchmarks, we observe a &#171;connectivity paradox.&#187; While the UN emphasizes basic internet access, the economic reality demands a &#171;Gigabit Society.&#187; Leading economies like Germany are committing billions to ensure every household reaches 1 Gbps by 2025. In contrast, Kyrgyzstan&#8217;s infrastructure creates a &#171;speed ceiling&#187; that prevents the localized deployment of high-intensity technologies like 5G and real-time industrial IoT.<\/p>\n<div class=\"pull-quote\">\n<p>Platforms like b12.io demonstrate how AI already automates web design\u2014tasks that once provided entry-level employment for Kyrgyz youth.<\/p>\n<\/p><\/div>\n<div class=\"illustration\"><\/div>\n<p>For a landlocked nation, digital connectivity is the &#171;New Silk Road.&#187; However, the 25% annual growth in 3D printing globally means manufacturing is moving closer to the consumer. If Kyrgyzstan does not develop a workforce capable of managing digital manufacturing twins and CAD-driven production, our traditional light industry risks marginalization by automated, low-waste hubs in neighboring markets.<\/p>\n<div class=\"action-point\">\n<h4>Actionable Policy Implication<\/h4>\n<p>The Ministry of Digital Development must pivot from a coverage-centric to a quality-centric model. This requires establishing tax-advantaged &#171;High-Speed Economic Zones&#187; where 1 Gbps connectivity is guaranteed for industrial innovators, paired with Industry 4.0 upskilling incentives.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<footer class=\"post-footer\">Originally authored for UNDP by Aziz Soltobaev <span class=\"tag\">#GlobalTrends<\/span><\/footer>\n<\/article>\n<article class=\"post\">\n<header class=\"post-header\">\n<div class=\"post-audience audience-policy\">Policy Archaeology<\/div>\n<h2 class=\"post-title\">Tracing the Digital Silk Road: From Taza Koom to Vision 2040<\/h2>\n<div class=\"post-deck\">A chronological inquiry into the legislative architecture and the &#171;compliance gap&#187; in Kyrgyz digital governance.<\/div>\n<\/header>\n<div class=\"post-body\">\n<div class=\"aside-fact\">\n                <strong>The 2.4% Target<\/strong><br \/>\n                The EAEU Digital Agenda 2025 projects that digital integration could increase aggregate GDP by over 10%, yet Kyrgyzstan&#8217;s current digital share sits at just 0.4%.\n            <\/div>\n<p>Kyrgyzstan\u2019s digital transformation is the result of a chronological evolution from inertial computerization in the 1990s to a coordinated national strategy. The 2017 launch of the &#171;Taza Koom&#187; program marked the first systemic attempt to integrate digital tools into state governance. This paved the way for the National Sustainable Development Strategy (NSDS-2040), which envisions the Republic as a digital hub connecting the markets of Central Asia, China, and Europe.<\/p>\n<div class=\"illustration\"><\/div>\n<p>Despite robust high-level documents, a &#171;compliance gap&#187; remains. The &#171;Sanarip Kyrgyzstan 2019-2023&#187; roadmap set ambitious targets, yet many sectoral departments lack data-driven baselines. Realism requires acknowledging that while the High Technology Park (HTP) has shown impressive growth, the broader economy&#8217;s digital contribution remains stagnant at 0.4% of GDP\u2014significantly below the regional potential of 5% seen in peer economies.<\/p>\n<div class=\"pull-quote\">\n<p>During the 2020 quarantine, donated smartphones highlighted a flaw: hardware without teacher digital fluency results in emergency teaching, not digital education.<\/p>\n<\/p><\/div>\n<p>The &#171;policy archaeology&#187; of the last decade shows that success depends on internalizing global benchmarks. We must move beyond &#171;pilot projects&#187; toward a unified national framework that ensures a &#171;digital agronomist&#187; in Naryn operates under the same competency standards as an IT developer in Bishkek. Success is no longer measured by the number of connected computers, but by the density of high-value digital services integrated into the domestic economy.<\/p>\n<div class=\"action-point\">\n<h4>Actionable Policy Implication<\/h4>\n<p>Institutionalize a &#171;Tripartite Digital Council&#187; (State, Private Sector, Civil Society) to conduct biannual audits of the Sanarip roadmap. These audits must be tied to performance-based budgeting to ensure that digital targets move from rhetoric to operation.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<footer class=\"post-footer\">Originally authored for UNDP by Aziz Soltobaev, https:\/\/www.undp.org\/kyrgyzstan\/publications\/report-digital-skills-digital-economy <span class=\"tag\">#Governance<\/span><\/footer>\n<\/article>\n<article class=\"post\">\n<header class=\"post-header\">\n<div class=\"post-audience audience-biz\">Economic Engine<\/div>\n<h2 class=\"post-title\">The 56,000-Specialist Deficit: Solving the Skills Mismatch<\/h2>\n<div class=\"post-deck\">Addressing the structural talent gap in agriculture and mining where 80% of firms report a lack of specialized digital competencies.<\/div>\n<\/header>\n<div class=\"post-body\">\n<div class=\"aside-fact\">\n                <strong>Precision Agriculture<\/strong><br \/>\n                Integrating drone imagery and NDVI mapping into Kyrgyz farming could increase yields by 15-20% and significantly optimize regional water usage.\n            <\/div>\n<p>The engine of Kyrgyzstan\u2019s growth is found in the digital fluency of its labor force. Evidence-led analysis indicates that to achieve parity with regional leaders, the Republic must reach a threshold of 56,000 ICT specialists by 2025. Currently, a structural talent deficit threatens the modernization of our most vital sectors. In surveys, 80% of business associations report that graduates possess &#171;low&#187; skills in critical areas like project management and CAD design.<\/p>\n<div class=\"stat-row\">\n<div class=\"stat-box\"><span class=\"stat-num\">56,000<\/span><span class=\"stat-label\">SPECIALISTS NEEDED BY 2025<\/span><\/div>\n<div class=\"stat-box\"><span class=\"stat-num\">80%<\/span><span class=\"stat-label\">BIZ REPORTING SKILLS GAP<\/span><\/div>\n<div class=\"stat-box\"><span class=\"stat-num\">15%<\/span><span class=\"stat-label\">PROJ. AGRI YIELD INCREASE<\/span><\/div>\n<\/p><\/div>\n<div class=\"illustration\"><\/div>\n<p>In agriculture\u2014the nation&#8217;s largest employer\u2014the demand is shifting toward &#171;Precision Agriculture.&#187; Modern yields are driven by data collected from drones and processed via GIS. However, the agricultural workforce currently possesses the lowest digital literacy rates in the country. Similarly, in mining, the shift toward 3D geological modeling and IoT safety sensors requires intermediate-level digital proficiency that the current vocational system is not producing.<\/p>\n<div class=\"pull-quote\">\n<p>Farmers in the Chuy region found the barrier was not drone cost, but the lack of talent capable of interpreting NDVI maps to adjust fertilization.<\/p>\n<\/p><\/div>\n<p>The HTP has demonstrated twofold annual revenue growth, but it exists as a &#171;digital island.&#187; To prevent a &#171;brain drain,&#187; we must integrate high-level competencies into domestic mining and textiles. Mining companies today require workers proficient in 3D modeling, yet vocational schools continue to teach legacy manual methods obsolete since the 1990s.<\/p>\n<div class=\"action-point\">\n<h4>Actionable Policy Implication<\/h4>\n<p>Launch a &#171;National Digital Skills Voucher&#187; program. This would provide tax-deductible training credits for SMEs in agriculture and mining to upskill their staff in industry-specific software through certified private sector providers.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<footer class=\"post-footer\">Originally authored for UNDP by Aziz Soltobaev <span class=\"tag\">#LaborMarket<\/span><\/footer>\n<\/article>\n<article class=\"post\">\n<header class=\"post-header\">\n<div class=\"post-audience audience-edu\">Education Reform<\/div>\n<h2 class=\"post-title\">Beyond the Screen: Reimagining Education via the SAMR Model<\/h2>\n<div class=\"post-deck\">Why infrastructure is secondary to pedagogy, and the framework for moving from &#171;Substitution&#187; to &#171;Redefinition.&#187;<\/div>\n<\/header>\n<div class=\"post-body\">\n<div class=\"aside-fact\">\n                <strong>Infrastructure Bottleneck<\/strong><br \/>\n                While 99% of schools are &#171;connected,&#187; only 5% possess dedicated, high-quality computer laboratories, limiting students to basic theory.\n            <\/div>\n<p>Kyrgyzstan\u2019s educational system stands at a crossroads. While the Ministry of Education reports a 99% connectivity rate, this figure masks a deeper crisis. Connectivity is an infrastructure metric; digital literacy is a human one. To move beyond screens in classrooms, we must evaluate our progress through the SAMR Model (Substitution, Augmentation, Modification, Redefinition). Currently, most schools are stuck at &#171;Substitution&#187;\u2014using a PDF instead of a paper book.<\/p>\n<div class=\"illustration\"><\/div>\n<p>True transformation occurs at the &#171;Redefinition&#187; stage, where students engage in tasks previously inconceivable, such as global collaborative coding. The &#171;Blue Whale&#187; challenge highlighted a critical deficit in digital hygiene and media literacy among our youth. This demonstrates that &#171;digital literacy&#187; must include media literacy and data privacy\u2014competencies currently absent from 90% of school curricula.<\/p>\n<div class=\"pull-quote\">\n<p>Evidence shows student digital outcomes are proportional to teacher fluency. We must adopt the European DigComp 2.1 framework as the national reference.<\/p>\n<\/p><\/div>\n<p>The teacher remains the critical link. We must pivot from &#171;digital training&#187; seminars toward continuous professional development based on the UNESCO ICT Competency Framework. Furthermore, we must transform public libraries\u2014serving 1.5 million citizens annually\u2014into community &#171;Digital Centers&#187; to bridge the gap for the rural populations who lack home high-speed access.<\/p>\n<div class=\"action-point\">\n<h4>Actionable Policy Implication<\/h4>\n<p>The Ministry of Education should redirect 20% of its current hardware budget toward a &#171;Teacher Digital Mentorship&#187; program, partnering with the HTP to place IT professionals as mentors in regional schools to guide the shift to the SAMR &#171;Redefinition&#187; phase.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<footer class=\"post-footer\">Originally authored for UNDP by Aziz Soltobaev <span class=\"tag\">#EdTech<\/span><\/footer>\n<\/article>\n<p><\/main><\/p>\n<footer style=\"background: var(--ink); color: var(--paper); padding: 60px 40px; text-align: center;\">\n<div class=\"site-title\" style=\"margin-bottom: 20px;\">KG Labs<\/div>\n<p style=\"font-size: 0.8rem; opacity: 0.6; font-family: 'JetBrains Mono'; max-width: 600px; margin: 0 auto;\">These publications were made originally for UNDP by Aziz Soltobaev, founder of KG Labs. Reference link https:\/\/www.undp.org\/kyrgyzstan\/publications\/report-digital-skills-digital-economy.<\/p>\n<\/footer>\n<p><\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>KG Labs EVIDENCE-LED POLICY ANALYSIS STRATEGY EDUCATION ECONOMY DATA Analytical Series Digital Skills Development in the Kyrgyz Republic An evidence-led inquiry into the current and future needs of the Kyrgyz digital economy, based on the UNDP report authored by Aziz Soltobaev. 56k ICT SPECIALISTS NEEDED BY 2025 0.4% CURRENT DIGITAL SHARE OF GDP 99% SCHOOL [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-7658","page","type-page","status-publish","hentry"],"translation":{"provider":"WPGlobus","version":"3.0.2","language":"ru","enabled_languages":["en","ru"],"languages":{"en":{"title":true,"content":true,"excerpt":false},"ru":{"title":false,"content":false,"excerpt":false}}},"_links":{"self":[{"href":"https:\/\/kglabs.org\/ru\/wp-json\/wp\/v2\/pages\/7658","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kglabs.org\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kglabs.org\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kglabs.org\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kglabs.org\/ru\/wp-json\/wp\/v2\/comments?post=7658"}],"version-history":[{"count":4,"href":"https:\/\/kglabs.org\/ru\/wp-json\/wp\/v2\/pages\/7658\/revisions"}],"predecessor-version":[{"id":7830,"href":"https:\/\/kglabs.org\/ru\/wp-json\/wp\/v2\/pages\/7658\/revisions\/7830"}],"wp:attachment":[{"href":"https:\/\/kglabs.org\/ru\/wp-json\/wp\/v2\/media?parent=7658"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}