Ilya Nazarov
Tech Labs|15 June 2022 API Databank Documentation Technology Team Oxford Economics Getting an API key To request an API key, please contact us using the Support platform. Eligibility for API provisioning depends on your organisation’s subscription. The key provided will be tied to a new, separate technical user account, which will maintain the same subscription profile … Read more
Tech Labs|14 June 2022 API Databank – Saved selection to PowerBI Technology Team Oxford Economics Open Swagger by accessing following path – https://services.oxfordeconomics.com/Swagger 2. Click on /Users directory. In the dropdown, click on GET /api/users/{id} option. Next to id parameter, in the value column, type “me”. Once done, click on Try it out! button. 3. … Read more
Tech Labs|14 June 2022 API Databank – Downloading Entire Databanks Technology Team Oxford Economics 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 necessary to fetch everything all at once. The way to do this is nearly identical to any … Read more
Tech Labs|14 June 2022 API Databank – Redirects and CORS restrictions Technology Team Oxford Economics The File Download and Queue Download endpoints employ a redirect response to indicate successful completion and to pass along the newly generated download URL. Any client-side API call must expose this redirect URL (i.e. the download URL). However, in many … Read more
Tech Labs|14 June 2022 API Databank – Conventions and Limits Technology Team Oxford Economics Conventions The following list describes common conventions used by our API and should help to inform the construction of valid HTTP requests: The ending / character can be included or omitted as preferred from the request URL. For example:GET https://services.oxfordeconomics.com/api/databank is functionally the same … Read more
Tech Labs|14 June 2022 API Databank – Key Response Dictionaries Technology Team Oxford Economics Note that for the purpose of describing these dictionaries, the ( and ) characters indicate a choice and should be omitted in practice. For example, format: (“csv”, “excel”) indicates a choice between the strings csv and excel, so in practice this might look like format: “csv” or format: “excel”. In contrast, the [ and ] characters indicate … Read more
Tech Labs|14 June 2022 API Databank – Key Request Dictionaries and Request Header Technology Team Oxford Economics Note that for the purpose of describing these dictionaries, the ( and ) characters indicate a choice and should be omitted in practice. For example, format: (“csv”, “excel”) indicates a choice between the strings csv and excel, so in practice this might look like format: “csv” or format: “excel”. In … Read more
Tech Labs|14 June 2022 API Databank – Endpoints Technology Team Oxford Economics Each of the endpoints below returns a JSON object containing the corresponding requested data. Most require a valid API token and each can take optional GET and POST data to specify existing selections or databanks. /Databank Fetch information about the available Global Workstation databanks. This includes things … Read more