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'}
12 rows where council_area = "Birmingham", month = "2025-11" and reporter_transport_mode = "Other" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, nfa_rationale
vehicle_make 6
- Mercedes-Benz 3
- Volkswagen 2
- Ford 1
- Hyundai 1
- Toyota 1
- Yamaha 1
offence 4
disposal 4
- NFA 8
- Fixed Penalty 2
- Court 1
- Other Action Taken 1
reporter_transport_mode 1
- Other · 12 ✖
month 1
- 2025-11 · 12 ✖
council_area 1
- Birmingham · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20485 | op-snap---monthly-publication-november-2025.pdf | 27 | 2025-11 | Other | Volkswagen | Polo | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Beauchamp Road | Beauchamp Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4209386 | -1.8699242 | ||
| 20590 | op-snap---monthly-publication-november-2025.pdf | 132 | 2025-11 | Other | Mercedes-Benz | A180.. | Silver | Using a Mobile Phone Whilst Driving | No Insurance | Newton Road | Newton Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4541102 | -1.8710993 | ||
| 20598 | op-snap---monthly-publication-november-2025.pdf | 140 | 2025-11 | Other | Ford | Transit | Black | Driving without Due Care and Attention | None | The Deers Leap | The Deers Leap | Birmingham | Birmingham | Court | N/A | 52.5601871 | -1.8928907 | ||
| 21315 | op-snap---monthly-publication-november-2025.pdf | 857 | 2025-11 | Other | Yamaha | GPD 125 | Red | Driving without Due Care and Attention | None | No Offence Location given | No Offence Location given | Birmingham | Birmingham | NFA | No Independent Evidence Available | ||||
| 21469 | op-snap---monthly-publication-november-2025.pdf | 1011 | 2025-11 | Other | Volkswagen | Polo | Silver | Using a Mobile Phone Whilst Driving | None | Dawlish Road | Dawlish Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4438979 | -1.9316285 | ||
| 21590 | op-snap---monthly-publication-november-2025.pdf | 1132 | 2025-11 | Other | Unknown | Driving without Due Care and Attention | None | Unknown | Birmingham | Birmingham | NFA | No VRM | |||||||
| 21678 | op-snap---monthly-publication-november-2025.pdf | 1220 | 2025-11 | Other | Mercedes-Benz | A45 AMG | White | Driving without Due Care and Attention | None | Inverclyde | Inverclyde | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.5218439 | -1.9215045 | ||
| 21689 | op-snap---monthly-publication-november-2025.pdf | 1231 | 2025-11 | Other | Misc - Non Traffic Offences | None | poplar avenue | Poplar Avenue | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.5723052 | -1.8003041 | |||||
| 21764 | op-snap---monthly-publication-november-2025.pdf | 1306 | 2025-11 | Other | NP | Using a Mobile Phone Whilst Driving | None | Redditch Road | Redditch Road | Birmingham | Birmingham | NFA | No VRM | 52.3954946 | -1.9516557 | ||||
| 21837 | op-snap---monthly-publication-november-2025.pdf | 1379 | 2025-11 | Other | Mercedes-Benz | C 220 AMG | Grey | Driving without Due Care and Attention | None | Repton Road, Birmingham | Repton Road, Birmingham | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4819583 | -1.829677 | ||
| 21867 | op-snap---monthly-publication-november-2025.pdf | 1409 | 2025-11 | Other | Hyundai | i20 | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | blakeley hall road | Blakeley Hall Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | ||||
| 22043 | op-snap---monthly-publication-november-2025.pdf | 1585 | 2025-11 | Other | Toyota | Estima | Silver | Misc - Non Traffic Offences | None | Haden Circus Rounabout | Haden Circus Rounabout | Birmingham | Birmingham | Other Action Taken | N/A |
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);