States Endpoints
Get All States
Retrieve a complete list of all states, provinces, and regions worldwide
GET
Retrieve a complete list of all states, provinces, regions, and territories from around the world with basic geographical information.Documentation Index
Fetch the complete documentation index at: https://docs.countrystatecity.in/llms.txt
Use this file to discover all available pages before exploring further.
Availability: Supporter plan and above. Calling
/states without filtering by country (bulkStates) is gated to Supporter+. Community/Starter users must call /countries/{iso2}/states instead. The fields returned also vary by tier — see Tier-Based Field Availability below.Authentication
Your API key for authentication
Query Parameters
Search filter on name. Case-insensitive match on
name and native fields. Minimum 2 characters. Requires Supporter+ plan. Without this parameter, all results are returned (no plan restriction for search).Response
Unique identifier for the state/province
Official name of the state/province
Unique identifier of the parent country
ISO2 code of the parent country
ISO2 code for the state/province
Approximate latitude coordinate of the state/province center
Approximate longitude coordinate of the state/province center
IANA timezone identifier (e.g.,
"Asia/Kolkata")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
Global State Analysis
Global State Analysis
Analyze administrative divisions across different countries.
Geographic Mapping
Geographic Mapping
Use coordinate data for mapping applications.
Tier-Based Field Availability
| Tier | Plans | Fields |
|---|---|---|
| Basic | Community, Starter, Legacy | id, name, iso2, country_id, country_code, latitude, longitude, timezone |
| Coordinates | Supporter | All Basic + fips_code, iso3166_2, type, level, parent_id, native, population |
| Full | Professional, Business | All Coordinates + translations, wikiDataId |