GlobeGeo
Fetch information about geographic locations, such as: countries, states/provinces, cities, currency, and languages
5 subscribers
13 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
GlobeGeo endpoints
| Method | Endpoint | Description |
|---|---|---|
| continents | ||
| GET |
Get Continent Details /continents/{code} |
Get the details about a specific continent |
| GET |
Get Continent List /continents |
Get a list of all continents, filterable by name and iso code. |
| GET |
Get Countries by Continent /continents/{continent_code}/countries |
Get a list of all the countries on a specified continent |
| countries | ||
| GET |
Get Country List /countries |
Get a country list filterable by name, alpha 2 code, or alpha 3 code |
| GET |
Get Cities by Region /countries/{country_code}/regions/{region_code}/cities |
Get a list of all cities in a given (region, province, department, state); due to possible duplicate region codes, the country code must be specified |
| GET |
Get Country Details /countries/{alpha2} |
Get the details of a specific country |
| GET |
Get Cities by Country /countries/{country_code}/cities |
Get a list of all the cities in a country |
| GET |
Get Country Region /countries/{country_code}/regions/{region_code} |
Get a specific (region, province, state, department) of a given country |
| GET |
Get Regions by Country /countries/{country_code}/regions |
Get a list of all the (regions, provinces, states, departments) in a given country |
| cities | ||
| GET |
Get City /cities/{city_id} |
Get details of a specific city |
| currencies | ||
| GET |
Get Countries by Currency /currencies/{code}/countries |
Get a list of countries by the currency used |
| GET |
Get Currency List /currencies |
Get a list of all currencies filterable by name or code |
| GET |
Get Currency Details /currencies/{code} |
Get details about a specified currency |
GlobeGeo pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|