There's no chart here yet because we don't know what fields you'd like to see plotted.
Please tell us by clicking the Customize visualization button.
You can always change the filters to modify the charts.
Topic | No topic was specified for this dataset |
Limitations | No limitations were specified for this dataset |
Periodicity | Yearly |
Concept | No concept was specified for this dataset |
Date Created | 5/1/2024 5:07:46 AM |
Last Modified | 5/1/2024 5:07:46 AM |
Theme(s) | No topic was specified for this dataset |
Categories | |
Source(s) | UNDP |
Description | |
Insights | |
Tags |
The ADP Portal provides powerfull API query support, to use this dataset in your code please copy the link below.
A simple ajax request to the data API using jQuery.
var filters = {};
$.post(
"https://escwaapigateway.azure-api.net/dlv1/unagencies?name=undp/Gross_National_Income_Per_Capita_male_2017_PPP&ReturnFull=true",
JSON.stringify(filters),
function (result) {
// Process result here
}
);
You can copy and paste the embed code into a CMS or blog software that supports raw HTML