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 council_area = "Wolverhampton", disposal = "NFA" and month = "2025-03" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, nfa_rationale
vehicle_make 8
- Land Rover 2
- Seat 2
- Audi 1
- BMW 1
- Honda 1
- Mazda 1
- Toyota 1
- Volkswagen 1
offence 5
reporter_transport_mode 4
- Car 5
- Other 3
- Pedestrian 1
- car 1
month 1
- 2025-03 · 10 ✖
disposal 1
- NFA · 10 ✖
council_area 1
- Wolverhampton · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16451 | op-snap---monthly-publication-march-2025.pdf | 208 | 2025-03 | car | Seat | Leon | Black | Driving without Due Care and Attention | None | Biddings Lane, | Biddings Lane | Wolverhampton | Wolverhampton | NFA | No VRM | Yes - Via Email | 52.5498138 | -2.0913674 | |
| 16476 | op-snap---monthly-publication-march-2025.pdf | 233 | 2025-03 | Car | Volkswagen | Passat | Blue | Misc - Non Traffic Offences | None | Black Country Route, Bilston | Black Country Route, Bilston | Wolverhampton | Wolverhampton | NFA | No Offence | Yes - Via Email | 52.5652656 | -2.0677422 | |
| 16810 | op-snap---monthly-publication-march-2025.pdf | 567 | 2025-03 | Car | Audi | A4 | Silver | Driving without Due Care and Attention | No Insurance | Bradeley Lane, Coseley | Bradeley Lane, Coseley | Wolverhampton | Wolverhampton | NFA | No VRM | Yes - Via Email | |||
| 16956 | op-snap---monthly-publication-march-2025.pdf | 713 | 2025-03 | Car | Seat | Ibiza | Blue | Misc - Non Traffic Offences | None | M54 | M54 | Wolverhampton | Wolverhampton | NFA | Misc Inc Crimes | Yes - Via Email | |||
| 17427 | op-snap---monthly-publication-march-2025.pdf | 1184 | 2025-03 | Pedestrian | Honda | Jazz | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Hilton Road | Hilton Road | Wolverhampton | Wolverhampton | NFA | No Independent Evidence Available | Yes - Via Email | 52.5609419 | -2.1099418 | |
| 17440 | op-snap---monthly-publication-march-2025.pdf | 1197 | 2025-03 | Car | BMW | 330D | Blue | Driving without Due Care and Attention | None | Salop Street | Salop Street | Wolverhampton | Wolverhampton | NFA | No VRM | Yes - Via Email | 52.5835345 | -2.1324849 | |
| 17583 | op-snap---monthly-publication-march-2025.pdf | 1340 | 2025-03 | Other | Land Rover | Range Rover | Black | Using a Mobile Phone Whilst Driving | None | A4150 (Wolverhampton) | A4150 (Wolverhampton) | Wolverhampton | Wolverhampton | NFA | No Independent Evidence Available | Yes - Via Email | 52.5807112 | -2.1316397 | |
| 17680 | op-snap---monthly-publication-march-2025.pdf | 1437 | 2025-03 | Car | Land Rover | Defender | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | High Street Tettenhall | High Street Tettenhall | Wolverhampton | Wolverhampton | NFA | No Offence | Yes - Via Email | 52.5980906 | -2.168057 | |
| 18263 | op-snap---monthly-publication-march-2025.pdf | 2020 | 2025-03 | Other | Mazda | 6 SE | Blue | Driver not in position to have Proper Control | None | N/K | N/K | Wolverhampton | Wolverhampton | NFA | No Independent Evidence Available | Yes - Via Email | 52.6049795 | -2.085282 | |
| 18412 | op-snap---monthly-publication-march-2025.pdf | 2169 | 2025-03 | Other | Toyota | Auris | Silver | Misc - Non Traffic Offences | None | Willenhall Road | Willenhall Road | Wolverhampton | Wolverhampton | NFA | Misc Inc Crimes | Yes - Via Email | 52.5836778 | -2.0894997 |
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);