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 = "Mini" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, nfa_rationale
offence 5
reporter_transport_mode 4
- Car 5
- Pedal Bike 1
- Pedestrian 1
- other 1
disposal 4
- Warning Letter 3
- Fixed Penalty 2
- NFA 2
- Court 1
vehicle_make 1
- Mini · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16349 | op-snap---monthly-publication-march-2025.pdf | 106 | 2025-03 | Pedestrian | Mini | Cooper | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Larch Avenue | Larch Avenue | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.5153484 | -1.9438891 | |
| 16845 | op-snap---monthly-publication-march-2025.pdf | 602 | 2025-03 | Car | Mini | Cooper | Green | Driving without Due Care and Attention | None | M42, Birmingham | M42, Birmingham | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4796992 | -1.9026911 | |
| 17364 | op-snap---monthly-publication-march-2025.pdf | 1121 | 2025-03 | Pedal Bike | Mini | Cooper | Black | Using a Mobile Phone Whilst Driving | None | Robin Hood Island | Robin Hood Island | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4220705 | -1.8372335 | |
| 17391 | op-snap---monthly-publication-march-2025.pdf | 1148 | 2025-03 | Car | Mini | Cooper | Grey | Driving without Reasonable Consideration | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4470686 | -1.8880749 | |
| 17687 | op-snap---monthly-publication-march-2025.pdf | 1444 | 2025-03 | Car | Mini | White | Driving without Due Care and Attention | None | Sarehole Road | Sarehole Road | Birmingham | Birmingham | NFA | No VRM | Yes - Via Email | 52.4422505 | -1.8539684 | ||
| 17710 | op-snap---monthly-publication-march-2025.pdf | 1467 | 2025-03 | Car | Mini | COOPER | Grey | Driving a vehicle wholly or partly on a footpath | No Insurance | STRATFORD ROAD | Stratford Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4203897 | -1.8338574 | |
| 17744 | op-snap---monthly-publication-march-2025.pdf | 1501 | 2025-03 | other | Mini | Clubman | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Bradshaw Avenue | Bradshaw Avenue | Birmingham | Birmingham | NFA | No Independent Evidence Available | Yes - Via Email | 52.4018255 | -1.9490522 | |
| 17932 | op-snap---monthly-publication-march-2025.pdf | 1689 | 2025-03 | Car | Mini | Cooper | Black | Driving without Reasonable Consideration | None | Warwick Road | Warwick Road | Birmingham | Birmingham | Warning Letter | Outside of 14 Days NIP | Yes - Via Email | 52.4555288 | -1.8613929 |
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);