OECD dataflow structure (dimensions & codes)
oecd_data_structurePull SDMX-JSON to reveal a dataflow's dimensions, key order, and code lists. Use this to construct a valid dot-delimited key before fetching data.
Instructions
Discover a dataflow's full structure — its dimensions, the order they appear in the key, and the allowed codes for each — by pulling the dataflow plus all referenced structures (DSD, codelists, concepts) as SDMX-JSON. Use this before oecd_data to build a valid dot-delimited key. dataflowId may include or omit the trailing version (e.g. 'DSD_PRICES@DF_PRICES_ALL' or '.../1.0'). Example: { agency: "OECD.SDD.TPS", dataflowId: "DSD_PRICES@DF_PRICES_ALL" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agency | Yes | Agency id, e.g. OECD.SDD.TPS | |
| dataflowId | Yes | Dataflow id, optionally with version, e.g. DSD_PRICES@DF_PRICES_ALL |