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 = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" and vehicle_make = "Mazda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, council_area_raw
council_area 3
vehicle_make 1
- Mazda · 9 ✖
reporter_transport_mode 1
offence 1
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7526 | op-snap---monthly-publication-february-2026.pdf | 273 | 2026-02 | Pedestrian | Mazda | 2 | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Drapers Fields | Drapers Fields | Coventry | Coventry | Fixed Penalty | N/A | 52.4144091 | -1.5109203 | ||
| 8365 | op-snap---monthly-publication-february-2026.pdf | 1112 | 2026-02 | Pedestrian | Mazda | 6 Sport | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Adderley Gardens, Alum Rock | Adderley Gardens, Alum Rock | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4897563 | -1.8609589 | ||
| 4175 | op-snap---monthly-publication-december-2025.pdf | 303 | 2025-12 | Pedestrian | Mazda | model 3 | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4470686 | -1.8880749 | ||
| 261 | op-snap---monthly-publication-april-2025.pdf | 260 | 2025-04 | Pedestrian | Mazda | CX5 | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Norrington Road, Northfield | Norrington Road, Northfield | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4099675 | -1.9934379 | ||
| 16480 | op-snap---monthly-publication-march-2025.pdf | 237 | 2025-03 | Pedestrian | Mazda | 2 SE-L | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Chester Road, Boldmere (Sutton Coldfield) | Chester Road, Boldmere (Sutton Coldfield) | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5359496 | -1.8324115 | |
| 17763 | op-snap---monthly-publication-march-2025.pdf | 1520 | 2025-03 | Pedestrian | Mazda | 2 | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Edward Road | Edward Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4580901 | -1.894458 | |
| 5706 | op-snap---monthly-publication-february-2025.pdf | 523 | 2025-02 | Pedestrian | Mazda | 2 | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | College Road | College Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.5151832 | -1.9361664 | |
| 8894 | op-snap---monthly-publication-january-2025.pdf | 2 | 2025-01 | Pedestrian | Mazda | 6TS | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Mapleton Road, Birmingham | Mapleton Road, Birmingham | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4278334 | -1.8282582 | |
| 10389 | op-snap---monthly-publication-january-2025.pdf | 1497 | 2025-01 | Pedestrian | Mazda | 6TS | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | Use vehicle on a road without valid test c | eMrtOifOicRa tSeTREET | e Mrt Oif Oic Ra t Se TREET | Birmingham | Birmingham | Fixed Penalty | 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);