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 | Health service coverage |
Limitations | No limitations were specified for this dataset |
Periodicity | Yearly |
Concept | No concept was specified for this dataset |
Date Created | 12/23/2024 1:17:36 PM |
Last Modified | 12/23/2024 1:17:36 PM |
Theme(s) | Health service coverage |
Categories | Sustainable development goals |
Source(s) | WHO |
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=who/Births_attended_by_skilled_health_personnel&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