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 = "2026-02" and vehicle_make = "Seat" 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
- Driving without Due Care and Attention 5
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 3
- Cause vehicle to be left in a dangerous position 1
- Contravene Lane Closure Red X 1
- Misc - Non Traffic Offences 1
- Use vehicle on a road without valid test certificate 1
reporter_transport_mode 3
- Car 6
- Pedal Bike 4
- Pedestrian 2
council_area 3
vehicle_make 1
- Seat · 12 ✖
month 1
- 2026-02 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7563 | op-snap---monthly-publication-february-2026.pdf | 310 | 2026-02 | Pedal Bike | Seat | Leon | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | No Insurance | Bradford Street | Bradford Street | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4708802 | -1.8792135 | ||
| 7564 | op-snap---monthly-publication-february-2026.pdf | 311 | 2026-02 | Pedal Bike | Seat | Leon | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Bradford Street | Bradford Street | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4708802 | -1.8792135 | ||
| 7632 | op-snap---monthly-publication-february-2026.pdf | 379 | 2026-02 | Pedal Bike | Seat | Leon | Silver | Driving without Due Care and Attention | None | Woodstock Road | Woodstock Road | Coventry | Coventry | NFA | No Independent Evidence Available | 52.3919059 | -1.5026146 | ||
| 7854 | op-snap---monthly-publication-february-2026.pdf | 601 | 2026-02 | Pedal Bike | Seat | Leon | Black | Contravene Lane Closure Red X | None | Longmore Street | Longmore Street | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.464484 | -1.8923374 | ||
| 7867 | op-snap---monthly-publication-february-2026.pdf | 614 | 2026-02 | Car | Seat | Ibiza | Black | Cause vehicle to be left in a dangerous position | None | Hilton Road | Hilton Road | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.5609419 | -2.1099418 | ||
| 7989 | op-snap---monthly-publication-february-2026.pdf | 736 | 2026-02 | Pedestrian | Seat | Leon | Orange | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | St Oswalds Road | Street Oswalds Road | Birmingham | Birmingham | NFA | No Offence | ||||
| 8035 | op-snap---monthly-publication-february-2026.pdf | 782 | 2026-02 | Pedestrian | Seat | Silver | Driving without Due Care and Attention | None | Brownshore Lane | Brownshore Lane | Out of Force Area | Out of Force Area | NFA | Out of Force | |||||
| 8052 | op-snap---monthly-publication-february-2026.pdf | 799 | 2026-02 | Car | Seat | Altea | Silver | Use vehicle on a road without valid test certificate | None | Trench Lock, Telford | Trench Lock, Telford | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 8166 | op-snap---monthly-publication-february-2026.pdf | 913 | 2026-02 | Car | Seat | Blue | Driving without Due Care and Attention | None | M40 | M40 | Out of Force Area | Out of Force Area | NFA | Out of Force | |||||
| 8343 | op-snap---monthly-publication-february-2026.pdf | 1090 | 2026-02 | Car | Seat | Ibiza | White | Driving without Due Care and Attention | None | Stratford Road | Stratford Road | Birmingham | Birmingham | NFA | Not in Public Interest | 52.4203897 | -1.8338574 | ||
| 8559 | op-snap---monthly-publication-february-2026.pdf | 1306 | 2026-02 | Car | Seat | Leon | Black | Misc - Non Traffic Offences | None | Bristol Road | Bristol Road | Birmingham | Birmingham | NFA | No VRM | 52.4543565 | -1.9114004 | ||
| 8664 | op-snap---monthly-publication-february-2026.pdf | 1411 | 2026-02 | Car | Seat | Ibiza | Blue | Driving without Due Care and Attention | None | M6 Motorway | M6 Motorway | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.5327447 | -1.899844 |
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);