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'}
11 rows where disposal = "NFA", month = "2025-09" and vehicle_make = "Volvo" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
offence 6
reporter_transport_mode 4
- Car 5
- Pedestrian 3
- Pedal Bike 2
- Horse Rider 1
council_area 4
vehicle_make 1
- Volvo · 11 ✖
month 1
- 2025-09 · 11 ✖
disposal 1
- NFA · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23807 | op-snap---monthly-publication-september-2025.pdf | 26 | 2025-09 | Horse Rider | Volvo | V70 | Blue | Driving without Due Care and Attention | No vehicle excise licence | Dark lane, Wythall | Dark lane, Wythall | Birmingham | Birmingham | NFA | No Independent Evidence Available | ||||
| 23838 | op-snap---monthly-publication-september-2025.pdf | 57 | 2025-09 | Car | Volvo | HGV | Red | Driving without Due Care and Attention | None | M42? | M42? | Solihull | Solihull | NFA | Outside of 14 DAYS Late Submission | 52.3757082 | -1.7893409 | ||
| 23938 | op-snap---monthly-publication-september-2025.pdf | 157 | 2025-09 | Car | Volvo | XC60 | Silver | Driving without Due Care and Attention | None | A444 | A444 | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 23971 | op-snap---monthly-publication-september-2025.pdf | 190 | 2025-09 | Car | Volvo | XC60 | Grey | Driving without Due Care and Attention | None | Not detailed. | Not detailed | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24289 | op-snap---monthly-publication-september-2025.pdf | 508 | 2025-09 | Pedal Bike | Volvo | V40 | Blue | Driving without Reasonable Consideration | None | Henwick Road | Henwick Road | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24454 | op-snap---monthly-publication-september-2025.pdf | 673 | 2025-09 | Car | Volvo | HGV | White | Driving without Due Care and Attention | None | A45 Coventry Road | Coventry Road | Birmingham | Birmingham | NFA | No Offence | 52.4726661 | -1.8769032 | ||
| 24484 | op-snap---monthly-publication-september-2025.pdf | 703 | 2025-09 | Car | Volvo | XC90 | Blue | Misc - Non Traffic Offences | None | Tyburn Road | Tyburn Road | Birmingham | Birmingham | NFA | No Offence | 52.5113867 | -1.8337258 | ||
| 24939 | op-snap---monthly-publication-september-2025.pdf | 1158 | 2025-09 | Pedestrian | Volvo | V40 | Blue | Contravening a Red Traffic Light | None | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | NFA | No Independent Evidence Available | 52.6083917 | -2.1033365 | ||
| 25309 | op-snap---monthly-publication-september-2025.pdf | 1528 | 2025-09 | Pedal Bike | Volvo | Bus | Red | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | NFA | Misc Inc Crimes | 52.6083917 | -2.1033365 | ||
| 25438 | op-snap---monthly-publication-september-2025.pdf | 1657 | 2025-09 | Pedestrian | Volvo | v40 | Grey | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | reddings lane | Reddings Lane | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4506039 | -1.8463952 | ||
| 25583 | op-snap---monthly-publication-september-2025.pdf | 1802 | 2025-09 | Pedestrian | Volvo | XC60 | Black | / trailer outside of the Greater London area | None | Alcester Road | Alcester Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4470686 | -1.8880749 |
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);