Geocoding — entry 021 of 80
Geocode.xyz
Geocode.xyz offers forward/reverse geocoding, geoparsing of free-form text (with optional sentiment analysis), autocomplete, and IP-address reverse lookups, drawing on OpenStreetMap data across 250+ countries. Anyone can query it without registering, though anonymous traffic is capped around one request per second and gets aggressively throttled during busy periods; a free API key raises that ceiling, and heavy users can buy metered credits or an unlimited monthly subscription. A dedicated batch interface also accepts plain text or CSV files for processing many addresses at once.
GreatAPIs Score
Auth quickstart
- No key needed — call it now.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Try it
Developer reference
https://geocode.xyzUnauthenticated requests share a pool throttled to 1 request/second (confirmed live: unauthenticated calls returned a 'Throttled' response during this check); a registered key raises the limit
- GET/{location}?json=1
- GET/{lat},{lng}?json=1