← Back to catalog
unsdg.targets.list
mock data$0.001 / callUN SDG Targets
List all 169 UN SDG targets with their official descriptions. Optionally filter by goal number (1–17) to get only the targets for that goal. Each target has a code like "1.1", "3.3", or "13.2" that identifies it uniquely. Use target codes with unsdg.indicators.list to drill into specific measurement indicators.
Input schema
goal
stringFilter by SDG goal number (e.g. "1" for No Poverty, "13" for Climate Action). If omitted, all 169 targets across all 17 goals are returned.
Call via REST
curl -X POST https://unifyapi.pro/api/call/unsdg.targets.list \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"goal":"<goal>"}'