country_region_divisions
Retrieve administrative divisions within a specific region, filtering by population, name prefixes, and language preferences for geographic data analysis.
Instructions
Get the administrative divisions in the given region.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| minPopulation | No | Only cities having at least this population | |
| maxPopulation | No | Only divisions having no more than this population | 0 |
| namePrefix | No | Only divisions whose names start with this prefix. If languageCode is set, the prefix will be matched on the name as it appears in that language. | |
| namePrefixDefaultLangResults | No | Example value: | |
| languageCode | No | Display results in this language | |
| asciiMode | No | Example value: | |
| hateoasMode | No | Example value: | |
| includeDeleted | No | Whether to include any cities marked deleted: ALL | SINCE_YESTERDAY | SINCE_LAST_WEEK | NONE | |
| limit | No | The maximum number of results to retrieve | |
| offset | No | The zero-ary offset into the results | |
| sort | No | How to sort the results. Format: ±SORT_FIELD,±SORT_FIELD where SORT_FIELD = elevation | name | population | |
| countryid | Yes | An ISO-3166 country code or WikiData id | |
| regioncode | Yes | An ISO-3166 or FIPS region code |