UnifyAPI
← Back to catalog

unsdg.goals.list

mock data$0.001 / call

UN SDG Goals

List all 17 UN Sustainable Development Goals (SDGs) with their official titles and full descriptions. Covers the complete 2030 Agenda: No Poverty, Zero Hunger, Good Health, Quality Education, Gender Equality, Clean Water, Clean Energy, Decent Work, Industry & Innovation, Reduced Inequalities, Sustainable Cities, Responsible Consumption, Climate Action, Life Below Water, Life on Land, Peace & Justice, and Partnerships. Use goal codes (1–17) as inputs to unsdg.targets.list and unsdg.indicators.list.

Referenceprovider: Unsdg#unsdg#reference

Input schema

locale

Response locale code (e.g. "en" for English, "fr" for French). Defaults to English. Currently only English is supported by the UN SDG API.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/unsdg.goals.list \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"locale":"<locale>"}'

Try it

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