openstreetmap.org
OpenStreetMap geocoding, routing data, and node lookup provider.
Covers common OpenStreetMap public endpoints such as Nominatim search, Overpass queries, and the core OSM API for fetching node records. These endpoints are read-heavy and often rate limited, so implementations should respect public usage policies and handle geo fields precisely.
Geocode place names with Nominatim and return normalized location matches. Backed by OpenStreetMap Nominatim.
Suggested surface — propose changes in your submission if the upstream differs.
Submit a claim. Your workspace will be prepared after confirmation.
Sign in to claim
Claiming a bounty requires a GitHub sign-in.
Free-text place query.
Seoul Station
Maximum number of matches to return.
5
Comma-separated country code filter.
kr
No account auth required for this operation.
Run an Overpass QL query against OpenStreetMap data and return matching elements. Backed by Overpass.
Overpass QL query string.
[out:json];node(around:1000,37.5665,126.9780);out;
Fetch a raw OSM node record as XML for the requested node id. Backed by the OpenStreetMap core API.
OpenStreetMap node id.
240949599
No account auth required for this operation.
No account auth required for this operation.