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'}
11 rows where offence = "Contravening a Red Traffic Light", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Vauxhall" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
disposal 4
- NFA 5
- Education 3
- Fixed Penalty 2
- Warning Letter 1
council_area 4
- Birmingham 5
- Coventry 3
- Wolverhampton 2
- Walsall 1
vehicle_make 1
- Vauxhall · 11 ✖
reporter_transport_mode 1
- Pedal Bike · 11 ✖
offence 1
- Contravening a Red Traffic Light · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10567 | op-snap---monthly-publication-january-2026.pdf | 28 | 2026-01 | Pedal Bike | Vauxhall | Astra | Grey | Contravening a Red Traffic Light | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Education | N/A | 52.4221152 | -1.4959475 | ||
| 11583 | op-snap---monthly-publication-january-2026.pdf | 1044 | 2026-01 | Pedal Bike | Vauxhall | Astra | Silver | Contravening a Red Traffic Light | None | High street. Alcester Road | High street. Alcester Road | Birmingham | Birmingham | NFA | No Offence | ||||
| 14555 | op-snap---monthly-publication-june-2025.pdf | 484 | 2025-06 | Pedal Bike | Vauxhall | Zafira | Black | Contravening a Red Traffic Light | None | Skidmore Rpad | Skidmore Rpad | Wolverhampton | Wolverhampton | NFA | No Offence | ||||
| 14711 | op-snap---monthly-publication-june-2025.pdf | 640 | 2025-06 | Pedal Bike | Vauxhall | Corsa | White | Contravening a Red Traffic Light | None | Loxdale Street | Loxdale Street | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5589906 | -2.0655598 | ||
| 15174 | op-snap---monthly-publication-june-2025.pdf | 1103 | 2025-06 | Pedal Bike | Vauxhall | VIVARO | White | Contravening a Red Traffic Light | None | HARBORNE ROAD | Harborne Road | Birmingham | Birmingham | Education | N/A | 52.4718503 | -1.9195423 | ||
| 15208 | op-snap---monthly-publication-june-2025.pdf | 1137 | 2025-06 | Pedal Bike | Vauxhall | Mokka | Grey | Contravening a Red Traffic Light | None | Bristol Road | Bristol Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4543565 | -1.9114004 | ||
| 19025 | op-snap---monthly-publication-may-2025.pdf | 387 | 2025-05 | Pedal Bike | Vauxhall | ASTRA | Black | Contravening a Red Traffic Light | None | BELL GREEN ROAD | Bell Green Road | Coventry | Coventry | Education | N/A | 52.4324855 | -1.4815548 | ||
| 19412 | op-snap---monthly-publication-may-2025.pdf | 774 | 2025-05 | Pedal Bike | Vauxhall | Astra | White | Contravening a Red Traffic Light | None | Edgbaston Road | Edgbaston Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4552785 | -1.906384 | ||
| 17202 | op-snap---monthly-publication-march-2025.pdf | 959 | 2025-03 | Pedal Bike | Vauxhall | Grandland | Blue | Contravening a Red Traffic Light | None | Pershore Road | Pershore Road | Birmingham | Birmingham | NFA | No VRM | Yes - Via Email | 52.4308271 | -1.920078 | |
| 17675 | op-snap---monthly-publication-march-2025.pdf | 1432 | 2025-03 | Pedal Bike | Vauxhall | Zafira | White | Contravening a Red Traffic Light | None | Woodway Lane | Woodway Lane | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.4275505 | -1.4448681 | |
| 18037 | op-snap---monthly-publication-march-2025.pdf | 1794 | 2025-03 | Pedal Bike | Vauxhall | Astra | Black | Contravening a Red Traffic Light | None | Daw End Lane | Daw End Lane | Walsall | Walsall | Fixed Penalty | N/A | Yes - Via Email | 52.6068849 | -1.9611652 |
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);