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", month = "2025-04" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, nfa_rationale
offence 7
- Driving without Reasonable Consideration 3
- Contravening a Red Traffic Light 1
- Dangerous Driving 1
- Motor vehicle fail to comply with solid white line road markings 1
- Stop a vehicle on pedestrian crossing 1
- Stop a vehicle within pelican pedestrian crossing limits 1
- Using a Mobile Phone Whilst Driving 1
vehicle_make 1
- Audi · 9 ✖
reporter_transport_mode 1
- Car 9
month 1
- 2025-04 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 723 | op-snap---monthly-publication-april-2025.pdf | 722 | 2025-04 | Car | Audi | S3 | Black | Dangerous Driving | None | Three Tuns lane | Three Tuns lane | Wolverhampton | Wolverhampton | NFA | Outside of 14 Days NIP | 52.6201713 | -2.1268549 | ||
| 759 | op-snap---monthly-publication-april-2025.pdf | 758 | 2025-04 | Car | Audi | Q8 | Grey | Stop a vehicle on pedestrian crossing | None | High St | High Street | Wolverhampton | Wolverhampton | Education | N/A | 52.5635963 | -2.0827567 | ||
| 985 | op-snap---monthly-publication-april-2025.pdf | 984 | 2025-04 | Car | Audi | Electric | Black | Using a Mobile Phone Whilst Driving | None | A50 - Waterloo Road , Wolverhampton | A50 - Waterloo Road , Wolverhampton | Wolverhampton | Wolverhampton | NFA | No Offence | 52.5940551 | -2.1304991 | ||
| 1031 | op-snap---monthly-publication-april-2025.pdf | 1030 | 2025-04 | Car | Audi | Grey | Driving without Reasonable Consideration | None | Junction of Armstrong way and Owen Road in Willenhall | Junction of Armstrong way and Owen Road in Willenhall | Wolverhampton | Wolverhampton | NFA | Outside of 14 Days NIP | |||||
| 1107 | op-snap---monthly-publication-april-2025.pdf | 1106 | 2025-04 | Car | Audi | White | Driving without Reasonable Consideration | None | BRadmore Road , Wolverhampton | BRadmore Road , Wolverhampton | Wolverhampton | Wolverhampton | NFA | Outside of 14 Days NIP | 52.578626 | -2.153721 | |||
| 1188 | op-snap---monthly-publication-april-2025.pdf | 1187 | 2025-04 | Car | Audi | Silver | Driving without Reasonable Consideration | None | Wolverhampton Road , Penkridge | Wolverhampton Road , Penkridge | Wolverhampton | Wolverhampton | NFA | Outside of 14 Days NIP | |||||
| 1364 | op-snap---monthly-publication-april-2025.pdf | 1363 | 2025-04 | Car | Audi | Grey | Stop a vehicle within pelican pedestrian crossing limits | None | High Street , Tetenhall | High Street , Tetenhall | Wolverhampton | Wolverhampton | NFA | Outside of 14 Days NIP | |||||
| 1405 | op-snap---monthly-publication-april-2025.pdf | 1404 | 2025-04 | Car | Audi | Blue | Contravening a Red Traffic Light | None | Wolverhampton heading towards M6 North | Wolverhampton heading towards M6 North | Wolverhampton | Wolverhampton | NFA | Outside of 14 Days NIP | |||||
| 1651 | op-snap---monthly-publication-april-2025.pdf | 1650 | 2025-04 | Car | Audi | A3 | White | Motor vehicle fail to comply with solid white line road markings | None | M6 North, 10A junction for the M54 | M6 North, 10A junction for the M54 | Wolverhampton | Wolverhampton | NFA | Outside of 14 Days NIP |
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);