{"id":27984,"date":"2024-01-18T11:39:40","date_gmt":"2024-01-18T10:39:40","guid":{"rendered":"https:\/\/www.eolus.com\/investors\/financial-reports\/"},"modified":"2024-04-03T13:12:46","modified_gmt":"2024-04-03T11:12:46","slug":"financial-reports","status":"publish","type":"page","link":"https:\/\/www.eolus.com\/en_US\/investors\/financial-reports\/","title":{"rendered":"Financial Reports"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"27984\" class=\"elementor elementor-27984 elementor-23206\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-152f5f99 e-con-full animated-slow e-flex elementor-invisible e-con e-parent\" data-id=\"152f5f99\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-f922b7d e-flex e-con-boxed e-con e-child\" data-id=\"f922b7d\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5263307 e-con-full e-flex e-con e-child\" data-id=\"5263307\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7851b155 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7851b155\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Financial Reports<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8e7b156 elementor-widget elementor-widget-reports-mfn\" data-id=\"8e7b156\" data-element_type=\"widget\" data-widget_type=\"reports-mfn.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <script>\n            const MFNReports = {\n                years: [],\n                observer: null,\n                dropdownVisible: false,\n                selectedYear: 0,\n                lang: 'en',\n                locale: 'en-US-US',\n                get selectedYearLabel() {\n                    return this.years[this.selectedYear] || ' '\n                },\n                init() {\n                    this.observer = new MutationObserver(this.changedContent.bind(this))\n\n                    this.observer.observe(this.$refs.archiveWidget, {\n                        childList: true,\n                        subtree: true,\n                    })\n\n                    this.$watch('selectedYear', this.selectedYearChanged.bind(this))\n                },\n                selectedYearChanged() {\n                    this.dropdownVisible = false\n\n                    const yearContainers = Array.from(this.$refs.archiveWidget.querySelectorAll('.mfn-archive-year'))\n                    yearContainers.map((year) => year.classList.add('hidden'))\n                    yearContainers[this.selectedYear].classList.remove('hidden')\n                },\n                changedContent() {\n                    this.years = Array.from(this.$refs.archiveWidget.querySelectorAll('.mfn-archive-header-year')).map((year) => year.textContent.trim())\n\n                    if (this.years.length === 0) {\n                        return\n                    }\n\n                    Array.from(this.$refs.archiveWidget.querySelectorAll('.mfn-archive-item-type-report-pdf a')).forEach((anchor) => {\n                        anchor.innerHTML = '<i class=\"fal fa-file-pdf\" style=\"font-size: 35px;\"><\/i>'\n                    })\n                    Array.from(this.$refs.archiveWidget.querySelectorAll('.mfn-archive-item-type-presentation a')).forEach((anchor) => {\n                        anchor.innerHTML = '<img decoding=\"async\" src=\"https:\/\/www.eolus.com\/wp-content\/themes\/eolus\/assets\/img\/mfn\/icon_presentation.svg\" style=\"font-size: 35px; width: 1em;\">'\n                    })\n                    Array.from(this.$refs.archiveWidget.querySelectorAll('.mfn-archive-item-type-webcast a')).forEach((anchor) => {\n                        anchor.innerHTML = '<img decoding=\"async\" src=\"https:\/\/www.eolus.com\/wp-content\/themes\/eolus\/assets\/img\/mfn\/icon_video.svg\" style=\"font-size: 35px; width: 1em;\">'\n                    })\n                    Array.from(this.$refs.archiveWidget.querySelectorAll('.mfn-archive-item-type-report-esef a')).forEach((anchor) => {\n                        anchor.innerHTML = '<img decoding=\"async\" src=\"https:\/\/www.eolus.com\/wp-content\/themes\/eolus\/assets\/img\/mfn\/icon_code.svg\" style=\"height: 35px;\">'\n                    })\n                    Array.from(this.$refs.archiveWidget.querySelectorAll('.mfn-archive-item-type-report-esef-xhtml a')).forEach((anchor) => {\n                        anchor.innerHTML = '<img decoding=\"async\" src=\"https:\/\/www.eolus.com\/wp-content\/themes\/eolus\/assets\/img\/mfn\/icon_code.svg\" style=\"height: 35px;\">'\n                    })\n                    Array.from(this.$refs.archiveWidget.querySelectorAll('.mfn-archive-item:not(:has(a))')).forEach((archiveItem) => {\n                        archiveItem.innerHTML = '<div class=\"empty\"><\/div>'\n                    })\n\n                    Array.from(this.$refs.archiveWidget.querySelectorAll('.mfn-archive .mfn-archive-event-date')).forEach((dateElm) => {\n                        let date = new Date(dateElm.textContent.trim())\n\n                        dateElm.innerText = date.toLocaleDateString(this.locale, {\n                            year: 'numeric',\n                            month: 'long',\n                            day: 'numeric',\n                        })\n                    })\n\n                    this.observer.disconnect()\n\n                    this.selectedYearChanged()\n                },\n                toggleDropdown() {\n                    this.dropdownVisible = !this.dropdownVisible\n                }\n            }\n        <\/script>\n\n        <div x-data=\"MFNReports\">\n            <div class=\"relative max-w-full overflow-x-auto pt-4\">\n                <div class=\"top-2 left-0 absolute z-10\">\n                    <button x-on:click=\"toggleDropdown()\" type=\"button\" class=\"w-full flex justify-center items-center border rounded-full bg-v2-accent-light-gray border-v2-accent-light-gray px-10 py-4 text-xl leading-[1.3] text-v2-accent-dark-blue hover:bg-white  hover:border-[#DEDEDE]\">\n                        <svg aria-hidden xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27.294\" height=\"27.294\" viewBox=\"0 0 27.294 27.294\" class=\"mr-3 shrink-0\">\n                            <g transform=\"translate(-2.25 -2.25)\">\n                                <path d=\"M25.7,3.65H22.546V3.3a1.05,1.05,0,1,0-2.1,0v.35h-9.1V3.3a1.05,1.05,0,1,0-2.1,0v.35H6.1A3.847,3.847,0,0,0,2.25,7.5V25.7A3.847,3.847,0,0,0,6.1,29.544H25.7A3.847,3.847,0,0,0,29.544,25.7V7.5A3.847,3.847,0,0,0,25.7,3.65ZM6.1,5.749H9.249V6.1a1.05,1.05,0,0,0,2.1,0v-.35h9.1V6.1a1.05,1.05,0,1,0,2.1,0v-.35H25.7a1.75,1.75,0,0,1,1.75,1.75v3.149H4.35V7.5A1.75,1.75,0,0,1,6.1,5.749Zm19.6,21.7H6.1A1.75,1.75,0,0,1,4.35,25.7V12.748h23.1V25.7A1.75,1.75,0,0,1,25.7,27.445Z\" fill=\"#405560\" \/>\n                                <path d=\"M9.1,12.25H6.3a1.05,1.05,0,1,0,0,2.1H9.1a1.05,1.05,0,1,0,0-2.1Zm7,0H13.3a1.05,1.05,0,1,0,0,2.1h2.8a1.05,1.05,0,0,0,0-2.1Zm7,0H20.3a1.05,1.05,0,1,0,0,2.1h2.8a1.05,1.05,0,0,0,0-2.1Zm-14,5.6H6.3a1.05,1.05,0,1,0,0,2.1H9.1a1.05,1.05,0,1,0,0-2.1Zm7,0H13.3a1.05,1.05,0,1,0,0,2.1h2.8a1.05,1.05,0,1,0,0-2.1Zm7,0H20.3a1.05,1.05,0,1,0,0,2.1h2.8a1.05,1.05,0,1,0,0-2.1Z\" transform=\"translate(1.199 3.997)\" fill=\"#405560\" \/>\n                            <\/g>\n                        <\/svg>\n\n                        <span class=\"font-fix-translate\" x-text=\"selectedYearLabel\"><\/span>\n\n                        <svg x-bind:class=\"{'rotate-180': dropdownVisible}\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16.885\" height=\"9.503\" viewBox=\"0 0 16.885 9.503\" class=\"ml-3\">\n                            <g transform=\"translate(-85.355 -533.486)\">\n                                <line x2=\"7.382\" y2=\"7.382\" transform=\"translate(101.18 534.547) rotate(90)\" fill=\"none\" stroke=\"#405560\" stroke-linecap=\"round\" stroke-width=\"1.5\" \/>\n                                <line x1=\"7.382\" y2=\"7.382\" transform=\"translate(93.798 534.547) rotate(90)\" fill=\"none\" stroke=\"#405560\" stroke-linecap=\"round\" stroke-width=\"1.5\" \/>\n                            <\/g>\n                        <\/svg>\n                    <\/button>\n                <\/div>\n\n                <div x-ref=\"archiveWidget\">\n                    \n            <script>        \n                if(!window._MF) {\n                    let b = document.createElement(\"script\");\n                    b.type = \"text\/javascript\";\n                    b.async = true;\n                    b.src =  \"https:\/\/widget.datablocks.se\/api\/rose\/assets\/js\/loader-v4.js\";\n                    document.getElementsByTagName(\"body\")[0].appendChild(b);\n    \n                    window._MF = window._MF || {\n                        data: [],\n                        url: \"https:\/\/widget.datablocks.se\/api\/rose\",\n                        ready: !!0,\n                        render: function() {\n                            window._MF.ready = !0\n                        },\n                        push: function(conf) {\n                            this.data.push(conf);\n                        }\n                    }\n                }\n                window._MF.push({\"query\":\"#archive-wrapper-84348776\",\"widget\":\"archive\",\"token\":\"57b8c567-f7ad-4dc8-8317-201118375408\",\"locale\":\"en\"})\n            <\/script>\n            <div id=\"archive-wrapper-84348776\" class=\"mfn-archive\"><\/div>                <\/div>\n            <\/div>\n\n            <ul x-bind:class=\"{'hidden': !dropdownVisible, 'show-animate-appear': dropdownVisible}\" class=\"absolute top-16 rounded-[30px] p-2.5 z-10 transform translate-y-5 animate-appear left-0 right-0 bg-white text-gray-medium shadow-[0_0_25px_rgba(0,0,0,0.04)] md:max-w-[260px]\">\n                <template x-for=\"(year, index) in years\">\n                    <li class=\"w-full relative\">\n                        <label x-bind:class=\"{'bg-v2-accent-light-gray': selectedYear === year}\" class=\"inline-flex items-center w-full px-5 pl-12 py-3 pr-8 rounded-full hover:bg-v2-accent-light-gray cursor-pointer\">\n                            <input x-model=\"selectedYear\" x-bind:value=\"index\" type=\"radio\" class=\"absolute opacity-0\">\n\n                            <span x-text=\"year\" class=\"underline-target\"><\/span>\n                        <\/label>\n                    <\/li>\n                <\/template>\n            <\/ul>\n        <\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fda133f e-con-full e-flex e-con e-child\" data-id=\"fda133f\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-efc25d4 elementor-widget elementor-widget-mfn-subscription\" data-id=\"efc25d4\" data-element_type=\"widget\" data-widget_type=\"mfn-subscription.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <section x-data=\"MFNSubscription69d5d01ea9223\" class=\"mfn-subscribe-container\">\n            <div class=\"flex flex-wrap gap-x-9 gap-y-4 justify-between items-center\">\n                <div>\n                    <h2>Subscribe<\/h2>\n                    <p x-text=\"text\" class=\"subscribe-text\">&nbsp;<\/p>\n                <\/div>\n\n                            <\/div>\n\n            <div x-ref=\"shortcodeContainer\" x-cloak x-show=\"step > 0\">\n                <script>\n                    (function() {\n                        let target = document.currentScript.parentElement\n\n                        let changed = false\n                        let observer = new MutationObserver((mutations) => {\n                            if (target.querySelector(\".mfn-submit button\")) {\n                                console.log(\"Changed\")\n                                changed = true\n                            }\n                        })\n\n                        observer.observe(target, {\n                            childList: true,\n                            subtree: true\n                        });\n\n                        window.addEventListener('alpine:init', () => {\n                            Alpine.data('MFNSubscription69d5d01ea9223', () => ({\n                                step: 1,\n                                text: null,\n                                timeout: null,\n                                init() {\n                                    let counts = 0\n                                    let interval = setInterval(() => {\n                                        counts += 1\n                                        if (changed) {\n                                            this.replaceText()\n\n                                            changed = false\n\n                                            clearInterval(interval)\n                                        }\n\n                                        if (counts > 50) {\n                                            clearInterval(interval)\n                                        }\n                                    }, 20)\n                                },\n                                replaceText() {\n                                    clearTimeout(this.timeout)\n\n                                    let textContainer = this.$refs.shortcodeContainer.querySelector('.mfn-info-main')\n                                    if (textContainer) {\n                                        this.text = textContainer.textContent.trim()\n                                    }\n\n                                    this.replaceButton()\n\n                                    this.addPlaceholderLabel()\n                                },\n                                replaceButton() {\n                                    let button = this.$refs.shortcodeContainer.querySelector('.mfn-submit button')\n\n                                    button.classList.add('hero-button', 'hero-button--small')\n                                    button.innerHTML = `<span class=\"hero-button-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 17.2 17.2\" class=\"fill-white\">\n                            <path d=\"M12.081.628A1.029,1.029,0,0,0,11.149,0H1.019a1.013,1.013,0,0,0,0,2.026H8.708L.3,10.424a1.017,1.017,0,1,0,1.439,1.439l8.4-8.408v7.689a1.013,1.013,0,1,0,2.026,0V1.013A1.013,1.013,0,0,0,12.081.628Z\" transform=\"translate(8.6) rotate(45)\" \/>\n                        <\/svg>\n                    <\/span>` + button.textContent.trim()\n                                },\n                                addPlaceholderLabel() {\n                                    let addressField = this.$refs.shortcodeContainer.querySelector('.mfn-field-input.mfn-field-address')\n\n                                    addressField.insertAdjacentHTML('afterend', `<div class=\"placeholder-placement\">E-post<\/div>`)\n\n                                    addressField.setAttribute('placeholder', '')\n                                }\n                            }))\n                        })\n                    }());\n                <\/script>\n\n                <div class=\"widget widget_mfn_subscription_widget\">\n            <script>        \n                if(!window._MF) {\n                    let b = document.createElement(\"script\");\n                    b.type = \"text\/javascript\";\n                    b.async = true;\n                    b.src =  \"https:\/\/widget.datablocks.se\/api\/rose\/assets\/js\/loader-v4.js\";\n                    document.getElementsByTagName(\"body\")[0].appendChild(b);\n    \n                    window._MF = window._MF || {\n                        data: [],\n                        url: \"https:\/\/widget.datablocks.se\/api\/rose\",\n                        ready: !!0,\n                        render: function() {\n                            window._MF.ready = !0\n                        },\n                        push: function(conf) {\n                            this.data.push(conf);\n                        }\n                    }\n                }\n                window._MF.push({\"query\":\"#subscribe-v2-wrapper-677755513\",\"widget\":\"subscribe-v2\",\"token\":\"93ff8d37-2541-446f-87e7-20c8d6c5c0a9\",\"locale\":\"en\"})\n            <\/script>\n            <div id=\"subscribe-v2-wrapper-677755513\" class=\"mfn-subscribe-v2\"><\/div><\/div>            <\/div>\n        <\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-10b908cf e-con-full e-flex e-con e-child\" data-id=\"10b908cf\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-408454dd e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"408454dd\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:100}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Subscribe &nbsp; 0&#8243;><\/p>\n","protected":false},"author":16,"featured_media":0,"parent":27950,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-27984","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>Financial Reports<\/title>\n<meta name=\"description\" content=\"Financial Reports\" \/>\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.eolus.com\/investerare\/finansiella-rapporter\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Financial Reports\" \/>\n<meta property=\"og:description\" content=\"Financial Reports\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.eolus.com\/investerare\/finansiella-rapporter\/\" \/>\n<meta property=\"og:site_name\" content=\"Eolus\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-03T11:12:46+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=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.eolus.com\/investerare\/finansiella-rapporter\/\",\"url\":\"https:\/\/www.eolus.com\/investerare\/finansiella-rapporter\/\",\"name\":\"Financial Reports\",\"isPartOf\":{\"@id\":\"https:\/\/www.eolus.com\/#website\"},\"datePublished\":\"2024-01-18T10:39:40+00:00\",\"dateModified\":\"2024-04-03T11:12:46+00:00\",\"description\":\"Financial Reports\",\"breadcrumb\":{\"@id\":\"https:\/\/www.eolus.com\/investerare\/finansiella-rapporter\/#breadcrumb\"},\"inLanguage\":\"en-US-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.eolus.com\/investerare\/finansiella-rapporter\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.eolus.com\/investerare\/finansiella-rapporter\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.eolus.com\/en_US\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Investors\",\"item\":\"https:\/\/www.eolus.com\/investors\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Financial Reports\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.eolus.com\/#website\",\"url\":\"https:\/\/www.eolus.com\/\",\"name\":\"Eolus\",\"description\":\"Shaping the Future of Renewable Energy\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.eolus.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Financial Reports","description":"Financial Reports","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.eolus.com\/investerare\/finansiella-rapporter\/","og_locale":"en_US","og_type":"article","og_title":"Financial Reports","og_description":"Financial Reports","og_url":"https:\/\/www.eolus.com\/investerare\/finansiella-rapporter\/","og_site_name":"Eolus","article_modified_time":"2024-04-03T11:12:46+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.eolus.com\/investerare\/finansiella-rapporter\/","url":"https:\/\/www.eolus.com\/investerare\/finansiella-rapporter\/","name":"Financial Reports","isPartOf":{"@id":"https:\/\/www.eolus.com\/#website"},"datePublished":"2024-01-18T10:39:40+00:00","dateModified":"2024-04-03T11:12:46+00:00","description":"Financial Reports","breadcrumb":{"@id":"https:\/\/www.eolus.com\/investerare\/finansiella-rapporter\/#breadcrumb"},"inLanguage":"en-US-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.eolus.com\/investerare\/finansiella-rapporter\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.eolus.com\/investerare\/finansiella-rapporter\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.eolus.com\/en_US\/"},{"@type":"ListItem","position":2,"name":"Investors","item":"https:\/\/www.eolus.com\/investors\/"},{"@type":"ListItem","position":3,"name":"Financial Reports"}]},{"@type":"WebSite","@id":"https:\/\/www.eolus.com\/#website","url":"https:\/\/www.eolus.com\/","name":"Eolus","description":"Shaping the Future of Renewable Energy","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.eolus.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US-US"}]}},"_links":{"self":[{"href":"https:\/\/www.eolus.com\/en_US\/wp-json\/wp\/v2\/pages\/27984","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.eolus.com\/en_US\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.eolus.com\/en_US\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.eolus.com\/en_US\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.eolus.com\/en_US\/wp-json\/wp\/v2\/comments?post=27984"}],"version-history":[{"count":5,"href":"https:\/\/www.eolus.com\/en_US\/wp-json\/wp\/v2\/pages\/27984\/revisions"}],"predecessor-version":[{"id":54402,"href":"https:\/\/www.eolus.com\/en_US\/wp-json\/wp\/v2\/pages\/27984\/revisions\/54402"}],"up":[{"embeddable":true,"href":"https:\/\/www.eolus.com\/en_US\/wp-json\/wp\/v2\/pages\/27950"}],"wp:attachment":[{"href":"https:\/\/www.eolus.com\/en_US\/wp-json\/wp\/v2\/media?parent=27984"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}