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'}
12 rows where disposal = "Fixed Penalty", offence = "Contravening a Red Traffic Light" and vehicle_make = "Honda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, council_area_raw
council_area 5
- Birmingham 7
- Walsall 2
- Awll Alsall 1
- Coventry 1
- Rsoaanddwell 1
reporter_transport_mode 2
- Car 9
- Pedestrian 3
vehicle_make 1
- Honda · 12 ✖
offence 1
- Contravening a Red Traffic Light · 12 ✖
disposal 1
- Fixed Penalty · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7547 | op-snap---monthly-publication-february-2026.pdf | 294 | 2026-02 | Car | Honda | Civic | Yellow | Contravening a Red Traffic Light | None | Monksfield Avenue | Monksfield Avenue | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 4030 | op-snap---monthly-publication-december-2025.pdf | 158 | 2025-12 | Car | Honda | Jazz | Grey | Contravening a Red Traffic Light | None | Wolverhampton Road at Portway | Wolverhampton Road at Portway | RSoaanddwell | Rsoaanddwell | Fixed Penalty | N/A | 52.4661511 | -1.9846785 | ||
| 14198 | op-snap---monthly-publication-june-2025.pdf | 127 | 2025-06 | Car | Honda | CRV | White | Contravening a Red Traffic Light | None | a38 | A38 | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 16430 | op-snap---monthly-publication-march-2025.pdf | 187 | 2025-03 | Pedestrian | Honda | Jazz | Blue | Contravening a Red Traffic Light | None | Daw End Lane at Lichfield Road | Daw End Lane at Lichfield Road | Walsall | Walsall | Fixed Penalty | N/A | Yes - Via Email | 52.6057559 | -1.9583791 | |
| 18072 | op-snap---monthly-publication-march-2025.pdf | 1829 | 2025-03 | Car | Honda | Civic | Silver | Contravening a Red Traffic Light | Use vehicle on a road without valid test certificate | Bromford Lane | Bromford Lane | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.5083238 | -1.8332287 | |
| 18353 | op-snap---monthly-publication-march-2025.pdf | 2110 | 2025-03 | Car | Honda | CRV | Silver | Contravening a Red Traffic Light | None | HUMBERSIDE ROAD | Humberside Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | |||
| 5273 | op-snap---monthly-publication-february-2025.pdf | 90 | 2025-02 | Pedestrian | Honda | Civic | Blue | Contravening a Red Traffic Light | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.4221152 | -1.4959475 | |
| 5943 | op-snap---monthly-publication-february-2025.pdf | 760 | 2025-02 | Car | Honda | Jazz | Yellow | Contravening a Red Traffic Light | None | Cuckoo Road | Cuckoo Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.5049023 | -1.8603659 | |
| 6619 | op-snap---monthly-publication-february-2025.pdf | 1436 | 2025-02 | Pedestrian | Honda | Civic | Black | Contravening a Red Traffic Light | None | Daw End Lane at Lichfield Road Rush | Daw End Lane at Lichfield Road Rush | aWll alsall | Awll Alsall | Fixed Penalty | N/A | Yes - Via Email | 52.6070366 | -1.96132 | |
| 8913 | op-snap---monthly-publication-january-2025.pdf | 21 | 2025-01 | Car | Honda | Civic | Red | Contravening a Red Traffic Light | None | Bosty Lane | Bosty Lane | Walsall | Walsall | Fixed Penalty | N/A | Yes - Via Email | 52.5948329 | -1.927787 | |
| 9426 | op-snap---monthly-publication-january-2025.pdf | 534 | 2025-01 | Car | Honda | Civic | Red | Contravening a Red Traffic Light | None | Highgate Road | Highgate Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4606652 | -1.8791145 | |
| 9428 | op-snap---monthly-publication-january-2025.pdf | 536 | 2025-01 | Car | Honda | Civic | Red | Contravening a Red Traffic Light | None | Lawley Middleway | Lawley Middleway | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4801772 | -1.8769185 |
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);