{"id":28303,"date":"2017-02-19T03:01:09","date_gmt":"2017-02-18T17:01:09","guid":{"rendered":"http:\/\/www.rjmprogramming.com.au\/ITblog\/?p=28303"},"modified":"2017-02-18T20:57:39","modified_gmt":"2017-02-18T10:57:39","slug":"worldbank-api-world-country-population-trend-tutorial","status":"publish","type":"post","link":"https:\/\/www.rjmprogramming.com.au\/ITblog\/worldbank-api-world-country-population-trend-tutorial\/","title":{"rendered":"Worldbank API World Country Population Trend Tutorial"},"content":{"rendered":"<div style=\"width: 230px\" class=\"wp-caption alignnone\"><a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/worldbank_population_data.html\"><img decoding=\"async\" style=\"border: 15px solid pink;\" alt=\"Worldbank API World Country Population Trend Tutorial\" src=\"http:\/\/www.rjmprogramming.com.au\/PHP\/worldbank_population_data_trend.jpg\" title=\"Worldbank API World Country Population Trend Tutorial\"  style=\"float:left;\"  \/><\/a><p class=\"wp-caption-text\">Worldbank API World Country Population Trend Tutorial<\/p><\/div>\n<p>The <a target=_blank title='onions' href='https:\/\/www.rjmprogramming.com.au\/ITblog\/?s=onion'>&#8220;onion of the 4th dimension&#8221;<\/a> way to go (after yesterday&#8217;s <a title='Worldbank API World Country Population Report Tutorial' href='#wawcprt'>Worldbank API World Country Population Report Tutorial<\/a> as shown below) for our latest web application project &#8220;Worldbank API World Country Population&#8221; we like is to now start thinking of a means to show &#8220;trends&#8221; in population.  With this in mind there is a ready made <a target=_blank href='https:\/\/developers.google.com\/chart\/interactive\/docs\/index' title='Google Chart Tools provide a perfect way to visualize data on your website. From simple line charts to complex hierarchical tree maps, the chart galley provides a large number of well-designed chart types. Populating your data is easy using the provided client- and server-side tools.'>Google Chart<\/a> Pie Chart Differences to help here.  With the Google Chart Pie Chart Differences we&#8217;ll supply two different years worth of data, and the cleverness of this Google Chart product is called into play to show three Pie Charts, namely &#8230;<\/p>\n<ul>\n<li>original year&#8217;s Pie Chart <a target=_blank title='Worldbank data source' href='http:\/\/wdi.worldbank.org\/'>Worldbank<\/a> <a target=_blank title='Worldbank API documentation' href='https:\/\/datahelpdesk.worldbank.org\/knowledgebase\/articles\/898581-api-basic-call-structure'>API<\/a> data<\/li>\n<li><b>&#8220;compared to&#8221; year<\/b>&#8216;s Pie Chart data<\/li>\n<li>a Google Chart Pie Chart Differences &#8220;trend&#8221; Pie Chart showing an &#8220;inner ring&#8221; Pie Chart within an &#8220;outer ring&#8221; Pie Chart where you can get a sense of &#8220;trends&#8221; that are taking place<\/li>\n<\/ul>\n<p> &#8230; that is manifested in the &#8220;parent&#8221; HTML code by changing the previous hardcoded <i>&#8220;Year&#8221;<\/i> word with an HTML select element &#8220;dropdown&#8221; element to define that optional <b>second &#8220;compared to&#8221; year of interest<\/b>.<\/p>\n<p>The other new functionality today is a &#8220;share&#8221; via Email emoji (HTML <i>a<\/i> link &#8220;button&#8221;) that latches on to the user&#8217;s Email client program via <a target=_blank title='' href='https:\/\/www.rjmprogramming.com.au\/ITblog\/middle-word-game-share-tutorial\/'>Middle Word Share Tutorial<\/a>&#8216;s approach, namely &#8230;<\/p>\n<blockquote><p>\nmailto:[emailAddress]?subject=[Subject]&#038;body=[URLtoLinkTo] type of href property (on that link). As you can imagine, it is possible to piece together a Javascript encodeURIComponent() version of [URLtoLinkTo] value via the current webpage\u2019s document.URL\n<\/p><\/blockquote>\n<p> &#8230; the curious variation being that we don&#8217;t think of the &#8220;parent&#8221; HTML&#8217;s <i>document.URL<\/i> here (in blurb above), but, rather, it is more useful to consider the &#8220;child&#8221; HTML iframe element PHP&#8217;s <i>document.URL<\/i> both as an easier to code concept, and the simplifier of &#8220;length of data&#8221; GET vs POST HTML form element originated data issues.  You see, if your data getting to the Pie Chart is over a certain length, it will be POSTed and you would lose the opportunity to Email this (in that <i>mailto:<\/i> email client program way), because you rely on real GET method URLs for this approach.  At the &#8220;view&#8221; of the middle &#8220;child&#8221; PHP, though, it gets its calls, always, in a GET URL way, so it is, counterintuitively, the best (and simplest) place to intervene and code for this Email &#8220;share&#8221; functionality.<\/p>\n<p>Both &#8220;parent&#8221; HTML and &#8220;child&#8221; PHP changed today, so that &#8230;<\/p>\n<ul>\n<li>&#8220;parent&#8221; supervisory <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/worldbank_population_data.html\" title=\"Click picture\">web application<\/a> has HTML (and Javascript and CSS) you could call <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/worldbank_population_data.html-GETME\" title=\"worldbank_population_data.html\">worldbank_population_data.html<\/a> changed in <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/Geographicals\/diff.php?one=http:\/\/www.rjmprogramming.com.au\/PHP\/worldbank_population_data.html-GETME\" title=\"worldbank_population_data.html\">this way<\/a><\/li>\n<li>&#8220;child&#8221; supervised you could call <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/worldbank_population_data.php--GETME\" title=\"worldbank_population_data.php\">worldbank_population_data.php<\/a> changed in <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/Geographicals\/diff.php?one=http:\/\/www.rjmprogramming.com.au\/PHP\/worldbank_population_data.php--GETME\" title=\"worldbank_population_data.php\">this way<\/a><\/li>\n<\/ul>\n<p>We would welcome you trying this <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/worldbank_population_data.html\" title=\"Click picture\">web application<\/a> for yourself, to get this into perspective.<\/p>\n<hr>\n<p id='wawcprt'>Previous relevant <a target=_blank title='Worldbank API World Country Population Report Tutorial' href='https:\/\/www.rjmprogramming.com.au\/ITblog\/worldbank-api-world-country-population-report-tutorial\/'>Worldbank API World Country Population Report Tutorial<\/a> is shown below.<\/p>\n<div style=\"width: 230px\" class=\"wp-caption alignnone\"><a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/worldbank_population_data.html\"><img decoding=\"async\" style=\"border: 15px solid pink;\" alt=\"Worldbank API World Country Population Report Tutorial\" src=\"http:\/\/www.rjmprogramming.com.au\/PHP\/worldbank_population_data_report.jpg\" title=\"Worldbank API World Country Population Report Tutorial\"  style=\"float:left;\"  \/><\/a><p class=\"wp-caption-text\">Worldbank API World Country Population Report Tutorial<\/p><\/div>\n<p>In yesterday&#8217;s <a title='Worldbank API World Country Population Primer Tutorial' href='#wawcppt'>Worldbank API World Country Population Primer Tutorial<\/a>, as shown below, we noted &#8230;<\/p>\n<blockquote><p>\nthe data is presented in some way shape or form with the Pie Chart, but for all the advantages of <i>lots of information in the one place<\/i>, it does suffer a bit with <i>clutter<\/i>\n<\/p><\/blockquote>\n<p> &#8230; and today we show some practical strategies to be more clear (less <i>cluttered<\/i>) with the data, should the user, optionally, be interested, here.<\/p>\n<p>In practical terms, we built a supervisory HTML &#8220;parent&#8221; you could call <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/worldbank_population_data.html_GETME\" title=\"worldbank_population_data.html\">worldbank_population_data.html<\/a> (with this new <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/worldbank_population_data.html\" title=\"Click picture\">live run<\/a> link) on top of yesterday&#8217;s &#8220;duck with the legs moving fast&#8221; hard working &#8220;child&#8221; HTML iframe element housed PHP <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/worldbank_population_data.php-GETME\" title=\"worldbank_population_data.php\">worldbank_population_data.php<\/a> (changed <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/Geographicals\/diff.php?one=http:\/\/www.rjmprogramming.com.au\/PHP\/worldbank_population_data.php-GETME\" title=\"worldbank_population_data.php\">this way<\/a> to accomodate this move).<\/p>\n<p>If you had to break up a huge chunk of <a target=_blank title='Worldbank data source' href='http:\/\/wdi.worldbank.org\/'>Worldbank<\/a> <a target=_blank title='Worldbank API documentation' href='https:\/\/datahelpdesk.worldbank.org\/knowledgebase\/articles\/898581-api-basic-call-structure'>API<\/a> data related to World Countries and their Population, what would you research as an idea to do this?   No doubt a lot of people would agree with how we approach it, that being &#8230;<\/p>\n<p><code><br \/>\nreport via a \"starting with\" <i>alphabetic<\/i> criteria<br \/>\n<\/code><\/p>\n<p>Makes sense?  We hope so, and we&#8217;ll also ask for a <i>Year<\/i> of interest, with the caveat that we should offer the user the &#8220;absolute thinking&#8221; that would say if you are doing a report on &#8230;<\/p>\n<p><code><br \/>\nPopulation by World Country A for year 2015<br \/>\n<\/code><\/p>\n<p> &#8230; for example, you should offer the user to show Pie Charts for the two scenarios below &#8230;<\/p>\n<ul>\n<li>World Country A Populations compared to each other &#8230; or &#8230;<\/li>\n<li>World Country A Populations compared to each other and a Non-A Population entry (which totals all non-A country populations)<\/li>\n<\/ul>\n<p>We could present these functionality options in an HTML select element &#8220;dropdown&#8221;, but we think today, we&#8217;ll use a top menu of HTML <i>a<\/i> links to interface to the user of this &#8220;parent&#8221; supervisory <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/worldbank_population_data.html\" title=\"Click picture\">web application<\/a> we welcome you to try out for yourself.<\/p>\n<hr>\n<p id='wawcppt'>Previous relevant <a target=_blank title='Worldbank API World Country Population Primer Tutorial' href='https:\/\/www.rjmprogramming.com.au\/ITblog\/worldbank-api-world-country-population-primer-tutorial\/'>Worldbank API World Country Population Primer Tutorial<\/a> is shown below.<\/p>\n<div style=\"width: 230px\" class=\"wp-caption alignnone\"><a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/worldbank_population_data.php\"><img decoding=\"async\" style=\"border: 15px solid pink;\" alt=\"Worldbank API World Country Population Primer Tutorial\" src=\"http:\/\/www.rjmprogramming.com.au\/PHP\/worldbank_population_data.jpg\" title=\"Worldbank API World Country Population Primer Tutorial\"  style=\"float:left;\"  \/><\/a><p class=\"wp-caption-text\">Worldbank API World Country Population Primer Tutorial<\/p><\/div>\n<p>Today we&#8217;re revisiting the absolutely astonishing resource that the <a target=_blank title='Worldbank data source' href='http:\/\/wdi.worldbank.org\/'>Worldbank<\/a> <a target=_blank title='Worldbank API documentation' href='https:\/\/datahelpdesk.worldbank.org\/knowledgebase\/articles\/898581-api-basic-call-structure'>API<\/a> website provides.  Such free public sources of data are very much appreciated in our books.  <font size=1>Not so much in our pamphlets, but definitely in the books.<\/font>  Revisiting we thought, perhaps, we heard you ask <font size=1>&#8230; or were you passing wind<\/font>?   Glad you asked.  Remember when we presented <a title='PHP Worldbank Growth of Merchandise Trade Tutorial' href='#pwgomtt'>PHP Worldbank Growth of Merchandise Trade Tutorial<\/a>, as shown below?   Then, we used <a target=_blank href='https:\/\/developers.google.com\/chart\/interactive\/docs\/index' title='Google Chart Tools provide a perfect way to visualize data on your website. From simple line charts to complex hierarchical tree maps, the chart galley provides a large number of well-designed chart types. Populating your data is easy using the provided client- and server-side tools.'>Google Chart<\/a> Bubble Chart to present reams of information.  Today, we again broach &#8220;reams&#8221; of Wordbank Population data per country to present a Google Chart Pie Chart report.<\/p>\n<p>On our &#8220;first draft&#8221; of this web application project we create just the one pie chart, but we do that, along the way showing you a couple of things &#8230;<\/p>\n<ul>\n<li>the &#8220;reams&#8221; of data is processed on the understanding it could be sent to an HTML iframe as a URL plonked into that iframe element&#8217;s <i>src<\/i> property <font size=1>(as if)<\/font>, or if that URL is too long then that data is plugged into the HTML form and then sent (POSTed) to that same HTML iframe (whose <i>name<\/i> is the same as the form element&#8217;s target=<i>name<\/i>) via an HTML form element whose <i>action<\/i> property is set to &#8230;<br \/>\n<code><br \/>\n<a target=_blank title='Google Chart Pie Chart' href='http:\/\/www.rjmprogramming.com.au\/PHP\/PieChart\/pie_chart.php'>http:\/\/www.rjmprogramming.com.au\/PHP\/PieChart\/pie_chart.php<\/a><br \/>\n<\/code>\n<\/li>\n<li>the data is presented in some way shape or form with the Pie Chart, but for all the advantages of <i>lots of information in the one place<\/i>, it does suffer a bit with <i>clutter<\/i><\/li>\n<\/ul>\n<p> &#8230; and so we try some strategies to help with those <i>clutter<\/i> issues above in blog postings to come.<\/p>\n<p>In the meantime, why not try a <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/worldbank_population_data.php\" title=\"Click picture\">live run<\/a> of the underlying PHP (serverside) web application you could call <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/worldbank_population_data.php_GETME\" title=\"worldbank_population_data.php\">worldbank_population_data.php<\/a> featuring &#8230;<\/p>\n<ul>\n<li>use of PHP <a target=_blank title='PHP file_get_contents() method information' href='http:\/\/php.net\/manual\/en\/function.file-get-contents.php'>file_get_contents()<\/a> to extract &#8230;<\/li>\n<li><a target=_blank title='JSON information from w3schools' href='https:\/\/www.w3schools.com\/js\/js_json_intro.asp'>JSON<\/a> data is extracted and parsed to help piece together that URL to the Google Chart Pie Chart, as mentioned way above<\/li>\n<\/ul>\n<hr>\n<p id='pwgomtt'>Previous relevant <a target=_blank title='PHP Worldbank Growth of Merchandise Trade Tutorial' href='https:\/\/www.rjmprogramming.com.au\/ITblog\/php-worldbank-growth-of-merchandise-trade-tutorial\/'>PHP Worldbank Growth of Merchandise Trade Tutorial<\/a> is shown below.<\/p>\n<div style=\"width: 230px\" class=\"wp-caption alignnone\"><a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/BubbleChart\/growth_of_merchandise_trade.php\"><img decoding=\"async\" style=\"border: 15px solid pink;\" alt=\"PHP Worldbank Growth of Merchandise Trade Tutorial\" src=\"http:\/\/www.rjmprogramming.com.au\/PHP\/BubbleChart\/growth_of_merchandise_trade.jpg\" title=\"PHP Worldbank Growth of Merchandise Trade Tutorial\"  style=\"float:left;\"  \/><\/a><p class=\"wp-caption-text\">PHP Worldbank Growth of Merchandise Trade Tutorial<\/p><\/div>\n<p>We&#8217;ve said it before, and (no doubt) we&#8217;ll say it again &#8230; there are great public data sources out there for you to explore.<\/p>\n<p>As far as international data goes the <a target=_blank title='Worldbank data source' href='http:\/\/wdi.worldbank.org\/'>Worldbank<\/a> series of statistics is great, so, thanks.<\/p>\n<p>Today we combine the Worldbank data for <a target=_blank title='Growth of Merchandise Trade 2003-2013' href='http:\/\/wdi.worldbank.org\/table\/6.1'>Growth of Merchandise Trade 2003-2013<\/a> with the wonderful <a target=_blank href='https:\/\/developers.google.com\/chart\/interactive\/docs\/index' title='Google Chart Tools provide a perfect way to visualize data on your website. From simple line charts to complex hierarchical tree maps, the chart galley provides a large number of well-designed chart types. Populating your data is easy using the provided client- and server-side tools.'>Google Chart<\/a> Bubble Chart to create (52 = (first letters of country name) 26 x 2 (concepts: Exports and Imports)) reporting charts of interest, we hope.  Again, as with any reporting subject, it is a personal thing, whether the subject matter of a report is of interest, but you could say that about so many things in life.<\/p>\n<p>So, we offer some PHP source code you could call <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/BubbleChart\/growth_of_merchandise_trade.php_GETME\" title='growth_of_merchandise_trade.php'>growth_of_merchandise_trade.php<\/a> and a <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/BubbleChart\/growth_of_merchandise_trade.php\" title=\"Click picture\">live run<\/a> link as well, the full loading of which requires patience.<\/p>\n<p><b><i>Stop Press<\/i><\/b><\/p>\n<p>Tomorrow we go over what was needed to change PHP code above to be more mobile friendly &#8230;<\/p>\n<blockquote>\n<ul>\n<li><a href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/BubbleChart\/growth_of_merchandise_trade.php-GETME\" title=\"growth_of_merchandise_trade.php\" target=\"_blank\">growth_of_merchandise_trade.php<\/a> <a href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/Geographicals\/diff.php?one=http:\/\/www.rjmprogramming.com.au\/PHP\/BubbleChart\/growth_of_merchandise_trade.php-GETME\" title=\"growth_of_merchandise_trade.php\" target=\"_blank\">changes<\/a> (to cater for select event (mobile touch) functionality) and <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/BubbleChart\/growth_of_merchandise_trade.php\" title='growth_of_merchandise_trade.php'>live run<\/a> link for yesterday&#8217;s web application<\/li>\n<\/ul>\n<\/blockquote>\n<p>If this was interesting you may be interested in <a title='Click here to see topics in which you might be interested' href='#d19609' onclick='var dv=document.getElementById(\"d19609\"); dv.innerHTML = \"&lt;iframe width=670 height=600 src=\" + \"https:\/\/www.rjmprogramming.com.au\/ITblog\/tag\/php\" + \"&gt;&lt;\/iframe&gt;\"; dv.style.display = \"block\";'>this<\/a> too.<\/p>\n<div id='d19609' style='display: none; border-left: 2px solid green; border-top: 2px solid green;'><\/div>\n<hr>\n<p>If this was interesting you may be interested in <a title='Click here to see topics in which you might be interested' href='#d28262' onclick='var dv=document.getElementById(\"d28262\"); dv.innerHTML = \"&lt;iframe width=670 height=600 src=\" + \"https:\/\/www.rjmprogramming.com.au\/ITblog\/tag\/google-chart\" + \"&gt;&lt;\/iframe&gt;\"; dv.style.display = \"block\";'>this<\/a> too.<\/p>\n<div id='d28262' style='display: none; border-left: 2px solid green; border-top: 2px solid green;'><\/div>\n<hr>\n<p>If this was interesting you may be interested in <a title='Click here to see topics in which you might be interested' href='#d28278' onclick='var dv=document.getElementById(\"d28278\"); dv.innerHTML = \"&lt;iframe width=670 height=600 src=\" + \"https:\/\/www.rjmprogramming.com.au\/ITblog\/tag\/report\" + \"&gt;&lt;\/iframe&gt;\"; dv.style.display = \"block\";'>this<\/a> too.<\/p>\n<div id='d28278' style='display: none; border-left: 2px solid green; border-top: 2px solid green;'><\/div>\n<hr>\n<p>If this was interesting you may be interested in <a title='Click here to see topics in which you might be interested' href='#d28303' onclick='var dv=document.getElementById(\"d28303\"); dv.innerHTML = \"&lt;iframe width=670 height=600 src=\" + \"https:\/\/www.rjmprogramming.com.au\/ITblog\/tag\/trend\" + \"&gt;&lt;\/iframe&gt;\"; dv.style.display = \"block\";'>this<\/a> too.<\/p>\n<div id='d28303' style='display: none; border-left: 2px solid green; border-top: 2px solid green;'><\/div>\n","protected":false},"excerpt":{"rendered":"<p>The &#8220;onion of the 4th dimension&#8221; way to go (after yesterday&#8217;s Worldbank API World Country Population Report Tutorial as shown below) for our latest web application project &#8220;Worldbank API World Country Population&#8221; we like is to now start thinking of &hellip; <a href=\"https:\/\/www.rjmprogramming.com.au\/ITblog\/worldbank-api-world-country-population-trend-tutorial\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12,37],"tags":[88,2139,380,381,385,513,518,576,652,664,739,932,944,997,2138,1054,1133,1319,1345,1460],"class_list":["post-28303","post","type-post","status-publish","format-standard","hentry","category-elearning","category-tutorials","tag-api","tag-difference","tag-email","tag-email-client","tag-emoji","tag-google","tag-google-chart","tag-html","tag-javascript","tag-json","tag-mailto","tag-php","tag-pie-chart","tag-programming","tag-rend","tag-report","tag-share","tag-tutorial","tag-url","tag-worldbank"],"_links":{"self":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts\/28303"}],"collection":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/comments?post=28303"}],"version-history":[{"count":5,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts\/28303\/revisions"}],"predecessor-version":[{"id":28309,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts\/28303\/revisions\/28309"}],"wp:attachment":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/media?parent=28303"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/categories?post=28303"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/tags?post=28303"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}