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'}
12 rows where month = "2025-09", offence = "Driving without Due Care and Attention" and vehicle_make = "Nissan" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
disposal 5
council_area 5
- Birmingham 5
- Out of Force Area 3
- Coventry 2
- Dudley 1
- Wolverhampton 1
reporter_transport_mode 3
- Car 9
- Pedal Bike 2
- Other 1
vehicle_make 1
- Nissan · 12 ✖
offence 1
- Driving without Due Care and Attention · 12 ✖
month 1
- 2025-09 · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23840 | op-snap---monthly-publication-september-2025.pdf | 59 | 2025-09 | Car | Nissan | Primastar | Grey | Driving without Due Care and Attention | None | A4036 Merry Hill | Merry Hill | Dudley | Dudley | NFA | Outside of 14 DAYS Late Submission | 52.4817646 | -2.1113435 | ||
| 23891 | op-snap---monthly-publication-september-2025.pdf | 110 | 2025-09 | Car | Nissan | Qashqai | Red | Driving without Due Care and Attention | None | Heathfield Road | Heathfield Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.5905365 | -1.8453418 | ||
| 23945 | op-snap---monthly-publication-september-2025.pdf | 164 | 2025-09 | Car | Nissan | Qashqai | Grey | Driving without Due Care and Attention | None | Bosworth Drive | Bosworth Drive | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4779726 | -1.7596871 | ||
| 24024 | op-snap---monthly-publication-september-2025.pdf | 243 | 2025-09 | Car | Nissan | Qashqai | Black | Driving without Due Care and Attention | None | Deelands Road | Deelands Road | Birmingham | Birmingham | Warning Letter | N/A | 52.3970488 | -2.0184857 | ||
| 24032 | op-snap---monthly-publication-september-2025.pdf | 251 | 2025-09 | Other | Nissan | Qashqai | Black | Driving without Due Care and Attention | None | Dean Road | Dean Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5932146 | -2.102601 | ||
| 24123 | op-snap---monthly-publication-september-2025.pdf | 342 | 2025-09 | Car | Nissan | NV400 | White | Driving without Due Care and Attention | None | Birmingham Road (Shenstone) Staffs | Birmingham Road (Shenstone) Staffs | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24265 | op-snap---monthly-publication-september-2025.pdf | 484 | 2025-09 | Car | Nissan | Qashqai | Orange | Driving without Due Care and Attention | None | Butts Road | Butts Road | Coventry | Coventry | Warning Letter | N/A | 52.4073149 | -1.5250454 | ||
| 24374 | op-snap---monthly-publication-september-2025.pdf | 593 | 2025-09 | Pedal Bike | Nissan | Note | Blue | Driving without Due Care and Attention | None | Albany Road | Albany Road | Coventry | Coventry | Education | N/A | 52.4006218 | -1.5284125 | ||
| 24427 | op-snap---monthly-publication-september-2025.pdf | 646 | 2025-09 | Car | Nissan | Qasqai | Grey | Driving without Due Care and Attention | None | Queslett Road | Queslett Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5458699 | -1.9304484 | ||
| 24617 | op-snap---monthly-publication-september-2025.pdf | 836 | 2025-09 | Pedal Bike | Nissan | Qashqai | Silver | Driving without Due Care and Attention | None | B1190 / A46 in Lincolnshire | B1190 / A46 in Lincolnshire | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24682 | op-snap---monthly-publication-september-2025.pdf | 901 | 2025-09 | Car | Nissan | Micra | Blue | Driving without Due Care and Attention | None | Winson Green Road | Winson Green Road | Birmingham | Birmingham | Other Action Taken | N/A | 52.4870332 | -1.9373713 | ||
| 24761 | op-snap---monthly-publication-september-2025.pdf | 980 | 2025-09 | Car | Nissan | Note | Grey | Driving without Due Care and Attention | None | Cleobury Mortimer, West mercia | Cleobury Mortimer, West mercia | Out of Force Area | Out of Force Area | NFA | Out of Force |
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);