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 month = "2025-08", reporter_transport_mode = "Pedestrian" and vehicle_make = "Seat" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
council_area 5
- Birmingham 7
- Sandwell 2
- Coventry 1
- Solihull 1
- Wolverhampton 1
offence 3
disposal 2
- Warning Letter 10
- NFA 2
vehicle_make 1
- Seat · 12 ✖
reporter_transport_mode 1
- Pedestrian · 12 ✖
month 1
- 2025-08 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3241 | op-snap---monthly-publication-august-2025.pdf | 1216 | 2025-08 | Pedestrian | Seat | Leon | Blue | Cause vehicle to be left in a dangerous position | None | Barnsley Road | Barnsley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4743497 | -1.965737 | ||
| 3243 | op-snap---monthly-publication-august-2025.pdf | 1218 | 2025-08 | Pedestrian | Seat | Leon | Blue | Cause vehicle to be left in a dangerous position | None | Barnsley Road | Barnsley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4743497 | -1.965737 | ||
| 3262 | op-snap---monthly-publication-august-2025.pdf | 1237 | 2025-08 | Pedestrian | Seat | Arona | Blue | Cause vehicle to be left in a dangerous position | None | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.6083917 | -2.1033365 | ||
| 3438 | op-snap---monthly-publication-august-2025.pdf | 1413 | 2025-08 | Pedestrian | Seat | Ibiza | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Dudley Road | Dudley Road | Sandwell | Sandwell | Warning Letter | N/A | 52.4877352 | -1.9494469 | ||
| 3440 | op-snap---monthly-publication-august-2025.pdf | 1415 | 2025-08 | Pedestrian | Seat | Ibiza | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Dudley Road | Dudley Road | Sandwell | Sandwell | Warning Letter | N/A | 52.4877352 | -1.9494469 | ||
| 3467 | op-snap---monthly-publication-august-2025.pdf | 1442 | 2025-08 | Pedestrian | Seat | leon | Grey | Cause vehicle to be left in a dangerous position | None | stratford road | Stratford Road | Solihull | Solihull | Warning Letter | N/A | 52.4191184 | -1.8326637 | ||
| 3487 | op-snap---monthly-publication-august-2025.pdf | 1462 | 2025-08 | Pedestrian | Seat | Ibiza | White | Dangerous Driving | None | Brendon Way | Brendon Way | Coventry | Coventry | Warning Letter | N/A | ||||
| 3495 | op-snap---monthly-publication-august-2025.pdf | 1470 | 2025-08 | Pedestrian | Seat | toledo | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Pelham Road | Pelham Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.487616 | -1.8277815 | ||
| 3588 | op-snap---monthly-publication-august-2025.pdf | 1563 | 2025-08 | Pedestrian | Seat | ibiza | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | cannon hill road | Cannon Hill Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4569873 | -1.8971744 | ||
| 3595 | op-snap---monthly-publication-august-2025.pdf | 1570 | 2025-08 | Pedestrian | Seat | Ibiza | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Cannon Hill Rd | Cannon Hill Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4569873 | -1.8971744 | ||
| 3643 | op-snap---monthly-publication-august-2025.pdf | 1618 | 2025-08 | Pedestrian | Seat | Leon | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Lozells Rd | Lozells Road | Birmingham | Birmingham | Warning Letter | N/A | 52.502683 | -1.9033516 | ||
| 3794 | op-snap---monthly-publication-august-2025.pdf | 1769 | 2025-08 | Pedestrian | Seat | Arona | Black | Cause vehicle to be left in a dangerous position | None | Wheelers Lane | Wheelers Lane | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4306504 | -1.878052 |
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);