reunion_search_road_accidents
Search road accident records from La Réunion's BAAC database (2016-2019). Filter by year, severity, commune, and limit. Returns accident details including location, severity, and conditions. Sorted by most recent.
Instructions
Search records from the BAAC (Bulletin d'Analyse des Accidents Corporels de la Circulation) for La Réunion, covering 2016-2019. Each row is one road accident with personal injury. Returns accident ID, datetime, commune, address, lat/lon, severity, weather (atm), luminosity (lum), collision type, road category (catr), max speed limit. Sorted most recent first. Source: ONISR via data.regionreunion.com.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Year filter (4 digits, 2016-2019) | |
| severity | No | Severity code per BAAC schema: 1 = indemne (unharmed), 2 = tué (killed), 3 = blessé hospitalisé (hospitalized), 4 = blessé léger (light injury) | |
| commune | No | Commune name prefix match | |
| limit | No | Max accidents to return (1-200, default 50) |