Get a trail's Wikipedia link
get_route_wikilinkRetrieve the Wikipedia article URL for an outdoor route using its OSM relation ID. Returns the URL if a Wikipedia link exists, otherwise indicates not found.
Instructions
Resolve the Wikipedia article URL for a route by its OSM relation id (if the route is tagged with one). Returns the URL; returns a not_found result if the route has no Wikipedia link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | OSM relation id of the route. | |
| flavour | No | Which activity map to query: hiking, cycling, mtb (mountain biking), riding (horse), skating (inline), or slopes (ski/winter). Defaults to hiking. | hiking |
| language | No | Preferred language for names (BCP-47 code, e.g. 'en', 'de', 'fr'). | en |