GET data/{dataflowID}/{key}

un.org:un-data-api

Summary: Query statistical data
Operation ID: getData
Auth: unknown
Description

Returns actual statistical data for a dataflow. The key parameter uses dot-separated dimension values (e.g., A.EN_ATM_PFCE.DNK for frequency, indicator, country).

Parameters (6)

dataflowID (string, path, required)

Dataflow identifier (e.g., DF_UNDATA_WDI, DF_UNDATA_ENERGY)

detail (string, query, optional)

Level of detail in response

Constraints: {'enum': ['full', 'serieskeysonly', 'nodata']}

endPeriod (string, query, optional)

End time period (e.g., 2020, 2020-12)

key (string, path, optional)

Dimension values as dot-separated codes. Use '+' for multiple values in a dimension. Example: A.SP_POP_TOTL.USA (frequency.indicator.country)

references (string, query, optional)

Include referenced metadata

Constraints: {'enum': ['none', 'parents', 'parentsandsiblings', 'children', 'descendants']}

startPeriod (string, query, optional)

Start time period (e.g., 2010, 2010-01)

No probe data for this endpoint yet.