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 = "Wolverhampton", offence = "Contravening a Red Traffic Light" and vehicle_make = "Seat" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, source_row, vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
disposal 4
- NFA 5
- Education 2
- Fixed Penalty 1
- Warning Letter 1
reporter_transport_mode 2
- Car 6
- Pedestrian 3
vehicle_make 1
- Seat · 9 ✖
offence 1
- Contravening a Red Traffic Light · 9 ✖
council_area 1
- Wolverhampton · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20516 | op-snap---monthly-publication-november-2025.pdf | 58 | 2025-11 | Car | Seat | Leon | Grey | Contravening a Red Traffic Light | None | Wolverhampton Ring Road | Wolverhampton Ring Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5868722 | -2.1217519 | ||
| 22986 | op-snap---monthly-publication-october-2025.pdf | 936 | 2025-10 | Car | Seat | Leon | Grey | Contravening a Red Traffic Light | None | A454 | A454 | Wolverhampton | Wolverhampton | Education | N/A | ||||
| 24711 | op-snap---monthly-publication-september-2025.pdf | 930 | 2025-09 | Pedestrian | Seat | Ibiza | White | Contravening a Red Traffic Light | None | Bushbury Road | Bushbury Road | Wolverhampton | Wolverhampton | Education | N/A | 52.5988194 | -2.1026037 | ||
| 24862 | op-snap---monthly-publication-september-2025.pdf | 1081 | 2025-09 | Pedestrian | Seat | ibiza | White | Contravening a Red Traffic Light | None | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | NFA | No Offence | 52.6083917 | -2.1033365 | ||
| 24914 | op-snap---monthly-publication-september-2025.pdf | 1133 | 2025-09 | Pedestrian | Seat | Leon | Grey | Contravening a Red Traffic Light | None | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | NFA | No Independent Evidence Available | 52.6083917 | -2.1033365 | ||
| 2498 | op-snap---monthly-publication-august-2025.pdf | 473 | 2025-08 | Car | Seat | Ibiza | Grey | Contravening a Red Traffic Light | None | Walsall Road | Walsall Road | Wolverhampton | Wolverhampton | NFA | Outside of 14 Days NIP | 52.5953834 | -2.0877357 | ||
| 2698 | op-snap---monthly-publication-august-2025.pdf | 673 | 2025-08 | Car | Seat | Ibiza | Red | Contravening a Red Traffic Light | None | Tettenhall Road | Tettenhall Road | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | 52.5883523 | -2.1466187 | ||
| 1896 | op-snap---monthly-publication-april-2025.pdf | 1895 | 2025-04 | Car | Seat | Ibiza | Black | Contravening a Red Traffic Light | None | Black country route , Bilston | Black country route , Bilston | Wolverhampton | Wolverhampton | NFA | Outside of 14 Days NIP | 52.5652656 | -2.0677422 | ||
| 9822 | op-snap---monthly-publication-january-2025.pdf | 930 | 2025-01 | Car | Seat | Leon | White | Contravening a Red Traffic Light | None | Clarke Road | Clarke Road | Wolverhampton | Wolverhampton | NFA | No Offence | 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);