Country State City - Search REST API
Sample app: https://citysearchapi.netlify.app/ ----------------------------------------------------------------------------------------------------- READ THE "ABOUT" SECTION FOR THE API DESCRIPTION. ----------------------------------------------------------------------------------------------------- Would you like to list the cities on your website or in your application according to countries…
Country State City - Search REST API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
All Countries /allcountries |
This endpoint responds with all the countries in the world. The countries are returned as objects from the server. These objects, in addition to the country names and ISO codes,… |
| GET |
Country Data By Country Code /country-data-by-countrycode |
This endpoint responds with an object containing the information for the country corresponding to the country code provided in the "countrycode" query parameter. This object… |
| GET |
States By Country Code /states-by-countrycode |
This endpoint responds with the names and codes of all states or provinces belonging to the country specified by the "countrycode" query parameter. |
| GET |
Cities By Country Code and State Code /cities-by-countrycode-and-statecode |
This endpoint responds with the names and codes of all cities belonging to the state corresponding to the "statecode" query parameter. It is important to note that both the… |
| GET |
Cities By Country Code /cities-by-countrycode |
This endpoint responds with the names and codes of all cities belonging to the country specified by the "countrycode" query parameter. We recommend using the "Cities By Country… |
Country State City - Search REST API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA Recommended | $15 / month | — |
|
| MEGA | $45 / month | — |
|