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'}
8 rows where council_area = "Birmingham", month = "2025-03" and vehicle_make = "Mazda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, latitude, longitude
offence 5
disposal 4
- Education 3
- Fixed Penalty 2
- Warning Letter 2
- Court 1
reporter_transport_mode 3
- Car 3
- Pedal Bike 3
- Pedestrian 2
vehicle_make 1
- Mazda · 8 ✖
month 1
- 2025-03 · 8 ✖
council_area 1
- Birmingham · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16528 | op-snap---monthly-publication-march-2025.pdf | 285 | 2025-03 | Pedal Bike | Mazda | 2 Sport | Blue | Using a Mobile Phone Whilst Driving | None | Aston Webb Boulevard | Aston Webb Boulevard | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4468506 | -1.9395619 | |
| 16976 | op-snap---monthly-publication-march-2025.pdf | 733 | 2025-03 | Car | Mazda | 3 | White | Driving without Reasonable Consideration | None | Angesley Avenue | Angesley Avenue | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | |||
| 17305 | op-snap---monthly-publication-march-2025.pdf | 1062 | 2025-03 | Car | Mazda | 3 | White | Driving without Due Care and Attention | None | Farnborough Road, Castle Vale | Farnborough Road, Castle Vale | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.5148331 | -1.79231 | |
| 17506 | op-snap---monthly-publication-march-2025.pdf | 1263 | 2025-03 | Pedal Bike | Mazda | MPV | Brown | Driving without Reasonable Consideration | None | Edward Road | Edward Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4580901 | -1.894458 | |
| 17591 | op-snap---monthly-publication-march-2025.pdf | 1348 | 2025-03 | Car | Mazda | 2 SPORT | Grey | Cause vehicle to be left in a dangerous position | None | Edward Road | Edward Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4580901 | -1.894458 | |
| 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 | |
| 17848 | op-snap---monthly-publication-march-2025.pdf | 1605 | 2025-03 | Pedal Bike | Mazda | 3 | Blue | Driving without Reasonable Consideration | None | Chester Road | Chester Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.5359496 | -1.8324115 | |
| 18536 | op-snap---monthly-publication-march-2025.pdf | 2293 | 2025-03 | Pedestrian | Mazda | CX - 5 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Hagley Road West | Hagley Road West | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4656414 | -1.9852276 |
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);