← Back to catalog
unsdg.goals.list
mock data$0.001 / callUN 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.
Input schema
locale
stringResponse locale code (e.g. "en" for English, "fr" for French). Defaults to English. Currently only English is supported by the UN SDG API.
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>"}'