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'}
10 rows where offence = "Contravene Lane Closure Red X", reporter_transport_mode = "Car" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale
month 10
council_area 5
- Birmingham 6
- Coventry 1
- Out of Force Area 1
- Walsall 1
- Wolverhampton 1
disposal 4
- NFA 4
- Warning Letter 3
- Education 2
- Fixed Penalty 1
vehicle_make 1
- Ford · 10 ✖
reporter_transport_mode 1
- Car · 10 ✖
offence 1
- Contravene Lane Closure Red X · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8455 | op-snap---monthly-publication-february-2026.pdf | 1202 | 2026-02 | Car | Ford | Transit | White | Contravene Lane Closure Red X | None | M6 | M6 | Birmingham | Birmingham | NFA | No Offence | ||||
| 11105 | op-snap---monthly-publication-january-2026.pdf | 566 | 2026-01 | Car | Ford | fiesta | Black | Contravene Lane Closure Red X | None | A38M | A38M | Birmingham | Birmingham | Education | N/A | ||||
| 21946 | op-snap---monthly-publication-november-2025.pdf | 1488 | 2025-11 | Car | Ford | Kuga | Blue | Contravene Lane Closure Red X | None | Pelsall Road | Pelsall Road | Walsall | Walsall | NFA | No Independent Evidence Available | 52.6472723 | -1.9393233 | ||
| 23034 | op-snap---monthly-publication-october-2025.pdf | 984 | 2025-10 | Car | Ford | Transit | White | Contravene Lane Closure Red X | None | M6 NB J10 | M6 Northbound J10 | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.676119 | -2.0858425 | ||
| 25184 | op-snap---monthly-publication-september-2025.pdf | 1403 | 2025-09 | Car | Ford | Fiesta | Blue | Contravene Lane Closure Red X | None | M6 Southbound | M6 Southbound | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 2672 | op-snap---monthly-publication-august-2025.pdf | 647 | 2025-08 | Car | Ford | Galaxy | Silver | Contravene Lane Closure Red X | None | Tyburn Road | Tyburn Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5113867 | -1.8337258 | ||
| 13886 | op-snap---monthly-publication-july-2025.pdf | 1938 | 2025-07 | Car | Ford | Transit | White | Contravene Lane Closure Red X | None | M40 | M40 | Out of Force Area | Out of Force Area | NFA | Not in Public Interest | ||||
| 1304 | op-snap---monthly-publication-april-2025.pdf | 1303 | 2025-04 | Car | Ford | Fiesta | Silver | Contravene Lane Closure Red X | None | Moseley Avenue road | Moseley Avenue road | Coventry | Coventry | NFA | No Offence | 52.4144961 | -1.5337013 | ||
| 7014 | op-snap---monthly-publication-february-2025.pdf | 1831 | 2025-02 | Car | Ford | FIESTA | BLUE | Contravene Lane Closure Red X | None | M6 JUNCTION | M6 Junction | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.512779 | -1.8716155 | |
| 9015 | op-snap---monthly-publication-january-2025.pdf | 123 | 2025-01 | Car | Ford | Iveco | White | Contravene Lane Closure Red X | None | M6 | M6 | Birmingham | Birmingham | Education | N/A | Yes - Via Email |
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);