{"id":11016,"date":"2025-09-04T11:49:41","date_gmt":"2025-09-04T11:49:41","guid":{"rendered":"https:\/\/www.kaashivinfotech.com\/blog\/?p=11016"},"modified":"2025-09-04T11:49:41","modified_gmt":"2025-09-04T11:49:41","slug":"what-is-ascii-code-table-alphabets","status":"publish","type":"post","link":"https:\/\/www.kaashivinfotech.com\/blog\/what-is-ascii-code-table-alphabets\/","title":{"rendered":"What is ASCII Code? ASCII Code Table &#038; Alphabets Explained (2025 Guide)"},"content":{"rendered":"<p>In this article, we will discuss <strong>what is ASCII code<\/strong>, as well as take a closer look at the ASCII code table, but I will also provide the ASCII code for alphabets for your knowledge in programming or projects in real life.<\/p>\n<p>Have you ever thought about how your computer knows what letter you just typed on your keyboard? This would not be possible without ASCII code. ASCII, which stands for <strong>American Standard Code for Information Interchange<\/strong>, is one of the most significant systems in the history of computer science. Without ASCII code, computers would not be able to represent letters, numbers, or <strong>even the symbols we use, such as @, #, &amp; etc<\/strong>.<\/p>\n<h2>What is ASCII Code?<\/h2>\n<p data-start=\"1230\" data-end=\"1503\">ASCII code is a <strong>character encoding standard<\/strong> which is used for representing text in computers, communication equipment, and other devices that use text. Each character which is a letter, number, punctuation mark, or special symbol are given a number value or code such as 0 to 127.<\/p>\n<figure id=\"attachment_11019\" aria-describedby=\"caption-attachment-11019\" style=\"width: 716px\" class=\"wp-caption aligncenter\"><img fetchpriority=\"high\" decoding=\"async\" class=\"size-full wp-image-11019\" src=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-Code.webp\" alt=\"\" width=\"716\" height=\"358\" srcset=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-Code.webp 716w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-Code-300x150.webp 300w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-Code-380x190.webp 380w\" sizes=\"(max-width: 716px) 100vw, 716px\" \/><figcaption id=\"caption-attachment-11019\" class=\"wp-caption-text\">ASCII Code<\/figcaption><\/figure>\n<p>For example:<\/p>\n<ul>\n<li data-start=\"1522\" data-end=\"1547\">A \u2192 ASCII code <strong data-start=\"1539\" data-end=\"1545\">65<\/strong><\/li>\n<li data-start=\"1550\" data-end=\"1575\">B \u2192 ASCII code <strong data-start=\"1567\" data-end=\"1573\">66<\/strong><\/li>\n<li data-start=\"1578\" data-end=\"1603\">a \u2192 ASCII code <strong data-start=\"1595\" data-end=\"1601\">97<\/strong><\/li>\n<li data-start=\"1606\" data-end=\"1631\">1 \u2192 ASCII code <strong data-start=\"1623\" data-end=\"1629\">49<\/strong><\/li>\n<li data-start=\"1634\" data-end=\"1663\">Space \u2192 ASCII code <strong data-start=\"1655\" data-end=\"1661\">32<\/strong><\/li>\n<\/ul>\n<p data-start=\"1665\" data-end=\"1750\">Essentially, ASCII translates characters into binary so computers can process them.<\/p>\n<p data-start=\"1752\" data-end=\"1878\">\u2705 <strong data-start=\"1754\" data-end=\"1768\">Key point:<\/strong> ASCII was first developed in the 1960s and is still used today, even though <strong data-start=\"1845\" data-end=\"1856\">Unicode<\/strong> is now more common.<\/p>\n<h2>ASCII Code Table (0\u2013127)<\/h2>\n<figure id=\"attachment_11018\" aria-describedby=\"caption-attachment-11018\" style=\"width: 809px\" class=\"wp-caption aligncenter\"><img decoding=\"async\" class=\" wp-image-11018\" src=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-Code-Table.webp\" alt=\"\" width=\"809\" height=\"577\" srcset=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-Code-Table.webp 920w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-Code-Table-300x214.webp 300w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-Code-Table-768x548.webp 768w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-Code-Table-380x271.webp 380w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-Code-Table-800x570.webp 800w\" sizes=\"(max-width: 809px) 100vw, 809px\" \/><figcaption id=\"caption-attachment-11018\" class=\"wp-caption-text\">ASCII Code Table<\/figcaption><\/figure>\n<p data-start=\"1916\" data-end=\"2045\">The <strong data-start=\"1920\" data-end=\"1940\">ASCII code table<\/strong> is the heart of this system. It maps characters to numbers so machines and humans can both understand.<\/p>\n<p data-start=\"2047\" data-end=\"2106\">Here\u2019s a simplified ASCII code table for quick reference:<\/p>\n<table style=\"height: 535px;\" width=\"523\" data-start=\"2108\" data-end=\"2465\">\n<thead data-start=\"2108\" data-end=\"2146\">\n<tr data-start=\"2108\" data-end=\"2146\">\n<td>\n<p style=\"text-align: center;\"><strong>Decimal<\/strong><\/p>\n<\/td>\n<td style=\"text-align: center;\"><strong>Character<\/strong><\/td>\n<td style=\"text-align: center;\"><strong>Binary<\/strong><\/td>\n<td style=\"text-align: center;\"><strong>Hex<\/strong><\/td>\n<\/tr>\n<\/thead>\n<tbody>\n<tr data-start=\"2186\" data-end=\"2225\">\n<td data-start=\"2186\" data-end=\"2196\" data-col-size=\"sm\">\n<p style=\"text-align: center;\">32<\/p>\n<\/td>\n<td style=\"text-align: center;\" data-start=\"2196\" data-end=\"2208\" data-col-size=\"sm\">(Space)<\/td>\n<td style=\"text-align: center;\" data-start=\"2208\" data-end=\"2219\" data-col-size=\"sm\">00100000<\/td>\n<td style=\"text-align: center;\" data-start=\"2219\" data-end=\"2225\" data-col-size=\"sm\">20<\/td>\n<\/tr>\n<tr data-start=\"2226\" data-end=\"2265\">\n<td data-start=\"2226\" data-end=\"2236\" data-col-size=\"sm\">\n<p style=\"text-align: center;\">48<\/p>\n<\/td>\n<td style=\"text-align: center;\" data-start=\"2236\" data-end=\"2248\" data-col-size=\"sm\">0<\/td>\n<td style=\"text-align: center;\" data-start=\"2248\" data-end=\"2259\" data-col-size=\"sm\">00110000<\/td>\n<td style=\"text-align: center;\" data-start=\"2259\" data-end=\"2265\" data-col-size=\"sm\">30<\/td>\n<\/tr>\n<tr data-start=\"2266\" data-end=\"2305\">\n<td data-start=\"2266\" data-end=\"2276\" data-col-size=\"sm\">\n<p style=\"text-align: center;\">49<\/p>\n<\/td>\n<td style=\"text-align: center;\" data-start=\"2276\" data-end=\"2288\" data-col-size=\"sm\">1<\/td>\n<td style=\"text-align: center;\" data-start=\"2288\" data-end=\"2299\" data-col-size=\"sm\">00110001<\/td>\n<td style=\"text-align: center;\" data-start=\"2299\" data-end=\"2305\" data-col-size=\"sm\">31<\/td>\n<\/tr>\n<tr data-start=\"2306\" data-end=\"2345\">\n<td style=\"text-align: center;\" data-start=\"2306\" data-end=\"2316\" data-col-size=\"sm\">65<\/td>\n<td style=\"text-align: center;\" data-start=\"2316\" data-end=\"2328\" data-col-size=\"sm\">A<\/td>\n<td style=\"text-align: center;\" data-start=\"2328\" data-end=\"2339\" data-col-size=\"sm\">01000001<\/td>\n<td data-start=\"2339\" data-end=\"2345\" data-col-size=\"sm\">\n<p style=\"text-align: center;\">41<\/p>\n<\/td>\n<\/tr>\n<tr data-start=\"2346\" data-end=\"2385\">\n<td style=\"text-align: center;\" data-start=\"2346\" data-end=\"2356\" data-col-size=\"sm\">66<\/td>\n<td style=\"text-align: center;\" data-start=\"2356\" data-end=\"2368\" data-col-size=\"sm\">B<\/td>\n<td style=\"text-align: center;\" data-start=\"2368\" data-end=\"2379\" data-col-size=\"sm\">01000010<\/td>\n<td data-start=\"2379\" data-end=\"2385\" data-col-size=\"sm\">\n<p style=\"text-align: center;\">42<\/p>\n<\/td>\n<\/tr>\n<tr data-start=\"2386\" data-end=\"2425\">\n<td style=\"text-align: center;\" data-start=\"2386\" data-end=\"2396\" data-col-size=\"sm\">97<\/td>\n<td style=\"text-align: center;\" data-start=\"2396\" data-end=\"2408\" data-col-size=\"sm\">a<\/td>\n<td style=\"text-align: center;\" data-start=\"2408\" data-end=\"2419\" data-col-size=\"sm\">01100001<\/td>\n<td data-start=\"2419\" data-end=\"2425\" data-col-size=\"sm\">\n<p style=\"text-align: center;\">61<\/p>\n<\/td>\n<\/tr>\n<tr data-start=\"2426\" data-end=\"2465\">\n<td style=\"text-align: center;\" data-start=\"2426\" data-end=\"2436\" data-col-size=\"sm\">98<\/td>\n<td style=\"text-align: center;\" data-start=\"2436\" data-end=\"2448\" data-col-size=\"sm\">b<\/td>\n<td style=\"text-align: center;\" data-start=\"2448\" data-end=\"2459\" data-col-size=\"sm\">01100010<\/td>\n<td data-start=\"2459\" data-end=\"2465\" data-col-size=\"sm\">\n<p style=\"text-align: center;\">62<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p data-start=\"2467\" data-end=\"2638\">\ud83d\udc49 The <strong data-start=\"2474\" data-end=\"2499\">full ASCII code table<\/strong> includes numbers (0\u20139), uppercase letters (A\u2013Z), lowercase letters (a\u2013z), punctuation, and control characters like <strong data-start=\"2615\" data-end=\"2624\">Enter<\/strong> or <strong data-start=\"2628\" data-end=\"2635\">Tab<\/strong>.<\/p>\n<h2>ASCII Code for Alphabets<\/h2>\n<p data-start=\"2676\" data-end=\"2795\">When people search for <strong data-start=\"2699\" data-end=\"2727\">ASCII code for alphabets<\/strong>, they usually want the mapping for <strong data-start=\"2763\" data-end=\"2770\">A\u2013Z<\/strong> and <strong data-start=\"2775\" data-end=\"2782\">a\u2013z<\/strong>. Here it is:<\/p>\n<p data-start=\"2797\" data-end=\"2827\"><strong data-start=\"2797\" data-end=\"2825\">Uppercase Letters (A\u2013Z):<\/strong><\/p>\n<ul>\n<li data-start=\"2830\" data-end=\"2838\">A = 65<\/li>\n<li data-start=\"2841\" data-end=\"2849\">B = 66<\/li>\n<li data-start=\"2852\" data-end=\"2860\">C = 67<\/li>\n<li data-start=\"2863\" data-end=\"2866\">\u2026<\/li>\n<li data-start=\"2869\" data-end=\"2877\">Z = 90<\/li>\n<\/ul>\n<p data-start=\"2879\" data-end=\"2909\"><strong data-start=\"2879\" data-end=\"2907\">Lowercase Letters (a\u2013z):<\/strong><\/p>\n<ul>\n<li data-start=\"2912\" data-end=\"2920\">a = 97<\/li>\n<li data-start=\"2923\" data-end=\"2931\">b = 98<\/li>\n<li data-start=\"2934\" data-end=\"2942\">c = 99<\/li>\n<li data-start=\"2945\" data-end=\"2948\">\u2026<\/li>\n<li data-start=\"2951\" data-end=\"2960\">z = 122<\/li>\n<\/ul>\n<p data-start=\"2962\" data-end=\"3063\">\u2705 Pro tip: Notice how lowercase letters are <strong data-start=\"3006\" data-end=\"3026\">32 values higher<\/strong> than their uppercase counterparts.<\/p>\n<h2>Why Do We Use ASCII Code?<\/h2>\n<p>You may wonder: since Unicode exists, what is the value of ASCII in 2025?<\/p>\n<p>Here\u2019s how:<\/p>\n<ul>\n<li><strong>To Be Simple<\/strong> \u2013 ASCII is very lightweight and easy to use.<\/li>\n<li><strong>To Support Legacy Systems<\/strong> \u2013 Older computers, programming languages and protocols, still rely on ASCII.<\/li>\n<li><strong>To Be Universally Supported<\/strong> \u2013 All programming languages whether current or old, support ASCII.<\/li>\n<li><strong>To Save Memory<\/strong> \u2013 ASCII only requires 7 bits, while larger encodings require much more memory space.<\/li>\n<\/ul>\n<h2>ASCII in Real-Life Programming<\/h2>\n<p data-start=\"3571\" data-end=\"3630\">Let\u2019s see some <strong data-start=\"3586\" data-end=\"3616\">real-world coding examples<\/strong> with ASCII.<\/p>\n<figure id=\"attachment_11022\" aria-describedby=\"caption-attachment-11022\" style=\"width: 752px\" class=\"wp-caption aligncenter\"><img decoding=\"async\" class=\"wp-image-11022\" src=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-code-in-Real-Life-Programming.webp\" alt=\"what is ascii code\" width=\"752\" height=\"501\" srcset=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-code-in-Real-Life-Programming.webp 1536w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-code-in-Real-Life-Programming-300x200.webp 300w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-code-in-Real-Life-Programming-1024x683.webp 1024w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-code-in-Real-Life-Programming-768x512.webp 768w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-code-in-Real-Life-Programming-380x253.webp 380w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-code-in-Real-Life-Programming-800x533.webp 800w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-code-in-Real-Life-Programming-1160x773.webp 1160w\" sizes=\"(max-width: 752px) 100vw, 752px\" \/><figcaption id=\"caption-attachment-11022\" class=\"wp-caption-text\">ASCII code in Real-Life Programming<\/figcaption><\/figure>\n<h3 data-start=\"3632\" data-end=\"3662\">Example 1: ASCII in Python<\/h3>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"python\"># Convert character to ASCII\r\nprint(ord('A'))   # Output: 65\r\n\r\n# Convert ASCII to character\r\nprint(chr(66))    # Output: B\r\n<\/pre>\n<h3 data-start=\"3798\" data-end=\"3826\">Example 2: ASCII in Java<\/h3>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"java\">public class ASCIIExample {\r\n    public static void main(String[] args) {\r\n        char ch = 'a';\r\n        int ascii = (int) ch;\r\n        System.out.println(\"ASCII of \" + ch + \" = \" + ascii);\r\n    }\r\n}\r\n<\/pre>\n<p data-start=\"4036\" data-end=\"4140\">\ud83d\udc49 These examples show how developers use ASCII in string manipulation, encryption, and data handling.<\/p>\n<h2>ASCII vs Unicode<\/h2>\n<figure id=\"attachment_11021\" aria-describedby=\"caption-attachment-11021\" style=\"width: 740px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-11021\" src=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-Vs-Unicode.webp\" alt=\"what is ascii code\" width=\"740\" height=\"493\" srcset=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-Vs-Unicode.webp 1536w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-Vs-Unicode-300x200.webp 300w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-Vs-Unicode-1024x683.webp 1024w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-Vs-Unicode-768x512.webp 768w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-Vs-Unicode-380x253.webp 380w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-Vs-Unicode-800x533.webp 800w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/09\/ASCII-Vs-Unicode-1160x773.webp 1160w\" sizes=\"(max-width: 740px) 100vw, 740px\" \/><figcaption id=\"caption-attachment-11021\" class=\"wp-caption-text\">ASCII Vs Unicode<\/figcaption><\/figure>\n<p>A common follow-up question after\u00a0 \u201c<strong>what is ASCII code<\/strong>,\u201d might be, how is ASCII different from <strong>Unicode<\/strong>?<\/p>\n<ul>\n<li><strong>ASCII<\/strong> \u2192 7 bits, 128 characters only<\/li>\n<li><strong>Unicode<\/strong> \u2192 Up to 32 bits, 1.1 + million characters (includes emojis, Chinese, Arabic, etc.)<\/li>\n<\/ul>\n<p>\ud83d\udca1 To sum it up: ASCII is, Unicode is the global version.<\/p>\n<h2>Extended ASCII (128\u2013255)<\/h2>\n<p>The <strong>original ASCII<\/strong> had only 128 characters, and later 8 bit Texadt ASCII (Extended ASCII), was introduced in 1987 with 256 values to accommodate additional symbols, like \u00e9, \u00e7 and box-drawing types of characters.<\/p>\n<h2>ASCII Code Table Download<\/h2>\n<p>You can study or utilize ASCII in your programming projects as a <strong>full ASCII code table<\/strong> to download as PDF or image. This is particularly useful for students and developers.<\/p>\n<h2>Fun Facts about ASCII<\/h2>\n<ul>\n<li>ASCII was published in 1963.<\/li>\n<li>The first 32 values (0\u201331) are control characters (not printable).<\/li>\n<li>ASCII was first developed for telegraphs.<\/li>\n<li>The ASCII smiley face \ud83d\ude42 was the first precursor to emoji<\/li>\n<\/ul>\n<h2>\u2705 Conclusion: Why Learn ASCII Today?<\/h2>\n<p data-start=\"5302\" data-end=\"5414\">Now you know <strong data-start=\"5315\" data-end=\"5337\">what is ASCII code<\/strong>, how the <strong data-start=\"5347\" data-end=\"5367\">ASCII code table<\/strong> works, and the <strong data-start=\"5383\" data-end=\"5411\">ASCII code for alphabets<\/strong>.<\/p>\n<p data-start=\"5416\" data-end=\"5694\">Even though Unicode is the modern standard, ASCII is still the backbone of text processing, programming, and computer history. Whether you\u2019re a beginner in coding or a seasoned developer, understanding ASCII will give you a deeper appreciation of how computers interpret text.<\/p>\n<p data-start=\"5696\" data-end=\"5810\">\ud83d\udc49 Next time you type your name or write code, remember\u2014it all comes down to <strong data-start=\"5773\" data-end=\"5789\">ASCII values<\/strong> behind the scenes.<\/p>\n<h2 data-start=\"5696\" data-end=\"5810\">Related Reads<\/h2>\n<ul>\n<li><a href=\"https:\/\/www.kaashivinfotech.com\/blog\/hex-color-code-explained\/\">Hex Color Code Explained: The Complete Guide to Colors and Pickers<\/a><\/li>\n<li><a href=\"https:\/\/www.kaashivinfotech.com\/blog\/best-vs-code-extensions\/\">Boost Your Dev Speed: 15+ Best Visual Studio Code Extensions for 2025<\/a><\/li>\n<li><a href=\"https:\/\/www.wikitechy.com\/byte-and-bit-difference-guide\/\" target=\"_blank\" rel=\"noopener\">Byte and Bit: The Ultimate Guide to Understanding Digital Storage<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>In this article, we will discuss what is ASCII code, as well as take a closer look at the ASCII code table, but I will also provide the ASCII code for alphabets for your knowledge in programming or projects in real life. Have you ever thought about how your computer knows what letter you just [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":11017,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3702],"tags":[8890,8891,8895,8888,8887,8893,8889,8892,8894,8886],"class_list":["post-11016","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-what-is","tag-ascii-characters","tag-ascii-chart","tag-ascii-code-examples","tag-ascii-code-for-alphabets","tag-ascii-code-table","tag-ascii-in-programming","tag-ascii-values","tag-ascii-vs-unicode","tag-extended-ascii","tag-what-is-ascii-code"],"_links":{"self":[{"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/posts\/11016","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/comments?post=11016"}],"version-history":[{"count":0,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/posts\/11016\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/media\/11017"}],"wp:attachment":[{"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/media?parent=11016"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/categories?post=11016"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/tags?post=11016"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}