{"id":180,"date":"2023-02-15T03:24:23","date_gmt":"2023-02-15T03:24:23","guid":{"rendered":"https:\/\/www.tools.keywordfinder.us\/?page_id=180"},"modified":"2023-03-28T06:17:53","modified_gmt":"2023-03-28T06:17:53","slug":"png-converter","status":"publish","type":"page","link":"https:\/\/tools.billionsideas.com\/nl_nl\/png-converter\/","title":{"rendered":"PNG Converter"},"content":{"rendered":"<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column has-base-3-background-color has-background is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<link rel=\"stylesheet\" type=\"text\/css\" href=\"style.css\">\n   <section>\n  <h1>PNG Converter<\/h1>\n  <div id=\"upload-container\">\n      <input type=\"file\" id=\"file-input\" onchange=\"handleFile()\">\n      <label for=\"file-input\">Upload File<\/label>\n    <\/div>\n    <div id=\"url-container\">\n      <input type=\"text\" id=\"url-input\" placeholder=\"Enter image URL\"> <br>\n      <button onclick=\"handleURL()\">Convert<\/button>\n    <\/div>\n    <div id=\"image-container\"><\/div>\n    <button id=\"download-button\" onclick=\"downloadImage()\">Download PNG<\/button><br><br>\n    <script src=\"script.js\"><\/script>\n\n<\/section>\n<style>\n\nsection {text-align:center}\n\n\/* Button Styles *\/\nbutton, .button, #button, btn, .btn, #btn, downloadlink,  #download-button, #button-copy, button-copy, copy-button, #copy-button, #copy, copy, #download-html-button{\n  display: inline-block;\n  padding: 12px 24px;\n  font-size: 16px;\n  font-weight: 500;\n  color: #ffffff;\n  text-transform: uppercase;\n  text-decoration: none;\n  text-align: center;\n  border-radius: 30px;\n  background-image: linear-gradient(to right, #0088FF, #0088FF);\n  border: 3px solid #fff;\n  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);\n  transition: all 0.3s ease;\n  margin:0 auto;\n  margin-top:11px;\n  margin-bottom:11px;\n  text-shadow: 2px 2px 4px #333;\n}\n\n\/* Button Hover State *\/\nbutton:hover {\n  background-image: linear-gradient(to right, #FF1493, #FF1493);\n  border: 3px solid #ffffff;\n  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n}\n\n -input{\n  width: 25%;\n  height: 100%;\n  padding: 5px;\n  font-size: 16px;\n  font-family: Arial, sans-serif;\n  border: 2px solid;\n  border-image: linear-gradient(to right, #06c, #f90) 1;\n  border-radius: 5px;\n  box-shadow: 2px 2px 5px #ccc;\n  transition: all 0.2s ease-in-out;\n  margin-top:10px;margin-bottom:10px;\n  margin:0 auto;\n}\n\ninput[type=file]::file-selector-button {\n  display: inline-block;\n  padding: 1.0rem 1rem;\n  font-size: 1.125rem;\n  font-weight: bold;\n  color: #fff;\n  text-align: center;\n  text-transform: uppercase;\n  background-color: #0088FF;\n  border-radius: 0rem;\n  cursor: pointer;\n  transition: background-color 0.2s ease-in-out;\n  border: 0px solid #fff;\n  width:100%;\n  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);\n}\n\ninput[type=file]::file-selector-button:hover {\n  background-color: #5b52d6;\n}\n\ninput[type=file]::file-selector-button:active {\n  background-color: #4a41ad;\n}\n\ninput[type=file]::file-selector-button:focus {\n  outline: none;\n  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #6c63ff;\n}\n\ninput[type=file]::file-selector-button::before {\n  content: \"Select File\";\n}\n\ninput[type=file]::file-selector-button::before,\ninput[type=file]::file-selector-button::before {\n  content: \"\\2193 Browse Files\";\n}\n\n\ninput[type=\"file\"] {\n  display: yes;\n}\ninput[type=\"text\"], input[type=\"url\"] {\n  width: 80%;\n  height: 50px;\n  padding: 5px;\n  font-size: 16px;\n  font-family: Arial, sans-serif;\n  border: 2px solid;\n  border-image: linear-gradient(to right, #06c, #f90) 1;\n  border-radius: 5px;\n  box-shadow: 2px 2px 5px #ccc;\n  transition: all 0.2s ease-in-out;\n  margin-top:10px;margin-bottom:10px;\n  margin:0 auto;\n}\ninput[type=\"number\"], select {\n  width: 30%;\n  height: 50px;\n  padding: 5px;\n  font-size: 16px;\n  font-family: Arial, sans-serif;\n  border: 2px solid;\n  border-image: linear-gradient(to right, #06c, #f90) 1;\n  border-radius: 5px;\n  box-shadow: 2px 2px 5px #ccc;\n  transition: all 0.2s ease-in-out;\n  margin-top:10px;margin-bottom:10px;\n  margin:0 auto;\n}\n\ntextarea {\n  width: 100%;\n  height: 170px;\n  padding: 10px;\n  font-size: 16px;\n  font-family: Arial, sans-serif;\n  border: 2px solid;\n  border-image: linear-gradient(to right, #06c, #f90) 1;\n  border-radius: 5px;\n  box-shadow: 2px 2px 5px #ccc, -2px -2px 5px #ccc;  \n  transition: all 0.2s ease-in-out;\n  margin-top:10px;margin-bottom:10px;\n  margin:0 auto;\n}\n\ntextarea:hover {\n  border-color: #06c;\n  box-shadow: 2px 2px 10px #06c;\n}\n\ntextarea:focus {\n  outline: none;\n  border-color: #06c;\n  box-shadow: 2px 2px 10px #06c;\n}\n\ncanvas, #image-container, .img, #img, image, .image, #image, #convertedImage, #preview-image {\n  border: 5px solid;\n  border-image: linear-gradient(to bottom, #007bff, #00f260);\n  border-image-slice: 1;\n  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);\n  margin-top:10px;margin-bottom:10px;\n  width:90%;\n  margin:0 auto;padding:15px;\n\n}\n\n#image-container img {\n  max-width: 100%;\n  }\n\ncode, pre, .result, output, #output, .output {\n  font-family: Monaco, Consolas, \"Andale Mono\", \"DejaVu Sans Mono\", monospace;\n  font-size: 0.9em;\n  color: #333;\n  background-color: #f9f9f9;\n  padding: 0.2em 0.4em;\n  border: 2px solid;\n  border-image: linear-gradient(to right, #06c, #f90) 1;\n  border-radius: 5px;\n  box-shadow: 2px 2px 5px #ccc, -2px -2px 5px #ccc;  \n  transition: all 0.2s ease-in-out;\n  white-space: pre-wrap;\n  margin-top:10px;margin-bottom:10px;\n  margin:0 auto;\n  width:100%;\n  padding:15px;\n\n}\n\n\ninput[type=\"range\"] {\n  -webkit-appearance: none;\n  width: 80%;\n  background: transparent;\n  height: 10px;\n  border-radius: 5px;\n  outline: none;\n  padding: 0;\n  margin: 0;\n  box-shadow: inset 0 0 5px #333;\n  transition: box-shadow 0.2s;\n  margin-top:10px;\n\n}\n\ninput[type=\"range\"]:focus {\n  box-shadow: inset 0 0 5px #888;\n}\n\ninput[type=\"range\"]::-webkit-slider-thumb {\n  -webkit-appearance: none;\n  height: 20px;\n  width: 20px;\n  border-radius: 50%;\n  background: #4CAF50;\n  cursor: pointer;\n  transition: background 0.2s;\n  margin-top:-5px;\n}\n\ninput[type=\"range\"]::-webkit-slider-thumb:hover {\n  background: #3e8e41;\n}\n\ninput[type=\"range\"]::-webkit-slider-runnable-track {\n  height: 10px;\n  background: #ddd;\n  border-radius: 5px;\n  border: none;\n}\ninput[type=\"checkbox\"] {\n  appearance: none;\n  width: 45px;\n  height: 25px;\n  background: transparent;\n  border: 2px solid;\n  border-image: linear-gradient(to right, #06c, #f90) 1;  border-radius: 5px;\n  margin: 10px;\n  outline: none;\n  cursor: pointer;\n  position: relative;\n}\n\ninput[type=\"checkbox\"]:before {\n  content: \"\";\n  width: 15px;\n  height: 15px;\n  background: #D209A4;\n  border-radius: 100px;\n  position: absolute;\n  left: 2px;\n  \n  top: 3px;\n  transition: all 0.2s;\n}\n\ninput[type=\"checkbox\"]:checked:before {\n  transform: translateX(20px);\n}\n\ninput[type=\"checkbox\"]:focus {\n  border: 2px solid #888;\n}\ninput[type=\"radio\"] {\n  appearance: none;\n  width: 20px;\n  height: 20px;\n  border-radius: 50%;\n  border: 2px solid #333;\n  margin-right: 10px;\n  outline: none;\n  position: relative;\n  cursor: pointer;\n}\n\ninput[type=\"radio\"]:after {\n  content: \"\";\n  width: 10px;\n  height: 10px;\n  border-radius: 50%;\n  background: #333;\n  position: absolute;\n  top: 5px;\n  left: 5px;\n  opacity: 0;\n  transition: all 0.2s;\n}\n\ninput[type=\"radio\"]:checked:after {\n  opacity: 1;\n}\n\ninput[type=\"radio\"]:focus {\n  border-color: #888;\n}\n\n\ninput[type=\"radio\"] {\n  display: inline-block;\n  margin-right: 10px;\n  vertical-align: middle;\n}\n\nlabel {\n  display: block; \/* makes each label appear on a new line *\/\n  font-size: 16px;\n  font-weight: bold;\n  margin-bottom: 5px; \/* adds a small gap below each label *\/\n  color:#55555e;\n  margin-top:11px;margin-bottom:11px;\n}\n\ninput[type=\"color\"]{width:17.2%;}\n.form-control {\n    display: block;\n    margin:0 auto;\n    width: 70%;\n    padding: 0.375rem 0.75rem;\n    font-size: 1rem;\n    font-weight: 400;\n    line-height: 1.5;\n    color: #212529;\n    background-color: #fff;\n    background-clip: padding-box;\n    border: 1px solid #ced4da;\n    -webkit-appearance: none;\n    -moz-appearance: none;\n    appearance: none;\n    border-radius: 0.25rem;\n    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;\n}\nsection{\n         margin-top:60px;\n        width: 100%;\n        max-width: 970px;\n        background-color: #fff;\n        border: 1px solid #ddd;\n        padding: 25px;\n      }\n<\/style>\n\n<script>\nfunction handleFile() {\n  var file = document.getElementById(\"file-input\").files[0];\n  var reader = new FileReader();\n  reader.onloadend = function() {\n    convertImage(reader.result);\n  }\n  reader.readAsDataURL(file);\n}\n\nfunction handleURL() {\n  var url = document.getElementById(\"url-input\").value;\n  convertImage(url);\n}\n\nfunction convertImage(src) {\n  var image = new Image();\n  image.onload = function() {\n    var canvas = document.createElement(\"canvas\");\n    canvas.width = image.width;\n    canvas.height = image.height;\n    var ctx = canvas.getContext(\"2d\");\n    ctx.drawImage(image, 0, 0);\n    var dataURL = canvas.toDataURL(\"image\/png\");\n    var imageContainer = document.getElementById(\"image-container\");\n    imageContainer.innerHTML = \"\";\n    var convertedImage = new Image();\n    convertedImage.src = dataURL;\n    imageContainer.appendChild(convertedImage);\n    document.getElementById(\"download-button\").style.visibility = \"visible\";\n    document.getElementById(\"download-button\").href = dataURL;\n  }\n  image.src = src;\n}\n\nfunction downloadImage() {\n  var button = document.getElementById(\"download-button\");\n  var fileName = \"converted.png\";\n  button.setAttribute(\"download\", fileName);\n}\n\n\nfunction downloadImage() {\n  var data = document.getElementById(\"download-button\").href;\n  var fileName = \"converted.png\";\n\n  \/\/ create a Blob from the data URL\n  var blob = dataURItoBlob(data);\n\n  \/\/ create an object URL from the Blob\n  var objectURL = URL.createObjectURL(blob);\n\n  \/\/ create a link element and trigger a click event to start the download\n  var a = document.createElement(\"a\");\n  a.href = objectURL;\n  a.download = fileName;\n  document.body.appendChild(a);\n  a.click();\n\n  \/\/ cleanup\n  URL.revokeObjectURL(objectURL);\n  document.body.removeChild(a);\n}\n\nfunction dataURItoBlob(dataURI) {\n    \/\/ convert base64\/URLEncoded data component to raw binary data held in a string\n    var byteString;\n    if (dataURI.split(',')[0].indexOf('base64') >= 0)\n        byteString = atob(dataURI.split(',')[1]);\n    else\n        byteString = unescape(dataURI.split(',')[1]);\n\n    \/\/ separate out the mime component\n    var mimeString = dataURI.split(',')[0].split(':')[1].split(';')[0];\n\n    \/\/ write the bytes of the string to a typed array\n    var ia = new Uint8Array(byteString.length);\n    for (var i = 0; i < byteString.length; i++) {\n        ia[i] = byteString.charCodeAt(i);\n    }\n\n    return new Blob([ia], {type:mimeString});\n}\n\n<\/script>\n<\/div>\n<\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"1024\" height=\"512\" src=\"https:\/\/tools.billionsideas.com\/wp-content\/uploads\/2023\/03\/png-converter.png\" alt=\"png converter\" class=\"wp-image-3416\" srcset=\"https:\/\/tools.billionsideas.com\/wp-content\/uploads\/2023\/03\/png-converter.png 1024w, https:\/\/tools.billionsideas.com\/wp-content\/uploads\/2023\/03\/png-converter-300x150.png 300w, https:\/\/tools.billionsideas.com\/wp-content\/uploads\/2023\/03\/png-converter-768x384.png 768w, https:\/\/tools.billionsideas.com\/wp-content\/uploads\/2023\/03\/png-converter-18x9.png 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>PNG (Portable Network Graphics) is a popular image format that's widely used on the web. While PNGs offer many benefits over other image formats, such as transparency and high colour depth, they can also be large in file size. To overcome this issue, you may need to convert PNG files to other formats that offer better compression, compatibility, or editing capabilities.<\/p>\n\n\n\n<p>In this article, we'll explore the world of PNG converters and show you how to use them to convert PNG files to other formats. We'll cover some of the best PNG converters available, as well as their key features, benefits, and drawbacks.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What is a PNG Converter?<\/strong><\/h2>\n\n\n\n<p>A PNG converter is a software application or online tool that allows you to convert image files from one format to another. Most converters support a wide range of formats, including PNG, JPEG, BMP, GIF, and TIFF, among others. They may also offer features like image resizing, batch processing, and colour adjustments.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why Use a PNG Converter?<\/strong><\/h2>\n\n\n\n<p>There are several reasons why you might want to use a PNG converter, including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Compatibility:<\/strong> Some programs or devices may not support PNG files or may require a different file format.<\/li>\n\n\n\n<li><strong>File size:<\/strong> Converting a PNG file to a different format can reduce its size and make it easier to share or upload online.<\/li>\n\n\n\n<li><strong>Quality: <\/strong>Converting a low-quality PNG file to a different format can improve its overall quality and clarity.<\/li>\n\n\n\n<li><strong>Editing:<\/strong> Converting a PNG file to a format that supports layers or other advanced editing features can make it easier to edit or manipulate in software like Photoshop.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How Does a PNG Converter Work?<\/strong><\/h2>\n\n\n\n<p>PNG converters use algorithms to compress or decompress image data, depending on the selected output format. When you convert a PNG file to a different format, the converter will typically re-encode the file using a different compression method, colour space, or resolution.<\/p>\n\n\n\n<p>For example, if you convert a PNG file to a JPEG file, the converter may use lossy compression to reduce the file size, while also sacrificing some quality. If you convert a PNG file to a TIFF file, the converter may use a different colour space to ensure compatibility with older systems.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Benefits of Using a PNG Converter<\/strong><\/h2>\n\n\n\n<p>Using a PNG converter offers several benefits, including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Reduced file size:<\/strong> Converting a PNG file to a different format can significantly reduce its file size, making it easier to share or upload online.<\/li>\n\n\n\n<li><strong>Improved compatibility:<\/strong> Converting a PNG file to a format that is compatible with more devices and software can help ensure that your images are accessible to a wider audience.<\/li>\n\n\n\n<li><strong>Better quality:<\/strong> Converting a low-quality PNG file to a different format can improve its overall quality and clarity.<\/li>\n\n\n\n<li><strong>Advanced editing features:<\/strong> Converting a PNG file to a format that supports layers or other advanced editing features can make it easier to edit or manipulate in software like Photoshop.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Best PNG Converters<\/strong><\/h2>\n\n\n\n<p>There are many PNG converters available, both free and paid. Here are some of the best ones:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong><a href=\"https:\/\/tools.billionsideas.com\/nl_nl\/png-converter\/\">BI Tools<\/a>:<\/strong> Billions Ideas Tools is a free online tool that allows you to convert images, audio, video, documents, and more. It supports a wide range of formats, including PNG, JPEG, BMP, GIF, and TIFF, among others. It also offers features like batch processing, resizing, and image rotation.<\/li>\n\n\n\n<li><strong><a href=\"https:\/\/www.adobe.com\/in\/products\/photoshop.html\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Adobe Photoshop<\/a>:<\/strong> Adobe Photoshop is a professional image editor that supports a wide range of image formats, including PNG. It allows you to open, edit, and save PNG files in various formats, such as JPEG, TIFF, GIF, and PSD. Photoshop also offers advanced features like colour correction, retouching, and layer management.<\/li>\n\n\n\n<li><strong><a href=\"https:\/\/www.gimp.org\/\" rel=\"nofollow noopener\" target=\"_blank\">GIMP<\/a>: <\/strong>GIMP (GNU Image Manipulation Program) is a free, open-source image editor that's similar to Photoshop in many ways. It supports a range of formats, including PNG, and offers features like layer masks, filters, and plug-ins. GIMP is available on Windows, Mac, and Linux.<\/li>\n\n\n\n<li><strong>Paint.NET:<\/strong> Paint.NET is a free image editor that's designed for Windows. It supports a range of formats, including PNG, and offers features like layers, special effects, and batch processing. Paint.NET is easy to use and has a user-friendly interface.<\/li>\n\n\n\n<li><strong>XnConvert: <\/strong>XnConvert is a powerful batch image converter that supports over 500 image formats, including PNG. It allows you to convert multiple files at once, resize and crop images, and apply various filters and effects. XnConvert is available on Windows, Mac, and Linux.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to Use a PNG Converter?<\/strong><\/h2>\n\n\n\n<p>Using a PNG converter is generally a straightforward process. Here are the basic steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Choose a PNG converter:<\/strong> Open <a href=\"https:\/\/tools.billionsideas.com\/nl_nl\/png-converter\/\">BI Tools PNG Converter<\/a>. <\/li>\n\n\n\n<li><strong>Upload your PNG file:<\/strong> Use the converter's upload feature to select the PNG file you want to convert.<\/li>\n\n\n\n<li><strong>Choose your output format:<\/strong> Select the output format you want to convert your PNG file to.<\/li>\n\n\n\n<li><strong>Configure the conversion settings:<\/strong> Some converters allow you to adjust settings like image quality, resolution, or colour space. Make any necessary adjustments.<\/li>\n\n\n\n<li><strong>Convert the file:<\/strong> Start the conversion process and wait for the file to be converted.<\/li>\n\n\n\n<li><strong>Download the output file: <\/strong>Once the conversion is complete, download the new file to your device.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>A PNG converter is a valuable tool for anyone working with images, whether you're a professional graphic designer or a casual user. It allows you to convert PNG files to different formats and enjoy the benefits of improved compatibility, reduced file size, and advanced editing features. With the variety of free and paid PNG converters available, there's no reason not to take advantage of this powerful tool. We suggest you use <a href=\"https:\/\/tools.billionsideas.com\/nl_nl\/\">Billions Ideas Tools<\/a> for converting images to PNG. <\/p>","protected":false},"excerpt":{"rendered":"<p>PNG Converter Upload File Convert Download PNG PNG (Portable Network Graphics) is a popular image format that&#8217;s widely used on the web. While PNGs offer many benefits over other image formats, such as transparency and high colour depth, they can also be large in file size. To overcome this issue, you may need to convert &#8230; <a title=\"PNG Converter\" class=\"read-more\" href=\"https:\/\/tools.billionsideas.com\/nl_nl\/png-converter\/\" aria-label=\"Lees meer over PNG Converter\">Lees meer<\/a><\/p>","protected":false},"author":1,"featured_media":3417,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","footnotes":""},"class_list":["post-180","page","type-page","status-publish","has-post-thumbnail"],"taxonomy_info":[],"featured_image_src_large":["https:\/\/tools.billionsideas.com\/wp-content\/uploads\/2023\/03\/png-converter-bi-tools.png",800,500,false],"author_info":{"display_name":"Billions Ideas","author_link":"https:\/\/tools.billionsideas.com\/nl_nl\/author\/loginbillionsideas-com\/"},"comment_info":0,"jetpack-related-posts":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tools.billionsideas.com\/nl_nl\/wp-json\/wp\/v2\/pages\/180","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tools.billionsideas.com\/nl_nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tools.billionsideas.com\/nl_nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tools.billionsideas.com\/nl_nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tools.billionsideas.com\/nl_nl\/wp-json\/wp\/v2\/comments?post=180"}],"version-history":[{"count":0,"href":"https:\/\/tools.billionsideas.com\/nl_nl\/wp-json\/wp\/v2\/pages\/180\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tools.billionsideas.com\/nl_nl\/wp-json\/wp\/v2\/media\/3417"}],"wp:attachment":[{"href":"https:\/\/tools.billionsideas.com\/nl_nl\/wp-json\/wp\/v2\/media?parent=180"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}