The volume of direct GCC imports to the United Arab Emirates by GCC Country and year (2010-2015) *metadata sheet included in the file
We are unable to open this document in the current view. To ensure access to the data, please download the file.
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