{"id":2532,"date":"2020-11-26T09:57:52","date_gmt":"2020-11-26T08:57:52","guid":{"rendered":"https:\/\/www.aerovit.dk\/?post_type=case&#038;p=2532"},"modified":"2021-02-05T14:40:03","modified_gmt":"2021-02-05T13:40:03","slug":"oil-refinery-orlen-lietuva-2","status":"publish","type":"case","link":"https:\/\/www.aerovit.dk\/de\/cases\/oil-refinery-orlen-lietuva-2\/","title":{"rendered":"MV Split, Croatia"},"content":{"rendered":"<div class=\"block-media-text-carousel pt-6 md:pt-12 lg:pt-12 pb-16 md:pb-16 lg:pb-24 theme- schema-bg-color-default\"\n     id=\"\">\n    <div class=\"container relative\">\n                    <header class=\"mb-12 md:mb-16 lg:w-1\/2\">\n                                <h2 class=\"p-0 m-0\">\n                    BEFORE Aerovit Installation                <\/h2>\n            <\/header>\n                \n            <div>\n\n\n                <div x-data=\"xDataTabbedCarousel_5fb7bd940ce3e()\">\n\n                    <div class=\"block md:hidden\">\n\n                        <div class=\"\">\n\n\n                                                        <div class=\"\" >\n\n                                \n                                <div  class=\"carousel-tab overflow-hidden px-3\">\n\n                                    <div class=\"mb-6\">\n\n                                        \n    <div class=\"overflow-hidden  \">\n        <img src=\"https:\/\/www.aerovit.dk\/wp-content\/uploads\/sites\/112\/2020\/11\/Jadroplov.jpg\" alt=\"\" class=\"inline-block max-w-full max-h-full\" loading=\"lazy\">\n    <\/div>\n\n\n                                    <\/div>\n\n                                    <header class=\" mb-6\">\n                                        <div class=\"pre-heading\">\n                                                                                    <\/div>\n                                        <h4 class=\"p-0 m-0\">\n                                                                                    <\/h4>\n                                    <\/header>\n\n                                    <div class=\"text-sm wysiwyg-content mb-6\">\n                                        <ul>\n<li>Vessel: M.V. SPLIT<\/li>\n<li>Type: Bulk carrier<\/li>\n<li>Boiler: TPK Nova, flame tube<\/li>\n<li>Year of construction: 1994<\/li>\n<li>Fuel: Heavy Fuel Oil, 380 cst<\/li>\n<li>Problems: Large deposits of soot have been formed inside the flame tubes requiring frequent stoppage of the boiler for cleaning, causing time loss and increased fuel consumption.<\/li>\n<li>Date of installation: April 2008<\/li>\n<\/ul>\n<h4>BEFORE<\/h4>\n<p>The boiler had to be stopped for cleaning every 700-1000 hours of work, depending on the duration of the voyage.<br \/>\nUpon arrival at ports, engine crew were busy with boiler cleaning, so they had less time for other necessary maintenance work.<\/p>\n                                    <\/div>\n\n                                    \n                                    \n                                <\/div>\n                            <\/div>\n                            \n                        <\/div>\n                    <\/div>\n\n\n                    <div class=\"hidden md:block\">\n                        \n                        <div>\n                            \n                                <div class=\"carousel-slide\" x-show=\"currentSlideIndex === 0\">\n                                    <div class=\"lg:flex \">\n                                        <div class=\"md:mb-6 lg:mb-0 lg:w-2\/3 lg:pr-24\">\n                                            \n    <div class=\"overflow-hidden  \">\n        <img src=\"https:\/\/www.aerovit.dk\/wp-content\/uploads\/sites\/112\/2020\/11\/Jadroplov.jpg\" alt=\"\" class=\"inline-block max-w-full max-h-full\" loading=\"lazy\">\n    <\/div>\n\n                                        <\/div>\n                                        <div class=\"lg:w-1\/3 \">\n                                            <header class=\"lg:pr-3 mb-6\">\n                                                <div class=\"pre-heading\">\n                                                                                                    <\/div>\n                                                <h3 class=\"p-0 m-0\">\n                                                                                                    <\/h3>\n                                            <\/header>\n                                            <div class=\"text-sm mb-6 wysiwyg-content\">\n                                                <ul>\n<li>Vessel: M.V. SPLIT<\/li>\n<li>Type: Bulk carrier<\/li>\n<li>Boiler: TPK Nova, flame tube<\/li>\n<li>Year of construction: 1994<\/li>\n<li>Fuel: Heavy Fuel Oil, 380 cst<\/li>\n<li>Problems: Large deposits of soot have been formed inside the flame tubes requiring frequent stoppage of the boiler for cleaning, causing time loss and increased fuel consumption.<\/li>\n<li>Date of installation: April 2008<\/li>\n<\/ul>\n<h4>BEFORE<\/h4>\n<p>The boiler had to be stopped for cleaning every 700-1000 hours of work, depending on the duration of the voyage.<br \/>\nUpon arrival at ports, engine crew were busy with boiler cleaning, so they had less time for other necessary maintenance work.<\/p>\n                                            <\/div>\n                                            \n                                                                                    <\/div>\n\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n\n                    <\/div>\n                <\/div>\n\n                <script>\n                    function xDataTabbedCarousel_5fb7bd940ce3e() {\n                        return {\n                            slidesCount: 1,\n                            currentSlideIndex: 0,\n                            selectorIsOpen: false,\n                            openTabs: [0],\n                            setSlide: function (slideIndex) {\n                                var vm = this;\n                                vm.currentSlideIndex = slideIndex;\n                                var elements = document.querySelectorAll('.carousel-slide');\n                                elements.forEach(function (element, index) {\n                                    vm.stopVideo(element);\n                                });\n\n\n                            },\n                            previousSlide: function () {\n                                var vm = this;\n                                var previousSlide = (vm.currentSlideIndex === 0) ? (vm.slidesCount - 1) : (vm.currentSlideIndex - 1);\n\n                                vm.currentSlideIndex = previousSlide;\n                            },\n                            nextSlide: function () {\n                                var vm = this;\n                                var nextSlide = (vm.currentSlideIndex === (vm.slidesCount - 1)) ? 0 : (vm.currentSlideIndex + 1);\n\n                                vm.currentSlideIndex = nextSlide;\n                            },\n                            stopVideo: function (element) {\n                                var iframe = element.querySelector('iframe');\n                                var video = element.querySelector('video');\n                                if (iframe) {\n                                    var iframeSrc = iframe.src;\n                                    iframe.src = iframeSrc;\n                                }\n                                if (video) {\n                                    video.pause();\n                                }\n                            },\n                            toggleOpenTabs: function (index) {\n                                var vm = this;\n\n                                var tabs = vm.openTabs;\n                                if (vm.openTabs.indexOf(index) > -1 ) {\n                                    vm.openTabs.splice( vm.openTabs.indexOf(index), 1 );\n                                }else{\n                                    vm.openTabs.push(index); \/\/ ...tabs,\n                                }\n\n                            },\n                            isInOpenTabs :function(index){\n                                var vm = this;\n                                return vm.openTabs.includes(index);\n                            }\n                        }\n                    }\n\n                <\/script>\n\n\n            <\/div>\n\n\n            <\/div>\n<\/div>\n\n<div class=\"block-media-text-carousel pt-16 md:pt-16 lg:pt-24 pb-16 md:pb-16 lg:pb-24 theme-light schema-bg-color-white\"\n     id=\"\">\n    <div class=\"container relative\">\n                    <header class=\"mb-12 md:mb-16 lg:w-1\/2\">\n                                <h2 class=\"p-0 m-0\">\n                    AFTER Aerovit Installation                <\/h2>\n            <\/header>\n                \n            <div>\n\n\n                <div x-data=\"xDataTabbedCarousel_5ff2da00dc094()\">\n\n                    <div class=\"block md:hidden\">\n\n                        <div class=\"\">\n\n\n                                                        <div class=\"\" >\n\n                                \n                                <div  class=\"carousel-tab overflow-hidden px-3\">\n\n                                    <div class=\"mb-6\">\n\n                                        \n    <div class=\"overflow-hidden  \">\n        <img src=\"https:\/\/www.aerovit.dk\/wp-content\/uploads\/sites\/112\/2020\/11\/mvsplit.jpg\" alt=\"\" class=\"inline-block max-w-full max-h-full\" loading=\"lazy\">\n    <\/div>\n\n\n                                    <\/div>\n\n                                    <header class=\" mb-6\">\n                                        <div class=\"pre-heading\">\n                                                                                    <\/div>\n                                        <h4 class=\"p-0 m-0\">\n                                                                                    <\/h4>\n                                    <\/header>\n\n                                    <div class=\"text-sm wysiwyg-content mb-6\">\n                                        <p>After 700 hours of operation, with AEROVIT installed, the boiler was opened for internal tube control. All tubes were clean and passable as if they were new.<br \/>\nAfter installation of AEROVIT in April 2008 the boiler has been working more than 6000 hours and has not been stopped for manual cleaning.<\/p>\n                                    <\/div>\n\n                                                                        <div class=\"py-6\" >\n                                        <div class=\"flex items-center mb-6\">\n                                                                                        <div class=\"mr-3\">\n                                                <div class=\"text-theme-body-text-color opacity-30\">\n                                                    <i class=\"fas fa-user-circle fa-3x\" aria-hidden=\"true\"><\/i>\n                                                <\/div>\n                                            <\/div>\n                                            \n                                            <div>\n                                                <div class=\"font-bold text-xs\">\n                                                    Mr. Zdravko Kesi\u0107                                                <\/div>\n                                                <div class=\"text-xs\">\n                                                    Technical superintendent from M.V. Split                                                <\/div>\n                                            <\/div>\n                                        <\/div>\n                                        <div class=\"italic text-xs\">\n                                            &#8222;Because there is no need anymore for boiler cleaning, our crew has more time for regular maintenance work and this implies significant cost savings. Also due to efficient boiler performance, fuel savings has been noticed&#8220;                                        <\/div>\n                                    <\/div>\n                                    \n                                    \n                                <\/div>\n                            <\/div>\n                            \n                        <\/div>\n                    <\/div>\n\n\n                    <div class=\"hidden md:block\">\n                        \n                        <div>\n                            \n                                <div class=\"carousel-slide\" x-show=\"currentSlideIndex === 0\">\n                                    <div class=\"lg:flex \">\n                                        <div class=\"md:mb-6 lg:mb-0 lg:w-2\/3 lg:pr-24\">\n                                            \n    <div class=\"overflow-hidden  \">\n        <img src=\"https:\/\/www.aerovit.dk\/wp-content\/uploads\/sites\/112\/2020\/11\/mvsplit.jpg\" alt=\"\" class=\"inline-block max-w-full max-h-full\" loading=\"lazy\">\n    <\/div>\n\n                                        <\/div>\n                                        <div class=\"lg:w-1\/3 \">\n                                            <header class=\"lg:pr-3 mb-6\">\n                                                <div class=\"pre-heading\">\n                                                                                                    <\/div>\n                                                <h3 class=\"p-0 m-0\">\n                                                                                                    <\/h3>\n                                            <\/header>\n                                            <div class=\"text-sm mb-6 wysiwyg-content\">\n                                                <p>After 700 hours of operation, with AEROVIT installed, the boiler was opened for internal tube control. All tubes were clean and passable as if they were new.<br \/>\nAfter installation of AEROVIT in April 2008 the boiler has been working more than 6000 hours and has not been stopped for manual cleaning.<\/p>\n                                            <\/div>\n                                                                                            <div class=\"py-6 \" >\n                                                    <div class=\"flex items-center mb-6\">\n\n                                                                                                                    <div class=\"mr-3\">\n                                                                <div class=\"text-theme-body-text-color opacity-30\">\n                                                                    <i class=\"fas fa-user-circle fa-3x\"\n                                                                       aria-hidden=\"true\"><\/i>\n                                                                <\/div>\n                                                            <\/div>\n                                                        \n                                                        <div>\n                                                            <div class=\"font-bold text-xs\">\n                                                                Mr. Zdravko Kesi\u0107                                                            <\/div>\n                                                            <div class=\"text-xs\">\n                                                                Technical superintendent from M.V. Split                                                            <\/div>\n                                                        <\/div>\n                                                    <\/div>\n                                                    <div class=\"text-xs italic\">\n                                                        &#8222;Because there is no need anymore for boiler cleaning, our crew has more time for regular maintenance work and this implies significant cost savings. Also due to efficient boiler performance, fuel savings has been noticed&#8220;                                                    <\/div>\n                                                <\/div>\n                                            \n                                                                                    <\/div>\n\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n\n                    <\/div>\n                <\/div>\n\n                <script>\n                    function xDataTabbedCarousel_5ff2da00dc094() {\n                        return {\n                            slidesCount: 1,\n                            currentSlideIndex: 0,\n                            selectorIsOpen: false,\n                            openTabs: [0],\n                            setSlide: function (slideIndex) {\n                                var vm = this;\n                                vm.currentSlideIndex = slideIndex;\n                                var elements = document.querySelectorAll('.carousel-slide');\n                                elements.forEach(function (element, index) {\n                                    vm.stopVideo(element);\n                                });\n\n\n                            },\n                            previousSlide: function () {\n                                var vm = this;\n                                var previousSlide = (vm.currentSlideIndex === 0) ? (vm.slidesCount - 1) : (vm.currentSlideIndex - 1);\n\n                                vm.currentSlideIndex = previousSlide;\n                            },\n                            nextSlide: function () {\n                                var vm = this;\n                                var nextSlide = (vm.currentSlideIndex === (vm.slidesCount - 1)) ? 0 : (vm.currentSlideIndex + 1);\n\n                                vm.currentSlideIndex = nextSlide;\n                            },\n                            stopVideo: function (element) {\n                                var iframe = element.querySelector('iframe');\n                                var video = element.querySelector('video');\n                                if (iframe) {\n                                    var iframeSrc = iframe.src;\n                                    iframe.src = iframeSrc;\n                                }\n                                if (video) {\n                                    video.pause();\n                                }\n                            },\n                            toggleOpenTabs: function (index) {\n                                var vm = this;\n\n                                var tabs = vm.openTabs;\n                                if (vm.openTabs.indexOf(index) > -1 ) {\n                                    vm.openTabs.splice( vm.openTabs.indexOf(index), 1 );\n                                }else{\n                                    vm.openTabs.push(index); \/\/ ...tabs,\n                                }\n\n                            },\n                            isInOpenTabs :function(index){\n                                var vm = this;\n                                return vm.openTabs.includes(index);\n                            }\n                        }\n                    }\n\n                <\/script>\n\n\n            <\/div>\n\n\n            <\/div>\n<\/div>\n\n<div class=\"cta-simple pt-6 md:pt-12 lg:pt-12 pb-16 md:pb-16 lg:pb-24 theme-dark schema-bg-color-orange\"\n     id=\"\">\n    <div class=\"container relative\">\n        <div class=\"md:flex\">\n            <div class=\"md:w-2\/3 mb-8 md:mb-0 md:flex\">\n                <div class=\"mb-8 md:mb-0 md:mr-6\">\n                    <div class=\"rounded-full h-20 w-20 overflow-hidden mx-auto\">\n                        <img alt=\"\" src=\"https:\/\/www.aerovit.dk\/wp-content\/uploads\/sites\/112\/2020\/11\/manual.svg\" class=\"h-full\">\n                    <\/div>\n                <\/div>\n                <div class=\"text-center md:text-left\">\n                    <header class=\"mb-6 md:mb-3\">\n                                                    <div class=\"pre-heading\">\n                                Want to know more?                            <\/div>\n                                                <h4 class=\"font-bold p-0 m-0\">Download case<\/h4>\n                    <\/header>\n                    <div>\n                        <p>If you want further information about the case you can find it here<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n                                    <div class=\"md:w-1\/3 flex justify-center md:items-center md:justify-end\">\n                            <div x-data=\"{ 'showModal': false }\">\n\n\n        <div>\n            \n                <a href=\"https:\/\/www.aerovit.dk\/wp-content\/uploads\/sites\/112\/2020\/11\/mvsplit.pdf\"\n                   target=\"_blank\"\n                   class=\"btn  btn-secondary  \">\n                    <div class=\" ml-6\">\n                        Download PDF                    <\/div>\n                                            <div class=\"float-right ml-3 mr-3\">\n                            <i class=\"far fa-long-arrow-alt-right\"><\/i>\n                        <\/div>\n                                    <\/a>\n\n            \n\n        <\/div>\n\n\n            <\/div>\n\n                    <\/div>\n                \n        <\/div>\n    <\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>The boiler had to be stopped for cleaning every 700-1000 hours of work, depending on the duration of the voyage. <\/p>\n","protected":false},"featured_media":1242,"menu_order":0,"template":"","format":"standard","meta":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.14 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>MV Split, Croatia - Aerovit A\/S<\/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.aerovit.dk\/de\/cases\/oil-refinery-orlen-lietuva-2\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MV Split, Croatia - Aerovit A\/S\" \/>\n<meta property=\"og:description\" content=\"The boiler had to be stopped for cleaning every 700-1000 hours of work, depending on the duration of the voyage.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.aerovit.dk\/de\/cases\/oil-refinery-orlen-lietuva-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Aerovit A\/S\" \/>\n<meta property=\"article:modified_time\" content=\"2021-02-05T13:40:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.aerovit.dk\/wp-content\/uploads\/sites\/112\/2020\/11\/ship.png\" \/>\n\t<meta property=\"og:image:width\" content=\"608\" \/>\n\t<meta property=\"og:image:height\" content=\"488\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.aerovit.dk\/de\/cases\/oil-refinery-orlen-lietuva-2\/\",\"url\":\"https:\/\/www.aerovit.dk\/de\/cases\/oil-refinery-orlen-lietuva-2\/\",\"name\":\"MV Split, Croatia - Aerovit A\/S\",\"isPartOf\":{\"@id\":\"https:\/\/www.aerovit.dk\/#website\"},\"datePublished\":\"2020-11-26T08:57:52+00:00\",\"dateModified\":\"2021-02-05T13:40:03+00:00\",\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.aerovit.dk\/de\/cases\/oil-refinery-orlen-lietuva-2\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.aerovit.dk\/#website\",\"url\":\"https:\/\/www.aerovit.dk\/\",\"name\":\"Aerovit A\/S\",\"description\":\"We specialize in keeping boilers clean \u2013 Efficiently and reliably\",\"publisher\":{\"@id\":\"https:\/\/www.aerovit.dk\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.aerovit.dk\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"de-DE\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.aerovit.dk\/#organization\",\"name\":\"Aerovit A\/S\",\"url\":\"https:\/\/www.aerovit.dk\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\/\/www.aerovit.dk\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.aerovit.dk\/wp-content\/uploads\/sites\/112\/2022\/12\/Home-Logo.svg\",\"contentUrl\":\"https:\/\/www.aerovit.dk\/wp-content\/uploads\/sites\/112\/2022\/12\/Home-Logo.svg\",\"width\":1923,\"height\":289,\"caption\":\"Aerovit A\/S\"},\"image\":{\"@id\":\"https:\/\/www.aerovit.dk\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/1889435\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MV Split, Croatia - Aerovit A\/S","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.aerovit.dk\/de\/cases\/oil-refinery-orlen-lietuva-2\/","og_locale":"de_DE","og_type":"article","og_title":"MV Split, Croatia - Aerovit A\/S","og_description":"The boiler had to be stopped for cleaning every 700-1000 hours of work, depending on the duration of the voyage.","og_url":"https:\/\/www.aerovit.dk\/de\/cases\/oil-refinery-orlen-lietuva-2\/","og_site_name":"Aerovit A\/S","article_modified_time":"2021-02-05T13:40:03+00:00","og_image":[{"width":608,"height":488,"url":"https:\/\/www.aerovit.dk\/wp-content\/uploads\/sites\/112\/2020\/11\/ship.png","type":"image\/png"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.aerovit.dk\/de\/cases\/oil-refinery-orlen-lietuva-2\/","url":"https:\/\/www.aerovit.dk\/de\/cases\/oil-refinery-orlen-lietuva-2\/","name":"MV Split, Croatia - Aerovit A\/S","isPartOf":{"@id":"https:\/\/www.aerovit.dk\/#website"},"datePublished":"2020-11-26T08:57:52+00:00","dateModified":"2021-02-05T13:40:03+00:00","inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.aerovit.dk\/de\/cases\/oil-refinery-orlen-lietuva-2\/"]}]},{"@type":"WebSite","@id":"https:\/\/www.aerovit.dk\/#website","url":"https:\/\/www.aerovit.dk\/","name":"Aerovit A\/S","description":"We specialize in keeping boilers clean \u2013 Efficiently and reliably","publisher":{"@id":"https:\/\/www.aerovit.dk\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.aerovit.dk\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"de-DE"},{"@type":"Organization","@id":"https:\/\/www.aerovit.dk\/#organization","name":"Aerovit A\/S","url":"https:\/\/www.aerovit.dk\/","logo":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/www.aerovit.dk\/#\/schema\/logo\/image\/","url":"https:\/\/www.aerovit.dk\/wp-content\/uploads\/sites\/112\/2022\/12\/Home-Logo.svg","contentUrl":"https:\/\/www.aerovit.dk\/wp-content\/uploads\/sites\/112\/2022\/12\/Home-Logo.svg","width":1923,"height":289,"caption":"Aerovit A\/S"},"image":{"@id":"https:\/\/www.aerovit.dk\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/1889435\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.aerovit.dk\/de\/wp-json\/wp\/v2\/case\/2532"}],"collection":[{"href":"https:\/\/www.aerovit.dk\/de\/wp-json\/wp\/v2\/case"}],"about":[{"href":"https:\/\/www.aerovit.dk\/de\/wp-json\/wp\/v2\/types\/case"}],"version-history":[{"count":3,"href":"https:\/\/www.aerovit.dk\/de\/wp-json\/wp\/v2\/case\/2532\/revisions"}],"predecessor-version":[{"id":3832,"href":"https:\/\/www.aerovit.dk\/de\/wp-json\/wp\/v2\/case\/2532\/revisions\/3832"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.aerovit.dk\/de\/wp-json\/wp\/v2\/media\/1242"}],"wp:attachment":[{"href":"https:\/\/www.aerovit.dk\/de\/wp-json\/wp\/v2\/media?parent=2532"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}