PASAR API
Open geocoding/reverse-geocoding on OSM data, no auth. Public endpoint limited to 1 req/sec, no autocomplete, attribution required; self-host for heavy use. Global, works for MY.
View docs ↗ More Maps & location APIscurl 'https://nominatim.openstreetmap.org'
I'm building an app using a free Southeast Asian API (no auth needed). API: Nominatim (OpenStreetMap) Provider: OpenStreetMap Foundation Endpoint: GET https://nominatim.openstreetmap.org It returns JSON. Source: OpenStreetMap Foundation (https://nominatim.org/release-docs/latest/api/Overview/) Source type: Curated source Endpoint type: Provider API base URL Integration difficulty: Copy-paste ready Last checked: 2026-06-13 Production caveat: Still handle empty rows, schema changes, pagination, stale coverage, and temporary upstream failures. Help me fetch this and build a simple page that displays it nicely. Include basic production safeguards for errors, empty responses, schema changes, caching, and rate limits.