geocoding_lookup
Resolve OSM IDs to typed Nominatim place data. Accepts comma-separated IDs (W, N, R) and returns JSONv2 with optional address, extra tags, and language customization.
Instructions
Lookup Nominatim OSM ids. Returns typed Nominatim JSONv2 places for comma-separated OSM ids such as W34633854,N123,R456.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| osm_ids | Yes | Comma-separated OSM ids such as W34633854,N123,R456 | |
| extratags | No | Include OSM extra tags | |
| namedetails | No | Include multilingual name details | |
| addressdetails | No | Include address details, defaults to true | |
| accept_language | No | Preferred result language, forwarded to Nominatim |