{"id":501,"date":"2026-06-16T07:51:10","date_gmt":"2026-06-16T07:51:10","guid":{"rendered":"http:\/\/uni-trend.local\/?page_id=501"},"modified":"2026-08-24T03:51:13","modified_gmt":"2026-08-24T03:51:13","slug":"product-roadmap","status":"publish","type":"page","link":"https:\/\/uni-trend.visibleone.dev\/de-de\/product-roadmap\/","title":{"rendered":"Product Roadmap"},"content":{"rendered":"<section data-section=\"Introducing Banner\" class=\"relative\">\n\n      <!-- Background image -->\n      <img decoding=\"async\" src=\"https:\/\/uni-trend.visibleone.dev\/wp-content\/uploads\/2026\/08\/Rectangle-76-3.png\" class=\"absolute inset-0 w-full h-full object-cover\" alt=\"\">\n\n      <!-- Text content (relative over image) -->\n      <div class=\"relative  h-full\">\n        <div class=\"container h-full\">\n          <div class=\"ml-[10%] py-[8.88%] w-[29%] max-lg:ml-0 max-lg:w-full max-lg:pt-[10vw] max-lg:pb-[8vw] max-lg:px-[4vw]\">\n            <p class=\"h4 font-normal text-white text-center\">Introducing the new<\/p>\n            <h1 class=\"h2 font-black text-white mt-[1.88%] text-center\">MSO8000HD Series<\/h1>\n            <div class=\"body-lg font-normal ml-[6.57%] max-lg:ml-0 text-white mt-[7.51%] w-[100%]\">\n              <p>Four fully independent channels with 16\u2011bit resolution and up to 2.5 GSa\/s sample rate<\/p>\n            <\/div>\n            <!-- Countdown: live Alpine timer counting to the launch date -->\n            <div class=\"flex items-start mt-[7.51%] ml-[6.57%] max-lg:ml-0 max-lg:flex-wrap max-lg:gap-y-[2vw] countdown\" data-date=\"2026-12-21T13:34:28\">\n\n                <!-- DAYS -->\n                <div class=\"flex flex-col items-center w-[11.81%]\">\n                    <span id=\"days\" class=\"h3 font-bold text-white tabular-nums\">00<\/span>\n                    <span class=\"caption font-normal text-white text-center\">DAYS<\/span>\n                <\/div>\n\n                <span class=\"h3 font-bold text-white mx-[6.28%]\">:<\/span>\n\n                <!-- HOURS -->\n                <div class=\"flex flex-col items-center w-[11.81%]\">\n                    <span id=\"hours\" class=\"h3 font-bold text-white tabular-nums\">00<\/span>\n                    <span class=\"caption font-normal text-white text-center\">HOURS<\/span>\n                <\/div>\n\n                <span class=\"h3 font-bold text-white mx-[6.28%]\">:<\/span>\n\n                <!-- MINS -->\n                <div class=\"flex flex-col items-center w-[11.81%]\">\n                    <span id=\"mins\" class=\"h3 font-bold text-white tabular-nums\">00<\/span>\n                    <span class=\"caption font-normal text-white text-center\">MINS<\/span>\n                <\/div>\n\n                <span class=\"h3 font-bold text-white mx-[6.28%]\">:<\/span>\n\n                <!-- SECS -->\n                <div class=\"flex flex-col items-center w-[11.81%]\">\n                    <span id=\"secs\" class=\"h3 font-bold text-white tabular-nums\">00<\/span>\n                    <span class=\"caption font-normal text-white text-center\">SECS<\/span>\n                <\/div>\n\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/section>\n<script>\n  document.addEventListener('DOMContentLoaded', function () {\n\n      document.querySelectorAll('.countdown').forEach(countdown => {\n\n          const targetDate = new Date(\n              countdown.dataset.date\n          ).getTime();\n\n          const daysEl = countdown.querySelector('#days');\n          const hoursEl = countdown.querySelector('#hours');\n          const minsEl = countdown.querySelector('#mins');\n          const secsEl = countdown.querySelector('#secs');\n\n          function updateCountdown() {\n\n              const now = Date.now();\n              const distance = targetDate - now;\n\n              if (distance <= 0) {\n\n                  daysEl.textContent = '00';\n                  hoursEl.textContent = '00';\n                  minsEl.textContent = '00';\n                  secsEl.textContent = '00';\n\n                  clearInterval(timer);\n                  return;\n              }\n\n              const days = Math.floor(distance \/ (1000 * 60 * 60 * 24));\n              const hours = Math.floor((distance \/ (1000 * 60 * 60)) % 24);\n              const mins = Math.floor((distance \/ (1000 * 60)) % 60);\n              const secs = Math.floor((distance \/ 1000) % 60);\n\n              daysEl.textContent = String(days).padStart(2, '0');\n              hoursEl.textContent = String(hours).padStart(2, '0');\n              minsEl.textContent = String(mins).padStart(2, '0');\n              secsEl.textContent = String(secs).padStart(2, '0');\n          }\n\n          updateCountdown();\n\n          const timer = setInterval(updateCountdown, 1000);\n\n      });\n\n  });\n<\/script>\n\n<section data-section=\"Frame 4555\" class=\"bg-bg\"\n         x-data=\"roadmap({\n             perPage: 5,\n             hasMore: false,\n             hasItems: true,\n             filters: []         })\">\n      <div class=\"container py-[50px] md:pt-[5.21%] md:pb-[6.25%]\">\n        <h2 class=\"h3 font-bold text-fg text-center mb-[3.16%]\">Product Roadmap<\/h2>\n        <div class=\"flex gap-[5.21vw] max-lg:flex-col max-lg:gap-[6vw]\">\n\n          <!-- \u2500\u2500\u2500 LEFT SIDEBAR: Filter Panel (400px) \u2500\u2500\u2500 -->\n          <aside class=\"w-[26.32%] shrink-0 flex flex-col gap-[2.5vw] max-lg:w-full\">\n            <div class=\"w-[20.83vw] h-[2.92vw] bg-bg border border-c3 rounded-[12px] px-[5%] flex items-center gap-[0.52vw] max-lg:w-full max-lg:h-[44px] max-lg:gap-[3vw] max-w-full\">\n              <input\n                  type=\"text\"\n                  placeholder=\"Search product\/model\"\n                  class=\"flex-1 bg-transparent outline-none body font-normal text-fg placeholder:text-fg\/60\"\n                  x-model=\"search\"\n                  @input.debounce.250ms=\"apply()\"\n              >\n\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                  viewBox=\"0 0 24 24\"\n                  fill=\"currentColor\"\n                  class=\"w-[1.25vw] h-[1.25vw] shrink-0 max-lg:w-[20px] max-lg:h-[20px] opacity-60\">\n                <path d=\"M16.2939 14.5786H15.3905L15.0703 14.2699C16.2298 12.9252 16.867 11.2084 16.8656 9.43282C16.8656 7.96275 16.4297 6.52569 15.613 5.30337C14.7963 4.08105 13.6354 3.12837 12.2772 2.56579C10.9191 2.00322 9.42457 1.85603 7.98275 2.14282C6.54092 2.42962 5.21652 3.13753 4.17702 4.17702C3.13753 5.21652 2.42962 6.54092 2.14282 7.98275C1.85603 9.42457 2.00322 10.9191 2.56579 12.2772C3.12837 13.6354 4.08105 14.7963 5.30337 15.613C6.52569 16.4297 7.96275 16.8656 9.43282 16.8656C11.2739 16.8656 12.9663 16.191 14.2699 15.0703L14.5786 15.3905V16.2939L20.2962 22L22 20.2962L16.2939 14.5786ZM9.43282 14.5786C6.58548 14.5786 4.28702 12.2802 4.28702 9.43282C4.28702 6.58548 6.58548 4.28702 9.43282 4.28702C12.2802 4.28702 14.5786 6.58548 14.5786 9.43282C14.5786 12.2802 12.2802 14.5786 9.43282 14.5786Z\"\/>\n              <\/svg>\n\n            <\/div>\n            <div class=\"flex flex-col gap-[3.13vw]\">\n              <!-- product line section -->\n              <div class=\"uni-accordion-item\">\n                <div class=\"flex items-stretch uni-accordion-toggle cursor-pointer\">\n                  <img decoding=\"async\" src=\"https:\/\/uni-trend.visibleone.dev\/wp-content\/themes\/uni-trend\/public\/images\/vec_Group_8_14271_29511.svg\" class=\"h-full shrink-0\">\n                  <div class=\"flex-1 bg-c10 flex items-center px-[2.7%] py-2.5\">\n                    <span class=\"h6 font-bold text-c1\">Product Line<\/span>\n                  <\/div>\n                  <div class=\"uni-accordion-icon bg-c10 flex items-center justify-center px-3\">\n                    <span class=\"icon-plus\">+<\/span>\n                    <span class=\"icon-minus hidden\">\u2212<\/span>\n                  <\/div>\n                <\/div>\n                <div class=\"uni-accordion-content hidden  lg:pl-[4.86%] mt-5 flex flex-col gap-[0px]\">\n                  <div class=\"flex flex-col pl-[0px]\">\n                                        <label class=\"flex items-center gap-2 cursor-pointer\">\n                      <input type=\"checkbox\" value=\"benchtop-instruments\" x-model=\"cats\" @change=\"apply()\" class=\"shrink-0 w-[16px] h-[16px] accent-primary rounded-[4px] cursor-pointer\">\n                      <span class=\"t-18-27-400 text-fg select-none\">Benchtop Instruments (3)<\/span>\n                    <\/label>\n                                        <div class=\"my-4 h-[0.05vw] bg-c3\"><\/div>\n                                                            <label class=\"flex items-center gap-2 cursor-pointer\">\n                      <input type=\"checkbox\" value=\"portable-meters\" x-model=\"cats\" @change=\"apply()\" class=\"shrink-0 w-[16px] h-[16px] accent-primary rounded-[4px] cursor-pointer\">\n                      <span class=\"t-18-27-400 text-fg select-none\">Portable Meters (3)<\/span>\n                    <\/label>\n                                                          <\/div>\n                <\/div>\n              <\/div>\n              <!-- Date Range section -->\n              <div class=\"uni-accordion-item\">\n                <div class=\"flex items-stretch uni-accordion-toggle cursor-pointer\">\n                  <img decoding=\"async\" src=\"https:\/\/uni-trend.visibleone.dev\/wp-content\/themes\/uni-trend\/public\/images\/vec_Group_8_14271_29511.svg\" class=\"h-full shrink-0\">\n                  <div class=\"flex-1 bg-c10 flex items-center px-[2.7%] py-2.5\">\n                    <span class=\"h6 font-bold text-c1\">Date Range<\/span>\n                  <\/div>\n                  <div class=\"uni-accordion-icon bg-c10 flex items-center justify-center px-3\">\n                    <span class=\"icon-plus\">+<\/span>\n                    <span class=\"icon-minus hidden\">\u2212<\/span>\n                  <\/div>\n                <\/div>\n                <div class=\"uni-accordion-content hidden  lg:pl-[4.86%] mt-5 lg:mt-[8.65%] flex flex-col gap-[0px]\">\n\n                  <div class=\"flex flex-col\">\n                   <div class=\"flex items-center lg:flex-col 6xl:flex-row gap-[0.42vw]\">\n\n                          <!-- Date From -->\n                          <div class=\"flex-1 lg:w-full 6xl:flex-1  bg-c4 rounded-[8px] px-[4%] py-2 flex items-center justify-between gap-[0.52vw]  cursor-pointer\"\n                              @click=\"$refs.df.showPicker ? $refs.df.showPicker() : $refs.df.click()\">\n\n                              <span class=\"body font-normal text-fg\"\n                                    :class=\"from ? 'opacity-100' : 'opacity-60'\"\n                                    x-text=\"from ? format(from) : 'dd\/mm\/yyyy'\"><\/span>\n\n                              <input type=\"date\"\n                                    x-ref=\"df\"\n                                    class=\"sr-only\"\n                                    x-model=\"from\"\n                                    @change=\"if (to &#038;&#038; to < from) { to = ''; } apply()\">\n\n                              <img decoding=\"async\" src=\"https:\/\/uni-trend.visibleone.dev\/wp-content\/themes\/uni-trend\/public\/images\/icons\/calendar.svg\" \/>\n                          <\/div>\n\n                          <!-- Dash -->\n                          <span class=\"body font-normal text-c2 shrink-0\">-<\/span>\n\n                          <!-- Date To -->\n                          <div class=\"flex-1 lg:w-full 6xl:flex-1  bg-c4 rounded-[8px] px-[4%] py-2 flex items-center justify-between gap-[0.52vw]  cursor-pointer\"\n                              @click=\"$refs.dt.showPicker ? $refs.dt.showPicker() : $refs.dt.click()\">\n\n                              <span class=\"body font-normal text-fg\"\n                                    :class=\"to ? 'opacity-100' : 'opacity-60'\"\n                                    x-text=\"to ? format(to) : 'dd\/mm\/yyyy'\"><\/span>\n\n                              <input type=\"date\"\n                                    x-ref=\"dt\"\n                                    class=\"sr-only\"\n                                    x-model=\"to\"\n                                    :min=\"from\"\n                                    @change=\"apply()\">\n\n                              <img decoding=\"async\" src=\"https:\/\/uni-trend.visibleone.dev\/wp-content\/themes\/uni-trend\/public\/images\/icons\/calendar.svg\" \/>\n                          <\/div>\n\n                      <\/div>\n                  <\/div>\n\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/aside>\n          <!-- \/LEFT SIDEBAR -->\n\n          <!-- \u2500\u2500\u2500 RIGHT: Product Timeline (1020px) \u2500\u2500\u2500 -->\n          <div class=\"w-[67.11%] shrink-0 max-lg:w-full\">\n\n            <!-- Product list (flex-col gap=32) -->\n            <div class=\"flex flex-col gap-5 md:gap-[1.67vw] relative\">\n\n              <!-- Vertical divider line \u2014 bounded to product list only (no edge bleed) -->\n              <div class=\"absolute left-[7.84%] top-[4.79vw] bottom-[4.79vw] w-[0.1%] bg-c3 max-lg:hidden\"><\/div>\n\n              <div class=\"flex flex-col gap-5 md:gap-[1.67vw]\" x-ref=\"list\">\n                                  \t<div class=\"flex items-center gap-[1.04vw] max-md:flex-col max-lg:items-stretch max-lg:gap-[2vw]\">\n\t\t<!-- Date chip (160\u00d744, bg #F7F7F7, radius 8) -->\n\t\t<div class=\"xl:w-[8.33vw] lg:w-[10vw] md:w-[13.33vw]  lg:h-[3vw] xl:h-[2.29vw] bg-c4 rounded-[8px] flex items-center justify-center shrink-0 z-[1] max-sm:w-full max-xl:h-[36px] \">\n\t\t\t<span class=\"body font-normal text-fg\">14\/08\/2026<\/span>\n\t\t<\/div>\n\t\t<!-- Card (840\u00d7184, white, border #CBD7DB, radius 16, padding 32) -->\n\t\t<a href=\"https:\/\/uni-trend.visibleone.dev\/de-de\/products\/mso7000x\/\" class=\"w-[82.35%] bg-bg border border-c3 rounded-[16px] p-[3.14%] flex items-center gap-[1.04vw] max-lg:w-full max-lg:p-[4vw] group hover:border-primary hover:bg-c5\">\n\t\t\t<!-- Product image (120\u00d7120, object-contain) -->\n\t\t\t<div class=\"w-[6.25vw] h-[6.25vw] shrink-0 flex items-center justify-center max-lg:w-[60px] max-lg:h-[60px]\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/uni-trend.visibleone.dev\/wp-content\/uploads\/2026\/08\/image_image_17_I14271_26487_14271_27742-300x300.png\" class=\"w-full h-full object-contain\" alt=\"MSO7000X\">\t\t\t<\/div>\n\t\t\t<!-- Content column (flex-1, flex-col gap=16) -->\n\t\t\t<div class=\"flex-1 flex flex-col gap-2 md:gap-[0.83vw]\">\n\t\t\t\t<!-- Text block (flex-col gap=12) -->\n\t\t\t\t<div class=\"flex flex-col gap-[0.63vw]\">\n\t\t\t\t\t<p class=\"body font-semibold text-fg w-[61.94%]\">MSO7000X<\/p>\n\t\t\t\t\t<p class=\"body font-normal text-c2 line-clamp-2\">MSO7000X series is a new mixed-signal oscilloscope with bandwidth up to 2 GHz and sample rate up to 10 GSa\/s. It adopts the unique UltraAcq\u00ae technology to enhance the waveform capture rate up to 800,000 wfms\/s. It supports a variety of advanced measurement and analysis functions, and up to 48 kinds of parameter automatic measurements, which greatly meets the measurement needs of engineers. Equipped with Win10 64-bit operating system, providing users with a stable and scalable system platform. Adopts 15.6-inch high-definition capacitive touch screen, supporting multi-window split-screen display and multiple gesture touch control. Can be widely used in communications, aerospace, education and many other industries and fields.<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<!-- More details link (flex-row gap=8) -->\n\t\t\t\t<div class=\"flex items-center gap-[0.42vw]\">\n\t\t\t\t\t<span class=\"body font-semibold text-primary\">More details<\/span>\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/uni-trend.visibleone.dev\/wp-content\/themes\/uni-trend\/public\/images\/icons\/btn-arrow-primary.svg\" class=\"group-hover:translate-x-2.5 transition-transform duration-200 ease-out\" alt=\"\" \/>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<!-- Business badge (36\u00d736, full circle) -->\n\t\t\t<div class=\"w-[1.88vw] h-[1.88vw] shrink-0 self-start max-lg:w-[28px] max-lg:h-[28px]\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/uni-trend.visibleone.dev\/wp-content\/themes\/uni-trend\/public\/images\/Business_line.png\" class=\"w-full h-full object-cover\" alt=\"\">\n\t\t\t<\/div>\n\t\t<\/a>\n\t<\/div>\n\t                                  \t<div class=\"flex items-center gap-[1.04vw] max-md:flex-col max-lg:items-stretch max-lg:gap-[2vw]\">\n\t\t<!-- Date chip (160\u00d744, bg #F7F7F7, radius 8) -->\n\t\t<div class=\"xl:w-[8.33vw] lg:w-[10vw] md:w-[13.33vw]  lg:h-[3vw] xl:h-[2.29vw] bg-c4 rounded-[8px] flex items-center justify-center shrink-0 z-[1] max-sm:w-full max-xl:h-[36px] \">\n\t\t\t<span class=\"body font-normal text-fg\">10\/08\/2026<\/span>\n\t\t<\/div>\n\t\t<!-- Card (840\u00d7184, white, border #CBD7DB, radius 16, padding 32) -->\n\t\t<a href=\"https:\/\/uni-trend.visibleone.dev\/de-de\/products\/ut22b-eu-voltage-tester\/\" class=\"w-[82.35%] bg-bg border border-c3 rounded-[16px] p-[3.14%] flex items-center gap-[1.04vw] max-lg:w-full max-lg:p-[4vw] group hover:border-primary hover:bg-c5\">\n\t\t\t<!-- Product image (120\u00d7120, object-contain) -->\n\t\t\t<div class=\"w-[6.25vw] h-[6.25vw] shrink-0 flex items-center justify-center max-lg:w-[60px] max-lg:h-[60px]\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/uni-trend.visibleone.dev\/wp-content\/uploads\/2026\/08\/image-36-300x300.png\" class=\"w-full h-full object-contain\" alt=\"UT22B-EU Voltage Tester\">\t\t\t<\/div>\n\t\t\t<!-- Content column (flex-1, flex-col gap=16) -->\n\t\t\t<div class=\"flex-1 flex flex-col gap-2 md:gap-[0.83vw]\">\n\t\t\t\t<!-- Text block (flex-col gap=12) -->\n\t\t\t\t<div class=\"flex flex-col gap-[0.63vw]\">\n\t\t\t\t\t<p class=\"body font-semibold text-fg w-[61.94%]\">UT22B-EU Voltage Tester<\/p>\n\t\t\t\t\t<p class=\"body font-normal text-c2 line-clamp-2\">The UT22B-EU voltage tester is a simple to use tool for electricians and DIYers to measure AC\/DC voltage. This voltage tester is IP54 rated, and designed to withstand a 2-meter drop. The great thing about this product is that it does not require any battery, its power is supplied by the voltage being tested! UT22B can automatically distinguish between AC and DC voltage, indicated by the number of LED lights.<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<!-- More details link (flex-row gap=8) -->\n\t\t\t\t<div class=\"flex items-center gap-[0.42vw]\">\n\t\t\t\t\t<span class=\"body font-semibold text-primary\">More details<\/span>\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/uni-trend.visibleone.dev\/wp-content\/themes\/uni-trend\/public\/images\/icons\/btn-arrow-primary.svg\" class=\"group-hover:translate-x-2.5 transition-transform duration-200 ease-out\" alt=\"\" \/>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<!-- Business badge (36\u00d736, full circle) -->\n\t\t\t<div class=\"w-[1.88vw] h-[1.88vw] shrink-0 self-start max-lg:w-[28px] max-lg:h-[28px]\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/uni-trend.visibleone.dev\/wp-content\/themes\/uni-trend\/public\/images\/Business_line.png\" class=\"w-full h-full object-cover\" alt=\"\">\n\t\t\t<\/div>\n\t\t<\/a>\n\t<\/div>\n\t                              <\/div>\n\n              <p class=\"body font-normal text-c2\" x-show=\"empty\" x-cloak>No products found.<\/p>\n\n            <\/div>\n            <!-- \/Product list -->\n\n            <!-- Load more button (reload icon + text, centered, gap=20, mt=40) -->\n            <div class=\"flex justify-center  mt-[3.92%]\">\n              <button type=\"button\" class=\"flex items-center gap-[1.04vw]\" @click=\"loadMore()\" x-show=\"hasMore &#038;&#038; !empty\" x-cloak>\n                <img decoding=\"async\" src=\"https:\/\/uni-trend.visibleone.dev\/wp-content\/themes\/uni-trend\/public\/images\/icons\/load-more.svg\" \/>\n                <span class=\"body font-normal text-fg\" x-text=\"loading ? 'Loading\u2026' : 'Load more'\"><\/span>\n              <\/button>\n            <\/div>\n\n          <\/div>\n          <!-- \/RIGHT TIMELINE -->\n\n        <\/div>\n\n      <\/div>\n    <\/section>\n","protected":false},"excerpt":{"rendered":"","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-501","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/uni-trend.visibleone.dev\/de-de\/wp-json\/wp\/v2\/pages\/501","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/uni-trend.visibleone.dev\/de-de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/uni-trend.visibleone.dev\/de-de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/uni-trend.visibleone.dev\/de-de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/uni-trend.visibleone.dev\/de-de\/wp-json\/wp\/v2\/comments?post=501"}],"version-history":[{"count":2,"href":"https:\/\/uni-trend.visibleone.dev\/de-de\/wp-json\/wp\/v2\/pages\/501\/revisions"}],"predecessor-version":[{"id":1398,"href":"https:\/\/uni-trend.visibleone.dev\/de-de\/wp-json\/wp\/v2\/pages\/501\/revisions\/1398"}],"wp:attachment":[{"href":"https:\/\/uni-trend.visibleone.dev\/de-de\/wp-json\/wp\/v2\/media?parent=501"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}