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 month = "2025-05", offence = "Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD" and vehicle_make = "Mercedes-Benz" 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, latitude, longitude
disposal 4
- NFA 4
- Fixed Penalty 2
- Warning Letter 2
- Education 1
reporter_transport_mode 3
- Car 3
- Pedal Bike 3
- Pedestrian 3
council_area 2
- Birmingham 8
- Walsall 1
vehicle_make 1
- Mercedes-Benz · 9 ✖
offence 1
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD · 9 ✖
month 1
- 2025-05 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 18717 | op-snap---monthly-publication-may-2025.pdf | 79 | 2025-05 | Pedal Bike | Mercedes-Benz | 200 AMG | Black | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Bradford Street | Bradford Street | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4708802 | -1.8792135 | ||
| 18720 | op-snap---monthly-publication-may-2025.pdf | 82 | 2025-05 | Pedal Bike | Mercedes-Benz | AMG | Silver | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Bradford Street | Bradford Street | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4708802 | -1.8792135 | ||
| 18741 | op-snap---monthly-publication-may-2025.pdf | 103 | 2025-05 | Pedestrian | Mercedes-Benz | BENZ | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | NEWHALL HILL | Newhall Hill | Birmingham | Birmingham | Education | N/A | 52.4832761 | -1.9110049 | ||
| 18784 | op-snap---monthly-publication-may-2025.pdf | 146 | 2025-05 | Pedal Bike | Mercedes-Benz | BENZ | Black | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | KENT STREET | Kent Street | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4717099 | -1.897463 | ||
| 18833 | op-snap---monthly-publication-may-2025.pdf | 195 | 2025-05 | Pedestrian | Mercedes-Benz | C220 | Grey | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Hollybank Road | Hollybank Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4236341 | -1.8787502 | ||
| 18836 | op-snap---monthly-publication-may-2025.pdf | 198 | 2025-05 | Car | Mercedes-Benz | A CLASS | Grey | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Frederick Street | Frederick Street | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4863384 | -1.9123011 | ||
| 19118 | op-snap---monthly-publication-may-2025.pdf | 480 | 2025-05 | Car | Mercedes-Benz | Sprinter | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Bristol Road | Bristol Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4543565 | -1.9114004 | ||
| 19851 | op-snap---monthly-publication-may-2025.pdf | 1213 | 2025-05 | Pedestrian | Mercedes-Benz | E-class | Black | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Vittoria Street | Vittoria Street | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4851181 | -1.9106263 | ||
| 20057 | op-snap---monthly-publication-may-2025.pdf | 1419 | 2025-05 | Car | Mercedes-Benz | benz e22od salo | oBnlack | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Traffic light of bescott road | Traffic light of bescott road | Walsall | Walsall | NFA | Outside of 14 Days NIP |
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);