{"id":855829,"date":"2025-12-22T08:20:51","date_gmt":"2025-12-22T08:20:51","guid":{"rendered":"https:\/\/elektrobox.ch\/?page_id=855829"},"modified":"2026-06-07T14:54:27","modified_gmt":"2026-06-07T14:54:27","slug":"scientific-calculator","status":"publish","type":"page","link":"https:\/\/elektrobox.ch\/index.php\/scientific-calculator\/","title":{"rendered":"Scientific Calculator"},"content":{"rendered":"            <section class=\"sci-page\" aria-labelledby=\"sci-page-title\">\n                <header class=\"sci-hero\">\n                    <div class=\"sci-hero__content\">\n                        <p class=\"sci-kicker\">ElektroBox Tool<\/p>\n                        <h2 id=\"sci-page-title\">Scientific Calculator for Electronics, Coding and Engineering<\/h2>\n                        <p class=\"sci-hero__lead\">\n                            Use this browser-based scientific calculator for quick calculations during electronics projects, programming tasks, lab notes and study work. It supports trigonometry, powers, roots, logarithms, constants, previous answers and number-base output for decimal, hexadecimal and binary workflows.\n                        <\/p>\n                        <div class=\"sci-hero__meta\" aria-label=\"Tool highlights\">\n                            <span>No login required<\/span>\n                            <span>Runs in the browser<\/span>\n                            <span>Useful for maker projects<\/span>\n                        <\/div>\n                    <\/div>\n                <\/header>\n\n                <div class=\"sci-layout\">\n                    <main class=\"sci-layout__main\">\n                                    <div class=\"sci\" data-sci-calc>\n                <div class=\"sci__topline\">\n                    <div>\n                        <p class=\"sci-kicker\">Calculator<\/p>\n                        <h2 class=\"sci__title\">Scientific calculator<\/h2>\n                    <\/div>\n                    <span class=\"sci__badge\">DEG \u00b7 RAD \u00b7 HEX \u00b7 BIN<\/span>\n                <\/div>\n\n                <div class=\"sci__display\">\n                    <label class=\"sci__label\" for=\"sci-input-1\">Expression<\/label>\n                    <input id=\"sci-input-1\" class=\"sci__input\" type=\"text\" inputmode=\"text\" autocomplete=\"off\" spellcheck=\"false\"\n                           maxlength=\"300\"\n                           placeholder=\"Example: sin(30)+sqrt(16)+2^3\" aria-label=\"Calculator input\" data-sci-input \/>\n                    <div class=\"sci__pretty\" data-sci-pretty aria-label=\"Formula preview\"><\/div>\n                    <div class=\"sci__resultWrap\">\n                        <div class=\"sci__result\" data-sci-result aria-live=\"polite\"><\/div>\n                        <button type=\"button\" class=\"sci__copy\" data-action=\"copy\" aria-label=\"Copy result\">Copy<\/button>\n                    <\/div>\n                    <div class=\"sci__error\" data-sci-error aria-live=\"polite\"><\/div>\n                <\/div>\n\n                <div class=\"sci__toolbar\" aria-label=\"Calculator settings\">\n                    <button type=\"button\" class=\"sci__btn sci__btn--toggle\" data-action=\"shift\" aria-label=\"Toggle secondary functions\">2nd<\/button>\n                    <button type=\"button\" class=\"sci__btn sci__btn--toggle\" data-action=\"angle\" aria-label=\"Toggle angle mode\">DEG<\/button>\n                    <button type=\"button\" class=\"sci__btn sci__btn--toggle\" data-action=\"kbd\" aria-label=\"Toggle keyboard input\">ABC<\/button>\n\n                    <div class=\"sci__bases\" aria-label=\"Number base selection\">\n                        <button type=\"button\" class=\"sci__btn sci__btn--toggle\" data-action=\"base\" data-base=\"DEC\">DEC<\/button>\n                        <button type=\"button\" class=\"sci__btn sci__btn--toggle\" data-action=\"base\" data-base=\"HEX\">HEX<\/button>\n                        <button type=\"button\" class=\"sci__btn sci__btn--toggle\" data-action=\"base\" data-base=\"BIN\">BIN<\/button>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sci__keys\" aria-label=\"Calculator buttons\">\n                    <button type=\"button\" class=\"sci__btn\" data-insert=\"(\">(<\/button>\n                    <button type=\"button\" class=\"sci__btn\" data-insert=\")\">)<\/button>\n                    <button type=\"button\" class=\"sci__btn sci__btn--danger\" data-action=\"clear\">C<\/button>\n                    <button type=\"button\" class=\"sci__btn\" data-action=\"backspace\">\u232b<\/button>\n\n                    <button type=\"button\" class=\"sci__btn\" data-primary-label=\"sin\" data-secondary-label=\"asin\" data-primary-insert=\"sin(\" data-secondary-insert=\"asin(\">sin<\/button>\n                    <button type=\"button\" class=\"sci__btn\" data-primary-label=\"cos\" data-secondary-label=\"acos\" data-primary-insert=\"cos(\" data-secondary-insert=\"acos(\">cos<\/button>\n                    <button type=\"button\" class=\"sci__btn\" data-primary-label=\"tan\" data-secondary-label=\"atan\" data-primary-insert=\"tan(\" data-secondary-insert=\"atan(\">tan<\/button>\n                    <button type=\"button\" class=\"sci__btn\" data-insert=\"^\">x\u02b8<\/button>\n\n                    <button type=\"button\" class=\"sci__btn\" data-insert=\"ln(\">ln<\/button>\n                    <button type=\"button\" class=\"sci__btn\" data-insert=\"log10(\">log<\/button>\n                    <button type=\"button\" class=\"sci__btn\" data-action=\"wrap\" data-wrap=\"sqrt\">\u221ax<\/button>\n                    <button type=\"button\" class=\"sci__btn sci__btn--operator\" data-insert=\"\/\">\u00f7<\/button>\n\n                    <button type=\"button\" class=\"sci__btn\" data-action=\"wrapPow\" data-pow=\"2\">x\u00b2<\/button>\n                    <button type=\"button\" class=\"sci__btn\" data-action=\"wrapPow\" data-pow=\"3\">x\u00b3<\/button>\n                    <button type=\"button\" class=\"sci__btn\" data-insert=\"pi\">\u03c0<\/button>\n                    <button type=\"button\" class=\"sci__btn sci__btn--operator\" data-insert=\"*\">\u00d7<\/button>\n\n                    <button type=\"button\" class=\"sci__btn\" data-insert=\"7\">7<\/button>\n                    <button type=\"button\" class=\"sci__btn\" data-insert=\"8\">8<\/button>\n                    <button type=\"button\" class=\"sci__btn\" data-insert=\"9\">9<\/button>\n                    <button type=\"button\" class=\"sci__btn sci__btn--operator\" data-insert=\"-\">\u2212<\/button>\n\n                    <button type=\"button\" class=\"sci__btn\" data-insert=\"4\">4<\/button>\n                    <button type=\"button\" class=\"sci__btn\" data-insert=\"5\">5<\/button>\n                    <button type=\"button\" class=\"sci__btn\" data-insert=\"6\">6<\/button>\n                    <button type=\"button\" class=\"sci__btn sci__btn--operator\" data-insert=\"+\">+<\/button>\n\n                    <button type=\"button\" class=\"sci__btn\" data-insert=\"1\">1<\/button>\n                    <button type=\"button\" class=\"sci__btn\" data-insert=\"2\">2<\/button>\n                    <button type=\"button\" class=\"sci__btn\" data-insert=\"3\">3<\/button>\n                    <button type=\"button\" class=\"sci__btn sci__btn--primary\" data-action=\"eval\">=<\/button>\n\n                    <button type=\"button\" class=\"sci__btn sci__btn--span2\" data-insert=\"0\">0<\/button>\n                    <button type=\"button\" class=\"sci__btn\" data-insert=\".\">.<\/button>\n                    <button type=\"button\" class=\"sci__btn\" data-action=\"ans\">Ans<\/button>\n\n                    <button type=\"button\" class=\"sci__btn\" data-insert=\"e\">e<\/button>\n                    <button type=\"button\" class=\"sci__btn\" data-insert=\"exp(\">exp<\/button>\n                    <button type=\"button\" class=\"sci__btn\" data-insert=\"abs(\">abs<\/button>\n                    <button type=\"button\" class=\"sci__btn\" data-insert=\"!\">x!<\/button>\n                <\/div>\n\n                <div class=\"sci__history\">\n                    <div class=\"sci__historyHead\">\n                        <div class=\"sci__historyTitle\">History<\/div>\n                        <button type=\"button\" class=\"sci__btn sci__btn--small\" data-action=\"clearHistory\">Clear history<\/button>\n                    <\/div>\n                    <ul class=\"sci__historyList\" data-sci-history><\/ul>\n                <\/div>\n            <\/div>\n        \n                        <section class=\"sci-section\" aria-labelledby=\"sci-how-title\">\n                            <p class=\"sci-kicker\">How to use it<\/p>\n                            <h2 id=\"sci-how-title\">Fast scientific calculations without leaving the project page<\/h2>\n                            <p>\n                                Enter a formula directly or build it with the calculator buttons. Press <strong>=<\/strong> or the Enter key to calculate. The result can be reused with <strong>Ans<\/strong>, which is useful when a calculation has several steps.\n                            <\/p>\n                            <div class=\"sci-info-grid\">\n                                <article class=\"sci-info-card\">\n                                    <h3>Angle mode<\/h3>\n                                    <p>Use <strong>DEG<\/strong> for common angle calculations in degrees. Switch to <strong>RAD<\/strong> when working with formulas or code that expect radians.<\/p>\n                                <\/article>\n                                <article class=\"sci-info-card\">\n                                    <h3>Number bases<\/h3>\n                                    <p>Keep the expression in normal mathematical form and switch the result display between decimal, hexadecimal and binary for embedded or programming work.<\/p>\n                                <\/article>\n                                <article class=\"sci-info-card\">\n                                    <h3>Formula preview<\/h3>\n                                    <p>The preview helps you check brackets, powers and functions before calculating, reducing typical typing mistakes in longer formulas.<\/p>\n                                <\/article>\n                            <\/div>\n                        <\/section>\n\n                        <section class=\"sci-section\" aria-labelledby=\"sci-examples-title\">\n                            <p class=\"sci-kicker\">Examples<\/p>\n                            <h2 id=\"sci-examples-title\">Typical calculations for electronics projects<\/h2>\n                            <div class=\"sci-example-grid\">\n                                <button type=\"button\" class=\"sci-example\" data-sci-example=\"sin(30)+sqrt(16)+2^3\">\n                                    <span>General formula<\/span>\n                                    <code>sin(30)+sqrt(16)+2^3<\/code>\n                                <\/button>\n                                <button type=\"button\" class=\"sci-example\" data-sci-example=\"3.3\/1024*512\">\n                                    <span>ADC scaling<\/span>\n                                    <code>3.3\/1024*512<\/code>\n                                <\/button>\n                                <button type=\"button\" class=\"sci-example\" data-sci-example=\"log10(1000)\">\n                                    <span>Logarithm<\/span>\n                                    <code>log10(1000)<\/code>\n                                <\/button>\n                                <button type=\"button\" class=\"sci-example\" data-sci-example=\"2^8-1\">\n                                    <span>8-bit maximum<\/span>\n                                    <code>2^8-1<\/code>\n                                <\/button>\n                            <\/div>\n                        <\/section>\n\n                        <section class=\"sci-section\" aria-labelledby=\"sci-functions-title\">\n                            <p class=\"sci-kicker\">Supported functions<\/p>\n                            <h2 id=\"sci-functions-title\">Functions and constants included<\/h2>\n                            <div class=\"sci-table-wrap\">\n                                <table class=\"sci-table\">\n                                    <thead>\n                                        <tr>\n                                            <th scope=\"col\">Category<\/th>\n                                            <th scope=\"col\">Use<\/th>\n                                            <th scope=\"col\">Examples<\/th>\n                                        <\/tr>\n                                    <\/thead>\n                                    <tbody>\n                                        <tr>\n                                            <td>Trigonometry<\/td>\n                                            <td>Angle calculations in degree or radian mode<\/td>\n                                            <td><code>sin(30)<\/code>, <code>acos(0.5)<\/code><\/td>\n                                        <\/tr>\n                                        <tr>\n                                            <td>Powers and roots<\/td>\n                                            <td>Square, cube, custom powers and square roots<\/td>\n                                            <td><code>5^2<\/code>, <code>sqrt(81)<\/code><\/td>\n                                        <\/tr>\n                                        <tr>\n                                            <td>Logarithms<\/td>\n                                            <td>Natural log, base-10 log and exponential values<\/td>\n                                            <td><code>ln(e)<\/code>, <code>log10(1000)<\/code>, <code>exp(2)<\/code><\/td>\n                                        <\/tr>\n                                        <tr>\n                                            <td>Constants<\/td>\n                                            <td>Common mathematical constants and previous result<\/td>\n                                            <td><code>pi<\/code>, <code>e<\/code>, <code>ans<\/code><\/td>\n                                        <\/tr>\n                                    <\/tbody>\n                                <\/table>\n                            <\/div>\n                        <\/section>\n\n                        <section class=\"sci-section\" aria-labelledby=\"sci-faq-title\">\n                            <p class=\"sci-kicker\">FAQ<\/p>\n                            <h2 id=\"sci-faq-title\">Scientific calculator questions<\/h2>\n                            <details class=\"sci-faq\">\n                                <summary>Does the calculator store my calculations?<\/summary>\n                                <p>The calculator keeps a local session history in your browser tab so you can reuse recent expressions. It is not submitted through a form by this plugin.<\/p>\n                            <\/details>\n                            <details class=\"sci-faq\">\n                                <summary>When should I use DEG or RAD?<\/summary>\n                                <p>Use DEG for angle values written in degrees, for example <code>sin(30)<\/code>. Use RAD for formulas from mathematics, physics or programming libraries where angles are expected in radians.<\/p>\n                            <\/details>\n                            <details class=\"sci-faq\">\n                                <summary>Can I use it for electronics formulas?<\/summary>\n                                <p>Yes. It is suitable for quick supporting calculations such as ratios, ADC scaling, timing values, logarithms and binary or hexadecimal result checks.<\/p>\n                            <\/details>\n                        <\/section>\n                    <\/main>\n\n                    <aside class=\"sci-layout__side\" aria-label=\"Related information\">\n                        <div class=\"sci-side-card\">\n                            <h2>Tool notes<\/h2>\n                            <ul>\n                                <li>Use brackets for complex formulas.<\/li>\n                                <li>Use <code>*<\/code> for multiplication.<\/li>\n                                <li>Use <code>.<\/code> or <code>,<\/code> as decimal separator.<\/li>\n                                <li>Use <code>ans<\/code> to continue with the last result.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/aside>\n                <\/div>\n            <\/section>\n        \n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\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":{"footnotes":""},"class_list":["post-855829","page","type-page","status-publish","hentry"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Scientific Calculator - ElektroBox<\/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:\/\/elektrobox.ch\/index.php\/scientific-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Scientific Calculator - ElektroBox\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elektrobox.ch\/index.php\/scientific-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"ElektroBox\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-07T14:54:27+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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/scientific-calculator\\\/\",\"url\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/scientific-calculator\\\/\",\"name\":\"Scientific Calculator - ElektroBox\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/#website\"},\"datePublished\":\"2025-12-22T08:20:51+00:00\",\"dateModified\":\"2026-06-07T14:54:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/scientific-calculator\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/scientific-calculator\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/scientific-calculator\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/elektrobox.ch\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Scientific Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/#website\",\"url\":\"https:\\\/\\\/elektrobox.ch\\\/\",\"name\":\"ElektroBox\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/#\\\/schema\\\/person\\\/878bd55e17d9d0b1a53523fa5e90f6b2\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/elektrobox.ch\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/#\\\/schema\\\/person\\\/878bd55e17d9d0b1a53523fa5e90f6b2\",\"name\":\"Jacob Jarosz\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Logo_Color-Kopie-scaled.png\",\"url\":\"https:\\\/\\\/elektrobox.ch\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Logo_Color-Kopie-scaled.png\",\"contentUrl\":\"https:\\\/\\\/elektrobox.ch\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Logo_Color-Kopie-scaled.png\",\"width\":2560,\"height\":2560,\"caption\":\"Jacob Jarosz\"},\"logo\":{\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Logo_Color-Kopie-scaled.png\"},\"sameAs\":[\"http:\\\/\\\/elektrobox.ch\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Scientific Calculator - ElektroBox","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:\/\/elektrobox.ch\/index.php\/scientific-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Scientific Calculator - ElektroBox","og_url":"https:\/\/elektrobox.ch\/index.php\/scientific-calculator\/","og_site_name":"ElektroBox","article_modified_time":"2026-06-07T14:54:27+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/elektrobox.ch\/index.php\/scientific-calculator\/","url":"https:\/\/elektrobox.ch\/index.php\/scientific-calculator\/","name":"Scientific Calculator - ElektroBox","isPartOf":{"@id":"https:\/\/elektrobox.ch\/#website"},"datePublished":"2025-12-22T08:20:51+00:00","dateModified":"2026-06-07T14:54:27+00:00","breadcrumb":{"@id":"https:\/\/elektrobox.ch\/index.php\/scientific-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elektrobox.ch\/index.php\/scientific-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elektrobox.ch\/index.php\/scientific-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elektrobox.ch\/"},{"@type":"ListItem","position":2,"name":"Scientific Calculator"}]},{"@type":"WebSite","@id":"https:\/\/elektrobox.ch\/#website","url":"https:\/\/elektrobox.ch\/","name":"ElektroBox","description":"","publisher":{"@id":"https:\/\/elektrobox.ch\/#\/schema\/person\/878bd55e17d9d0b1a53523fa5e90f6b2"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elektrobox.ch\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/elektrobox.ch\/#\/schema\/person\/878bd55e17d9d0b1a53523fa5e90f6b2","name":"Jacob Jarosz","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/05\/Logo_Color-Kopie-scaled.png","url":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/05\/Logo_Color-Kopie-scaled.png","contentUrl":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/05\/Logo_Color-Kopie-scaled.png","width":2560,"height":2560,"caption":"Jacob Jarosz"},"logo":{"@id":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/05\/Logo_Color-Kopie-scaled.png"},"sameAs":["http:\/\/elektrobox.ch"]}]}},"_links":{"self":[{"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/pages\/855829","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/comments?post=855829"}],"version-history":[{"count":1,"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/pages\/855829\/revisions"}],"predecessor-version":[{"id":855830,"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/pages\/855829\/revisions\/855830"}],"wp:attachment":[{"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/media?parent=855829"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}