Traffic accident numbers data by causes for the years 2015 - 2016 - 2017 - 2018 - 2019 - 2020 - 2021 - 2022 - 2023 - 2024
Not Available
You can help us improve by providing your Rate about your experience.
This work is licensed Creative Commons Attribution 4.0
Interact with our functional API in (Python, JavaScript, Curl)
The Resource GUID in the API call must be specified according to the resource you intend to access. This identifier can be retrieved from the Resource Information page.
import requests print(requests.get("https://bayanat.ae/api/DatasetResources/GetDatasetResource?resourceID={ResourceGUID}").json())
fetch('https://bayanat.ae/api/DatasetResources/GetDatasetResource?resourceID={ResourceGUID}', { method: 'GET', headers: { 'Content-Type': 'application/json', } }) .then(response => { return response.json(); }) .then(data => { }) .catch(error => { console.error(error); });
curl -X GET "https://bayanat.ae/api/DatasetResources/GetDatasetResource?resourceID={ResourceGUID}" \ -H "Content-Type: application/json"
Share to:
Facebook
Twitter