Application Programming Interface (API)

API - Frequently Asked Questions
Overview What is an API? API is the acronym for Application Programming Interface, which is a computing term for a set of functions and procedures that ...
Tue, 26 Jul, 2022 3:53 PM
The latest updates for the Excel Data Workstation V3
Overview The software development team at Oxford Economics is continually working to bring better performance and new features to the Excel Data Workstati...
Thu, 1 Sep, 2022 9:19 AM
API Databank – Python GET request to retrieve a saved selection
Code Example Useful Information The id of the saved selection can be found by sending a GET request to endpoint /users/me and looking through the...
Mon, 15 Aug, 2022 9:24 AM
API Databank – Python POST request with customized request body
Code Example Useful Information This Python example sends a POST request to /download endpoint and indicates to include the metadata. Make sure t...
Mon, 15 Aug, 2022 9:24 AM
API Databank – Saved selection to PowerBI
Open Swagger by accessing following path – https://services.oxfordeconomics.com/Swagger Click on /Users directory. In the dropdown, click on GET /api/...
Thu, 27 Apr, 2023 2:53 PM
API Databank – Downloading Entire Databanks
In most circumstances, narrowly-defined selections are the best and quickest method to download data with the API. However, in some cases it may be necessar...
Tue, 26 Jul, 2022 12:35 PM
API Databank – Redirects and CORS restrictions
The File Download and Queue Download endpoints employ a redirect response to indicate successful completion and to pass along the newly generated download U...
Tue, 26 Jul, 2022 12:36 PM
API Databank – Conventions and Limits
Conventions The following list describes common conventions used by our API and should help to inform the construction of valid HTTP requests: The...
Thu, 18 Aug, 2022 9:52 AM
API Databank – Key Response Dictionaries
Note that for the purpose of describing these dictionaries, the ( and ) characters indicate a choice and should be omitted in practice. For example, format:...
Thu, 1 Sep, 2022 9:18 AM
API Databank – Key Request Dictionaries and Request Header
Note that for the purpose of describing these dictionaries, the ( and ) characters indicate a choice and should be omitted in practice. For example, format:...
Thu, 1 Sep, 2022 9:18 AM