Skip to main content
GET
Retrieve detailed information for a specific state or province using the country’s ISO2 code and the state’s ISO2 code.
Availability: All plans (Community and above). The fields returned vary by tier — see Tier-Based Field Availability below.

Path Parameters

string
required
ISO2 code of the country (e.g., “IN”, “US”)
string
required
ISO2 code of the state/province (e.g., “MH” for Maharashtra, “CA” for California)
Trim response columns: Add ?fields=name,iso2,... to receive only the columns you need. Available on Supporter+ plans. See the Field Filtering & Sorting guide for syntax.

Authentication

string
required
Your API key for authentication

Response

integer
Unique identifier for the state/province
string
Official name of the state/province
integer
Unique identifier of the parent country
string
ISO2 code of the parent country
string
ISO2 code for the state/province
string
Approximate latitude coordinate of the state/province center
string
Approximate longitude coordinate of the state/province center
string
IANA timezone identifier (e.g., "Asia/Kolkata")
string
Administrative division type (e.g., "state", "province", "region"). Coordinates tier and above.
Additional fields like fips_code, iso3166_2, level, parent_id, native, population, translations, and wikiDataId are returned on higher tiers. See Tier-Based Field Availability below.

Common Use Cases

Use coordinates for distance calculations and mapping.
Validate administrative division types for data processing.
Use this endpoint when you need precise geographical coordinates or want to validate specific state/country combinations.

Tier-Based Field Availability

See Pricing for plan details.