{"id":14457,"date":"2023-07-04T21:00:56","date_gmt":"2023-07-04T15:30:56","guid":{"rendered":"http:\/\/myprojectideas.com\/?p=14457"},"modified":"2025-10-10T11:46:52","modified_gmt":"2025-10-10T11:46:52","slug":"bitcoin-price-tracker-using-python","status":"publish","type":"post","link":"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/","title":{"rendered":"Bitcoin Price Tracker Using Python"},"content":{"rendered":"<p>Bitcoin has received a lot of attention recently as a <strong><a href=\"https:\/\/www.investopedia.com\/terms\/d\/decentralizedmarket.asp#:~:text=What%20Is%20Decentralized%20Currency%3F,without%20needing%20a%20third%20party.\">decentralized digital currency<\/a><\/strong>. Its value varies frequently, making it an ideal subject for price tracking. In this tutorial, we&#8217;ll look at how to create a Bitcoin Price Tracker using Python. By the end of this tutorial, you will have a working program that retrieves the most recent Bitcoin price and shows it in real-time.<\/p>\n<iframe loading=\"lazy\"  id=\"_ytid_65260\"  width=\"1080\" height=\"607\"  data-origwidth=\"1080\" data-origheight=\"607\" src=\"https:\/\/www.youtube.com\/embed\/kKgmYv4XBtI?enablejsapi=1&autoplay=0&cc_load_policy=0&cc_lang_pref=&iv_load_policy=1&loop=0&rel=1&fs=1&playsinline=0&autohide=2&theme=dark&color=red&controls=1&\" class=\"__youtube_prefs__  no-lazyload\" title=\"YouTube player\"  allow=\"fullscreen; accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen data-no-lazy=\"1\" data-skipgform_ajax_framebjll=\"\"><\/iframe>\n<h2>Introduction<\/h2>\n<p>The Bitcoin Price Tracker project aims to provide real-time updates on the price of Bitcoin, one of the most popular cryptocurrencies. By leveraging cryptocurrency APIs such as <strong><a href=\"https:\/\/www.coingecko.com\/\">CoinGecko<\/a><\/strong> or <strong><a href=\"https:\/\/coinmarketcap.com\/\">CoinMarketCap<\/a><\/strong>, we can fetch the current price of Bitcoin and display it to the user.<\/p>\n<p>This Python project enables users to stay informed about the ever-changing value of Bitcoin, which can be crucial for investors, traders, or anyone interested in the cryptocurrency market.<\/p>\n<h2>Objectives<\/h2>\n<p>The primary objective of creating a Bitcoin Price Tracker using Python is to automate the process of collecting the Bitcoin price on a regular basis and keep the user up to date with the market changes.<\/p>\n<h2>Requirements<\/h2>\n<p>1. You must have a basic understanding of Python.<\/p>\n<p>2. Any text editor or<a href=\"https:\/\/code.visualstudio.com\/\"><strong>\u00a0Visual Studio Code<\/strong><\/a>.<\/p>\n<p>3. To run and build the Python code on your machine, you will need a\u00a0<a href=\"https:\/\/docs.python.org\/3\/library\/venv.html\"><strong>Python Environment<\/strong><\/a>.<\/p>\n<p>4. CoinGecko API key is required to track the Bitcoin price.<\/p>\n<h2>Source Code<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"python\">#importing the module\r\n\r\nimport requests\r\n\r\n#defining the request for API key\r\n\r\ndef get_bitcoin_price():\r\n\r\nurl = \"https:\/\/api.coingecko.com\/api\/v3\/simple\/price?ids=bitcoin&amp;vs_currencies=usd\"\r\n\r\nresponse = requests.get(url)\r\n\r\ndata = response.json()\r\n\r\nreturn data[\"bitcoin\"][\"usd\"]\r\n\r\n#creating a class object and calling it\r\n\r\ndef main():\r\n\r\nprice = get_bitcoin_price()\r\n\r\nprint(f\"The current price of Bitcoin is ${price}\")\r\n\r\n#calling the main function\r\n\r\nif __name__ = \u201c__main__\u201d\r\n\r\nmain()<\/pre>\n<h2>Explanation of the Code<\/h2>\n<p>1. Originally, we started by importing the needed module Request to cost the data via HTTP Request.<\/p>\n<p>2. The <em><strong>\u2018get_bitcoin_price()\u2019<\/strong><\/em> system is used to gain the current Bitcoin price. We produce the API URL and shoot a GET request using the <em><strong>\u2018requests.get()\u2019 <\/strong><\/em>system.<\/p>\n<p>3. The API&#8217;s answer is in JSON format. The pricing data is uprooted from the JSON response and returned as a value.<\/p>\n<p>4. We use <em><strong>\u2018get_bitcoin_price()\u2019 <\/strong><\/em>in the main() function to get the most recent price and add it to the price variable.<\/p>\n<p>5. Eventually, we use <strong><a href=\"https:\/\/realpython.com\/python-f-strings\/\">f- strings<\/a><\/strong> for string formatting to print the current Bitcoin price to the press.<\/p>\n<h2>Output<\/h2>\n<p><strong><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-17558 size-full\" src=\"https:\/\/rudelabs.ai\/blogs\/wp-content\/uploads\/2023\/07\/Bitcoin-Price-Tracker-Using-Python.webp\" alt=\"\" width=\"1350\" height=\"82\" \/><\/strong><\/p>\n<p><strong>Figure 1: The <\/strong>Current Bitcoin price is retrieved<\/p>\n<h2>Conclusion<\/h2>\n<p>Hence, we successfully built a Bitcoin Price Tracker using Python, where we focused on building a program to scrape the real-time Bitcoin price via the API gateway of the Coingecko website by using the Request module using Python. This project can be improved even more by adding features like historical price graphs or price change alerts. The possibilities are limitless, and this project provides a solid platform for further investigation into more complex applications in the area of Bitcoin.<\/p>\n<p><a href=\"https:\/\/rudelabs.ai\/blogs\/category\/python\/\"><em><strong>More Python Projects&gt;&gt;&gt;<\/strong><\/em><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Bitcoin Price Tracker project aims to provide real-time updates on the price of Bitcoin, one of the most popular cryptocurrencies.<\/p>\n","protected":false},"author":1,"featured_media":14458,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[4,7,5],"tags":[],"class_list":["post-14457","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-coding-basics","category-coding-projects","category-python"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.1.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Bitcoin Price Tracker Using Python - RUDE LABS<\/title>\n<meta name=\"description\" content=\"Bitcoin has received a lot of attention recently as a decentralized digital currency. In this python project tutorial, we&#039;ll look at how to create a Bitcoin Price Tracker using Python.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bitcoin Price Tracker Using Python - RUDE LABS\" \/>\n<meta property=\"og:description\" content=\"Bitcoin has received a lot of attention recently as a decentralized digital currency. In this python project tutorial, we&#039;ll look at how to create a Bitcoin Price Tracker using Python.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/\" \/>\n<meta property=\"og:site_name\" content=\"RUDE LABS\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-04T15:30:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-10T11:46:52+00:00\" \/>\n<meta name=\"author\" content=\"rudelabs.ai\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rudelabs_in\" \/>\n<meta name=\"twitter:site\" content=\"@rudelabs_in\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"rudelabs.ai\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/\"},\"author\":{\"name\":\"rudelabs.ai\",\"@id\":\"https:\/\/rudelabs.ai\/blogs\/#\/schema\/person\/560bad88bae03cae99a326a46af0c894\"},\"headline\":\"Bitcoin Price Tracker Using Python\",\"datePublished\":\"2023-07-04T15:30:56+00:00\",\"dateModified\":\"2025-10-10T11:46:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/\"},\"wordCount\":437,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/rudelabs.ai\/blogs\/#organization\"},\"image\":{\"@id\":\"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/#primaryimage\"},\"thumbnailUrl\":\"\",\"articleSection\":[\"Coding Basics\",\"Coding Projects\",\"Python\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/\",\"url\":\"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/\",\"name\":\"Bitcoin Price Tracker Using Python - RUDE LABS\",\"isPartOf\":{\"@id\":\"https:\/\/rudelabs.ai\/blogs\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/#primaryimage\"},\"thumbnailUrl\":\"\",\"datePublished\":\"2023-07-04T15:30:56+00:00\",\"dateModified\":\"2025-10-10T11:46:52+00:00\",\"description\":\"Bitcoin has received a lot of attention recently as a decentralized digital currency. In this python project tutorial, we'll look at how to create a Bitcoin Price Tracker using Python.\",\"breadcrumb\":{\"@id\":\"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/#primaryimage\",\"url\":\"\",\"contentUrl\":\"\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/rudelabs.ai\/blogs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Bitcoin Price Tracker Using Python\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/rudelabs.ai\/blogs\/#website\",\"url\":\"https:\/\/rudelabs.ai\/blogs\/\",\"name\":\"RUDE LABS\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/rudelabs.ai\/blogs\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/rudelabs.ai\/blogs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/rudelabs.ai\/blogs\/#organization\",\"name\":\"RUDE LABS\",\"url\":\"https:\/\/rudelabs.ai\/blogs\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/rudelabs.ai\/blogs\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/rudelabs.ai\/blogs\/wp-content\/uploads\/2025\/09\/RUDE-LABS.webp\",\"contentUrl\":\"https:\/\/rudelabs.ai\/blogs\/wp-content\/uploads\/2025\/09\/RUDE-LABS.webp\",\"width\":2459,\"height\":414,\"caption\":\"RUDE LABS\"},\"image\":{\"@id\":\"https:\/\/rudelabs.ai\/blogs\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/rudelabs_in\",\"https:\/\/www.linkedin.com\/company\/ru-delabs\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/rudelabs.ai\/blogs\/#\/schema\/person\/560bad88bae03cae99a326a46af0c894\",\"name\":\"rudelabs.ai\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/rudelabs.ai\/blogs\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4d9f672e72f97294dfb6fac3d78e9f0bb5421a701cd2141cf2a2e540b4d67191?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/4d9f672e72f97294dfb6fac3d78e9f0bb5421a701cd2141cf2a2e540b4d67191?s=96&d=mm&r=g\",\"caption\":\"rudelabs.ai\"},\"sameAs\":[\"https:\/\/rudelabs.ai\/blogs\"],\"url\":\"https:\/\/rudelabs.ai\/blogs\/author\/rudelabs-ai\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Bitcoin Price Tracker Using Python - RUDE LABS","description":"Bitcoin has received a lot of attention recently as a decentralized digital currency. In this python project tutorial, we'll look at how to create a Bitcoin Price Tracker using Python.","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:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/","og_locale":"en_US","og_type":"article","og_title":"Bitcoin Price Tracker Using Python - RUDE LABS","og_description":"Bitcoin has received a lot of attention recently as a decentralized digital currency. In this python project tutorial, we'll look at how to create a Bitcoin Price Tracker using Python.","og_url":"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/","og_site_name":"RUDE LABS","article_published_time":"2023-07-04T15:30:56+00:00","article_modified_time":"2025-10-10T11:46:52+00:00","author":"rudelabs.ai","twitter_card":"summary_large_image","twitter_creator":"@rudelabs_in","twitter_site":"@rudelabs_in","twitter_misc":{"Written by":"rudelabs.ai","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/#article","isPartOf":{"@id":"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/"},"author":{"name":"rudelabs.ai","@id":"https:\/\/rudelabs.ai\/blogs\/#\/schema\/person\/560bad88bae03cae99a326a46af0c894"},"headline":"Bitcoin Price Tracker Using Python","datePublished":"2023-07-04T15:30:56+00:00","dateModified":"2025-10-10T11:46:52+00:00","mainEntityOfPage":{"@id":"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/"},"wordCount":437,"commentCount":0,"publisher":{"@id":"https:\/\/rudelabs.ai\/blogs\/#organization"},"image":{"@id":"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/#primaryimage"},"thumbnailUrl":"","articleSection":["Coding Basics","Coding Projects","Python"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/","url":"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/","name":"Bitcoin Price Tracker Using Python - RUDE LABS","isPartOf":{"@id":"https:\/\/rudelabs.ai\/blogs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/#primaryimage"},"image":{"@id":"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/#primaryimage"},"thumbnailUrl":"","datePublished":"2023-07-04T15:30:56+00:00","dateModified":"2025-10-10T11:46:52+00:00","description":"Bitcoin has received a lot of attention recently as a decentralized digital currency. In this python project tutorial, we'll look at how to create a Bitcoin Price Tracker using Python.","breadcrumb":{"@id":"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/#primaryimage","url":"","contentUrl":""},{"@type":"BreadcrumbList","@id":"https:\/\/rudelabs.ai\/blogs\/bitcoin-price-tracker-using-python\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rudelabs.ai\/blogs\/"},{"@type":"ListItem","position":2,"name":"Bitcoin Price Tracker Using Python"}]},{"@type":"WebSite","@id":"https:\/\/rudelabs.ai\/blogs\/#website","url":"https:\/\/rudelabs.ai\/blogs\/","name":"RUDE LABS","description":"","publisher":{"@id":"https:\/\/rudelabs.ai\/blogs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rudelabs.ai\/blogs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/rudelabs.ai\/blogs\/#organization","name":"RUDE LABS","url":"https:\/\/rudelabs.ai\/blogs\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/rudelabs.ai\/blogs\/#\/schema\/logo\/image\/","url":"https:\/\/rudelabs.ai\/blogs\/wp-content\/uploads\/2025\/09\/RUDE-LABS.webp","contentUrl":"https:\/\/rudelabs.ai\/blogs\/wp-content\/uploads\/2025\/09\/RUDE-LABS.webp","width":2459,"height":414,"caption":"RUDE LABS"},"image":{"@id":"https:\/\/rudelabs.ai\/blogs\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/rudelabs_in","https:\/\/www.linkedin.com\/company\/ru-delabs\/"]},{"@type":"Person","@id":"https:\/\/rudelabs.ai\/blogs\/#\/schema\/person\/560bad88bae03cae99a326a46af0c894","name":"rudelabs.ai","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/rudelabs.ai\/blogs\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/4d9f672e72f97294dfb6fac3d78e9f0bb5421a701cd2141cf2a2e540b4d67191?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4d9f672e72f97294dfb6fac3d78e9f0bb5421a701cd2141cf2a2e540b4d67191?s=96&d=mm&r=g","caption":"rudelabs.ai"},"sameAs":["https:\/\/rudelabs.ai\/blogs"],"url":"https:\/\/rudelabs.ai\/blogs\/author\/rudelabs-ai\/"}]}},"_links":{"self":[{"href":"https:\/\/rudelabs.ai\/blogs\/wp-json\/wp\/v2\/posts\/14457","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rudelabs.ai\/blogs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rudelabs.ai\/blogs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rudelabs.ai\/blogs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rudelabs.ai\/blogs\/wp-json\/wp\/v2\/comments?post=14457"}],"version-history":[{"count":3,"href":"https:\/\/rudelabs.ai\/blogs\/wp-json\/wp\/v2\/posts\/14457\/revisions"}],"predecessor-version":[{"id":17636,"href":"https:\/\/rudelabs.ai\/blogs\/wp-json\/wp\/v2\/posts\/14457\/revisions\/17636"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rudelabs.ai\/blogs\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/rudelabs.ai\/blogs\/wp-json\/wp\/v2\/media?parent=14457"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rudelabs.ai\/blogs\/wp-json\/wp\/v2\/categories?post=14457"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rudelabs.ai\/blogs\/wp-json\/wp\/v2\/tags?post=14457"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}