/oecd/datasets
Get observations from an OECD dataset by its dataflow reference, sliced by dimension filters
Price: 1 credit
💡 AI Hint: Fetch numeric observations from a single OECD statistical dataset by its dataflow reference (AGENCY,FLOW,VERSION, e.g. OECD.SDD.TPS,DSD_PRICES@DF_PRICES_ALL,1.0). Each observation is returned as a flat record with the resolved code and human label for every dimension (reference area, measure, unit, frequency, etc.), the numeric value, and any data attributes such as the observation status. Use the filters argument (dimension code to allowed value codes) plus start and end to slice the dataset to the cells you need — an unfiltered dataset can contain millions of cells. Look up the available dimension codes for a dataset via the dimensions endpoint.
⚠️ Common errors: 412: Dataset not found or no observations for the requested slice
Authorizations
API token from the dashboard
Headers
Body
Full dataflow reference as AGENCY,FLOW,VERSION (version optional)
"OECD.SDD.TPS,DSD_PRICES@DF_PRICES_ALL,1.0"
Number of observations to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Dimension filters as a mapping of dimension code to allowed value codes; omitted dimensions match all values
{
"MEASURE": ["CPI"],
"REF_AREA": ["USA", "DEU"]
}Earliest time period, inclusive
"2020"
Latest time period, inclusive
"2024"