{"id":2421,"date":"2026-03-16T15:11:47","date_gmt":"2026-03-16T14:11:47","guid":{"rendered":"https:\/\/www.petrklichelp.cz\/?post_type=project&#038;p=2421"},"modified":"2026-04-28T13:00:24","modified_gmt":"2026-04-28T11:00:24","slug":"the-power-of-good-will-4-0","status":"publish","type":"project","link":"https:\/\/www.petrklichelp.cz\/cs\/projekty\/the-power-of-good-will-4-0\/","title":{"rendered":"The power of Good Will 4.0"},"content":{"rendered":"<section class=\"pgw4-page\">\n  <style>\n    .pgw4-page {\n      --pgw-dark: #161326;\n      --pgw-pink: #e83e83;\n      --pgw-orange: #f28c28;\n      --pgw-soft: #f7f4f8;\n      --pgw-text: #222;\n      font-family: inherit;\n      color: var(--pgw-text);\n      line-height: 1.65;\n    }\n\n    .pgw4-page * {\n      box-sizing: border-box;\n    }\n\n    .pgw4-wrap {\n      max-width: 1120px;\n      margin: 0 auto;\n      padding: 40px 20px;\n    }\n\n    .pgw4-hero {\n      background: linear-gradient(135deg, var(--pgw-dark), #2b2142);\n      color: #fff;\n      border-radius: 28px;\n      padding: 56px 36px;\n      margin-bottom: 34px;\n      overflow: hidden;\n      position: relative;\n    }\n\n    .pgw4-hero::after {\n      content: \"\";\n      position: absolute;\n      right: -80px;\n      top: -80px;\n      width: 260px;\n      height: 260px;\n      background: var(--pgw-pink);\n      border-radius: 50%;\n      opacity: 0.18;\n    }\n\n    .pgw4-eyebrow {\n      color: var(--pgw-orange);\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      margin-bottom: 10px;\n    }\n\n    .pgw4-hero h1 {\n      font-size: clamp(34px, 5vw, 62px);\n      line-height: 1.05;\n      margin: 0 0 18px;\n      color: #fff;\n    }\n\n    .pgw4-hero p {\n      max-width: 820px;\n      font-size: 18px;\n      margin: 0 0 28px;\n    }\n\n    .pgw4-buttons {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 14px;\n    }\n\n    .pgw4-btn {\n      display: inline-block;\n      text-decoration: none !important;\n      padding: 13px 22px;\n      border-radius: 999px;\n      font-weight: 700;\n      transition: all 0.25s ease;\n    }\n\n    .pgw4-btn-primary {\n      background: var(--pgw-pink);\n      color: #fff !important;\n    }\n\n    .pgw4-btn-secondary {\n      background: #fff;\n      color: var(--pgw-dark) !important;\n    }\n\n    .pgw4-btn:hover {\n      transform: translateY(-2px);\n      opacity: 0.92;\n    }\n\n    .pgw4-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 18px;\n      margin-bottom: 34px;\n    }\n\n    .pgw4-card {\n      background: var(--pgw-soft);\n      border-radius: 22px;\n      padding: 24px;\n      border: 1px solid rgba(0,0,0,0.05);\n    }\n\n    .pgw4-card strong {\n      display: block;\n      color: var(--pgw-dark);\n      font-size: 18px;\n      margin-bottom: 6px;\n    }\n\n    .pgw4-section {\n      margin: 44px 0;\n    }\n\n    .pgw4-section h2 {\n      font-size: clamp(26px, 3vw, 38px);\n      margin-bottom: 16px;\n      color: var(--pgw-dark);\n    }\n\n    .pgw4-section h3 {\n      font-size: 22px;\n      margin-top: 26px;\n      color: var(--pgw-dark);\n    }\n\n    .pgw4-highlight {\n      background: #fff;\n      border-left: 6px solid var(--pgw-pink);\n      padding: 22px 24px;\n      border-radius: 18px;\n      box-shadow: 0 12px 30px rgba(0,0,0,0.06);\n    }\n\n    .pgw4-columns {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n    }\n\n    .pgw4-list {\n      margin: 0;\n      padding-left: 20px;\n    }\n\n    .pgw4-list li {\n      margin-bottom: 8px;\n    }\n\n    .pgw4-objectives {\n      display: grid;\n      gap: 20px;\n    }\n\n    .pgw4-objective {\n      background: #fff;\n      border-radius: 22px;\n      padding: 26px;\n      box-shadow: 0 10px 28px rgba(0,0,0,0.06);\n      border-top: 5px solid var(--pgw-orange);\n    }\n\n    .pgw4-objective:nth-child(2) {\n      border-top-color: var(--pgw-pink);\n    }\n\n    .pgw4-objective:nth-child(3) {\n      border-top-color: var(--pgw-dark);\n    }\n\n    .pgw4-infopack {\n      margin-top: 34px;\n      border-radius: 24px;\n      overflow: hidden;\n      background: #fff;\n      box-shadow: 0 12px 32px rgba(0,0,0,0.08);\n    }\n\n    .pgw4-infopack iframe {\n      width: 100%;\n      height: 760px;\n      border: 0;\n      display: block;\n    }\n\n    .pgw4-cta {\n      background: linear-gradient(135deg, var(--pgw-pink), var(--pgw-orange));\n      color: #fff;\n      border-radius: 28px;\n      padding: 40px 30px;\n      text-align: center;\n      margin-top: 46px;\n    }\n\n    .pgw4-cta h2 {\n      color: #fff;\n      margin-top: 0;\n    }\n\n    .pgw4-cta p {\n      max-width: 720px;\n      margin: 0 auto 24px;\n      font-size: 18px;\n    }\n\n    @media (max-width: 900px) {\n      .pgw4-grid,\n      .pgw4-columns {\n        grid-template-columns: 1fr 1fr;\n      }\n\n      .pgw4-infopack iframe {\n        height: 620px;\n      }\n    }\n\n    @media (max-width: 640px) {\n      .pgw4-wrap {\n        padding: 26px 14px;\n      }\n\n      .pgw4-hero {\n        padding: 38px 24px;\n      }\n\n      .pgw4-grid,\n      .pgw4-columns {\n        grid-template-columns: 1fr;\n      }\n\n      .pgw4-infopack iframe {\n        height: 520px;\n      }\n    }\n  <\/style>\n\n  <div class=\"pgw4-wrap\">\n\n    <div class=\"pgw4-hero\">\n      <div class=\"pgw4-eyebrow\">ESC Volunteering Opportunity<\/div>\n      <h1>The Power of Good Will 4.0<\/h1>\n      <p>\n        A volunteering and youth engagement project run by Petrkl\u00ed\u010d Help NGO, empowering young people,\n        strengthening cooperation between municipalities and NGOs, and supporting cultural and educational\n        activities in the community.\n      <\/p>\n      <div class=\"pgw4-buttons\">\n        <a class=\"pgw4-btn pgw4-btn-primary\" href=\"https:\/\/forms.gle\/TPTfm3EZKPxQJLMd9\" target=\"_blank\" rel=\"noopener\">Register Now<\/a>\n        <a class=\"pgw4-btn pgw4-btn-secondary\" href=\"#infopack\">View Infopack<\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"pgw4-grid\">\n      <div class=\"pgw4-card\">\n        <strong>Location<\/strong>\n        Karvin\u00e1 &#038; \u010cesk\u00fd T\u011b\u0161\u00edn, Czech Republic\n      <\/div>\n      <div class=\"pgw4-card\">\n        <strong>Duration<\/strong>\n        12 months\n      <\/div>\n      <div class=\"pgw4-card\">\n        <strong>Eligibility<\/strong>\n        Young people aged 18\u201330 from EU countries\n      <\/div>\n      <div class=\"pgw4-card\">\n        <strong>Support<\/strong>\n        Accommodation, insurance, travel, food allowance and pocket money\n      <\/div>\n    <\/div>\n\n    <div class=\"pgw4-section\">\n      <div class=\"pgw4-highlight\">\n        <p>\n          Volunteers contribute to events, workshops, and MINI projects that respond to local needs while\n          developing their own skills. The project combines community work, culture, non-formal education,\n          youth participation, creativity, and practical learning.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"pgw4-section\">\n      <h2>Project Objectives<\/h2>\n\n      <div class=\"pgw4-objectives\">\n        <div class=\"pgw4-objective\">\n          <h3>Objective 1 \u2013 Strengthening Cooperation and Empowering Youth<\/h3>\n          <ul class=\"pgw4-list\">\n            <li>Document at least 10 initiatives between municipalities and NGOs.<\/li>\n            <li>Enable at least 10 young people to participate in structured dialogues with local authorities.<\/li>\n            <li>Support volunteers in implementing their own MINI projects to develop project management, teamwork, and financial skills.<\/li>\n            <li>Ensure at least 50% of MINI projects achieve positive community impact.<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"pgw4-objective\">\n          <h3>Objective 2 \u2013 Supporting Cultural Life and Youth Engagement<\/h3>\n          <ul class=\"pgw4-list\">\n            <li>Organize at least 5 cultural activities, 10 educational programmes, and 4 festivals involving 10 international volunteers and 300+ youth participants.<\/li>\n            <li>Conduct workshops to engage at least 20% new local youth.<\/li>\n            <li>Support activities that strengthen cultural inclusion, participation, and community awareness.<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"pgw4-objective\">\n          <h3>Objective 3 \u2013 Promoting Non-Formal Education<\/h3>\n          <ul class=\"pgw4-list\">\n            <li>Deliver 10 workshops using LARP, Silent LAB, and virtual reality.<\/li>\n            <li>Raise awareness of ecological and human rights issues among 70% of participants.<\/li>\n            <li>Engage 50 young people in school-based activities.<\/li>\n            <li>Train 10 volunteers in non-formal education and host 5 community events.<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"pgw4-section\">\n      <h2>What Could Your Volunteering Look Like?<\/h2>\n\n      <div class=\"pgw4-columns\">\n        <div class=\"pgw4-card\">\n          <h3>Community &#038; Youth Work<\/h3>\n          <p>Workshops, meetings, local events, youth activities, and initiatives that connect different groups in the community.<\/p>\n        <\/div>\n\n        <div class=\"pgw4-card\">\n          <h3>Culture &#038; Creativity<\/h3>\n          <p>Support cultural events, festivals, artistic activities, screenings, discussions, and creative community projects.<\/p>\n        <\/div>\n\n        <div class=\"pgw4-card\">\n          <h3>Learning &#038; Education<\/h3>\n          <p>Take part in non-formal education, work with children, support library activities, and help create learning spaces.<\/p>\n        <\/div>\n\n        <div class=\"pgw4-card\">\n          <h3>Projects &#038; Entrepreneurship<\/h3>\n          <p>Support project management, local initiatives, Business Gate activities, and your own MINI project ideas.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"pgw4-section\">\n      <h2>Who Might Feel at Home in This Project?<\/h2>\n      <p>\n        This project is suitable for volunteers who are open, curious, proactive, and willing to learn by doing.\n        You do not need to arrive with perfect skills or professional experience. What matters most is your attitude,\n        your willingness to engage, and your interest in community, culture, youth work, or creative projects.\n      <\/p>\n    <\/div>\n\n    <div class=\"pgw4-section\" id=\"infopack\">\n      <h2>Project Infopack<\/h2>\n      <p>You can read the full project infopack below.<\/p>\n\n      <div class=\"pgw4-infopack\">\n        <iframe src=\"https:\/\/www.petrklichelp.cz\/wp-content\/uploads\/2026\/04\/ESC-infopack-1.pdf\"><\/iframe>\n      <\/div>\n    <\/div>\n\n    <div class=\"pgw4-cta\">\n      <h2>Ready to Apply?<\/h2>\n      <p>\n        If this opportunity speaks to you, we invite you to register through the application form.\n      <\/p>\n      <a class=\"pgw4-btn pgw4-btn-secondary\" href=\"https:\/\/forms.gle\/TPTfm3EZKPxQJLMd9\" target=\"_blank\" rel=\"noopener\">Open Registration Form<\/a>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>ESC Volunteering Opportunity The Power of Good Will 4.0 A volunteering and youth engagement project run by Petrkl\u00ed\u010d Help NGO,&#8230;<\/p>","protected":false},"featured_media":0,"template":"","project_category":[31],"project_label":[],"donators":[],"sponsors":[],"partners":[],"members":[],"country":[],"class_list":["post-2421","project","type-project","status-publish","hentry","project_category-current-projects"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>The power of Good Will 4.0 - Petrkl\u00ed\u010d help<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.petrklichelp.cz\/cs\/projekty\/the-power-of-good-will-4-0\/\" \/>\n<meta property=\"og:locale\" content=\"cs_CZ\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The power of Good Will 4.0 - Petrkl\u00ed\u010d help\" \/>\n<meta property=\"og:description\" content=\"ESC Volunteering Opportunity The Power of Good Will 4.0 A volunteering and youth engagement project run by Petrkl\u00ed\u010d Help NGO,...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.petrklichelp.cz\/cs\/projekty\/the-power-of-good-will-4-0\/\" \/>\n<meta property=\"og:site_name\" content=\"Petrkl\u00ed\u010d help\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/PetrklicHelp\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-28T11:00:24+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Odhadovan\u00e1 doba \u010dten\u00ed\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minuty\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.petrklichelp.cz\/projekty\/the-power-of-good-will-4-0\/\",\"url\":\"https:\/\/www.petrklichelp.cz\/projekty\/the-power-of-good-will-4-0\/\",\"name\":\"The power of Good Will 4.0 - Petrkl\u00ed\u010d help\",\"isPartOf\":{\"@id\":\"https:\/\/www.petrklichelp.cz\/cs\/#website\"},\"datePublished\":\"2026-03-16T14:11:47+00:00\",\"dateModified\":\"2026-04-28T11:00:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.petrklichelp.cz\/projekty\/the-power-of-good-will-4-0\/#breadcrumb\"},\"inLanguage\":\"cs\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.petrklichelp.cz\/projekty\/the-power-of-good-will-4-0\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.petrklichelp.cz\/projekty\/the-power-of-good-will-4-0\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.petrklichelp.cz\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The power of Good Will 4.0\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.petrklichelp.cz\/cs\/#website\",\"url\":\"https:\/\/www.petrklichelp.cz\/cs\/\",\"name\":\"Petrkl\u00ed\u010d help\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.petrklichelp.cz\/cs\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.petrklichelp.cz\/cs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"cs\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.petrklichelp.cz\/cs\/#organization\",\"name\":\"Petrkl\u00ed\u010d help\",\"url\":\"https:\/\/www.petrklichelp.cz\/cs\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"cs\",\"@id\":\"https:\/\/www.petrklichelp.cz\/cs\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/petrklichelp.mrkninaweb.cz\/wp-content\/uploads\/2023\/01\/zahrada-petrklichelp.png\",\"contentUrl\":\"https:\/\/petrklichelp.mrkninaweb.cz\/wp-content\/uploads\/2023\/01\/zahrada-petrklichelp.png\",\"width\":117,\"height\":110,\"caption\":\"Petrkl\u00ed\u010d help\"},\"image\":{\"@id\":\"https:\/\/www.petrklichelp.cz\/cs\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/PetrklicHelp\",\"https:\/\/www.instagram.com\/petrklic_help\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The power of Good Will 4.0 - Petrkl\u00ed\u010d help","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.petrklichelp.cz\/cs\/projekty\/the-power-of-good-will-4-0\/","og_locale":"cs_CZ","og_type":"article","og_title":"The power of Good Will 4.0 - Petrkl\u00ed\u010d help","og_description":"ESC Volunteering Opportunity The Power of Good Will 4.0 A volunteering and youth engagement project run by Petrkl\u00ed\u010d Help NGO,...","og_url":"https:\/\/www.petrklichelp.cz\/cs\/projekty\/the-power-of-good-will-4-0\/","og_site_name":"Petrkl\u00ed\u010d help","article_publisher":"https:\/\/www.facebook.com\/PetrklicHelp","article_modified_time":"2026-04-28T11:00:24+00:00","twitter_card":"summary_large_image","twitter_misc":{"Odhadovan\u00e1 doba \u010dten\u00ed":"2 minuty"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.petrklichelp.cz\/projekty\/the-power-of-good-will-4-0\/","url":"https:\/\/www.petrklichelp.cz\/projekty\/the-power-of-good-will-4-0\/","name":"The power of Good Will 4.0 - Petrkl\u00ed\u010d help","isPartOf":{"@id":"https:\/\/www.petrklichelp.cz\/cs\/#website"},"datePublished":"2026-03-16T14:11:47+00:00","dateModified":"2026-04-28T11:00:24+00:00","breadcrumb":{"@id":"https:\/\/www.petrklichelp.cz\/projekty\/the-power-of-good-will-4-0\/#breadcrumb"},"inLanguage":"cs","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.petrklichelp.cz\/projekty\/the-power-of-good-will-4-0\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.petrklichelp.cz\/projekty\/the-power-of-good-will-4-0\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.petrklichelp.cz\/"},{"@type":"ListItem","position":2,"name":"The power of Good Will 4.0"}]},{"@type":"WebSite","@id":"https:\/\/www.petrklichelp.cz\/cs\/#website","url":"https:\/\/www.petrklichelp.cz\/cs\/","name":"Petrkl\u00ed\u010d help","description":"","publisher":{"@id":"https:\/\/www.petrklichelp.cz\/cs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.petrklichelp.cz\/cs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"cs"},{"@type":"Organization","@id":"https:\/\/www.petrklichelp.cz\/cs\/#organization","name":"Petrkl\u00ed\u010d help","url":"https:\/\/www.petrklichelp.cz\/cs\/","logo":{"@type":"ImageObject","inLanguage":"cs","@id":"https:\/\/www.petrklichelp.cz\/cs\/#\/schema\/logo\/image\/","url":"https:\/\/petrklichelp.mrkninaweb.cz\/wp-content\/uploads\/2023\/01\/zahrada-petrklichelp.png","contentUrl":"https:\/\/petrklichelp.mrkninaweb.cz\/wp-content\/uploads\/2023\/01\/zahrada-petrklichelp.png","width":117,"height":110,"caption":"Petrkl\u00ed\u010d help"},"image":{"@id":"https:\/\/www.petrklichelp.cz\/cs\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/PetrklicHelp","https:\/\/www.instagram.com\/petrklic_help\/"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.petrklichelp.cz\/cs\/wp-json\/wp\/v2\/project\/2421","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.petrklichelp.cz\/cs\/wp-json\/wp\/v2\/project"}],"about":[{"href":"https:\/\/www.petrklichelp.cz\/cs\/wp-json\/wp\/v2\/types\/project"}],"version-history":[{"count":4,"href":"https:\/\/www.petrklichelp.cz\/cs\/wp-json\/wp\/v2\/project\/2421\/revisions"}],"predecessor-version":[{"id":2763,"href":"https:\/\/www.petrklichelp.cz\/cs\/wp-json\/wp\/v2\/project\/2421\/revisions\/2763"}],"wp:attachment":[{"href":"https:\/\/www.petrklichelp.cz\/cs\/wp-json\/wp\/v2\/media?parent=2421"}],"wp:term":[{"taxonomy":"project_category","embeddable":true,"href":"https:\/\/www.petrklichelp.cz\/cs\/wp-json\/wp\/v2\/project_category?post=2421"},{"taxonomy":"project_label","embeddable":true,"href":"https:\/\/www.petrklichelp.cz\/cs\/wp-json\/wp\/v2\/project_label?post=2421"},{"taxonomy":"donators","embeddable":true,"href":"https:\/\/www.petrklichelp.cz\/cs\/wp-json\/wp\/v2\/donators?post=2421"},{"taxonomy":"sponsors","embeddable":true,"href":"https:\/\/www.petrklichelp.cz\/cs\/wp-json\/wp\/v2\/sponsors?post=2421"},{"taxonomy":"partners","embeddable":true,"href":"https:\/\/www.petrklichelp.cz\/cs\/wp-json\/wp\/v2\/partners?post=2421"},{"taxonomy":"members","embeddable":true,"href":"https:\/\/www.petrklichelp.cz\/cs\/wp-json\/wp\/v2\/members?post=2421"},{"taxonomy":"country","embeddable":true,"href":"https:\/\/www.petrklichelp.cz\/cs\/wp-json\/wp\/v2\/country?post=2421"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}