Back to catalog
🗺️

GeoDB Cities

API Key

Get global city, region, and country data

🗺️GeocodingHTTPS

city

country

CityReykjavik
CountryIceland
Country CodeIS
Population131,136
TimezoneAtlantic/Reykjavik

Sample Response

response.json
1{
2 "city": "Reykjavik",
3 "country": "Iceland",
4 "country_code": "IS",
5 "population": 131136,
6 "timezone": "Atlantic/Reykjavik"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "http://geodb-cities-api.wirefreethought.com/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs