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-10" and vehicle_make = "Nissan" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale
offence 6
council_area 5
- Birmingham 5
- Out of Force Area 3
- Coventry 2
- Dudley 1
- Sandwell 1
reporter_transport_mode 3
- Car 9
- Pedal Bike 2
- Pedestrian 1
vehicle_make 1
- Nissan · 12 ✖
month 1
- 2025-10 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22067 | op-snap---monthly-publication-october-2025.pdf | 17 | 2025-10 | Car | Nissan | Micra | Silver | Driving without Due Care and Attention | None | M6 SB J6 | M6 Southbound J6 | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.676119 | -2.0858425 | ||
| 22340 | op-snap---monthly-publication-october-2025.pdf | 290 | 2025-10 | Pedestrian | Nissan | Pulsar | Silver | Motor vehicle fail to accord precedence at a pelican crossing | None | Warstones Road | Warstones Road | Birmingham | Birmingham | NFA | No Offence | ||||
| 22407 | op-snap---monthly-publication-october-2025.pdf | 357 | 2025-10 | Car | Nissan | Qashqai | Black | Drive on hard shoulder | None | M1 Burnley | M1 Burnley | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 22475 | op-snap---monthly-publication-october-2025.pdf | 425 | 2025-10 | Car | Nissan | Ariya | Grey | Drive on hard shoulder | None | A38, Burton on Trent | A38, Burton on Trent | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 22503 | op-snap---monthly-publication-october-2025.pdf | 453 | 2025-10 | Car | Nissan | Note | Silver | Driving without Due Care and Attention | No Insurance | Cradley Heath train station | Cradley Heath train station | Sandwell | Sandwell | NFA | Misc Inc Crimes | ||||
| 22677 | op-snap---monthly-publication-october-2025.pdf | 627 | 2025-10 | Pedal Bike | Nissan | Qashqai | Grey | Driving without Due Care and Attention | None | Yardley Wood Road | Yardley Wood Road | Birmingham | Birmingham | NFA | No Offence | 52.4103191 | -1.8670224 | ||
| 22724 | op-snap---monthly-publication-october-2025.pdf | 674 | 2025-10 | Car | Nissan | X-Trail | Black | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Gulson Road | Gulson Road | Coventry | Coventry | NFA | No VRM | 52.4076795 | -1.4911676 | ||
| 22881 | op-snap---monthly-publication-october-2025.pdf | 831 | 2025-10 | Car | Nissan | Juke | Grey | Driving without Due Care and Attention | None | Walsall Road Perry Barr | Walsall Road Perry Barr | Birmingham | Birmingham | NFA | No Offence | 52.5219655 | -1.9010321 | ||
| 22976 | op-snap---monthly-publication-october-2025.pdf | 926 | 2025-10 | Car | Nissan | Micra | Black | Driving without Due Care and Attention | None | High Street, Brierley Hill | High Street, Brierley Hill | Dudley | Dudley | NFA | No Offence | 52.50139 | -2.1461685 | ||
| 23018 | op-snap---monthly-publication-october-2025.pdf | 968 | 2025-10 | Pedal Bike | Nissan | Micra | Green | Driving without Due Care and Attention | None | Cambridge Road | Cambridge Road | Birmingham | Birmingham | NFA | No Offence | 52.4368662 | -1.8846451 | ||
| 23039 | op-snap---monthly-publication-october-2025.pdf | 989 | 2025-10 | Car | Nissan | Qashqai | White | Contravening a Red Traffic Light | None | Ansty Road | Ansty Road | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4205675 | -1.4520187 | ||
| 23358 | op-snap---monthly-publication-october-2025.pdf | 1308 | 2025-10 | Car | Nissan | X-Trail | Silver | Misc - Non Traffic Offences | None | Out of Force-Northamptonshire | Out of Force-Northamptonshire | 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);