/osm/geocode/search
Forward geocoding: resolve a free-text or structured address query to matching OpenStreetMap places
Price: 1 credit per 40 results
💡 AI Hint: Forward-geocode an address or place. Provide a free-text query, or structured fields (street/city/county/state/country/postalcode). Returns places with coordinates, structured address, category/type, bounding box, and extra tags. Restrict by country codes, viewbox, layer, or feature type.
Authorizations
API token from the dashboard
Headers
Body
Max number of results
1 <= x <= 40Max scrapping execution timeout (in seconds)
20 <= x <= 1500Free-text place/address query
1"Eiffel Tower, Paris"
Structured: name/type of a POI or amenity
Structured: house number and street name
Structured: city name
Structured: county name
Structured: state name
Structured: country name
Structured: postal code
Comma-separated ISO 3166-1 alpha-2 country codes to restrict results
"us,de"
Preferred area as 'lon1,lat1,lon2,lat2' to bias results toward
"-0.5,51.3,0.3,51.7"
Restrict results strictly to the viewbox area
Restrict results to one or more data layers
address, poi, railway, natural, manmade Restrict results to a feature type
country, state, city, settlement Include a structured address breakdown
Include additional OSM tags (website, phone, opening hours…)
Include the full set of name/label variants
Include the object geometry as a GeoJSON object
Remove near-duplicate results
Comma-separated place ids to exclude from results
Preferred language(s) for names and labels
"en"
Response
Successful Response