UnifyAPI
← Back to catalog

unsdg.targets.list

mock data$0.001 / call

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

Referenceprovider: Unsdg#unsdg#reference

Input schema

goal

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

string

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

Try it

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