The dataset shows crude oil reserves (Million MT) , production in (000 Metric Ton) and exports (000 Metric Ton) in the United Arab Emirates from 2009 until 2017.
Not Available
You can help us improve by providing your Rate about your experience.
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