UnifyAPI
← Back to catalog

unsdg.geo.countries

mock data$0.001 / call

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

Referenceprovider: Unsdg#unsdg#reference

Input schema

filter

Optional substring to filter country/region names (case-insensitive, e.g. "Africa", "Asia", "Latin"). If omitted, all 460 geo areas are returned.

string

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

Try it

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