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 disposal = "Other Action Taken" and vehicle_make = "Seat" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale
offence 5
reporter_transport_mode 3
- Car 5
- Pedestrian 3
- Other 2
council_area 3
- Birmingham 7
- Dudley 2
- Sandwell 1
vehicle_make 1
- Seat · 10 ✖
disposal 1
- Other Action Taken · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11031 | op-snap---monthly-publication-january-2026.pdf | 492 | 2026-01 | Car | Seat | Ibiza | Red | Misc - Non Traffic Offences | None | Bromford Lane | Bromford Lane | Birmingham | Birmingham | Other Action Taken | N/A | 52.5083238 | -1.8332287 | ||
| 4729 | op-snap---monthly-publication-december-2025.pdf | 857 | 2025-12 | Car | Seat | Cupra | Black | Contravening a Red Traffic Light | None | Gordon Road Lozells | Gordon Road Lozells | Birmingham | Birmingham | Other Action Taken | No Independent Evidence Available | 52.5042644 | -1.9115491 | ||
| 21929 | op-snap---monthly-publication-november-2025.pdf | 1471 | 2025-11 | Pedestrian | Seat | Red | Misc - Non Traffic Offences | None | Kings Norton Carvery Car Park | Kings Norton Carvery Car Park | Birmingham | Birmingham | Other Action Taken | N/A | |||||
| 25096 | op-snap---monthly-publication-september-2025.pdf | 1315 | 2025-09 | Pedestrian | Seat | leon | White | Motor vehicle fail to comply with a non endorsab | le traffic sign - detectedN boyn meeans other than ACD | Brierley Hill | Brierley Hill | Dudley | Dudley | Other Action Taken | N/A | 52.4823185 | -2.1237803 | ||
| 14127 | op-snap---monthly-publication-june-2025.pdf | 56 | 2025-06 | Other | Seat | Leon | Blue | Misc - Non Traffic Offences | None | Parkhouse Drive | Parkhouse Drive | Birmingham | Birmingham | Other Action Taken | N/A | 52.5293532 | -1.8756263 | ||
| 19623 | op-snap---monthly-publication-may-2025.pdf | 985 | 2025-05 | Other | Seat | leon | White | Driving without Due Care and Attention | None | Grey 7 Car Park Dudley | Grey 7 Car Park Dudley | Dudley | Dudley | Other Action Taken | nN/A | ||||
| 1362 | op-snap---monthly-publication-april-2025.pdf | 1361 | 2025-04 | Car | Seat | Leon | Grey | Misc - Non Traffic Offences | None | Westfield Road , Birmingham | Westfield Road , Birmingham | Birmingham | Birmingham | Other Action Taken | N/A | 52.4362187 | -1.8987821 | ||
| 16486 | op-snap---monthly-publication-march-2025.pdf | 243 | 2025-03 | Car | Seat | Leon | Purple | Contravening a Red Traffic Light | None | Flazley Road, Stechford | Flazley Road, Stechford | Birmingham | Birmingham | Other Action Taken | N/A | Yes - Via Email | |||
| 17194 | op-snap---monthly-publication-march-2025.pdf | 951 | 2025-03 | Car | Seat | Leon | Grey | Driving without Due Care and Attention | No Insurance | Montgomery Street at White Road | Montgomery Street at White Road | Birmingham | Birmingham | Other Action Taken | N/A | Yes - Via Email | 52.4644472 | -1.8668879 | |
| 9977 | op-snap---monthly-publication-january-2025.pdf | 1085 | 2025-01 | Pedestrian | Seat | Ibiza | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | No Insurance | St Pauls Road | Street Pauls Road | Sandwell | Sandwell | Other Action Taken | eNn/A | Yes - Via Email |
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);