reports
Data license: ODbL · Data source: West Midlands Police
- id
- {'label': 'ID'}
- source_file
- {'label': 'Source PDF'}
- source_page
- {'label': 'Page'}
- source_row
- {'label': 'Row'}
- month
- {'label': 'Month'}
- reporter_transport_mode
- {'label': 'Reporter'}
- vehicle_make
- {'label': 'Make'}
- vehicle_model
- {'label': 'Model'}
- vehicle_colour
- {'label': 'Colour'}
- offence
- {'label': 'Offence'}
- second_offence
- {'label': 'Second offence'}
- offence_location_raw
- {'label': 'Location (raw)'}
- offence_location
- {'label': 'Location'}
- council_area_raw
- {'label': 'Council (raw)'}
- council_area
- {'label': 'Council area'}
- disposal
- {'label': 'Outcome'}
- nfa_rationale
- {'label': 'NFA reason'}
- witness_contacted
- {'label': 'Witness contacted'}
- latitude
- {'label': 'Lat'}
- longitude
- {'label': 'Lng'}
13 rows where month = "2025-10", offence = "Contravening a Red Traffic Light" and vehicle_make = "Toyota" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
disposal 3
- Education 8
- NFA 3
- Fixed Penalty 2
council_area 3
- Birmingham 11
- Coventry 1
- Walsall 1
reporter_transport_mode 2
- Car 12
- Pedal Bike 1
vehicle_make 1
- Toyota · 13 ✖
offence 1
- Contravening a Red Traffic Light · 13 ✖
month 1
- 2025-10 · 13 ✖
| id | source_file | source_page | source_row | month ▲ | reporter_transport_mode | vehicle_make | vehicle_model | vehicle_colour | offence | second_offence | offence_location_raw | offence_location | council_area_raw | council_area | disposal | nfa_rationale | witness_contacted | latitude | longitude |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22141 | op-snap---monthly-publication-october-2025.pdf | 91 | 2025-10 | Car | Toyota | Yaris | Silver | Contravening a Red Traffic Light | None | Water Orton Road | Water Orton Road | Birmingham | Birmingham | Education | N/A | 52.5153394 | -1.7573409 | ||
| 22225 | op-snap---monthly-publication-october-2025.pdf | 175 | 2025-10 | Car | Toyota | Prius | Silver | Contravening a Red Traffic Light | None | Stratford Road | Stratford Road | Birmingham | Birmingham | Education | N/A | 52.4203897 | -1.8338574 | ||
| 22466 | op-snap---monthly-publication-october-2025.pdf | 416 | 2025-10 | Car | Toyota | Prius | Silver | Contravening a Red Traffic Light | None | Wood Green Road | Wood Green Road | Walsall | Walsall | Education | N/A | 52.6248989 | -1.9343969 | ||
| 22597 | op-snap---monthly-publication-october-2025.pdf | 547 | 2025-10 | Car | Toyota | Prius | White | Contravening a Red Traffic Light | None | Cartland Road | Cartland Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4298554 | -1.9086629 | ||
| 22647 | op-snap---monthly-publication-october-2025.pdf | 597 | 2025-10 | Pedal Bike | Toyota | Prius | Black | Contravening a Red Traffic Light | None | Primrose Hill Street | Primrose Hill Street | Coventry | Coventry | NFA | No VRM | 52.412862 | -1.5030563 | ||
| 22664 | op-snap---monthly-publication-october-2025.pdf | 614 | 2025-10 | Car | Toyota | Rav 4 | Blue | Contravening a Red Traffic Light | None | Howard Road | Howard Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.5154198 | -1.9135452 | ||
| 22729 | op-snap---monthly-publication-october-2025.pdf | 679 | 2025-10 | Car | Toyota | Yaris | Silver | Contravening a Red Traffic Light | None | Hagley Road | Hagley Road | Birmingham | Birmingham | NFA | Outside of 14 DAYS Late Submission | 52.471632 | -1.9456776 | ||
| 22738 | op-snap---monthly-publication-october-2025.pdf | 688 | 2025-10 | Car | Toyota | Aygo | Silver | Contravening a Red Traffic Light | None | New John Street / Summer Lane | New John Street / Summer Lane | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4920451 | -1.8920402 | ||
| 22742 | op-snap---monthly-publication-october-2025.pdf | 692 | 2025-10 | Car | Toyota | BZ4X | Blue | Contravening a Red Traffic Light | None | A38 Birmingham | Birmingham | Birmingham | Birmingham | Education | N/A | 52.4796992 | -1.9026911 | ||
| 22778 | op-snap---monthly-publication-october-2025.pdf | 728 | 2025-10 | Car | Toyota | MPV | White | Contravening a Red Traffic Light | None | A452 | A452 | Birmingham | Birmingham | Education | N/A | ||||
| 22871 | op-snap---monthly-publication-october-2025.pdf | 821 | 2025-10 | Car | Toyota | Yaris | Blue | Contravening a Red Traffic Light | None | Clifford Street | Clifford Street | Birmingham | Birmingham | Education | N/A | 52.4989738 | -1.9005402 | ||
| 22974 | op-snap---monthly-publication-october-2025.pdf | 924 | 2025-10 | Car | Toyota | Silver | Contravening a Red Traffic Light | None | Yardley Wood Road | Yardley Wood Road | Birmingham | Birmingham | Education | N/A | 52.4103191 | -1.8670224 | |||
| 23017 | op-snap---monthly-publication-october-2025.pdf | 967 | 2025-10 | Car | Toyota | White | Contravening a Red Traffic Light | None | Islington Row | Islington Row | Birmingham | Birmingham | Education | N/A | 52.472238 | -1.9127983 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE reports (
id INTEGER PRIMARY KEY AUTOINCREMENT,
source_file TEXT NOT NULL,
source_page INTEGER,
source_row INTEGER,
month TEXT NOT NULL,
reporter_transport_mode TEXT,
vehicle_make TEXT,
vehicle_model TEXT,
vehicle_colour TEXT,
offence TEXT,
second_offence TEXT,
offence_location_raw TEXT,
offence_location TEXT,
council_area_raw TEXT,
council_area TEXT,
disposal TEXT,
nfa_rationale TEXT,
witness_contacted TEXT
, latitude REAL, longitude REAL);
CREATE INDEX idx_month ON reports(month);
CREATE INDEX idx_council_area ON reports(council_area);
CREATE INDEX idx_offence ON reports(offence);
CREATE INDEX idx_disposal ON reports(disposal);
CREATE INDEX idx_location ON reports(offence_location);