World Cities
Simple API to retrieve cities to by coordinates. Access to 216,487 cities over the world. Get by country code, by name. No friction, super easy API. A great API for: - Mapping search - Distance calculation - Graphical mapping of world cities
1 subscribers
8 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
World Cities endpoints
| Method | Endpoint | Description |
|---|---|---|
| Cities | ||
| GET |
Get cities by name (Autocomplete) /cities/name/{cityName} |
Returns cities from city name. Cities that include the city name you are searching for. This allows for autocomplete features. Results are paginated. |
| GET |
Get cities by id /cities/id/{cityId} |
Returns city from city id. |
| GET |
Get cities by coordinates /cities/coordinates |
Returns closest cities from coordinates entered. |
| GET |
Get city by country code /cities/name/{countryCode} |
Returns paginated cities from a country code. The country code must be an ISO2 format. **Example: FR** |
| Countries | ||
| GET |
Get countries by name /countries/name/{countryName} |
Get a country by its name. This is an autocomplete. This endpoint is ideal for search. |
| GET |
Get all countries paginated /countries |
Get a paginated list of countries. |
| GET |
Get countries by code /countries/code/{countryCode} |
Get one country by its ISO2 code |
| GET |
Get countries by region code /countries/region/{regionCode} |
Get countries from a region. For example, get a paginated result for all countries in Europe. |
World Cities pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|