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-12" and vehicle_make = "Seat" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale
offence 5
council_area 5
- Birmingham 6
- Out of Force Area 3
- Dudley 1
- Halesowen 1
- Solihull 1
reporter_transport_mode 3
- Car 9
- Pedestrian 2
- Pedal Bike 1
vehicle_make 1
- Seat · 12 ✖
month 1
- 2025-12 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4074 | op-snap---monthly-publication-december-2025.pdf | 202 | 2025-12 | Car | Seat | Ibiza | Red | Driving without Due Care and Attention | None | out of force | Out Of Force | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 4093 | op-snap---monthly-publication-december-2025.pdf | 221 | 2025-12 | Car | Seat | ibiza | Grey | Contravening a Red Traffic Light | None | Coventry Road | Coventry Road | Birmingham | Birmingham | NFA | No Offence | 52.4726661 | -1.8769032 | ||
| 4166 | op-snap---monthly-publication-december-2025.pdf | 294 | 2025-12 | Car | Seat | Ibiza | Blue | Using a Mobile Phone Whilst Driving | None | A45 B'ham airport | A45 B'ham airport | Solihull | Solihull | NFA | No Independent Evidence Available | ||||
| 4486 | op-snap---monthly-publication-december-2025.pdf | 614 | 2025-12 | Pedestrian | Seat | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | dudley road | Dudley Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4865107 | -1.9386263 | |||
| 4801 | op-snap---monthly-publication-december-2025.pdf | 929 | 2025-12 | Car | Seat | CUPRA | Grey | Driving without Due Care and Attention | None | Cinder bank at Simms | Cinder bank at Simms | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4951209 | -2.0924902 | ||
| 4821 | op-snap---monthly-publication-december-2025.pdf | 949 | 2025-12 | Car | Seat | Ibiza | Grey | Driving without Due Care and Attention | None | St Chads Queensway | Street Chads Queensway | Birmingham | Birmingham | NFA | No Offence | ||||
| 4893 | op-snap---monthly-publication-december-2025.pdf | 1021 | 2025-12 | Car | Seat | Leon | Black | Misc - Non Traffic Offences | none | A4040 Island Road | Island Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.5095686 | -1.9544485 | ||
| 4953 | op-snap---monthly-publication-december-2025.pdf | 1081 | 2025-12 | Pedestrian | Seat | Leon | Black | Misc - Non Traffic Offences | None | wyrley road | Wyrley Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.5172973 | -1.8785949 | ||
| 4973 | op-snap---monthly-publication-december-2025.pdf | 1101 | 2025-12 | Pedal Bike | Seat | leon | Black | Misc - Non Traffic Offences | None | bradford street | Bradford Street | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4708802 | -1.8792135 | ||
| 4986 | op-snap---monthly-publication-december-2025.pdf | 1114 | 2025-12 | Car | Seat | Alhambra | Black | Driving without Due Care and Attention | None | Sherwood Road | Sherwood Road | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4293332 | -1.8478596 | ||
| 5164 | op-snap---monthly-publication-december-2025.pdf | 1292 | 2025-12 | Car | Seat | Leon | White | Driving without Due Care and Attention | None | Careless Green | Careless Green | Halesowen | Halesowen | NFA | No Offence | 52.4510855 | -2.1073525 | ||
| 5165 | op-snap---monthly-publication-december-2025.pdf | 1293 | 2025-12 | Car | Seat | Ibiza | White | Driving without Due Care and Attention | None | Stratford Road | Stratford Road | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4532265 | -1.8659356 |
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);