UnifyAPI
← Back to catalog

unsdg.indicators.list

mock data$0.001 / call

UN 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.

Referenceprovider: Unsdg#unsdg#reference

Input schema

goal

Filter indicators by SDG goal number (e.g. "1", "3", "13"). If omitted, all 231 indicators across all 17 goals are returned.

string
target

Filter indicators by target code (e.g. "1.1", "3.3", "13.2"). Requires goal to be set for best results.

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.