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", month = "2025-01" and vehicle_make = "Kia" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location, latitude, longitude
offence 6
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
- Driving without Reasonable Consideration 2
- Using a Mobile Phone Whilst Driving 2
- Contravening a Red Traffic Light 1
- Driving without Due Care and Attention 1
- Stop a vehicle within pelican pedestrian crossing limits 1
reporter_transport_mode 3
- Car 3
- Pedal Bike 3
- Pedestrian 3
disposal 3
vehicle_make 1
- Kia · 9 ✖
month 1
- 2025-01 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 9143 | op-snap---monthly-publication-january-2025.pdf | 251 | 2025-01 | Car | Kia | Ceed | Blue | Driving without Due Care and Attention | None | Victoria St, Stourbridge | Victoria Street, Stourbridge | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | |||
| 9211 | op-snap---monthly-publication-january-2025.pdf | 319 | 2025-01 | Car | Kia | Picanto | Red | Contravening a Red Traffic Light | None | Soho Road | Soho Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.502568 | -1.9305447 | |
| 9479 | op-snap---monthly-publication-january-2025.pdf | 587 | 2025-01 | Pedestrian | Kia | Sorento | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Kingsbury Road | Kingsbury Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.5292752 | -1.7618805 | |
| 9713 | op-snap---monthly-publication-january-2025.pdf | 821 | 2025-01 | Pedestrian | Kia | CEED 3 ISG | Black | Stop a vehicle within pelican pedestrian crossing limits | None | Moseley Road, Birmingham | Moseley Road, Birmingham | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4679402 | -1.881408 | |
| 9858 | op-snap---monthly-publication-january-2025.pdf | 966 | 2025-01 | Pedal Bike | Kia | RIO | White | Driving without Reasonable Consideration | None | QUEENSBRIDGE ROAD | Queensbridge Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4415108 | -1.8971434 | |
| 9952 | op-snap---monthly-publication-january-2025.pdf | 1060 | 2025-01 | Car | Kia | Picanto | Orange | Using a Mobile Phone Whilst Driving | None | Queensbridge Road | Queensbridge Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4415108 | -1.8971434 | |
| 10019 | op-snap---monthly-publication-january-2025.pdf | 1127 | 2025-01 | Pedestrian | Kia | Picanto | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Long Acre | Long Acre | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.5051253 | -1.8646383 | |
| 10423 | op-snap---monthly-publication-january-2025.pdf | 1531 | 2025-01 | Pedal Bike | Kia | RIO | White | Using a Mobile Phone Whilst Driving | None | HARBORNE ROAD | Harborne Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4718503 | -1.9195423 | |
| 10527 | op-snap---monthly-publication-january-2025.pdf | 1635 | 2025-01 | Pedal Bike | Kia | Niro | Green | Driving without Reasonable Consideration | None | Wylde Green Rd | Wylde Green Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.544797 | -1.8045374 |
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);