{"id":9114,"date":"2023-06-11T16:30:30","date_gmt":"2023-06-11T16:30:30","guid":{"rendered":"https:\/\/ai.catenacap.xyz\/?p=9114"},"modified":"2023-11-27T13:15:57","modified_gmt":"2023-11-27T13:15:57","slug":"rendering-nfts-on-site-instead-of-traditional-images","status":"publish","type":"post","link":"https:\/\/ai.catenacap.xyz\/?p=9114","title":{"rendered":"Rendering NFT&#8217;s on-site instead of traditional images"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"9114\" class=\"elementor elementor-9114\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d597c20 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d597c20\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9e0c3b8\" data-id=\"9e0c3b8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-02a63f7 elementor-widget elementor-widget-text-editor\" data-id=\"02a63f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The following is a method for utilising NFT&#8217;s within your website, opposed to art\/graphics\/stock.<\/p><p>In this example, we use the OpenSea API to fetch the metadata of the NFT based on the contract address and token ID. We then parse the JSON response to extract the image URL of the NFT. Finally, we display the NFT image on the website using an <code>&lt;img&gt;<\/code> tag.<\/p><p>Please note that you&#8217;ll need to replace the placeholder values for the contract address and token ID with the actual values corresponding to the NFT you want to display. Additionally, ensure that the server running the PHP code has access to the <code>file_get_contents<\/code> function and external HTTP requests are not blocked.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-816ad64 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"816ad64\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6a5a302\" data-id=\"6a5a302\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a717ef5 elementor-widget elementor-widget-code-highlight\" data-id=\"a717ef5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"code-highlight.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"prismjs-default copy-to-clipboard \">\n\t\t\t<pre data-line=\"\" class=\"highlight-height language-javascript line-numbers\">\n\t\t\t\t<code readonly=\"true\" class=\"language-javascript\">\n\t\t\t\t\t<xmp><?php\n\/\/ Specify the contract address and the token ID of the NFT\n$contractAddress = '0x123456789abcdef'; \/\/ Replace with the actual contract address\n$tokenId = '123'; \/\/ Replace with the actual token ID\n\n\/\/ API endpoint for fetching the metadata of the NFT\n$apiEndpoint = \"https:\/\/api.opensea.io\/api\/v1\/asset\/{$contractAddress}\/{$tokenId}\";\n\n\/\/ Fetch the metadata of the NFT\n$response = file_get_contents($apiEndpoint);\nif ($response === false) {\n    \/\/ Handle error if unable to fetch metadata\n    echo \"Error fetching NFT metadata\";\n    exit;\n}\n\n\/\/ Parse the JSON response\n$nftData = json_decode($response, true);\n\n\/\/ Get the image URL of the NFT\n$imageUrl = $nftData['image_url'];\n\n\/\/ Display the NFT image on the website\necho \"<img src=\\\"{$imageUrl}\\\" alt=\\\"NFT Image\\\">\";\n\n\/\/ You can also access other metadata of the NFT, such as name and description, using:\n\/\/ $nftName = $nftData['name'];\n\/\/ $nftDescription = $nftData['description'];\n\/\/ echo \"<h1>{$nftName}<\/h1>\";\n\/\/ echo \"<p>{$nftDescription}<\/p>\";\n?>\n<\/xmp>\n\t\t\t\t<\/code>\n\t\t\t<\/pre>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>The following is a method for utilising NFT&#8217;s within your website, opposed to art\/graphics\/stock. In this example, we use the OpenSea API to fetch the metadata of the NFT based on the contract address and token ID. We then parse the JSON response to extract the image URL of the NFT. Finally, we display the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":15073,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"disable_featured_image":true,"footnotes":""},"categories":[52,63,58],"tags":[64],"class_list":["post-9114","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-academic","category-blockchain","category-nf","tag-nft"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Rendering NFT&#039;s on-site instead of traditional images - AI | Catena Cap<\/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:\/\/ai.catenacap.xyz\/?p=9114\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Rendering NFT&#039;s on-site instead of traditional images - AI | Catena Cap\" \/>\n<meta property=\"og:description\" content=\"The following is a method for utilising NFT&#8217;s within your website, opposed to art\/graphics\/stock. In this example, we use the OpenSea API to fetch the metadata of the NFT based on the contract address and token ID. We then parse the JSON response to extract the image URL of the NFT. Finally, we display the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ai.catenacap.xyz\/?p=9114\" \/>\n<meta property=\"og:site_name\" content=\"AI | Catena Cap\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-11T16:30:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-27T13:15:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bafybeihf3j3elacorgnhodcdk4nnenm63rag6p777elx52d5xwpkmm5rfi.ipfs.dweb.link\/uploads\/2023\/05\/12271885842822188039840568155851815734139929241518364030099885523264176390164.png\" \/>\n\t<meta property=\"og:image:width\" content=\"500\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"catenacap\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@CatenaCap\" \/>\n<meta name=\"twitter:site\" content=\"@CatenaCap\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"catenacap\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/ai.catenacap.xyz\\\/?p=9114#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ai.catenacap.xyz\\\/?p=9114\"},\"author\":{\"name\":\"catenacap\",\"@id\":\"https:\\\/\\\/ai.catenacap.xyz\\\/#\\\/schema\\\/person\\\/75ca7b868ab1bd837d6a97e236a389d9\"},\"headline\":\"Rendering NFT&#8217;s on-site instead of traditional images\",\"datePublished\":\"2023-06-11T16:30:30+00:00\",\"dateModified\":\"2023-11-27T13:15:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/ai.catenacap.xyz\\\/?p=9114\"},\"wordCount\":125,\"publisher\":{\"@id\":\"https:\\\/\\\/ai.catenacap.xyz\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/ai.catenacap.xyz\\\/?p=9114#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bafybeihf3j3elacorgnhodcdk4nnenm63rag6p777elx52d5xwpkmm5rfi.ipfs.dweb.link\\\/uploads\\\/2023\\\/05\\\/12271885842822188039840568155851815734139929241518364030099885523264176390164.png\",\"keywords\":[\"NFT\"],\"articleSection\":[\"Academic\",\"Blockchain\",\"NF\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ai.catenacap.xyz\\\/?p=9114\",\"url\":\"https:\\\/\\\/ai.catenacap.xyz\\\/?p=9114\",\"name\":\"Rendering NFT's on-site instead of traditional images - AI | Catena Cap\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ai.catenacap.xyz\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ai.catenacap.xyz\\\/?p=9114#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/ai.catenacap.xyz\\\/?p=9114#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bafybeihf3j3elacorgnhodcdk4nnenm63rag6p777elx52d5xwpkmm5rfi.ipfs.dweb.link\\\/uploads\\\/2023\\\/05\\\/12271885842822188039840568155851815734139929241518364030099885523264176390164.png\",\"datePublished\":\"2023-06-11T16:30:30+00:00\",\"dateModified\":\"2023-11-27T13:15:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ai.catenacap.xyz\\\/?p=9114#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ai.catenacap.xyz\\\/?p=9114\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ai.catenacap.xyz\\\/?p=9114#primaryimage\",\"url\":\"https:\\\/\\\/bafybeihf3j3elacorgnhodcdk4nnenm63rag6p777elx52d5xwpkmm5rfi.ipfs.dweb.link\\\/uploads\\\/2023\\\/05\\\/12271885842822188039840568155851815734139929241518364030099885523264176390164.png\",\"contentUrl\":\"https:\\\/\\\/bafybeihf3j3elacorgnhodcdk4nnenm63rag6p777elx52d5xwpkmm5rfi.ipfs.dweb.link\\\/uploads\\\/2023\\\/05\\\/12271885842822188039840568155851815734139929241518364030099885523264176390164.png\",\"width\":500,\"height\":500},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ai.catenacap.xyz\\\/?p=9114#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ai.catenacap.xyz\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Rendering NFT&#8217;s on-site instead of traditional images\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ai.catenacap.xyz\\\/#website\",\"url\":\"https:\\\/\\\/ai.catenacap.xyz\\\/\",\"name\":\"AI | Catena Cap\",\"description\":\"Don&#039;t Trust, Verify\",\"publisher\":{\"@id\":\"https:\\\/\\\/ai.catenacap.xyz\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ai.catenacap.xyz\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ai.catenacap.xyz\\\/#organization\",\"name\":\"AI | CatenaCap\",\"url\":\"https:\\\/\\\/ai.catenacap.xyz\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ai.catenacap.xyz\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/bafybeihf3j3elacorgnhodcdk4nnenm63rag6p777elx52d5xwpkmm5rfi.ipfs.dweb.link\\\/uploads\\\/2023\\\/02\\\/occ-fav-150x150-1.png\",\"contentUrl\":\"https:\\\/\\\/bafybeihf3j3elacorgnhodcdk4nnenm63rag6p777elx52d5xwpkmm5rfi.ipfs.dweb.link\\\/uploads\\\/2023\\\/02\\\/occ-fav-150x150-1.png\",\"width\":150,\"height\":150,\"caption\":\"AI | CatenaCap\"},\"image\":{\"@id\":\"https:\\\/\\\/ai.catenacap.xyz\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/CatenaCap\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/ai.catenacap.xyz\\\/#\\\/schema\\\/person\\\/75ca7b868ab1bd837d6a97e236a389d9\",\"name\":\"catenacap\",\"sameAs\":[\"http:\\\/\\\/ai.catenacap.xyz\"],\"url\":\"https:\\\/\\\/ai.catenacap.xyz\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Rendering NFT's on-site instead of traditional images - AI | Catena Cap","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:\/\/ai.catenacap.xyz\/?p=9114","og_locale":"en_US","og_type":"article","og_title":"Rendering NFT's on-site instead of traditional images - AI | Catena Cap","og_description":"The following is a method for utilising NFT&#8217;s within your website, opposed to art\/graphics\/stock. In this example, we use the OpenSea API to fetch the metadata of the NFT based on the contract address and token ID. We then parse the JSON response to extract the image URL of the NFT. Finally, we display the [&hellip;]","og_url":"https:\/\/ai.catenacap.xyz\/?p=9114","og_site_name":"AI | Catena Cap","article_published_time":"2023-06-11T16:30:30+00:00","article_modified_time":"2023-11-27T13:15:57+00:00","og_image":[{"width":500,"height":500,"url":"https:\/\/bafybeihf3j3elacorgnhodcdk4nnenm63rag6p777elx52d5xwpkmm5rfi.ipfs.dweb.link\/uploads\/2023\/05\/12271885842822188039840568155851815734139929241518364030099885523264176390164.png","type":"image\/png"}],"author":"catenacap","twitter_card":"summary_large_image","twitter_creator":"@CatenaCap","twitter_site":"@CatenaCap","twitter_misc":{"Written by":"catenacap","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ai.catenacap.xyz\/?p=9114#article","isPartOf":{"@id":"https:\/\/ai.catenacap.xyz\/?p=9114"},"author":{"name":"catenacap","@id":"https:\/\/ai.catenacap.xyz\/#\/schema\/person\/75ca7b868ab1bd837d6a97e236a389d9"},"headline":"Rendering NFT&#8217;s on-site instead of traditional images","datePublished":"2023-06-11T16:30:30+00:00","dateModified":"2023-11-27T13:15:57+00:00","mainEntityOfPage":{"@id":"https:\/\/ai.catenacap.xyz\/?p=9114"},"wordCount":125,"publisher":{"@id":"https:\/\/ai.catenacap.xyz\/#organization"},"image":{"@id":"https:\/\/ai.catenacap.xyz\/?p=9114#primaryimage"},"thumbnailUrl":"https:\/\/bafybeihf3j3elacorgnhodcdk4nnenm63rag6p777elx52d5xwpkmm5rfi.ipfs.dweb.link\/uploads\/2023\/05\/12271885842822188039840568155851815734139929241518364030099885523264176390164.png","keywords":["NFT"],"articleSection":["Academic","Blockchain","NF"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/ai.catenacap.xyz\/?p=9114","url":"https:\/\/ai.catenacap.xyz\/?p=9114","name":"Rendering NFT's on-site instead of traditional images - AI | Catena Cap","isPartOf":{"@id":"https:\/\/ai.catenacap.xyz\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ai.catenacap.xyz\/?p=9114#primaryimage"},"image":{"@id":"https:\/\/ai.catenacap.xyz\/?p=9114#primaryimage"},"thumbnailUrl":"https:\/\/bafybeihf3j3elacorgnhodcdk4nnenm63rag6p777elx52d5xwpkmm5rfi.ipfs.dweb.link\/uploads\/2023\/05\/12271885842822188039840568155851815734139929241518364030099885523264176390164.png","datePublished":"2023-06-11T16:30:30+00:00","dateModified":"2023-11-27T13:15:57+00:00","breadcrumb":{"@id":"https:\/\/ai.catenacap.xyz\/?p=9114#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ai.catenacap.xyz\/?p=9114"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ai.catenacap.xyz\/?p=9114#primaryimage","url":"https:\/\/bafybeihf3j3elacorgnhodcdk4nnenm63rag6p777elx52d5xwpkmm5rfi.ipfs.dweb.link\/uploads\/2023\/05\/12271885842822188039840568155851815734139929241518364030099885523264176390164.png","contentUrl":"https:\/\/bafybeihf3j3elacorgnhodcdk4nnenm63rag6p777elx52d5xwpkmm5rfi.ipfs.dweb.link\/uploads\/2023\/05\/12271885842822188039840568155851815734139929241518364030099885523264176390164.png","width":500,"height":500},{"@type":"BreadcrumbList","@id":"https:\/\/ai.catenacap.xyz\/?p=9114#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ai.catenacap.xyz\/"},{"@type":"ListItem","position":2,"name":"Rendering NFT&#8217;s on-site instead of traditional images"}]},{"@type":"WebSite","@id":"https:\/\/ai.catenacap.xyz\/#website","url":"https:\/\/ai.catenacap.xyz\/","name":"AI | Catena Cap","description":"Don&#039;t Trust, Verify","publisher":{"@id":"https:\/\/ai.catenacap.xyz\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ai.catenacap.xyz\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ai.catenacap.xyz\/#organization","name":"AI | CatenaCap","url":"https:\/\/ai.catenacap.xyz\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ai.catenacap.xyz\/#\/schema\/logo\/image\/","url":"https:\/\/bafybeihf3j3elacorgnhodcdk4nnenm63rag6p777elx52d5xwpkmm5rfi.ipfs.dweb.link\/uploads\/2023\/02\/occ-fav-150x150-1.png","contentUrl":"https:\/\/bafybeihf3j3elacorgnhodcdk4nnenm63rag6p777elx52d5xwpkmm5rfi.ipfs.dweb.link\/uploads\/2023\/02\/occ-fav-150x150-1.png","width":150,"height":150,"caption":"AI | CatenaCap"},"image":{"@id":"https:\/\/ai.catenacap.xyz\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/CatenaCap"]},{"@type":"Person","@id":"https:\/\/ai.catenacap.xyz\/#\/schema\/person\/75ca7b868ab1bd837d6a97e236a389d9","name":"catenacap","sameAs":["http:\/\/ai.catenacap.xyz"],"url":"https:\/\/ai.catenacap.xyz\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/ai.catenacap.xyz\/index.php?rest_route=\/wp\/v2\/posts\/9114","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ai.catenacap.xyz\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ai.catenacap.xyz\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ai.catenacap.xyz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ai.catenacap.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9114"}],"version-history":[{"count":0,"href":"https:\/\/ai.catenacap.xyz\/index.php?rest_route=\/wp\/v2\/posts\/9114\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ai.catenacap.xyz\/index.php?rest_route=\/wp\/v2\/media\/15073"}],"wp:attachment":[{"href":"https:\/\/ai.catenacap.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9114"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ai.catenacap.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=9114"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ai.catenacap.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=9114"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}