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 = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale
council_area 6
- Birmingham 4
- Dudley 3
- Coventry 1
- Eb Ivrmaleingham 1
- Sandwell 1
- Wolverhampton 1
disposal 4
- NFA 5
- Education 4
- Court 1
- Warning Letter 1
reporter_transport_mode 2
- Car 10
- Pedestrian 1
vehicle_make 1
- Ford · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3906 | op-snap---monthly-publication-december-2025.pdf | 34 | 2025-12 | Pedestrian | Ford | Fiesta | White | Contravening a Red Traffic Light | None | Leaf Lane | Leaf Lane | Coventry | Coventry | NFA | No Independent Evidence Available | 52.3837942 | -1.4979145 | ||
| 3991 | op-snap---monthly-publication-december-2025.pdf | 119 | 2025-12 | Car | Ford | Transit | White | Contravening a Red Traffic Light | None | Factory Road | Factory Road | Dudley | Dudley | Education | N/A | 52.5324055 | -2.0739923 | ||
| 4084 | op-snap---monthly-publication-december-2025.pdf | 212 | 2025-12 | Car | Ford | Focus | Grey | Contravening a Red Traffic Light | None | Brockmoor High St | Brockmoor High Street | Dudley | Dudley | NFA | No Independent Evidence Available | ||||
| 4122 | op-snap---monthly-publication-december-2025.pdf | 250 | 2025-12 | Car | Ford | Focus | Silver | Contravening a Red Traffic Light | None | Chester Road, Spitfire Island, Castl | Chester Road, Spitfire Island, Castl | eB iVrmaleingham | Eb Ivrmaleingham | Education | N/A | ||||
| 4167 | op-snap---monthly-publication-december-2025.pdf | 295 | 2025-12 | Car | Ford | Transit | Silver | Contravening a Red Traffic Light | None | Bordsley Circus Roundabout | Bordsley Circus Roundabout | Birmingham | Birmingham | NFA | No Offence | ||||
| 4480 | op-snap---monthly-publication-december-2025.pdf | 608 | 2025-12 | Car | Ford | Fiesta | Blue | Contravening a Red Traffic Light | None | Ring Road Wolves | Ring Road Wolves | Wolverhampton | Wolverhampton | NFA | No Independent Evidence Available | ||||
| 4667 | op-snap---monthly-publication-december-2025.pdf | 795 | 2025-12 | Car | Ford | eco sport | Grey | Contravening a Red Traffic Light | None | Wednesbury J9 Roundabout | Wednesbury J9 Roundabout | Sandwell | Sandwell | Education | N/A | ||||
| 4676 | op-snap---monthly-publication-december-2025.pdf | 804 | 2025-12 | Car | Ford | Focus | Blue | Contravening a Red Traffic Light | None | West Boulevard | West Boulevard | Birmingham | Birmingham | Education | N/A | 52.4484674 | -1.9780395 | ||
| 4831 | op-snap---monthly-publication-december-2025.pdf | 959 | 2025-12 | Car | Ford | Focus | Blue | Contravening a Red Traffic Light | None | John Street Brierley Hill | John Street Brierley Hill | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4875113 | -2.1217558 | ||
| 4894 | op-snap---monthly-publication-december-2025.pdf | 1022 | 2025-12 | Car | Ford | Connect | White | Contravening a Red Traffic Light | No Insurance | A4041 Newton Road | Newton Road | Birmingham | Birmingham | Court | N/A | 52.4541102 | -1.8710993 | ||
| 4921 | op-snap---monthly-publication-december-2025.pdf | 1049 | 2025-12 | Car | Ford | Focus | Red | Contravening a Red Traffic Light | None | Kingsbury Road | Kingsbury Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5292752 | -1.7618805 |
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);