Typo-tolerant search
Find places by name even with misspellings, missing accents, or partial input.
A REST API over a catalog of ~180,000 places worldwide — countries, states, cities, districts, and neighborhoods — with administrative hierarchy, coordinates, and name search that tolerates typos and missing accents.
Three endpoints cover the common use cases:
POST /geo/resolve — given a list of place names, return the smallest region they shareGET /geo/search — search the catalog by nameGET /geo/place/{id} — full details and hierarchy for any placeTypo-tolerant search
Find places by name even with misspellings, missing accents, or partial input.
Common-region lookup
Given a list of place names, get back the smallest administrative region they all belong to.
Full hierarchy
Every place comes with its full administrative chain — city → state → country → world.
Pay-per-use
Free tier with 50 requests/day. Beyond that, prepaid credits via PIX with no recurring fees.