/osm/geocode/lookup
Batch geocoding: resolve up to 50 known OSM ids to their structured address and place details
Price: 1 credit
💡 AI Hint: Look up known OpenStreetMap objects by id. Provide osm_ids as comma-separated tokens like ‘W34633854,N13306330095’ (N=node, W=way, R=relation). Returns structured address and place details for each; ids that do not exist are silently skipped.
Authorizations
API token from the dashboard
Headers
Body
Comma-separated OSM ids, each prefixed by type N (node), W (way) or R (relation); up to 50
1"W34633854,N13306330095"
"R146656"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500Include a structured address breakdown
Include additional OSM tags (website, phone, opening hours…)
Include the full set of name/label variants
Preferred language(s) for names and labels
"en"
Response
Successful Response