Skip to main content
OECD statistics API providing economic outlook, trade flows, education metrics, environmental data, and policy indicators across 38 member countries. Best for comparative policy analysis, benchmarking national performance, and accessing harmonized cross-country statistics. Covers structural economic policy — complementary to IMF (monetary/financial) and World Bank (development indicators). 2 example endpoints available through Lava’s AI Gateway. See the OECD API docs for full documentation.
This provider is managed — no additional setup required.
This is a catch-all provider — any valid URL under https://sdmx.oecd.org/public/rest is supported. OECD statistics API. Construct URL as https://sdmx.oecd.org/public/rest/{endpoint}. Common endpoints: /dataflow/all, /data//. Use ?format=jsondata for JSON responses. The endpoints below are curated examples.

Endpoints

List all available dataflows

GET https://sdmx.oecd.org/public/rest/dataflow/all?format=jsondata — Free
const data = await lava.gateway('https://sdmx.oecd.org/public/rest/dataflow/all?format=jsondata', { method: 'GET' });

Query data from a specific dataflow

GET https://sdmx.oecd.org/public/rest/data/OECD.SDD.NAD,DSD_NAMAIN1@DF_TABLE1_EXPENDITURE,1.0/USA..S1..B1GQ..V..GY..A?dimensionAtObservation=AllDimensions — Free
const data = await lava.gateway('https://sdmx.oecd.org/public/rest/data/OECD.SDD.NAD,DSD_NAMAIN1@DF_TABLE1_EXPENDITURE,1.0/USA..S1..B1GQ..V..GY..A?dimensionAtObservation=AllDimensions', { method: 'GET' });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests