List UNESCO UIS geo units
uis_list_geo_unitsList valid country and regional codes for UNESCO data queries. Filter by name, code, or type to find the exact geographic unit needed.
Instructions
Valid geographic codes for uis_get_data: 462 geo units — countries (NATIONAL, ISO alpha-3 codes like BRA) and regional aggregates (REGIONAL). Filter by name/code and type. Does not return statistical values; these codes apply only to uis_get_data, not to other statistical servers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Only countries (NATIONAL) or only regional aggregates | |
| limit | No | Maximum results (default 100) | |
| offset | No | Results to skip, for pagination (default 0) | |
| search | No | Case-insensitive filter on name, or exact code (e.g. "BRA") | |
| provenance_mode | No | Provenance verbosity: 'concise' (default — source, url, vintage, retrieval date, citation, license) or 'detailed' (full canonical block with dataset, dimension key and notices) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | Yes | ||
| showing | Yes | ||
| has_more | Yes | ||
| geo_units | Yes | ||
| provenance | Yes | ||
| attribution | Yes | ||
| next_offset | No | ||
| total_matches | Yes |