← Back to catalog
unsdg.geo.countries
mock data$0.001 / callUN SDG Geo Areas
List all 460 countries, territories, and world regions available in the UN SDG database using UN M49 numeric codes. Includes individual countries (e.g. India = 356, USA = 840, Brazil = 76) as well as aggregate regions (e.g. Africa = 2, Asia = 142, Latin America = 419, Least Developed Countries = 199). Use these geo area codes with unsdg.data.query to filter data by location.
Input schema
filter
stringOptional substring to filter country/region names (case-insensitive, e.g. "Africa", "Asia", "Latin"). If omitted, all 460 geo areas are returned.
Call via REST
curl -X POST https://unifyapi.pro/api/call/unsdg.geo.countries \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"filter":"<filter>"}'