← Back to catalog
unsdg.indicators.list
mock data$0.001 / callUN SDG Indicators
List UN SDG monitoring indicators with their series codes, tier classifications (Tier I = established methodology, Tier II = methodology in development, Tier III = no agreed methodology), and associated data series codes. Optionally filter by goal (1–17) or target (e.g. "3.3"). Series codes (e.g. "SI_POV_DAY1", "SH_STA_MORT") are the inputs to unsdg.data.query for fetching actual country-level time series data.
Input schema
goal
stringFilter indicators by SDG goal number (e.g. "1", "3", "13"). If omitted, all 231 indicators across all 17 goals are returned.
target
stringFilter indicators by target code (e.g. "1.1", "3.3", "13.2"). Requires goal to be set for best results.
Call via REST
curl -X POST https://unifyapi.pro/api/call/unsdg.indicators.list \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"goal":"<goal>","target":"<target>"}'