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'}
11 rows where month = "2025-12", 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
council_area 6
- Birmingham 5
- Coventry 2
- Dudley 1
- Sandwell 1
- Solihull 1
- Wolverhampton 1
disposal 4
- Education 4
- NFA 3
- Fixed Penalty 2
- Warning Letter 2
vehicle_make 1
- Toyota · 11 ✖
reporter_transport_mode 1
- Car 11
offence 1
- Contravening a Red Traffic Light · 11 ✖
month 1
- 2025-12 · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3981 | op-snap---monthly-publication-december-2025.pdf | 109 | 2025-12 | Car | Toyota | AYGO | White | Contravening a Red Traffic Light | None | Streetsbrook Road | Streetsbrook Road | Solihull | Solihull | Warning Letter | N/A | 52.4223176 | -1.8253145 | ||
| 4058 | op-snap---monthly-publication-december-2025.pdf | 186 | 2025-12 | Car | Toyota | Yaris | White | Contravening a Red Traffic Light | None | Beake Avenue | Beake Avenue | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4388246 | -1.5229308 | ||
| 4165 | op-snap---monthly-publication-december-2025.pdf | 293 | 2025-12 | Car | Toyota | Camry | Black | Contravening a Red Traffic Light | None | Bristol Road South | Bristol Road South | Birmingham | Birmingham | Education | N/A | 52.4119174 | -1.9735247 | ||
| 4406 | op-snap---monthly-publication-december-2025.pdf | 534 | 2025-12 | Car | Toyota | Prius | Silver | Contravening a Red Traffic Light | None | Grove Lane | Grove Lane | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.5055208 | -1.9328067 | ||
| 4424 | op-snap---monthly-publication-december-2025.pdf | 552 | 2025-12 | Car | Toyota | Yaris | Red | Contravening a Red Traffic Light | None | High Street (A491), Stourbridge | High Street (A491), Stourbridge | Dudley | Dudley | Education | N/A | 52.4602651 | -2.1490725 | ||
| 4518 | op-snap---monthly-publication-december-2025.pdf | 646 | 2025-12 | Car | Toyota | Prius | Grey | Contravening a Red Traffic Light | None | The Chesils | The Chesils | Coventry | Coventry | Fixed Penalty | N/A | 52.3887111 | -1.5065639 | ||
| 4666 | op-snap---monthly-publication-december-2025.pdf | 794 | 2025-12 | Car | Toyota | Prius | Silver | Contravening a Red Traffic Light | None | Linden Road | Linden Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4263156 | -1.9351622 | ||
| 4723 | op-snap---monthly-publication-december-2025.pdf | 851 | 2025-12 | Car | Toyota | Auris | Silver | Contravening a Red Traffic Light | None | Clifford St | Clifford Street | Wolverhampton | Wolverhampton | NFA | No Offence | 52.592759 | -2.1455592 | ||
| 4738 | op-snap---monthly-publication-december-2025.pdf | 866 | 2025-12 | Car | Toyota | Yaris | Black | Contravening a Red Traffic Light | None | Gordon Road | Gordon Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4615944 | -1.9476861 | ||
| 4989 | op-snap---monthly-publication-december-2025.pdf | 1117 | 2025-12 | Car | Toyota | Prius | Silver | Contravening a Red Traffic Light | None | Tat Bank Road | Tat Bank Road | Sandwell | Sandwell | Education | N/A | 52.4979925 | -2.0082232 | ||
| 5064 | op-snap---monthly-publication-december-2025.pdf | 1192 | 2025-12 | Car | Toyota | Rav 4 | Brown | Contravening a Red Traffic Light | None | Spit Fire Island | Spit Fire Island | Birmingham | Birmingham | Education | N/A |
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);