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'}
10 rows where council_area = "Birmingham", month = "2025-12" and vehicle_make = "Volvo" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
disposal 5
- NFA 3
- Court 2
- Fixed Penalty 2
- Warning Letter 2
- Education 1
offence 4
reporter_transport_mode 3
- Car 5
- Pedestrian 3
- Pedal Bike 2
vehicle_make 1
- Volvo · 10 ✖
month 1
- 2025-12 · 10 ✖
council_area 1
- Birmingham · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3874 | op-snap---monthly-publication-december-2025.pdf | 2 | 2025-12 | Car | Volvo | Exc30 | Blue | Driving without Due Care and Attention | None | M6 | M6 | Birmingham | Birmingham | NFA | No Independent Evidence Available | ||||
| 4108 | op-snap---monthly-publication-december-2025.pdf | 236 | 2025-12 | Car | Volvo | Coach | White | Driving without Due Care and Attention | None | Belgrave Middleway | Belgrave Middleway | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4668753 | -1.8996143 | ||
| 4183 | op-snap---monthly-publication-december-2025.pdf | 311 | 2025-12 | Pedal Bike | Volvo | XC90 | White | Driving without Due Care and Attention | None | Charles Henry Street | Charles Henry Street | Birmingham | Birmingham | Education | N/A | 52.4709195 | -1.8888591 | ||
| 4186 | op-snap---monthly-publication-december-2025.pdf | 314 | 2025-12 | Car | Volvo | XC90 | Blue | Driving without Due Care and Attention | No Insurance | Richmond Road | Richmond Road | Birmingham | Birmingham | Court | N/A | 52.566947 | -1.8291809 | ||
| 4302 | op-snap---monthly-publication-december-2025.pdf | 430 | 2025-12 | Pedal Bike | Volvo | V60 | Black | Driving without Due Care and Attention | None | Frankley Beeches Road | Frankley Beeches Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4094108 | -1.9930633 | ||
| 4351 | op-snap---monthly-publication-december-2025.pdf | 479 | 2025-12 | Car | Volvo | V40.. | Blue | Driving without Due Care and Attention | None | Greenholm Road | Greenholm Road | Birmingham | Birmingham | Court | N/A | 52.5356973 | -1.8929646 | ||
| 4557 | op-snap---monthly-publication-december-2025.pdf | 685 | 2025-12 | Pedestrian | Volvo | c30 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | refent street | Refent Street | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 4596 | op-snap---monthly-publication-december-2025.pdf | 724 | 2025-12 | Car | Volvo | xc90 | Grey | Misc - Non Traffic Offences | None | birchfield road | Birchfield Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.5170745 | -1.9012542 | ||
| 5128 | op-snap---monthly-publication-december-2025.pdf | 1256 | 2025-12 | Pedestrian | Volvo | V60 | Blue | Stop a vehicle within pelican pedestrian crossing limits | None | Alcester Road | Alcester Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4470686 | -1.8880749 | ||
| 5129 | op-snap---monthly-publication-december-2025.pdf | 1257 | 2025-12 | Pedestrian | Volvo | V61 | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4470686 | -1.8880749 |
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);