{"id":6131,"date":"2019-09-01T13:41:42","date_gmt":"2019-09-01T13:41:42","guid":{"rendered":"https:\/\/careerkarma.com\/blog\/?p=6131"},"modified":"2020-05-23T01:18:25","modified_gmt":"2020-05-23T08:18:25","slug":"top-data-visualization-projects-for-beginners","status":"publish","type":"post","link":"https:\/\/careerkarma.com\/blog\/top-data-visualization-projects-for-beginners\/","title":{"rendered":"Top Data Visualization Projects for Beginners"},"content":{"rendered":"\n<p>The reason everyone is so excited about <a href=\"https:\/\/careerkarma.com\/blog\/best-tech-jobs\/\">big data and data science<\/a> is because of the enormous potential data has to transform the way business, education, healthcare, and many other fields operate, for the better. Coaxing insights out of huge volumes of information, however, is a <a href=\"https:\/\/careerkarma.com\/blog\/junior-data-scientist-salary\/\">well-paying<\/a> skill that only a small number of people will be able to devote themselves to acquiring.&nbsp;<br><\/p>\n\n\n\n<p>In my experience, data visualization is a component of the entire data science workflow, from start to finish. Data scientists therefore need to master the art of data visualization. With the appropriate charts and graphs a data scientist can understand the structure of the data they have, identify potential issues, craft analytical strategies, and summarize their results for others.&nbsp;<br><\/p>\n\n\n\n<p>These projects will set you on the path to learning this subtle and important craft.&nbsp;<br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The Importance of Data Visualization<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"667\" src=\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/09\/photo-1467664631004-58beab1ece0d.jpg\" alt=\"\" class=\"wp-image-6134\"\/><figcaption>What\u2019s important in life? Caffeine and data visualization.&nbsp;<\/figcaption><\/figure>\n\n\n\n<p>As alluded to in the introduction, data visualization is baked into data science at a really deep level.&nbsp;<br><\/p>\n\n\n\n<p>Building a good visual representation of data is important not just for the non-technical consumers of a data scientist\u2019s work, but for the data scientist herself.&nbsp;<br><\/p>\n\n\n\n<p>One of the first things a data scientist does with new data is perform \u2018exploratory data analysis\u2019, or EDA. This involves familiarizing yourself with the overall patterns and characteristics of a dataset. Among the best ways to approach this is to throw up some quick charts in matplotlib or Altair and just see what\u2019s there.&nbsp;<br><\/p>\n\n\n\n<p>As with statistics, however, it\u2019s very easy to make a visualization that creates more confusion than it removes. Mislabeled plots, axes on the wrong scales, variables that aren\u2019t properly formatted, and other little problems can work silently to undermine your attempts at clarity.&nbsp;<br><\/p>\n\n\n\n<p>&nbsp;When doing these projects, try to cultivate the habit of being extremely careful in assessing your visualizations. Where I work, we have extensive sets of checklists to make sure we\u2019ve done things like give our charts accurate titles (harder than you think) and we\u2019ve included units of measurement in our axis labels.&nbsp;<br><\/p>\n\n\n\n<p>Whether or not you go through this much effort, you should do whatever you need to be similarly careful.&nbsp;<br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Projects for Data Visualization Beginners&nbsp;<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"667\" src=\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/09\/photo-1489533119213-66a5cd877091.jpg\" alt=\"\" class=\"wp-image-6135\"\/><figcaption> The most important step is just to begin.&nbsp;&nbsp;<\/figcaption><\/figure>\n\n\n\n<p>Since most data scientists are going to be using either Python or R, I\u2019d recommend using a mix of the standard visualization tools for completing these projects. These include matplotlib, plotly, Altair, and the built-in functions provided by Pandas and R, like .plot().&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Learn to quickly make the fundamental charts. You should know how to produce a scatter plot, histogram, bar chart, box plot, heat map, and correlogram (a grid showing correlations between variables). Just about any basic dataset should be good for practicing most of these charts. Python has some built-in datasets you could use.&nbsp;<\/li><li>Get a good time series dataset like Tesla and Apple stock prices or literacy rates over time and make a time series plot. This is really just a line graph, but you have to pay special attention to the dates on the x-axis, especially when your chart contains multiple lines with different start and end times. Also make sure your y-axis has the correct units, and that both your lines are in the same units.&nbsp;<\/li><li>Being able to make attractive data maps is a huge bonus. See if you can take a map of the U.S. and chart anything (corn production, number of high schools, Google searches for comic book characters) by state.&nbsp;<\/li><li>Word clouds are surprisingly informative, particularly in natural language processing work. Using the <a href=\"http:\/\/ai.stanford.edu\/~amaas\/data\/sentiment\/\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">Large Movie Reviews Dataset<\/a>, see if you can generate one. What does it communicate to you?&nbsp;<\/li><\/ul>\n\n\n\n<p>If you carry out each of these projects you\u2019ll be well-positioned to accomplish most basic data visualization tasks. This will be a significant step in your journey to becoming a data scientist!\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"The reason everyone is so excited about big data and data science is because of the enormous potential data has to transform the way business, education, healthcare, and many other fields operate, for the better. Coaxing insights out of huge volumes of information, however, is a well-paying skill that only a small number of people&hellip;","protected":false},"author":35,"featured_media":6133,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[18071],"tags":[],"class_list":{"0":"post-6131","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-data-science-skills"},"acf":{"post_sub_title":"","sprint_id":"","query_class":"Data Science","school_sft":"","parent_sft":"","school_privacy_policy":"","has_review":null,"is_sponser_post":[],"is_guest_post":[]},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Top Data Visualization Projects for Beginners | Career Karma<\/title>\n<meta name=\"description\" content=\"Data visualization is an extremely important skill for aspiring data scientists. Career Karma has projects to get you started learning it.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/careerkarma.com\/blog\/top-data-visualization-projects-for-beginners\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Top Data Visualization Projects for Beginners\" \/>\n<meta property=\"og:description\" content=\"Data visualization is an extremely important skill for aspiring data scientists. Career Karma has projects to get you started learning it.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/careerkarma.com\/blog\/top-data-visualization-projects-for-beginners\/\" \/>\n<meta property=\"og:site_name\" content=\"Career Karma\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/facebook.com\/careerkarmaapp\" \/>\n<meta property=\"article:published_time\" content=\"2019-09-01T13:41:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-05-23T08:18:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/09\/photo-1551288049-bebda4e38f71.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"667\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Trent Fowler\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@career_karma\" \/>\n<meta name=\"twitter:site\" content=\"@career_karma\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Trent Fowler\" \/>\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:\\\/\\\/careerkarma.com\\\/blog\\\/top-data-visualization-projects-for-beginners\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/top-data-visualization-projects-for-beginners\\\/\"},\"author\":{\"name\":\"Trent Fowler\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#\\\/schema\\\/person\\\/768fb9a38d2c1b146588954736f79aba\"},\"headline\":\"Top Data Visualization Projects for Beginners\",\"datePublished\":\"2019-09-01T13:41:42+00:00\",\"dateModified\":\"2020-05-23T08:18:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/top-data-visualization-projects-for-beginners\\\/\"},\"wordCount\":681,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/top-data-visualization-projects-for-beginners\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/photo-1551288049-bebda4e38f71.jpg\",\"articleSection\":[\"Data Science\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/careerkarma.com\\\/blog\\\/top-data-visualization-projects-for-beginners\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/top-data-visualization-projects-for-beginners\\\/\",\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/top-data-visualization-projects-for-beginners\\\/\",\"name\":\"Top Data Visualization Projects for Beginners | Career Karma\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/top-data-visualization-projects-for-beginners\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/top-data-visualization-projects-for-beginners\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/photo-1551288049-bebda4e38f71.jpg\",\"datePublished\":\"2019-09-01T13:41:42+00:00\",\"dateModified\":\"2020-05-23T08:18:25+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#\\\/schema\\\/person\\\/768fb9a38d2c1b146588954736f79aba\"},\"description\":\"Data visualization is an extremely important skill for aspiring data scientists. Career Karma has projects to get you started learning it.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/top-data-visualization-projects-for-beginners\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/careerkarma.com\\\/blog\\\/top-data-visualization-projects-for-beginners\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/top-data-visualization-projects-for-beginners\\\/#primaryimage\",\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/photo-1551288049-bebda4e38f71.jpg\",\"contentUrl\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/photo-1551288049-bebda4e38f71.jpg\",\"width\":1000,\"height\":667},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/top-data-visualization-projects-for-beginners\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Data Science\",\"item\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/data-science-skills\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Top Data Visualization Projects for Beginners\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/\",\"name\":\"Career Karma\",\"description\":\"Latest Coding Bootcamp News &amp; Career Hacks from Industry Insiders\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/#\\\/schema\\\/person\\\/768fb9a38d2c1b146588954736f79aba\",\"name\":\"Trent Fowler\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/Screen-Shot-2019-11-16-at-3.07.12-PM.png\",\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/Screen-Shot-2019-11-16-at-3.07.12-PM.png\",\"contentUrl\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/Screen-Shot-2019-11-16-at-3.07.12-PM.png\",\"caption\":\"Trent Fowler\"},\"description\":\"Trent Fowler is a data scientist and writer with an interest in machine learning, blockchain technologies, and futurism.\",\"url\":\"https:\\\/\\\/careerkarma.com\\\/blog\\\/author\\\/trent-fowler\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Top Data Visualization Projects for Beginners | Career Karma","description":"Data visualization is an extremely important skill for aspiring data scientists. Career Karma has projects to get you started learning it.","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:\/\/careerkarma.com\/blog\/top-data-visualization-projects-for-beginners\/","og_locale":"en_US","og_type":"article","og_title":"Top Data Visualization Projects for Beginners","og_description":"Data visualization is an extremely important skill for aspiring data scientists. Career Karma has projects to get you started learning it.","og_url":"https:\/\/careerkarma.com\/blog\/top-data-visualization-projects-for-beginners\/","og_site_name":"Career Karma","article_publisher":"http:\/\/facebook.com\/careerkarmaapp","article_published_time":"2019-09-01T13:41:42+00:00","article_modified_time":"2020-05-23T08:18:25+00:00","og_image":[{"width":1000,"height":667,"url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/09\/photo-1551288049-bebda4e38f71.jpg","type":"image\/jpeg"}],"author":"Trent Fowler","twitter_card":"summary_large_image","twitter_creator":"@career_karma","twitter_site":"@career_karma","twitter_misc":{"Written by":"Trent Fowler","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/careerkarma.com\/blog\/top-data-visualization-projects-for-beginners\/#article","isPartOf":{"@id":"https:\/\/careerkarma.com\/blog\/top-data-visualization-projects-for-beginners\/"},"author":{"name":"Trent Fowler","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/768fb9a38d2c1b146588954736f79aba"},"headline":"Top Data Visualization Projects for Beginners","datePublished":"2019-09-01T13:41:42+00:00","dateModified":"2020-05-23T08:18:25+00:00","mainEntityOfPage":{"@id":"https:\/\/careerkarma.com\/blog\/top-data-visualization-projects-for-beginners\/"},"wordCount":681,"commentCount":0,"image":{"@id":"https:\/\/careerkarma.com\/blog\/top-data-visualization-projects-for-beginners\/#primaryimage"},"thumbnailUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/09\/photo-1551288049-bebda4e38f71.jpg","articleSection":["Data Science"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/careerkarma.com\/blog\/top-data-visualization-projects-for-beginners\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/careerkarma.com\/blog\/top-data-visualization-projects-for-beginners\/","url":"https:\/\/careerkarma.com\/blog\/top-data-visualization-projects-for-beginners\/","name":"Top Data Visualization Projects for Beginners | Career Karma","isPartOf":{"@id":"https:\/\/careerkarma.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/careerkarma.com\/blog\/top-data-visualization-projects-for-beginners\/#primaryimage"},"image":{"@id":"https:\/\/careerkarma.com\/blog\/top-data-visualization-projects-for-beginners\/#primaryimage"},"thumbnailUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/09\/photo-1551288049-bebda4e38f71.jpg","datePublished":"2019-09-01T13:41:42+00:00","dateModified":"2020-05-23T08:18:25+00:00","author":{"@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/768fb9a38d2c1b146588954736f79aba"},"description":"Data visualization is an extremely important skill for aspiring data scientists. Career Karma has projects to get you started learning it.","breadcrumb":{"@id":"https:\/\/careerkarma.com\/blog\/top-data-visualization-projects-for-beginners\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/careerkarma.com\/blog\/top-data-visualization-projects-for-beginners\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerkarma.com\/blog\/top-data-visualization-projects-for-beginners\/#primaryimage","url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/09\/photo-1551288049-bebda4e38f71.jpg","contentUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/09\/photo-1551288049-bebda4e38f71.jpg","width":1000,"height":667},{"@type":"BreadcrumbList","@id":"https:\/\/careerkarma.com\/blog\/top-data-visualization-projects-for-beginners\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/careerkarma.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Data Science","item":"https:\/\/careerkarma.com\/blog\/data-science-skills\/"},{"@type":"ListItem","position":3,"name":"Top Data Visualization Projects for Beginners"}]},{"@type":"WebSite","@id":"https:\/\/careerkarma.com\/blog\/#website","url":"https:\/\/careerkarma.com\/blog\/","name":"Career Karma","description":"Latest Coding Bootcamp News &amp; Career Hacks from Industry Insiders","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/careerkarma.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/768fb9a38d2c1b146588954736f79aba","name":"Trent Fowler","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/11\/Screen-Shot-2019-11-16-at-3.07.12-PM.png","url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/11\/Screen-Shot-2019-11-16-at-3.07.12-PM.png","contentUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2019\/11\/Screen-Shot-2019-11-16-at-3.07.12-PM.png","caption":"Trent Fowler"},"description":"Trent Fowler is a data scientist and writer with an interest in machine learning, blockchain technologies, and futurism.","url":"https:\/\/careerkarma.com\/blog\/author\/trent-fowler\/"}]}},"_links":{"self":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts\/6131","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/users\/35"}],"replies":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/comments?post=6131"}],"version-history":[{"count":0,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts\/6131\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/media\/6133"}],"wp:attachment":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/media?parent=6131"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/categories?post=6131"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/tags?post=6131"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}