---
title: "Gets all accident details for accidents occuring in the specified year"
method: GET
path: "/AccidentStats/{year}"
tags: ["AccidentStats"]
---

# Gets all accident details for accidents occuring in the specified year

`GET /AccidentStats/{year}`

## Path parameters

- `year` integer, required

## Response `200`

OK

- TflApiPresentationEntitiesAccidentStatsAccidentDetail[]
  - `id` integer
  - `lat` number, double
  - `lon` number, double
  - `location` string
  - `date` string, date-time
  - `severity` string
  - `borough` string
  - `casualties` TflApiPresentationEntitiesAccidentStatsCasualty[]
    - `age` integer
    - `class` string
    - `severity` string
    - `mode` string
    - `ageBand` string
  - `vehicles` TflApiPresentationEntitiesAccidentStatsVehicle[]
    - `type` string

---

[API](https://skmtc.net/tfl/apis/transport-for-london-unified-api.md) · [All operations](https://skmtc.net/tfl/apis/transport-for-london-unified-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tfl/transport-for-london-unified-api/versions/266abe0486b0/schema)
