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 disposal = "NFA", month = "2025-11" and vehicle_make = "Nissan" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
offence 6
reporter_transport_mode 5
- Car 6
- Pedestrian 3
- Bus 1
- Other 1
- Pedal Bike 1
council_area 5
- Birmingham 4
- Coventry 3
- Out of Force Area 2
- Sandwell 2
- Dudley 1
vehicle_make 1
- Nissan · 12 ✖
month 1
- 2025-11 · 12 ✖
disposal 1
- NFA · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20629 | op-snap---monthly-publication-november-2025.pdf | 171 | 2025-11 | Pedal Bike | Nissan | Qashqai | Black | Contravening a Red Traffic Light | None | Newport Road | Newport Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.5027779 | -1.7982159 | ||
| 20711 | op-snap---monthly-publication-november-2025.pdf | 253 | 2025-11 | Car | Nissan | Qashqai | Black | Driving without Due Care and Attention | None | Fletchamstead Highway | Fletchamstead Highway | Coventry | Coventry | NFA | No Offence | 52.396476 | -1.5561348 | ||
| 20838 | op-snap---monthly-publication-november-2025.pdf | 380 | 2025-11 | Car | Nissan | Juke | White | Driving without Due Care and Attention | None | Arley Lane - West Mercia | Arley Lane - West Mercia | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 21017 | op-snap---monthly-publication-november-2025.pdf | 559 | 2025-11 | Car | Nissan | Juke | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4929304 | -1.8229092 | ||
| 21143 | op-snap---monthly-publication-november-2025.pdf | 685 | 2025-11 | Car | Nissan | Qashqai | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Anglesey Street | Anglesey Street | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.5000379 | -1.9102942 | ||
| 21182 | op-snap---monthly-publication-november-2025.pdf | 724 | 2025-11 | Pedestrian | Nissan | Navara | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | No location given | No location given | Dudley | Dudley | NFA | No Independent Evidence Available | ||||
| 21282 | op-snap---monthly-publication-november-2025.pdf | 824 | 2025-11 | Pedestrian | Nissan | note | Silver | Misc - Non Traffic Offences | None | fenton road | Fenton Road | Coventry | Coventry | NFA | Misc Inc Crimes | 52.4331816 | -1.5630141 | ||
| 21366 | op-snap---monthly-publication-november-2025.pdf | 908 | 2025-11 | Other | Nissan | Qashqai | Purple | Using a Mobile Phone Whilst Driving | None | Southgate, Cradley Heath | Southgate, Cradley Heath | Sandwell | Sandwell | NFA | Not in Public Interest | 52.4705111 | -2.0807857 | ||
| 21550 | op-snap---monthly-publication-november-2025.pdf | 1092 | 2025-11 | Bus | Nissan | Micra | Grey | Contravening a Red Traffic Light | None | Sandon Road, Bearwood | Sandon Road, Bearwood | Sandwell | Sandwell | NFA | No VRM | 52.4767779 | -1.9690071 | ||
| 21797 | op-snap---monthly-publication-november-2025.pdf | 1339 | 2025-11 | Car | Nissan | qashqai | Silver | Cause vehicle to be left in a dangerous position | None | witton road | Witton Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.513336 | -1.8833226 | ||
| 21901 | op-snap---monthly-publication-november-2025.pdf | 1443 | 2025-11 | Car | Nissan | Qashqai | White | Driving without Due Care and Attention | None | A449 at Doctors Lane (Kinver) | A449 at Doctors Lane (Kinver) | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 21944 | op-snap---monthly-publication-november-2025.pdf | 1486 | 2025-11 | Pedestrian | Nissan | qashqai | White | Misc - Non Traffic Offences | None | fenton road | Fenton Road | Coventry | Coventry | NFA | Misc Inc Crimes | 52.4331816 | -1.5630141 |
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);