Back to Developer APIs
Geodata API
World Country & City Geodata API
Country, city, and location reference data for apps and travel systems.
API Access Summary
Gateway Path
/api/v1/geo
Authentication
api_key
Pricing
Free tier
Rate Limit
1,000 requests / month
Key Features
Country list
City list
Location metadata
Useful for travel forms
Use Cases
Travel websites
Booking forms
CRM location fields
API Documentation
Use the public free tier or request a higher limit.
Available Endpoints
/api/v1/geo/countries
/api/v1/geo/cities
Example Request
GET /api/v1/geo/countries
Example Response
{ "ok": true, "data": { "countries": [] } }