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'}
11 rows where month = "2025-01", reporter_transport_mode = "Pedestrian" and vehicle_make = "Citroen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw
offence 4
disposal 3
council_area 3
vehicle_make 1
- Citroen · 11 ✖
reporter_transport_mode 1
- Pedestrian · 11 ✖
month 1
- 2025-01 · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 9429 | op-snap---monthly-publication-january-2025.pdf | 537 | 2025-01 | Pedestrian | Citroen | C1 | Black | Using a Mobile Phone Whilst Driving | None | WATFORD ROAD, COTTERIDGE | Watford Road, Cotteridge | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4182952 | -1.9316395 | |
| 9486 | op-snap---monthly-publication-january-2025.pdf | 594 | 2025-01 | Pedestrian | Citroen | C3 | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Hancock Road | Hancock Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4854257 | -1.8436094 | |
| 9633 | op-snap---monthly-publication-january-2025.pdf | 741 | 2025-01 | Pedestrian | Citroen | Relay | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Franklin Road | Franklin Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4195456 | -1.9350703 | |
| 9675 | op-snap---monthly-publication-january-2025.pdf | 783 | 2025-01 | Pedestrian | Citroen | E-Spacetourer | Grey | Cause vehicle to be left in a dangerous position | None | Heath Road, Bournville | Heath Road, Bournville | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4220874 | -1.9409615 | |
| 9840 | op-snap---monthly-publication-january-2025.pdf | 948 | 2025-01 | Pedestrian | Citroen | Relay | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4470686 | -1.8880749 | |
| 10103 | op-snap---monthly-publication-january-2025.pdf | 1211 | 2025-01 | Pedestrian | Citroen | C4 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Chiswell Road | Chiswell Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4878246 | -1.9421047 | |
| 10345 | op-snap---monthly-publication-january-2025.pdf | 1453 | 2025-01 | Pedestrian | Citroen | C4 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Longmore Street | Longmore Street | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.464484 | -1.8923374 | |
| 10395 | op-snap---monthly-publication-january-2025.pdf | 1503 | 2025-01 | Pedestrian | Citroen | DS3 | Purple | Stop a vehicle within pelican pedestrian crossing limits | None | Earlsdon Street | Earlsdon Street | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.3988977 | -1.5323674 | |
| 10400 | op-snap---monthly-publication-january-2025.pdf | 1508 | 2025-01 | Pedestrian | Citroen | C1 | Grey | Using a Mobile Phone Whilst Driving | None | Clifton Road | Clifton Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5609895 | -1.8319819 | |
| 10466 | op-snap---monthly-publication-january-2025.pdf | 1574 | 2025-01 | Pedestrian | Citroen | Berlingo | White | Cause vehicle to be left in a dangerous position | None | Heath Green Road | Heath Green Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4873353 | -1.9407986 | |
| 10501 | op-snap---monthly-publication-january-2025.pdf | 1609 | 2025-01 | Pedestrian | Citroen | C1 | Black | Cause vehicle to be left in a dangerous position | None | Glenville Drive | Glenville Drive | Birmingham | Birmingham | Fixed Penalty | 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);