{"id":1192,"date":"2022-10-24T12:47:47","date_gmt":"2022-10-24T10:47:47","guid":{"rendered":"https:\/\/premek.it\/il-gruppo\/"},"modified":"2025-12-05T10:57:00","modified_gmt":"2025-12-05T09:57:00","slug":"the-group","status":"publish","type":"page","link":"https:\/\/premek.it\/en\/the-group\/","title":{"rendered":"The Group"},"content":{"rendered":"<div class=\"intro-page\">\n<h1>THE GROUP<\/h1>\n<h2>An accurate teamwork<\/h2>\n<p><i>\u201cThe success of a production company depends mainly by choices made upstream or downstream of the industrial process.\u201d<\/i><\/p>\n<p>Bring order and organization are key words for a company grown not only in his specialty manufacturing, but also in its approach to the market.<\/p>\n<\/div>\n<div class=\"intro-gruppo alto\">\n<div class=\"intro-gruppo-txt\">\n<div>\n<div>\n<h3>Premek Hi Tech<\/h3>\n<p>\n<strong>Premek Hi Tech<\/strong>, specialized in the manufacture and assembly of precision components mainly intended for the international market,  is at the head of a group of companies closely related. Here work sixty employees, including machine operators and employees in corporate offices.<\/p>\n<p>In support of the production activities, there is also a network of business partners, specialized in specific processing and treatments.<\/p>\n<p>The major development of the market in Northern Europe has also led to the opening of <strong>Premek Hi Tech Sweden<\/strong>, branch office based in Karlstad and <strong>Premek Hi Tech Germany<\/strong>, branch office based in Monaco.\n        <\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>\n<div class=\"rows-hp\">\n<div class=\"row-hp odd\">\n<div class=\"column-text\">\n<h2>MARKETS<\/h2>\n<div class=\"row-hp-text\">\n<p><i>\u201cThe continuos comparison with demanding markets, as those of Central Europe and North America, is an integral part of our corporate culture.\u201d <\/i><\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"column-img \">\n<div class=\"img-container reveal gallery-container-\">\n            <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"625\" src=\"https:\/\/premek.it\/wp-content\/uploads\/premek-mercati.jpg\" class=\"\" alt=\"\" srcset=\"https:\/\/premek.it\/wp-content\/uploads\/premek-mercati.jpg 1000w, https:\/\/premek.it\/wp-content\/uploads\/premek-mercati-300x188.jpg 300w, https:\/\/premek.it\/wp-content\/uploads\/premek-mercati-768x480.jpg 768w, https:\/\/premek.it\/wp-content\/uploads\/premek-mercati-480x300.jpg 480w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\n      <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"row-hp even\">\n<div class=\"column-text\">\n<h2>MAIN EXPORT AREAS <\/h2>\n<div class=\"row-hp-text\">\n<p>\nToday over 75% of production is exported, in consolidated areas such as Northern Europe and new markets outside Europe in recent expansion.<\/p>\n<p>\n            Beyond the numbers, emerge the security and satisfaction of long-term relationships with major industrial groups, which provide foundations for stability and for development in the near future.\n          <\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"column-img \">\n<div class=\"img-container reveall\">\n<div class=\"chart-cont\">\n          <canvas id=\"myChart2\" width=\"400\" height=\"400\"><\/canvas>\n  <div id=\"legend-container2\">\n    <ul>\n\n    <\/ul>\n\n  <\/div>\n          <script>\n          \/\/gestione legenda custom\n          const getOrCreateLegendList2 = (chart, id) => {\n            const legendContainer2 = document.getElementById(id);\n            let listContainer2 = legendContainer2.querySelector(\"ul\");\n\n            if (!listContainer2) {\n              listContainer2 = document.createElement(\"ul\");\n              listContainer2.style.display = \"flex\";\n              listContainer2.style.flexDirection = \"row\";\n              listContainer2.style.margin = 0;\n              listContainer2.style.padding = 0;\n\n              legendContainer2.appendChild(listContainer2);\n            }\n\n            return listContainer2;\n          };\n\n          const htmlLegendPlugin2 = {\n            id: \"htmlLegend2\",\n            afterUpdate(chart, args, options) {\n              const ul2 = getOrCreateLegendList2(chart, options.containerID);\n\n              \/\/ Remove old legend items\n              while (ul2.firstChild) {\n                ul2.firstChild.remove();\n              }\n\n              \/\/ Reuse the built-in legendItems generator\n              const items2 = chart.options.plugins.legend.labels.generateLabels(chart);\n\n              items2.forEach(item => {\n                const li2 = document.createElement(\"li\");\n                li2.style.alignItems = \"center\";\n                li2.style.cursor = \"pointer\";\n                li2.style.display = \"flex\";\n                li2.style.flexDirection = \"row\";\n                li2.style.marginLeft = \"10px\";\n\n                li2.onclick = () => {\n                  const {type2} = chart.config;\n                  if (type2 === \"pie\" || type2 === \"doughnut\") {\n                    \/\/ Pie and doughnut charts only have a single dataset and visibility is per item\n                    chart.toggleDataVisibility(item.index);\n                  } else {\n                    chart.setDatasetVisibility(item.datasetIndex, !chart.isDatasetVisible(item.datasetIndex));\n                  }\n                  chart.update();\n                };\n\n                \/\/ Color box\n                const boxSpan = document.createElement(\"span\");\n                boxSpan.style.background = item.fillStyle;\n                boxSpan.style.borderColor = item.strokeStyle;\n                boxSpan.style.borderWidth = item.lineWidth + \"px\";\n                boxSpan.style.display = \"inline-block\";\n                boxSpan.style.height = \"20px\";\n                boxSpan.style.marginRight = \"10px\";\n                boxSpan.style.width = \"20px\";\n\n                \/\/ Text\n                const textContainer = document.createElement(\"p\");\n                textContainer.style.color = item.fontColor;\n                textContainer.style.margin = 0;\n                textContainer.style.padding = 0;\n                textContainer.style.textDecoration = item.hidden ? \"line-through\" : \"\";\n\n                const myvalue=(chart.config._config.data.datasets[0].data[item.index]);\n                const text = document.createTextNode(item.text +\" - \"+ myvalue +\"%\");\n                textContainer.appendChild(text);\n\n                li2.appendChild(boxSpan);\n                li2.appendChild(textContainer);\n                ul2.appendChild(li2);\n              });\n            }\n          };\n          \/\/fine gestione legenda custom\n          var viewport_width = window.innerWidth;\n          var leg_position=\"right\";\n\n          if(viewport_width<=767){\n            leg_position=\"bottom\";\n          }\n          var ctx = document.getElementById(\"myChart2\");\n          var myChart = new Chart(ctx, {\n            type: \"pie\",\n            data: {\n              labels: [\n                \"Italy\",\n                \"Sweden\",\n                \"France\",\n                \"Germany\",\n                \"Denmark\",\n                \"Switzerland\",\n                \"Czech Republic\",\n                \"Great Britan\",\n                \"Others\",\n                \"Austria\",\n                \"Norway\",\n                \"Hungary\",\n              ],\n              datasets: [{\n                label: \"Dataset\",\n                data: [27,25,15,13,4,3,3,3,3,2,1,1],\n                backgroundColor: [\n                  \"#4673b1\",\n                  \"#b44745\",\n                  \"#8cae4d\",\n                  \"#79609b\",\n                  \"#3a9ab7\",\n                  \"#e58036\",\n                  \"#538bd4\",\n                  \"#d54d4a\",\n                  \"#a2cb4d\",\n                  \"#8765b1\",\n                  \"#41bada\",\n                  \"#ff942e\",\n                ],\n                hoverOffset: 4\n              }]\n            },\n            options: {\n              plugins: {\n                htmlLegend2: {\n                  \/\/ ID of the container to put the legend in\n                  containerID: \"legend-container2\",\n                },\n                legend: {\n                  display: false,\n                  position: leg_position,\n                  labels: {\n                    color: \"rgb(0,0,0)\",\n                    boxWidth:15,\n                  }\n                },\n                tooltip :{\n                  enabled: true,\n                  callbacks : {\n                    label: function(context) {\n                      console.log(context);\n                        let label = context.label + \" - \" + context.parsed +\"%\";\n                        return label;\n                    }\n                  }\n                }\n              }\n            },\n            plugins: [htmlLegendPlugin2],\n\n          }\n        );\n\n\n      <\/script>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"row-hp odd\">\n<div class=\"column-text\">\n<h2>DIVERSIFICATION<\/h2>\n<div class=\"row-hp-text\">\n<p>\n          <i>\u201cIn a world that is constantly changing, product differentiation is a \u201cnatural\u201d form of adaptation. For us, however, is also a creative pulse.\u201d <\/i><br \/>Over four hundred customers worldwide, including many multinationals, with an extraordinary range of manufacturing sectors and continuously growing: <strong>automotive, industrial vehicles, food and medical industry, optomechanics, aerospace, hydraulics and pneumatics, energy and chemical industry, industrial automation, general engineering, recreational products, construction<\/strong> and <strong>other sectors<\/strong> (telecommunications, textile machinery, appliances, bathroom furniture).<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"column-img \">\n<div class=\"img-container reveal\"><img loading=\"lazy\" decoding=\"async\" width=\"570\" height=\"350\" src=\"https:\/\/premek.it\/wp-content\/uploads\/premek-prodotti-energia-chimico.jpg\" class=\"\" alt=\"\" srcset=\"https:\/\/premek.it\/wp-content\/uploads\/premek-prodotti-energia-chimico.jpg 570w, https:\/\/premek.it\/wp-content\/uploads\/premek-prodotti-energia-chimico-300x184.jpg 300w, https:\/\/premek.it\/wp-content\/uploads\/premek-prodotti-energia-chimico-480x295.jpg 480w\" sizes=\"auto, (max-width: 570px) 100vw, 570px\" \/>  <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"row-hp even\">\n<div class=\"column-text\">\n<div class=\"row-hp-text\">\n<p>\n          Differentiation is constantly inspired by the dynamics of the market: is in the DNA of Premek Hi Tech undertake new challenges, where technological innovative contents offer further opportunities for production.\n          <\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"column-img \">\n<div class=\"img-container reveall\">\n<div class=\"chart-cont\">\n          <canvas id=\"myChart3\" width=\"200\" height=\"200\"><\/canvas>\n  <div id=\"legend-container3\">\n    <ul>\n    <\/ul>\n\n  <\/div>\n          <script>\n          \/\/gestione legenda custom\n          const getOrCreateLegendList3 = (chart, id) => {\n            const legendContainer3 = document.getElementById(id);\n            let listContainer3 = legendContainer3.querySelector(\"ul\");\n\n            if (!listContainer3) {\n              listContainer3 = document.createElement(\"ul\");\n              listContainer3.style.display = \"flex\";\n              listContainer3.style.flexDirection = \"row\";\n              listContainer3.style.margin = 0;\n              listContainer3.style.padding = 0;\n\n              legendContainer3.appendChild(listContainer3);\n            }\n\n            return listContainer3;\n          };\n\n          const htmlLegendPlugin3 = {\n            id: \"htmlLegend3\",\n            afterUpdate(chart, args, options) {\n              const ul3 = getOrCreateLegendList3(chart, options.containerID);\n\n              \/\/ Remove old legend items\n              while (ul3.firstChild) {\n                ul3.firstChild.remove();\n              }\n\n              \/\/ Reuse the built-in legendItems generator\n              const items3 = chart.options.plugins.legend.labels.generateLabels(chart);\n\n              items3.forEach(item => {\n                const li3 = document.createElement(\"li\");\n                li3.style.alignItems = \"top\";\n                li3.style.cursor = \"pointer\";\n                li3.style.display = \"flex\";\n                li3.style.flexDirection = \"row\";\n                li3.style.marginLeft = \"10px\";\n\n                li3.onclick = () => {\n                  const {type3} = chart.config;\n                  if (type3 === \"pie\" || type3 === \"doughnut\") {\n                    \/\/ Pie and doughnut charts only have a single dataset and visibility is per item\n                    chart.toggleDataVisibility(item.index);\n                  } else {\n                    chart.setDatasetVisibility(item.datasetIndex, !chart.isDatasetVisible(item.datasetIndex));\n                  }\n                  chart.update();\n                };\n\n                \/\/ Color box\n                const boxSpan = document.createElement(\"span\");\n                boxSpan.style.background = item.fillStyle;\n                boxSpan.style.borderColor = item.strokeStyle;\n                boxSpan.style.borderWidth = item.lineWidth + \"px\";\n                boxSpan.style.display = \"inline-block\";\n                boxSpan.style.height = \"20px\";\n                boxSpan.style.marginRight = \"10px\";\n                boxSpan.style.width = \"20px\";\n\n                \/\/ Text\n                const textContainer = document.createElement(\"p\");\n                textContainer.style.color = item.fontColor;\n                textContainer.style.margin = 0;\n                textContainer.style.padding = 0;\n                textContainer.style.textDecoration = item.hidden ? \"line-through\" : \"\";\n\n                const myvalue=(chart.config._config.data.datasets[0].data[item.index]);\n                const text = document.createTextNode(item.text +\" - \"+ myvalue +\"%\");\n                textContainer.appendChild(text);\n\n                li3.appendChild(boxSpan);\n                li3.appendChild(textContainer);\n                ul3.appendChild(li3);\n              });\n            }\n          };\n          \/\/fine gestione legenda custom\n\n\n          var ctx = document.getElementById(\"myChart3\");\n          var myChart = new Chart(ctx, {\n            type: \"pie\",\n            data: {\n              labels: [\n                \"Industrial automation\",\n                \"Aerospace\",\n                \"Optical and measurement devices\",\n                \"Medical, food & pharmaceutical industry\",\n                \"Hydraulics & pneumatics\",\n                \"Industrial transportation\",\n                \"Other industries\",\n              ],\n              datasets: [{\n                label: \"Dataset\",\n                data: [36,8,9,24,17,2,3],\n                backgroundColor: [\n                  \"#4673b1\",\n                  \"#b44745\",\n                  \"#8cae4d\",\n                  \"#79609b\",\n                  \"#3a9ab7\",\n                  \"#e58036\",\n                  \"#538bd4\",\n                ],\n                hoverOffset: 4\n              }]\n            },\n            options: {\n              plugins: {\n                htmlLegend3: {\n                  \/\/ ID of the container to put the legend in\n                  containerID: \"legend-container3\",\n                },\n                legend: {\n                  display: false,\n                  labels: {\n                    color: \"rgb(0,0,0)\",\n                    boxWidth:15,\n                  }\n                },\n                tooltip :{\n                  enabled: true,\n\n                  callbacks : {\n                    label: function(context) {\n                        let label = context.label + \" - \" + context.parsed +\"%\";\n                        return label;\n                    }\n                  }\n                }\n              }\n            },plugins: [htmlLegendPlugin3],\n\n\n\n          }\n        );\n      <\/script>\n          <\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/div>\n<div class=\"intro-page enlarged\">\n<\/p>\n<h2>PREMEK HI TECH IS THE LEADER OF TWO ENTERPRISE NETWORKS, MEDITECH GROUP AND VIS AQUA.<\/h2>\n<p><strong>Meditech Group specialises in solutions for the medical and pharmaceutical industries.<\/strong> It brings together realities of excellence in precision mechanics, electronics, plastic processing and aluminium and titanium anodising, united according to a logic of complementarity of skills to provide a complete supply service, ranging from co-design to the finished product. Oltre a Premek Hi Tech ne fanno parte Alfa Elettronica, Al Ti Color, Brovedani, Carniaflex e SIOM Termoplast.<\/p>\n<p><strong>Vis Aqua is in charge of developing innovation projects in the field of hydropower.<\/strong> Since 2016, it has been engaged in the development of an innovative micro-hydroelectric technology, with low head and very low environmental impact, which to date has led to the realisation of an experimental prototype to test the power generated. Sandro Targa, an expert in the hydroelectric sector, and Goriziane S.p.A., a group that provides engineering solutions to the oil &#038; gas, marine and industrial sectors, as well as maintenance and upgrades of vehicles, machinery and plants, are also part of the network.<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>THE GROUP An accurate teamwork \u201cThe success of a production company depends mainly by choices made upstream or downstream of the industrial process.\u201d Bring order and organization are key words for a company grown not only in his specialty manufacturing, but also in its approach to the market. Premek Hi Tech Premek Hi Tech, specialized [&hellip;]<\/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-1192","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The Group - Premek Hi Tech<\/title>\n<meta name=\"description\" content=\"THE GROUP An accurate teamwork \u201cThe success of a production company depends mainly by choices made upstream or downstream of the industrial process.\u201d\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/premek.it\/en\/the-group\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Group - Premek Hi Tech\" \/>\n<meta property=\"og:description\" content=\"THE GROUP An accurate teamwork \u201cThe success of a production company depends mainly by choices made upstream or downstream of the industrial process.\u201d\" \/>\n<meta property=\"og:url\" content=\"https:\/\/premek.it\/en\/the-group\/\" \/>\n<meta property=\"og:site_name\" content=\"Premek Hi Tech\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-05T09:57:00+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/premek.it\\\/en\\\/the-group\\\/\",\"url\":\"https:\\\/\\\/premek.it\\\/en\\\/the-group\\\/\",\"name\":\"The Group - Premek Hi Tech\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/premek.it\\\/en\\\/#website\"},\"datePublished\":\"2022-10-24T10:47:47+00:00\",\"dateModified\":\"2025-12-05T09:57:00+00:00\",\"description\":\"THE GROUP An accurate teamwork \u201cThe success of a production company depends mainly by choices made upstream or downstream of the industrial process.\u201d\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/premek.it\\\/en\\\/the-group\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/premek.it\\\/en\\\/the-group\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/premek.it\\\/en\\\/the-group\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/premek.it\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Group\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/premek.it\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/premek.it\\\/en\\\/\",\"name\":\"Premek Hi Tech\",\"description\":\"Precision engineering\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/premek.it\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The Group - Premek Hi Tech","description":"THE GROUP An accurate teamwork \u201cThe success of a production company depends mainly by choices made upstream or downstream of the industrial process.\u201d","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:\/\/premek.it\/en\/the-group\/","og_locale":"en_US","og_type":"article","og_title":"The Group - Premek Hi Tech","og_description":"THE GROUP An accurate teamwork \u201cThe success of a production company depends mainly by choices made upstream or downstream of the industrial process.\u201d","og_url":"https:\/\/premek.it\/en\/the-group\/","og_site_name":"Premek Hi Tech","article_modified_time":"2025-12-05T09:57:00+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/premek.it\/en\/the-group\/","url":"https:\/\/premek.it\/en\/the-group\/","name":"The Group - Premek Hi Tech","isPartOf":{"@id":"https:\/\/premek.it\/en\/#website"},"datePublished":"2022-10-24T10:47:47+00:00","dateModified":"2025-12-05T09:57:00+00:00","description":"THE GROUP An accurate teamwork \u201cThe success of a production company depends mainly by choices made upstream or downstream of the industrial process.\u201d","breadcrumb":{"@id":"https:\/\/premek.it\/en\/the-group\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/premek.it\/en\/the-group\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/premek.it\/en\/the-group\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/premek.it\/en\/"},{"@type":"ListItem","position":2,"name":"The Group"}]},{"@type":"WebSite","@id":"https:\/\/premek.it\/en\/#website","url":"https:\/\/premek.it\/en\/","name":"Premek Hi Tech","description":"Precision engineering","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/premek.it\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/premek.it\/en\/wp-json\/wp\/v2\/pages\/1192","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/premek.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/premek.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/premek.it\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/premek.it\/en\/wp-json\/wp\/v2\/comments?post=1192"}],"version-history":[{"count":9,"href":"https:\/\/premek.it\/en\/wp-json\/wp\/v2\/pages\/1192\/revisions"}],"predecessor-version":[{"id":27927,"href":"https:\/\/premek.it\/en\/wp-json\/wp\/v2\/pages\/1192\/revisions\/27927"}],"wp:attachment":[{"href":"https:\/\/premek.it\/en\/wp-json\/wp\/v2\/media?parent=1192"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}