World Geo Data
This API provides the following information: - countries and dependent territories - geojson of the countries - administrative divisions and divisions based on the ISO standard - cities in the country which can be filtered by division - cities around the specific location - population and timezone of the cities - currency information - all the data can be returned in the various languages…
World Geo Data endpoints
| Method | Endpoint | Description |
|---|---|---|
| Cities | ||
| GET |
City Details /cities/{geonameid} |
Returns a detailed information about the city and it's location |
| GET |
Cities near Location /cities/nearby |
Returns the cities in the specified radius from the geo location |
| GET |
Cities in the Administrative Division /adm-divisions/{geonameid}/cities |
Returns the list of cities in the administrative division |
| GET |
Cities in the Country /countries/{code}/cities |
Returns the list of the cities in the country |
| Divisions | ||
| GET |
Country Administrative Divisions /countries/{code}/adm-divisions |
Returns the list of administrative divisions of the country |
| GET |
Country ISO Divisions /countries/{code}/iso-divisions |
Returns the list of divisions based on the ISO Standard |
| GET |
Country ISO Sub-Divisions /countries/{code}/iso-divisions/{iso_code} |
Returns the list of sub divisions in the specific division based on the ISO Standard |
| GET |
Country Administrative Division Details /adm-divisions/{geonameid} |
Returns the detailed information about administrative division |
| GET |
Country ISO Division Details /iso-divisions/{iso_code} |
Returns the detailed information about ISO division |
| GET |
Country Administrative Sub-Divisions /countries/{code}/adm-divisions/{geonameid} |
Returns the list of administrative sub divisions of the country based on the geonameid |
| Other endpoints | ||
| GET |
Country Details /countries/{code} |
Information about the country: area_size, country, continent, timezone, currency, population, flag, dependent territories, wikipedia reference totals of the cities and the… |
| GET |
Countries and Dependent Territories /countries |
Returns a list of countries and territories if requested |
| GET |
Country GeoJson /countries/{code}/geojson |
Returns the multi-polygon of the country |
World Geo Data pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $6.99 / month | 10 / second |
|
| ULTRA | $26.99 / month | 20 / second |
|
| MEGA | $69.99 / month | 50 / second |
|