{"id":18123,"date":"2021-06-03T22:09:06","date_gmt":"2021-06-03T20:09:06","guid":{"rendered":"https:\/\/vetus.com\/dealer-locator\/"},"modified":"2021-07-13T12:25:30","modified_gmt":"2021-07-13T11:25:30","slug":"%d0%bb%d0%be%d0%ba%d0%b0%d1%82%d0%be%d1%80-%d0%b4%d0%b8%d0%bb%d0%b5%d1%80%d0%be%d0%b2","status":"publish","type":"page","link":"https:\/\/vetus.com\/ru\/%d0%bb%d0%be%d0%ba%d0%b0%d1%82%d0%be%d1%80-%d0%b4%d0%b8%d0%bb%d0%b5%d1%80%d0%be%d0%b2\/","title":{"rendered":"\u041b\u043e\u043a\u0430\u0442\u043e\u0440 \u0434\u0438\u043b\u0435\u0440\u043e\u0432"},"content":{"rendered":"\n<section class=\"section  \">\n    <section class=\"section dealer-locator \" id=\"section-dealer-locator-block_60b944e00a245\" x-data=\"dealerLocator\" x-init='init({\"available_service\":\"Available services\"})' data-endpoint=\"https:\/\/webshop.vetus.com\">\n    \n    <div class=\"section__body dealer-locator__body\">\n        <div class=\"container\">\n            <div class=\"row\">\n                <div class=\"col-12\">\n                    <div class=\"dealer-locator__tool bg-light d-flex flex-column flex-lg-row\">\n                        <div class=\"dealer-locator__sidebar pt-4\">\n                            \n                            <div class=\"dealer-locator__content px-4\">\n                                \n                                <div class=\"form-group\">\n                                    <label for=\"input-location\"><\/label>\n                                    <div class=\"location-input\">\n                                        <input type=\"text\" class=\"form-control location-input__field location-input__field--right pac-target-input\" id=\"input-location\" aria-describedby=\"location\" placeholder=\"Postal code or city\" autocomplete=\"off\" @keyup.enter=\"autoComplete\">\n                                        <button class=\"btn btn-sm btn-secondary btn-icon-only location-input__button location-input__button--left\" id=\"input-location-btn\" @click.prevent=\"getCurrentLocation\" aria-label=\"Postal code or city\">\n                                            <i class=\"icon icon-gps_fixed\"><\/i>\n                                            <i class=\"icon icon-spinning\"><\/i>\n                                        <\/button>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"form-group mb-0\">\n                                    <label for=\"input-dealer-name\"><\/label>\n                                    <div class=\"dealer-name-input\">\n                                        <input type=\"text\" class=\"form-control dealer-name-input__field dealer-name-input__field--right mb-2\" id=\"input-dealer-name\" aria-describedby=\"location\" placeholder=\"Enter dealer name\" @input.debounce.500ms=\"searchDealerByName\">\n                                        <button class=\"btn btn-sm btn-secondary btn-icon-only location-input__button location-input__button--left\" id=\"dealer-locator__form-btn\" aria-label=\"Enter dealer name\">\n                                            <i class=\"icon icon-search\"><\/i>\n                                        <\/button>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"form-group mb-0\">\n                                    <label for=\"input-dealer-type\"><\/label>\n\n                                    <div class=\"dealer-name-input\">\n                                        <select class=\"form-control dealer-name-input__field dealer-name-input__field--right mb-2\" name=\"input-dealer-type\" id=\"input-dealer-type\" @input=\"searchDealerByType\">\n                                            <option value=\"\" selected>&#8212; Choose dealer type &#8212;<\/option>\n                                            <option value=\"Vetus Center\">Vetus Center<\/option>\n                                            <option value=\"Engine Dealer\">Engine Dealer<\/option>\n                                            <option value=\"Equipment Dealer\">Equipment Dealer<\/option>\n                                            <option value=\"Installation Partner\">Installation Partner<\/option>\n                                            <option value=\"Webshop\">Webshop<\/option>\n                                            <option value=\"Distributor\">Distributor<\/option>\n                                            <option value=\"E-Drive Dealer\">E-Drive Dealer<\/option>\n                                        <\/select>\n                                        <div class=\"btn btn-sm btn-secondary btn-icon-only location-input__button location-input__button--left\" id=\"dealer-locator__form-btn\" aria-label=\"{{ __('content.store-locator.search-type') }}\" style=\"pointer-events: none\">\n                                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"17px\" viewBox=\"0 -960 960 960\" width=\"23px\" fill=\"#000\" class=\"icon\"><path d=\"M400-240v-80h160v80H400ZM240-440v-80h480v80H240ZM120-640v-80h720v80H120Z\"\/><\/svg>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"form-group text-right mb-0\">\n                                    <button class=\"btn btn-sm btn-empty btn-empty-primary\" @click.prevent=\"resetFilters\">\n                                        <span>Reset filters<\/span>\n                                    <\/button>\n                                <\/div>\n                            <\/div>\n\n                            <div class=\"dealer-locator__loading\" x-show=\"loading\" x-cloak>\n                                <div class=\"dealer-locator__loading-icon icon-spinning\"><\/div>\n                            <\/div>\n\n                            <div class=\"dealer-locator__results\" id=\"dealer-accordion\">\n                                <template x-if=\"dealers &#038;&#038; dealers.length != 0\">\n                                    <div>\n                                        <template x-for=\"dealer in dealers\">\n                                            <div class=\"dealer\">\n                                                <button class=\"btn btn-textual w-100 text-left collapsed align-items-start justify-content-start dealer__button p-0\" @click.prevent=\"openDealerInfo(dealer)\">\n                                                    <div class=\"dealer__button-content w-100\">\n                                                        <h6 class=\"dealer__title w-100 d-block\" x-text=\"dealer.name\"><\/h6>\n\n                                                        <template x-if=\"dealer.address &#038;&#038; dealer.address.street[0].length != 0\">\n                                                            <address class=\"text-sm\">\n                                                                <span x-show=\"dealer.address.street[0]\" x-text=\"dealer.address.street[0]\"><\/span><br>\n                                                                <span x-show=\"dealer.address.postcode\" x-text=\"dealer.address.postcode\"><\/span>\n                                                                <span x-show=\"dealer.address.city\" x-text=\"dealer.address.city\"><\/span>,\n                                                                <span x-show=\"dealer.address.country_code\" x-text=\"dealer.address.country_code\"><\/span>\n                                                            <\/address>\n                                                        <\/template>\n\n                                                        <template x-if=\"dealer.email &#038;&#038; dealer.email.length != 0\">\n                                                            <span class=\" d-flex align-items-center\">\n                                                                <i class=\"icon icon-mail_outline text-md mr-2\"><\/i>\n                                                                <span x-text=\"dealer.email\"><\/span>\n                                                            <\/span>\n                                                        <\/template>\n\n                                                        <template x-if=\"dealer.address.telephone &#038;&#038; dealer.address.telephone.length != 0\">\n                                                            <span class=\" d-flex align-items-center\">\n                                                                <i class=\"icon icon-local_phone text-md mr-2\"><\/i>\n                                                                <span x-text=\"dealer.address.telephone\"><\/span>\n                                                            <\/span>\n                                                        <\/template>\n\n                                                        <template x-if=\"dealer &#038;&#038; (dealer.vetus_center || dealer.tags)\">\n                                                            <div class=\"d-flex flex-wrap mt-3\" style=\"margin-bottom: -0.5rem;\">\n                                                                <template x-if=\"dealer.vetus_center &#038;&#038; dealer.vetus_center == true\">\n                                                                    <span class=\"dealer__badge btn btn-sm btn-rounded mb-2\">VETUS Center<\/span>\n                                                                <\/template>\n                                                                <template x-if=\"dealer.tags\">\n                                                                    <template x-for=\"tag in dealer.tags\" :key=\"tag\">\n                                                                        <span class=\"dealer__badge btn btn-sm btn-rounded mb-2\" x-text=\"tag\"><\/span>\n                                                                    <\/template>\n                                                                <\/template>\n                                                            <\/div>\n                                                        <\/template>\n                                                    <\/div>\n                                                <\/button>\n                                            <\/div>\n                                        <\/template>\n                                    <\/div>\n                                <\/template>\n\n                                <template x-if=\"dealers &#038;&#038; dealers.length == 0 &#038;&#038; !loading\">\n                                    <div class=\"px-4\">\n                                        <p>No results<\/p>\n                                    <\/div>\n                                <\/template>\n                            <\/div>\n                        <\/div>\n                        <div class=\"dealer-locator__map\" id=\"map\"><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n<\/section><\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":31,"featured_media":0,"parent":0,"menu_order":154,"comment_status":"closed","ping_status":"closed","template":"tpl-default.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-18123","page","type-page","status-publish","hentry"],"acf":{"person":false,"introduction":"\u0421\u0438\u043b\u0430 VETUS \u0437\u0430\u043a\u043b\u044e\u0447\u0430\u0435\u0442\u0441\u044f \u0432 \u043a\u043e\u043c\u043f\u0435\u0442\u0435\u043d\u0442\u043d\u043e\u0441\u0442\u0438 \u043d\u0430\u0448\u0435\u0439 \u0432\u0441\u0435\u043c\u0438\u0440\u043d\u043e\u0439 \u0441\u0435\u0442\u0438 - \u0441\u0435\u0442\u0438, \u0441\u043e\u0441\u0442\u043e\u044f\u0449\u0435\u0439 \u0438\u0437 \u0441\u043e\u0442\u0435\u043d \u0442\u043e\u0440\u0433\u043e\u0432\u044b\u0445 \u0442\u043e\u0447\u0435\u043a \u0441 \u0431\u0435\u0441\u043f\u0440\u0435\u0446\u0435\u0434\u0435\u043d\u0442\u043d\u044b\u043c \u0441\u043e\u0432\u043e\u043a\u0443\u043f\u043d\u044b\u043c \u043e\u043f\u044b\u0442\u043e\u043c (\u043f\u0440\u043e\u0433\u0443\u043b\u043e\u0447\u043d\u043e\u0433\u043e) \u043f\u043b\u0430\u0432\u0430\u043d\u0438\u044f. \u0412\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043a\u0443\u043f\u0438\u0442\u044c \u043f\u0440\u043e\u0434\u0443\u043a\u0442 VETUS \u0438\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u0432\u043e\u043f\u0440\u043e\u0441 \u043e \u043d\u0430\u0448\u0435\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0446\u0438\u0438? \u041d\u0430\u0439\u0434\u0438\u0442\u0435 \u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0435\u0433\u043e \u0434\u0438\u043b\u0435\u0440\u0430.","title":"\u041d\u0430\u0439\u0442\u0438 \u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0435\u0433\u043e \u0434\u0438\u043b\u0435\u0440\u0430 VETUS","image":{"ID":21830,"id":21830,"title":"corp-home-13","filename":"corp-home-13.jpg","filesize":322782,"url":"https:\/\/vetus.com\/wp-content\/uploads\/corp-home-13.jpg","link":"https:\/\/vetus.com\/ru\/%d0%bb%d0%be%d0%ba%d0%b0%d1%82%d0%be%d1%80-%d0%b4%d0%b8%d0%bb%d0%b5%d1%80%d0%be%d0%b2\/corp-home-13\/","alt":"","author":"7","description":"","caption":"","name":"corp-home-13","status":"inherit","uploaded_to":18123,"date":"2021-07-13 09:03:34","modified":"2021-07-13 11:25:30","menu_order":0,"mime_type":"image\/jpeg","type":"image","subtype":"jpeg","icon":"https:\/\/vetus.com\/wp-includes\/images\/media\/default.png","width":1200,"height":800,"sizes":{"thumbnail":"https:\/\/vetus.com\/wp-content\/uploads\/corp-home-13-150x150.jpg","thumbnail-width":150,"thumbnail-height":150,"medium":"https:\/\/vetus.com\/wp-content\/uploads\/corp-home-13-300x200.jpg","medium-width":300,"medium-height":200,"medium_large":"https:\/\/vetus.com\/wp-content\/uploads\/corp-home-13-768x512.jpg","medium_large-width":768,"medium_large-height":512,"large":"https:\/\/vetus.com\/wp-content\/uploads\/corp-home-13-1024x683.jpg","large-width":1024,"large-height":683,"1536x1536":"https:\/\/vetus.com\/wp-content\/uploads\/corp-home-13.jpg","1536x1536-width":1200,"1536x1536-height":800,"2048x2048":"https:\/\/vetus.com\/wp-content\/uploads\/corp-home-13.jpg","2048x2048-width":1200,"2048x2048-height":800,"210w":"https:\/\/vetus.com\/wp-content\/uploads\/corp-home-13.jpg","210w-width":210,"210w-height":140,"330w":"https:\/\/vetus.com\/wp-content\/uploads\/corp-home-13.jpg","330w-width":330,"330w-height":220,"431w":"https:\/\/vetus.com\/wp-content\/uploads\/corp-home-13.jpg","431w-width":431,"431w-height":287,"507w":"https:\/\/vetus.com\/wp-content\/uploads\/corp-home-13.jpg","507w-width":507,"507w-height":338,"530w":"https:\/\/vetus.com\/wp-content\/uploads\/corp-home-13.jpg","530w-width":530,"530w-height":353,"690w":"https:\/\/vetus.com\/wp-content\/uploads\/corp-home-13.jpg","690w-width":690,"690w-height":460,"930w":"https:\/\/vetus.com\/wp-content\/uploads\/corp-home-13.jpg","930w-width":930,"930w-height":620,"1170w":"https:\/\/vetus.com\/wp-content\/uploads\/corp-home-13.jpg","1170w-width":1170,"1170w-height":780,"gform-image-choice-sm":"https:\/\/vetus.com\/wp-content\/uploads\/corp-home-13.jpg","gform-image-choice-sm-width":300,"gform-image-choice-sm-height":200,"gform-image-choice-md":"https:\/\/vetus.com\/wp-content\/uploads\/corp-home-13.jpg","gform-image-choice-md-width":400,"gform-image-choice-md-height":267,"gform-image-choice-lg":"https:\/\/vetus.com\/wp-content\/uploads\/corp-home-13.jpg","gform-image-choice-lg-width":600,"gform-image-choice-lg-height":400}}},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>\u041b\u043e\u043a\u0430\u0442\u043e\u0440 \u0434\u0438\u043b\u0435\u0440\u043e\u0432 - VETUS<\/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:\/\/vetus.com\/ru\/%d0%bb%d0%be%d0%ba%d0%b0%d1%82%d0%be%d1%80-%d0%b4%d0%b8%d0%bb%d0%b5%d1%80%d0%be%d0%b2\/\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u041b\u043e\u043a\u0430\u0442\u043e\u0440 \u0434\u0438\u043b\u0435\u0440\u043e\u0432\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vetus.com\/ru\/%d0%bb%d0%be%d0%ba%d0%b0%d1%82%d0%be%d1%80-%d0%b4%d0%b8%d0%bb%d0%b5%d1%80%d0%be%d0%b2\/\" \/>\n<meta property=\"og:site_name\" content=\"VETUS\" \/>\n<meta property=\"article:modified_time\" content=\"2021-07-13T11:25:30+00:00\" \/>\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:\\\/\\\/vetus.com\\\/ru\\\/%d0%bb%d0%be%d0%ba%d0%b0%d1%82%d0%be%d1%80-%d0%b4%d0%b8%d0%bb%d0%b5%d1%80%d0%be%d0%b2\\\/\",\"url\":\"https:\\\/\\\/vetus.com\\\/ru\\\/%d0%bb%d0%be%d0%ba%d0%b0%d1%82%d0%be%d1%80-%d0%b4%d0%b8%d0%bb%d0%b5%d1%80%d0%be%d0%b2\\\/\",\"name\":\"\u041b\u043e\u043a\u0430\u0442\u043e\u0440 \u0434\u0438\u043b\u0435\u0440\u043e\u0432 - VETUS\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vetus.com\\\/ru\\\/#website\"},\"datePublished\":\"2021-06-03T20:09:06+00:00\",\"dateModified\":\"2021-07-13T11:25:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vetus.com\\\/ru\\\/%d0%bb%d0%be%d0%ba%d0%b0%d1%82%d0%be%d1%80-%d0%b4%d0%b8%d0%bb%d0%b5%d1%80%d0%be%d0%b2\\\/#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vetus.com\\\/ru\\\/%d0%bb%d0%be%d0%ba%d0%b0%d1%82%d0%be%d1%80-%d0%b4%d0%b8%d0%bb%d0%b5%d1%80%d0%be%d0%b2\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vetus.com\\\/ru\\\/%d0%bb%d0%be%d0%ba%d0%b0%d1%82%d0%be%d1%80-%d0%b4%d0%b8%d0%bb%d0%b5%d1%80%d0%be%d0%b2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vetus.com\\\/ru\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u041b\u043e\u043a\u0430\u0442\u043e\u0440 \u0434\u0438\u043b\u0435\u0440\u043e\u0432\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vetus.com\\\/ru\\\/#website\",\"url\":\"https:\\\/\\\/vetus.com\\\/ru\\\/\",\"name\":\"VETUS\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vetus.com\\\/ru\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ru-RU\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u041b\u043e\u043a\u0430\u0442\u043e\u0440 \u0434\u0438\u043b\u0435\u0440\u043e\u0432 - VETUS","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:\/\/vetus.com\/ru\/%d0%bb%d0%be%d0%ba%d0%b0%d1%82%d0%be%d1%80-%d0%b4%d0%b8%d0%bb%d0%b5%d1%80%d0%be%d0%b2\/","og_locale":"ru_RU","og_type":"article","og_title":"\u041b\u043e\u043a\u0430\u0442\u043e\u0440 \u0434\u0438\u043b\u0435\u0440\u043e\u0432","og_url":"https:\/\/vetus.com\/ru\/%d0%bb%d0%be%d0%ba%d0%b0%d1%82%d0%be%d1%80-%d0%b4%d0%b8%d0%bb%d0%b5%d1%80%d0%be%d0%b2\/","og_site_name":"VETUS","article_modified_time":"2021-07-13T11:25:30+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vetus.com\/ru\/%d0%bb%d0%be%d0%ba%d0%b0%d1%82%d0%be%d1%80-%d0%b4%d0%b8%d0%bb%d0%b5%d1%80%d0%be%d0%b2\/","url":"https:\/\/vetus.com\/ru\/%d0%bb%d0%be%d0%ba%d0%b0%d1%82%d0%be%d1%80-%d0%b4%d0%b8%d0%bb%d0%b5%d1%80%d0%be%d0%b2\/","name":"\u041b\u043e\u043a\u0430\u0442\u043e\u0440 \u0434\u0438\u043b\u0435\u0440\u043e\u0432 - VETUS","isPartOf":{"@id":"https:\/\/vetus.com\/ru\/#website"},"datePublished":"2021-06-03T20:09:06+00:00","dateModified":"2021-07-13T11:25:30+00:00","breadcrumb":{"@id":"https:\/\/vetus.com\/ru\/%d0%bb%d0%be%d0%ba%d0%b0%d1%82%d0%be%d1%80-%d0%b4%d0%b8%d0%bb%d0%b5%d1%80%d0%be%d0%b2\/#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vetus.com\/ru\/%d0%bb%d0%be%d0%ba%d0%b0%d1%82%d0%be%d1%80-%d0%b4%d0%b8%d0%bb%d0%b5%d1%80%d0%be%d0%b2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vetus.com\/ru\/%d0%bb%d0%be%d0%ba%d0%b0%d1%82%d0%be%d1%80-%d0%b4%d0%b8%d0%bb%d0%b5%d1%80%d0%be%d0%b2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vetus.com\/ru\/"},{"@type":"ListItem","position":2,"name":"\u041b\u043e\u043a\u0430\u0442\u043e\u0440 \u0434\u0438\u043b\u0435\u0440\u043e\u0432"}]},{"@type":"WebSite","@id":"https:\/\/vetus.com\/ru\/#website","url":"https:\/\/vetus.com\/ru\/","name":"VETUS","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vetus.com\/ru\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ru-RU"}]}},"_links":{"self":[{"href":"https:\/\/vetus.com\/ru\/wp-json\/wp\/v2\/pages\/18123","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vetus.com\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vetus.com\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vetus.com\/ru\/wp-json\/wp\/v2\/users\/31"}],"replies":[{"embeddable":true,"href":"https:\/\/vetus.com\/ru\/wp-json\/wp\/v2\/comments?post=18123"}],"version-history":[{"count":0,"href":"https:\/\/vetus.com\/ru\/wp-json\/wp\/v2\/pages\/18123\/revisions"}],"wp:attachment":[{"href":"https:\/\/vetus.com\/ru\/wp-json\/wp\/v2\/media?parent=18123"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}