// v2 — open geographic data platform
Access comprehensive data for 9.4 million places worldwide — countries, regions, cities, and natural features. Built for developers who need reliable, fast geographic APIs.
// capabilities
// getting started
No authentication needed. Hit any endpoint directly — no signup, no API key, no configuration required.
Use the nearby endpoint to find places within a radius of any coordinate. Combine with type filters.
Try every endpoint live in the Scalar API reference. See real request parameters and response shapes instantly.
// live response
Every endpoint returns the same predictable envelope — data with your results, pagination with a cursor for the next page. Search results include a relevance score between 0 and 1.
{ "data": [ { "place_id": "GID_2988507", "name": "Paris", "formatted_address": "Paris, Île-de-France, France", "types": ["locality", "political"], "geometry": { "location": { "lat": 48.8534, "lng": 2.3488 } }, "population": 2161000, "relevance": 1.0 } ], "pagination": { "has_more": true, "count": 20, "limit": 20, "next_cursor": "czoxMDA6MjE2MTAwMDo..." } }
No account required. No API key. No rate limits. Start right now.