events_near
Find traffic incidents, roadblocks, queues, and roadworks within a radius of any coordinate. Check road conditions before driving to a destination.
Instructions
Find current traffic events (incidents, roadblocks, queues, roadworks) within a geographic radius of a given coordinate. Useful for checking conditions near a specific destination or along a route. Only events that carry Point geometry from Vejdirektoratet are returned; events without coordinates are excluded. Results are sorted by distance ascending. Example: check for issues near Horsens (55.86, 9.85) before driving there.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude of the centre point (WGS84 decimal degrees). | |
| lon | Yes | Longitude of the centre point (WGS84 decimal degrees). | |
| radiusKm | No | Search radius in kilometres (default 25, max 200). |