This feature is depreciated, and individual-level fatality data is no longer updated; it remains available to allow access to historical data.
Returns the latest 100 fatalities.
Method | URI |
---|---|
GET | /fatalities |
Parameter | Type | Description |
---|---|---|
province | String | Filter fatalities to a specific province e.g. QC |
per_page | Integer | Number of fatalities per page (max 1000) |
order | DESC |ASC | If ASC , oldest fatalities are shown first. Defaults to DESC |
/fatalities?province=ON&per_page=50
Returns a single fatality record by ID.
Method | URI |
---|---|
GET | /fatality/:id |
/fatality/123