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 | Global Information System on Alcohol and Health |
Limitations | No limitations were specified for this dataset |
Periodicity | Yearly |
Concept | No concept was specified for this dataset |
Date Created | 4/4/2023 7:20:02 AM |
Last Modified | 4/4/2023 10:27:12 AM |
Theme(s) | Global Information System on Alcohol and Health |
Categories | alcohol control policies |
Source(s) | WHO Global Information System on Alcohol and Health (GISAH) |
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/Legal_blood_alcohol_concentration_BAC_limits_04042023065609&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