{"id":36466,"date":"2025-05-08T10:49:17","date_gmt":"2025-05-08T08:49:17","guid":{"rendered":"https:\/\/smartcityforum.pl\/?page_id=36466"},"modified":"2026-04-29T12:51:16","modified_gmt":"2026-04-29T10:51:16","slug":"gala","status":"publish","type":"page","link":"https:\/\/smartcityforum.pl\/en\/gala\/","title":{"rendered":"Gala"},"content":{"rendered":"<div class=\"vgblk-rw-wrapper limit-wrapper\">\n\n\t<style>\n    \/* ==========================================\n       SMART CITY GRAND GALA - PRESTIGE SUPREME\n       ========================================== *\/\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;700;900&display=swap');\n    :root {\n        --gala-navy: #002460;\n        --gala-gold: #FFCD48;\n        --gala-gold-dark: #b8860b;\n        --gala-white: #ffffff;\n    }\n    .gala-supreme-v3 {\n        background-color: var(--gala-navy);\n        color: var(--gala-white);\n        font-family: 'Montserrat', sans-serif;\n        width: 100%;\n        overflow: hidden;\n    }\n    \/* LOCATION PIN AND CORNER TEXT *\/\n    .gala-location-corner {\n        position: absolute;\n        top: 40px;\n        left: 40px;\n        z-index: 20;\n        display: flex;\n        align-items: center;\n        background: rgba(255, 255, 255, 0.05);\n        backdrop-filter: blur(8px);\n        padding: 10px 20px;\n        border-radius: 4px;\n        border-left: 3px solid var(--gala-gold);\n        transition: all 0.4s ease;\n        text-decoration: none;\n    }\n    .gala-location-corner:hover {\n        background: rgba(255, 255, 255, 0.15);\n        transform: translateX(10px);\n    }\n    .gala-pin-svg {\n        width: 20px;\n        height: 20px;\n        fill: var(--gala-gold);\n        margin-right: 12px;\n        filter: drop-shadow(0 0 5px rgba(255, 205, 72, 0.5));\n    }\n    .gala-location-text {\n        color: #fff;\n        font-size: 28px;\n        font-weight: 700;\n        letter-spacing: 2px;\n        text-transform: uppercase;\n    }\n    \/* 1. HERO *\/\n    .gala-hero-v3 {\n        position: relative;\n        height: 75vh;\n        width: 100%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        background-image: url('https:\/\/smartcityforum.pl\/wp-content\/uploads\/2026\/03\/gasgasgasga-e1774449767516.jpg');\n        background-size: cover;\n        background-position: center;\n        background-attachment: fixed;\n    }\n    .gala-hero-v3::before {\n        content: '';\n        position: absolute;\n        inset: 0;\n        background: linear-gradient(180deg, rgba(0, 36, 96, 0.4) 0%, var(--gala-navy) 95%);\n    }\n    .gala-hero-content {\n        position: relative;\n        z-index: 10;\n        text-align: center;\n        padding: 0 20px;\n        width: 100%;\n    }\n    .gala-svg-container {\n        padding: 20px;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n    }\n    .gala-svg-title {\n        width: 100%;\n        max-width: 900px;\n        height: auto;\n        filter: drop-shadow(0 0 15px rgba(212, 175, 55, 0.4));\n        animation: subtleZoom 8s ease-in-out infinite alternate;\n    }\n    @keyframes subtleZoom {\n        from { transform: scale(1); }\n        to { transform: scale(1.03); }\n    }\n    .gala-badge-premium {\n        margin-top: 30px;\n        display: inline-block;\n        padding: 15px 45px;\n        border: 2px solid var(--gala-gold);\n        background: rgba(0, 0, 0, 0.3);\n        backdrop-filter: blur(10px);\n        border-radius: 50px;\n        font-size: 22px;\n        color: #fff;\n    }\n    .gala-badge-premium b { color: var(--gala-gold); }\n    \/* 2. AWARDS SECTION *\/\n    .gala-awards-split {\n        display: flex;\n        flex-wrap: wrap;\n        width: 100%;\n        background: var(--gala-navy);\n    }\n    .gala-awards-text {\n        flex: 1;\n        min-width: 400px;\n        padding: 80px 8%;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n    }\n    .gala-awards-text h2 {\n        font-size: 38px;\n        font-weight: 900;\n        color: var(--gala-gold);\n        margin-bottom: 30px;\n        text-transform: uppercase;\n    }\n    .gala-awards-text p {\n        font-size: 19px;\n        line-height: 1.8;\n        color: #fff !important;\n        font-weight: 300;\n    }\n    .gala-awards-image {\n        flex: 1;\n        min-width: 400px;\n        background-image: url('https:\/\/smartcityforum.pl\/gala-smart-city-forum-11-06-2025-r\/attachment\/9scf_day1_foto_1014-1024x683-2\/');\n        background-size: cover;\n        background-position: center;\n        min-height: 550px;\n    }\n    \/* 3. FEATURES & BUTTONS *\/\n    .gala-features-box {\n        background: var(--gala-navy);\n        padding: 100px 20px;\n        text-align: center;\n    }\n    .gala-list {\n        max-width: 900px;\n        margin: 0 auto 60px;\n        padding: 0;\n        list-style: none;\n        text-align: left;\n    }\n    .gala-list li {\n        font-size: 18px;\n        color: #fff;\n        margin-bottom: 20px;\n        padding-left: 40px;\n        position: relative;\n        font-weight: 600;\n    }\n    .gala-list li::before {\n        content: '\u2726';\n        position: absolute;\n        left: 0;\n        color: var(--gala-gold);\n        font-size: 24px;\n    }\n    .gala-cta-group {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n        justify-content: center;\n        margin-bottom: 30px;\n    }\n    .gala-btn-gold {\n        background: var(--gala-gold);\n        color: var(--gala-navy) !important;\n        padding: 22px 50px;\n        border-radius: 50px;\n        font-weight: 900;\n        font-size: 18px;\n        text-decoration: none;\n        text-transform: uppercase;\n        display: inline-block;\n        transition: 0.4s;\n        box-shadow: 0 10px 30px rgba(255, 205, 72, 0.4);\n    }\n    .gala-btn-white {\n        background: #fff;\n        color: var(--gala-navy) !important;\n        padding: 22px 50px;\n        border-radius: 50px;\n        font-weight: 900;\n        font-size: 18px;\n        text-decoration: none;\n        text-transform: uppercase;\n        display: inline-block;\n        transition: 0.4s;\n    }\n    .gala-btn-gold:hover, .gala-btn-white:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 15px 40px rgba(255, 255, 255, 0.2);\n    }\n    \/* 4. PHOTO RECAP SECTION *\/\n    .gala-photo-report {\n        padding: 80px 20px;\n        text-align: center;\n        background: rgba(0,0,0,0.1);\n    }\n    .gala-photo-report h3 {\n        font-size: 28px;\n        font-weight: 900;\n        letter-spacing: 4px;\n        color: var(--gala-gold);\n        text-transform: uppercase;\n        margin-bottom: 50px;\n        position: relative;\n        display: inline-block;\n    }\n    .gala-photo-report h3::after {\n        content: '';\n        position: absolute;\n        bottom: -15px; left: 20%; right: 20%;\n        height: 2px;\n        background: var(--gala-gold);\n    }\n    .gala-gallery-lux {\n        display: flex;\n        width: 100%;\n        height: 450px;\n        gap: 25px;\n        padding: 0 40px;\n        box-sizing: border-box;\n    }\n    .gala-gallery-lux a {\n        flex: 1;\n        position: relative;\n        overflow: hidden;\n        border: 8px solid var(--gala-gold);\n        outline: 1px solid var(--gala-gold-dark);\n        outline-offset: -12px;\n        transition: 0.6s cubic-bezier(0.2, 1, 0.3, 1);\n        box-shadow: 0 15px 35px rgba(0,0,0,0.4);\n    }\n    .gala-gallery-lux img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        transition: 0.6s;\n    }\n    .gala-gallery-lux a:hover {\n        flex: 1.8;\n    }\n    @media (max-width: 900px) {\n        .gala-location-corner { top: 20px; left: 20px; padding: 6px 12px; }\n        .gala-location-text { font-size: 11px; }\n        .gala-awards-split { flex-direction: column; }\n        .gala-awards-image { min-height: 350px; }\n        .gala-gallery-lux { height: auto; flex-direction: column; padding: 0 20px; }\n        .gala-gallery-lux a { height: 300px; }\n        .gala-cta-group { flex-direction: column; align-items: center; }\n        .gala-svg-title { max-width: 90%; }\n        .gala-badge-premium { font-size: 16px; padding: 12px 25px; }\n    }\n<\/style>\n    <!-- HERO SECTION -->\n    <section>\n        <!-- LOCATION ELEMENT WITH PIN -->\n            zen.com expo Rzesz\u00f3w &#8211; Jasionka\n            <!-- SVG LOGOTYPE -->\n                <img decoding=\"async\" src=\"https:\/\/smartcityforum.pl\/wp-content\/uploads\/2026\/04\/grand.png\" alt=\"Grand Gala\"\/>\n    <\/section>\n    <!-- AWARDS SECTION -->\n    <section>\n            <h2>Smart City Awards Final<\/h2>\n            \n                On <strong>May 25, 2026<\/strong>, at ZEN.COM EXPO in Rzesz\u00f3w-Jasionka, the Grand Gala will take place &#8211; the ceremonial finale of the first day of the Polish Security Congress &#038; Smart City Forum. An evening that concludes the first day of the event and transports us into a space of reflection, inspiration, and shared celebration.\n                <br \/><br \/>\n                The Gala will feature the results of the <strong>Smart City Awards<\/strong> competition, honoring individuals, local governments, and projects that tangibly impact the development of intelligent cities in Poland. This ceremonial evening is an integral part of the spring edition of the event, emphasizing the importance of cities as key components of the state&#8217;s security, resilience, and modern management systems.\n            \n    <\/section>\n    <!-- CONTENT CONT. + LIST + BUTTONS -->\n    <section>\n            \n                It is a moment to recognize best practices, strategic visions, and consistently implemented actions that set the development directions for our country. The ceremony gathers representatives of local governments, administration, business, and the scientific community, creating a space for discussion, networking, and the exchange of experiences around the ideas shaping the future of smart and resilient cities.\n            \n        <ul>\n            <li>Discover who is shaping the future of smart cities in Poland.<\/li>\n            <li>Get inspired by innovative projects and strategies.<\/li>\n            <li>Establish valuable contacts with industry leaders and experts.<\/li>\n            <li>Experience an unforgettable, ceremonial evening full of energy and celebration of achievements.<\/li><br \/><br \/>\n        <\/ul>\n            <a href=\"\/bilety\">Join Us<\/a>\n            <a href=\"\/konkurs\">Competition Details<\/a>\n        \n            * Attendance at the Gala is possible only on the basis of a personal invitation or an additional paid registration.\n        \n    <\/section>\n    <!-- PHOTO RECAP COMPONENT WITH GOLD FRAMES -->\n    <section>\n        <h3>View the photo recap from the previous edition<\/h3>\n            <a href=\"https:\/\/smartcityforum.pl\/gala-smart-city-forum-11-06-2025-r\/\">\n                <img decoding=\"async\" src=\"https:\/\/smartcityforum.pl\/gala-smart-city-forum-11-06-2025-r\/attachment\/1scf_day1_foto_0992-1024x683-2\/\" alt=\"Recap 1\"\/>\n            <\/a>\n            <a href=\"https:\/\/smartcityforum.pl\/gala-smart-city-forum-11-06-2025-r\/\">\n                <img decoding=\"async\" src=\"https:\/\/smartcityforum.pl\/gala-smart-city-forum-11-06-2025-r\/attachment\/2scf_day1_foto_1316-1024x683-2\/\" alt=\"Recap 2\"\/>\n            <\/a>\n            <a href=\"https:\/\/smartcityforum.pl\/gala-smart-city-forum-11-06-2025-r\/\">\n                <img decoding=\"async\" src=\"https:\/\/smartcityforum.pl\/gala-smart-city-forum-11-06-2025-r\/attachment\/8scf_day1_foto_1000-1024x683-2\/\" alt=\"Recap 3\"\/>\n            <\/a>\n    <\/section>\n\n<\/div><!-- .vgblk-rw-wrapper -->","protected":false},"excerpt":{"rendered":"<p>zen.com expo Rzesz\u00f3w &#8211; Jasionka Smart City Awards Final On May 25, 2026, at ZEN.COM EXPO in Rzesz\u00f3w-Jasionka, the Grand Gala will take place &#8211; the ceremonial finale of the&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-36466","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>GRAND GALA - Smart City Forum<\/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:\/\/smartcityforum.pl\/en\/gala\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"GRAND GALA - Smart City Forum\" \/>\n<meta property=\"og:description\" content=\"zen.com expo Rzesz\u00f3w &#8211; Jasionka Smart City Awards Final On May 25, 2026, at ZEN.COM EXPO in Rzesz\u00f3w-Jasionka, the Grand Gala will take place &#8211; the ceremonial finale of the...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/smartcityforum.pl\/en\/gala\/\" \/>\n<meta property=\"og:site_name\" content=\"Smart City Forum\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/SmartCityForum\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-29T10:51:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/smartcityforum.pl\/wp-content\/uploads\/2026\/04\/grand.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@SmartCityForum\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/smartcityforum.pl\/en\/gala\/\",\"url\":\"https:\/\/smartcityforum.pl\/en\/gala\/\",\"name\":\"GRAND GALA - Smart City Forum\",\"isPartOf\":{\"@id\":\"https:\/\/smartcityforum.pl\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/smartcityforum.pl\/en\/gala\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/smartcityforum.pl\/en\/gala\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/smartcityforum.pl\/wp-content\/uploads\/2026\/04\/grand.png\",\"datePublished\":\"2025-05-08T08:49:17+00:00\",\"dateModified\":\"2026-04-29T10:51:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/smartcityforum.pl\/en\/gala\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/smartcityforum.pl\/en\/gala\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/smartcityforum.pl\/en\/gala\/#primaryimage\",\"url\":\"https:\/\/smartcityforum.pl\/wp-content\/uploads\/2026\/04\/grand.png\",\"contentUrl\":\"https:\/\/smartcityforum.pl\/wp-content\/uploads\/2026\/04\/grand.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/smartcityforum.pl\/en\/gala\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Strona g\u0142\u00f3wna\",\"item\":\"https:\/\/smartcityforum.pl\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Gala\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/smartcityforum.pl\/#website\",\"url\":\"https:\/\/smartcityforum.pl\/\",\"name\":\"Smart City Forum\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/smartcityforum.pl\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/smartcityforum.pl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/smartcityforum.pl\/#organization\",\"name\":\"Smart City Forum\",\"url\":\"https:\/\/smartcityforum.pl\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/smartcityforum.pl\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/smartcityforum.pl\/wp-content\/uploads\/2026\/01\/Smart-City-Forum-2026-h1-mat-do-pobrania-1200x630-v1.jpg\",\"contentUrl\":\"https:\/\/smartcityforum.pl\/wp-content\/uploads\/2026\/01\/Smart-City-Forum-2026-h1-mat-do-pobrania-1200x630-v1.jpg\",\"width\":1200,\"height\":630,\"caption\":\"Smart City Forum\"},\"image\":{\"@id\":\"https:\/\/smartcityforum.pl\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/SmartCityForum\/\",\"https:\/\/x.com\/SmartCityForum\",\"https:\/\/www.linkedin.com\/showcase\/smart-city-forum\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"GRAND GALA - Smart City Forum","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:\/\/smartcityforum.pl\/en\/gala\/","og_locale":"en_US","og_type":"article","og_title":"GRAND GALA - Smart City Forum","og_description":"zen.com expo Rzesz\u00f3w &#8211; Jasionka Smart City Awards Final On May 25, 2026, at ZEN.COM EXPO in Rzesz\u00f3w-Jasionka, the Grand Gala will take place &#8211; the ceremonial finale of the...","og_url":"https:\/\/smartcityforum.pl\/en\/gala\/","og_site_name":"Smart City Forum","article_publisher":"https:\/\/www.facebook.com\/SmartCityForum\/","article_modified_time":"2026-04-29T10:51:16+00:00","og_image":[{"url":"https:\/\/smartcityforum.pl\/wp-content\/uploads\/2026\/04\/grand.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@SmartCityForum","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/smartcityforum.pl\/en\/gala\/","url":"https:\/\/smartcityforum.pl\/en\/gala\/","name":"GRAND GALA - Smart City Forum","isPartOf":{"@id":"https:\/\/smartcityforum.pl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/smartcityforum.pl\/en\/gala\/#primaryimage"},"image":{"@id":"https:\/\/smartcityforum.pl\/en\/gala\/#primaryimage"},"thumbnailUrl":"https:\/\/smartcityforum.pl\/wp-content\/uploads\/2026\/04\/grand.png","datePublished":"2025-05-08T08:49:17+00:00","dateModified":"2026-04-29T10:51:16+00:00","breadcrumb":{"@id":"https:\/\/smartcityforum.pl\/en\/gala\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/smartcityforum.pl\/en\/gala\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/smartcityforum.pl\/en\/gala\/#primaryimage","url":"https:\/\/smartcityforum.pl\/wp-content\/uploads\/2026\/04\/grand.png","contentUrl":"https:\/\/smartcityforum.pl\/wp-content\/uploads\/2026\/04\/grand.png"},{"@type":"BreadcrumbList","@id":"https:\/\/smartcityforum.pl\/en\/gala\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Strona g\u0142\u00f3wna","item":"https:\/\/smartcityforum.pl\/en\/"},{"@type":"ListItem","position":2,"name":"Gala"}]},{"@type":"WebSite","@id":"https:\/\/smartcityforum.pl\/#website","url":"https:\/\/smartcityforum.pl\/","name":"Smart City Forum","description":"","publisher":{"@id":"https:\/\/smartcityforum.pl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/smartcityforum.pl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/smartcityforum.pl\/#organization","name":"Smart City Forum","url":"https:\/\/smartcityforum.pl\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/smartcityforum.pl\/#\/schema\/logo\/image\/","url":"https:\/\/smartcityforum.pl\/wp-content\/uploads\/2026\/01\/Smart-City-Forum-2026-h1-mat-do-pobrania-1200x630-v1.jpg","contentUrl":"https:\/\/smartcityforum.pl\/wp-content\/uploads\/2026\/01\/Smart-City-Forum-2026-h1-mat-do-pobrania-1200x630-v1.jpg","width":1200,"height":630,"caption":"Smart City Forum"},"image":{"@id":"https:\/\/smartcityforum.pl\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/SmartCityForum\/","https:\/\/x.com\/SmartCityForum","https:\/\/www.linkedin.com\/showcase\/smart-city-forum\/"]}]}},"_links":{"self":[{"href":"https:\/\/smartcityforum.pl\/en\/wp-json\/wp\/v2\/pages\/36466","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/smartcityforum.pl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/smartcityforum.pl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/smartcityforum.pl\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/smartcityforum.pl\/en\/wp-json\/wp\/v2\/comments?post=36466"}],"version-history":[{"count":11,"href":"https:\/\/smartcityforum.pl\/en\/wp-json\/wp\/v2\/pages\/36466\/revisions"}],"predecessor-version":[{"id":49060,"href":"https:\/\/smartcityforum.pl\/en\/wp-json\/wp\/v2\/pages\/36466\/revisions\/49060"}],"wp:attachment":[{"href":"https:\/\/smartcityforum.pl\/en\/wp-json\/wp\/v2\/media?parent=36466"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}