Skip to main content

countrystatecity-regions

PyPI Python Version License Type Checked regions regions

Official Python package for region and subregion associations across 250 countries. Part of the countrystatecity ecosystem.

From offline prototype to production

This package provides a versioned offline snapshot. For regularly updated data, server-side search and filtering, field-selected responses, or managed availability and support, use the Country State City API.

Get a free API key · API docs · Pricing · Migration guide

Keep API keys in server-side environment variables, never in client-side code or source control.

Installation

pip install countrystatecity-regions

Quick Start

from countrystatecity_regions import (
    get_all_regions,
    get_region_by_country,
    get_countries_by_region,
    get_countries_by_subregion,
    get_all_region_names,
    get_all_subregion_names,
    search_regions,
)

# Get all country-region entries
regions = get_all_regions()
# [CountryRegion(countryCode="AF", countryName="Afghanistan", region="Asia", subregion="Southern Asia"), ...]

# Get the region/subregion for a country
us = get_region_by_country("US")
# CountryRegion(countryCode="US", countryName="United States", region="Americas", subregion="Northern America")

# Get all countries in a region
asian_countries = get_countries_by_region("Asia")
# [CountryRegion(countryCode="AF", ...), CountryRegion(countryCode="CN", ...), ...]

# Get all countries in a subregion
south_asia = get_countries_by_subregion("Southern Asia")
# [CountryRegion(countryCode="AF", ...), CountryRegion(countryCode="IN", ...), ...]

# List distinct region/subregion names
regions_list = get_all_region_names()
# ["Africa", "Americas", "Asia", "Europe", "Oceania", "Polar"]

asia_subregions = get_all_subregion_names("Asia")
# ["Central Asia", "Eastern Asia", "South-eastern Asia", "Southern Asia", "Western Asia"]

# Search by country name, code, region, or subregion
results = search_regions("southern asia")

Data Model

class CountryRegion(BaseModel):
    countryCode: str          # ISO2 country code (e.g., "US")
    countryName: str          # Country name (e.g., "United States")
    region: Optional[str]     # Continent/region (e.g., "Americas")
    subregion: Optional[str]  # Geographic subregion (e.g., "Northern America")

API Reference

Function Description
get_all_regions() Get all country-region entries
get_region_by_country(code) Get the region/subregion for an ISO2 country code
get_countries_by_region(region) Get all countries in a region (e.g., "Asia")
get_countries_by_subregion(subregion) Get all countries in a subregion (e.g., "Southern Asia")
get_all_region_names() Get all distinct region names, sorted
get_all_subregion_names(region=None) Get all distinct subregion names, optionally filtered by region
search_regions(query) Search by country name, code, region, or subregion

License

ODbL-1.0 — see LICENSE.

Other Packages in this Ecosystem

Package Description
countrystatecity-countries 250 countries, 5,308 states, 171,938 cities
countrystatecity-timezones 432 IANA timezones with country associations and time conversion
countrystatecity-currencies 249 country/currency associations
countrystatecity-translations 4,724 translations in 19 languages
countrystatecity-phonecodes International phone/dialing codes for 250 countries
countrystatecity-postal-codes Postal/ZIP records for 125 countries

Data sourced from countries-states-cities-database.


Made with ❤️ by dr5hn

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

countrystatecity_regions-1.0.1.tar.gz (12.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

countrystatecity_regions-1.0.1-py3-none-any.whl (10.7 kB view details)

Uploaded Python 3

File details

Details for the file countrystatecity_regions-1.0.1.tar.gz.

File metadata

  • Download URL: countrystatecity_regions-1.0.1.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for countrystatecity_regions-1.0.1.tar.gz
Algorithm Hash digest
SHA256 79e8419a52b48d668bdf486facdbd9eef0afb5326275380e7089667467b97ed6
MD5 38e126e381509d419c55573c0353908a
BLAKE2b-256 1d0a6754cbd5efa1e7c0b1ef0af8d242272cbae176ffc821332b7359352b063e

See more details on using hashes here.

File details

Details for the file countrystatecity_regions-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for countrystatecity_regions-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0427ba2237eddd543e41bfd867ee9a9450e60e49ff5357c0bee1c037fab1db83
MD5 25d0da40963b4d6945cb5de0af5c06ca
BLAKE2b-256 ec541a809205ed3936cffa697174d2ac7b15b3bfe6e2590b635430ae43977590

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page