Country State
API contains countries state and cities data.
1 subscribers
6 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Country State endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get All Countries /api/countries |
Return all countries data |
| GET |
Get Single Country /api/countries/{id} |
Return single country data |
| GET |
Get States By CountryId /api/countries/{countryId}/states |
Return all states of given country |
| GET |
Get Single State By Id /api/states/{id} |
Return single state object of given id |
| GET |
Get Cities By State Id /api/states/{id}/cities |
Return all cities of given state |
| GET |
Get Single City /api/cities/{id} |
return single city by id |
Country State pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $15 / month | — |
|
| MEGA | $25 / month | — |
|