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 = "Other Action Taken", offence = "Contravening a Red Traffic Light" and reporter_transport_mode = "Car" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, second_offence, council_area_raw, nfa_rationale
council_area 5
- Birmingham 5
- Walsall 4
- Coventry 1
- Dudley 1
- Sandwell 1
reporter_transport_mode 1
- Car · 12 ✖
offence 1
- Contravening a Red Traffic Light · 12 ✖
disposal 1
- Other Action Taken · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4729 | op-snap---monthly-publication-december-2025.pdf | 857 | 2025-12 | Car | Seat | Cupra | Black | Contravening a Red Traffic Light | None | Gordon Road Lozells | Gordon Road Lozells | Birmingham | Birmingham | Other Action Taken | No Independent Evidence Available | 52.5042644 | -1.9115491 | ||
| 22694 | op-snap---monthly-publication-october-2025.pdf | 644 | 2025-10 | Car | Bike | Black | Contravening a Red Traffic Light | No Insurance | Bromley Street | Bromley Street | Walsall | Walsall | Other Action Taken | N/A | |||||
| 24217 | op-snap---monthly-publication-september-2025.pdf | 436 | 2025-09 | Car | BMW | X6 | White | Contravening a Red Traffic Light | None | Shaftmoor Lane | Shaftmoor Lane | Birmingham | Birmingham | Other Action Taken | N/A | 52.4418944 | -1.8407335 | ||
| 24743 | op-snap---monthly-publication-september-2025.pdf | 962 | 2025-09 | Car | Audi | A3 | Grey | Contravening a Red Traffic Light | None | Market Place Great Bridge | Market Place Great Bridge | Sandwell | Sandwell | Other Action Taken | N/A | 52.5306763 | -2.0357485 | ||
| 2406 | op-snap---monthly-publication-august-2025.pdf | 381 | 2025-08 | Car | Honda | M/C | Black | Contravening a Red Traffic Light | None | Ansty Interchange | Ansty Interchange | Coventry | Coventry | Other Action Taken | N/A | 52.4399359 | -1.4395909 | ||
| 12456 | op-snap---monthly-publication-july-2025.pdf | 508 | 2025-07 | Car | Vauxhall | Silver | Contravening a Red Traffic Light | No Insurance | Sheaf Lane | Sheaf Lane | Birmingham | Birmingham | Other Action Taken | N/A | 52.4540536 | -1.7819436 | |||
| 48 | op-snap---monthly-publication-april-2025.pdf | 47 | 2025-04 | Car | Peugeot | 206 | Blue | Contravening a Red Traffic Light | None | Walters Road | Walters Road | Walsall | Walsall | Other Action Taken | N/A | ||||
| 16486 | op-snap---monthly-publication-march-2025.pdf | 243 | 2025-03 | Car | Seat | Leon | Purple | Contravening a Red Traffic Light | None | Flazley Road, Stechford | Flazley Road, Stechford | Birmingham | Birmingham | Other Action Taken | N/A | Yes - Via Email | |||
| 16659 | op-snap---monthly-publication-march-2025.pdf | 416 | 2025-03 | Car | Land Rover | Black | Contravening a Red Traffic Light | Keeping a vehicle with registration marks obscured | Birmingham Road | Birmingham Road | Metropolitan Borough of Walsall | Walsall | Other Action Taken | N/A | Yes - Via Email | 52.5723244 | -1.9607214 | ||
| 16884 | op-snap---monthly-publication-march-2025.pdf | 641 | 2025-03 | Car | Kawasaki | Green | Contravening a Red Traffic Light | None | East Midway Kitts Green | East Midway Kitts Green | Birmingham | Birmingham | Other Action Taken | N/A | Yes - Via Email | ||||
| 6004 | op-snap---monthly-publication-february-2025.pdf | 821 | 2025-02 | Car | Nissan | QASHQUI | Red | Contravening a Red Traffic Light | None | HALESOWEN ROAD | Halesowen Road | Dudley | Dudley | Other Action Taken | N/A | Yes - Via Email | 52.4624413 | -2.0175178 | |
| 9566 | op-snap---monthly-publication-january-2025.pdf | 674 | 2025-01 | Car | Daf | TRUCK | White | Contravening a Red Traffic Light | None | WOLVERHAMPTON ROAD | Wolverhampton Road | Walsall | Walsall | Other Action Taken | eNn/A | Yes - Via Email | 52.5867763 | -2.0104342 |
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);