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 council_area = "Birmingham", disposal = "Court" and vehicle_make = "Volvo" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, second_offence, offence_location_raw, offence_location, latitude, longitude
offence 4
reporter_transport_mode 3
- Car 7
- Pedal Bike 1
- Pedestrian 1
vehicle_make 1
- Volvo · 9 ✖
disposal 1
- Court · 9 ✖
council_area 1
- Birmingham · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | ||
| 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 | ||
| 20506 | op-snap---monthly-publication-november-2025.pdf | 48 | 2025-11 | Car | Volvo | Lorry | White | Driving without Due Care and Attention | None | M42 Motorway | M42 Motorway | Birmingham | Birmingham | Court | N/A | 52.490826 | -1.8882034 | ||
| 23858 | op-snap---monthly-publication-september-2025.pdf | 77 | 2025-09 | Car | Volvo | C30 | Grey | Use on a road a motor vehicle / trailer in such a c | ondition it caused / wasN lioknleey to cause danger | The Green, Kings Norton | The Green, Kings Norton | Birmingham | Birmingham | Court | N/A | 52.4065866 | -1.9308921 | ||
| 11952 | op-snap---monthly-publication-july-2025.pdf | 4 | 2025-07 | Car | Volvo | XC40 | Blue | Driving without Due Care and Attention | None | Metcheley Lane | Metcheley Lane | Birmingham | Birmingham | Court | N/A | ||||
| 17382 | op-snap---monthly-publication-march-2025.pdf | 1139 | 2025-03 | Car | Volvo | S60 | Black | Driving without Due Care and Attention | None | Tyburn Road | Tyburn Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.5113867 | -1.8337258 | |
| 17634 | op-snap---monthly-publication-march-2025.pdf | 1391 | 2025-03 | Pedal Bike | Volvo | XC60 | White | Driving without Reasonable Consideration | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4470686 | -1.8880749 | |
| 6936 | op-snap---monthly-publication-february-2025.pdf | 1753 | 2025-02 | Car | Volvo | S40 | Black | Driving without Due Care and Attention | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4470686 | -1.8880749 | |
| 9702 | op-snap---monthly-publication-january-2025.pdf | 810 | 2025-01 | Pedestrian | Volvo | V60 | Black | Cause vehicle to be left in a dangerous position | No Insurance | GLENVILLE DRIVE | Glenville Drive | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.5265939 | -1.8509884 |
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);