Disclaimer: You are using Google Translate. The UAE mGovernment is not responsible for the accuracy of information in the translated language.
Transform raw data into clear, impactful charts. Start visualizing your insights and make your findings easier to understand and share.
Interact with our functional API in (Python, JavaScript, Curl)
import requests print(requests.get("https://bayanat.ae/api/DatasetResources/GetDatasetResource?resourceID=8000a11f-9de0-41ec-b52a-d1ad7da2fe9d").json())
fetch('https://bayanat.ae/api/DatasetResources/GetDatasetResource?resourceID=8000a11f-9de0-41ec-b52a-d1ad7da2fe9d', { 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=8000a11f-9de0-41ec-b52a-d1ad7da2fe9d" \ -H "Content-Type: application/json"
Share to:
Facebook
Twitter