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", offence = "Contravening a Red Traffic Light" and vehicle_make = "Volvo" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
council_area 5
- Birmingham 6
- Coventry 2
- Out of Force Area 2
- Sandwell 1
- Wolverhampton 1
reporter_transport_mode 3
- Car 9
- Pedestrian 2
- Pedal Bike 1
vehicle_make 1
- Volvo · 12 ✖
offence 1
- Contravening a Red Traffic Light · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22107 | op-snap---monthly-publication-october-2025.pdf | 57 | 2025-10 | Car | Volvo | XC70 | Red | Contravening a Red Traffic Light | None | Bilton Lane, Rugby | Bilton Lane, Rugby | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 22802 | op-snap---monthly-publication-october-2025.pdf | 752 | 2025-10 | Car | Volvo | EX30 | Grey | Contravening a Red Traffic Light | None | Chester Road | Chester Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.5359496 | -1.8324115 | ||
| 22869 | op-snap---monthly-publication-october-2025.pdf | 819 | 2025-10 | Car | Volvo | V40 | White | Contravening a Red Traffic Light | None | Oldbury Road | Oldbury Road | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.5018196 | -1.9811249 | ||
| 24939 | op-snap---monthly-publication-september-2025.pdf | 1158 | 2025-09 | Pedestrian | Volvo | V40 | Blue | Contravening a Red Traffic Light | None | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | NFA | No Independent Evidence Available | 52.6083917 | -2.1033365 | ||
| 3128 | op-snap---monthly-publication-august-2025.pdf | 1103 | 2025-08 | Car | Volvo | V40.. | Silver | Contravening a Red Traffic Light | None | Emstrey Island (West Mercia) | Emstrey Island (West Mercia) | Out of Force Are | Out of Force Area | NFA | Out of Force | ||||
| 12563 | op-snap---monthly-publication-july-2025.pdf | 615 | 2025-07 | Car | Volvo | Grey | Contravening a Red Traffic Light | None | A45 Coventry Road | Coventry Road | Birmingham | Birmingham | NFA | Not in Public Interest | 52.4726661 | -1.8769032 | |||
| 12630 | op-snap---monthly-publication-july-2025.pdf | 682 | 2025-07 | Pedal Bike | Volvo | Aggregate Truck | White | Contravening a Red Traffic Light | None | Bristol Road | Bristol Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4543565 | -1.9114004 | ||
| 14448 | op-snap---monthly-publication-june-2025.pdf | 377 | 2025-06 | Car | Volvo | C40 | Silver | Contravening a Red Traffic Light | None | Holyhead Road | Holyhead Road | Coventry | Coventry | NFA | No Offence | 52.418488 | -1.5472387 | ||
| 14705 | op-snap---monthly-publication-june-2025.pdf | 634 | 2025-06 | Car | Volvo | Truck | Green | Contravening a Red Traffic Light | None | Coventry Bypass | Coventry Bypass | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.3794055 | -1.4626632 | ||
| 387 | op-snap---monthly-publication-april-2025.pdf | 386 | 2025-04 | Car | Volvo | XC60 | Red | Contravening a Red Traffic Light | None | SPITFIRE ISLAND M6 | Spitfire Island M6 | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5139463 | -1.7980911 | ||
| 785 | op-snap---monthly-publication-april-2025.pdf | 784 | 2025-04 | Car | Volvo | XC40 | Black | Contravening a Red Traffic Light | None | Bristol Road | Bristol Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4543565 | -1.9114004 | ||
| 5225 | op-snap---monthly-publication-february-2025.pdf | 42 | 2025-02 | Pedestrian | Volvo | Blue | Contravening a Red Traffic Light | None | N/K | N/K | Birmingham | Birmingham | NFA | No VRM | Yes - Via Email | 52.5684524 | -1.879732 |
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);