OpenStreetMap
communityFree, editable map of the world built by volunteers. Open data for mapping and geolocation.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://nominatim.openstreetmap.org/searchSearch places via Nominatim
Parameters
qsearch query (stringrequiredlimitresults (integeroptionalformatjson (stringrequiredaddressdetailsinclude address breakdown (integeroptional— 1=yes)Returns
results[] with place_id, display_name, lat, lon, type, class, address with road, city, countryGET
https://nominatim.openstreetmap.org/reverseReverse geocode coordinates
Parameters
latlatitude (numberrequiredlonlongitude (numberrequiredzoomdetail level 0-18 (integeroptionalformatjson (stringrequiredReturns
place_id, display_name, address with road, suburb, city, state, postcode, countryGET
https://api.openstreetmap.org/api/0.6/{type}/{id}.jsonGet map element by ID
Parameters
idelement ID (integerrequiredtypenode|way|relation (stringrequiredReturns
elements[] with type, id, lat, lon, tags with name, amenity, etc.