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'}
9 rows where disposal = "Fixed Penalty", offence = "Contravene Lane Closure Red X" 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
council_area 4
- Birmingham 6
- Dudley 1
- Sandwell 1
- Walsall 1
reporter_transport_mode 1
- Car · 9 ✖
offence 1
- Contravene Lane Closure Red X · 9 ✖
disposal 1
- Fixed Penalty · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10863 | op-snap---monthly-publication-january-2026.pdf | 324 | 2026-01 | Car | Volvo | XC40 | Black | Contravene Lane Closure Red X | None | Aston Expressway A38M | Aston Expressway A38M | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 24083 | op-snap---monthly-publication-september-2025.pdf | 302 | 2025-09 | Car | Vauxhall | Astra | Grey | Contravene Lane Closure Red X | None | Foundry Lane Smethwick | Foundry Lane Smethwick | Sandwell | Sandwell | Fixed Penalty | N/A | 52.4988697 | -1.9484561 | ||
| 24201 | op-snap---monthly-publication-september-2025.pdf | 420 | 2025-09 | Car | Hyundai | Ioniq | Grey | Contravene Lane Closure Red X | None | A38M | A38M | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 14765 | op-snap---monthly-publication-june-2025.pdf | 694 | 2025-06 | Car | Vauxhall | Vivaro | Silver | Contravene Lane Closure Red X | None | Gospel End Road (Sedgley) | Gospel End Road (Sedgley) | Dudley | Dudley | Fixed Penalty | N/A | 52.5392439 | -2.1282642 | ||
| 728 | op-snap---monthly-publication-april-2025.pdf | 727 | 2025-04 | Car | Audi | A3 | White | Contravene Lane Closure Red X | None | Townend Street | Townend Street | Walsall | Walsall | Fixed Penalty | N/A | 52.5863213 | -1.9852108 | ||
| 17508 | op-snap---monthly-publication-march-2025.pdf | 1265 | 2025-03 | Car | BMW | 118.. | Blue | Contravene Lane Closure Red X | None | Aston Expressway | Aston Expressway | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.493793 | -1.8881773 | |
| 6744 | op-snap---monthly-publication-february-2025.pdf | 1561 | 2025-02 | Car | BMW | 420 | Silver | Contravene Lane Closure Red X | None | M6 Junction 6 Southbound | M6 Junction 6 Southbound | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.676119 | -2.0858425 | |
| 6757 | op-snap---monthly-publication-february-2025.pdf | 1574 | 2025-02 | Car | Audi | A6 | Black | Contravene Lane Closure Red X | No Insurance | M6 | M6 | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | |||
| 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 |
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);