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'}
9 rows where disposal = "Court", offence = "Contravening a Red Traffic Light" and vehicle_make = "Vauxhall" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, council_area_raw
council_area 3
- Birmingham 7
- Sandwell 1
- Walsall 1
reporter_transport_mode 2
- Car 8
- Pedestrian 1
vehicle_make 1
- Vauxhall · 9 ✖
offence 1
- Contravening a Red Traffic Light · 9 ✖
disposal 1
- Court · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11478 | op-snap---monthly-publication-january-2026.pdf | 939 | 2026-01 | Car | Vauxhall | Astra | Blue | Contravening a Red Traffic Light | None | Downing Street | Downing Street | Sandwell | Sandwell | Court | N/A | 52.5015329 | -1.9556094 | ||
| 11635 | op-snap---monthly-publication-january-2026.pdf | 1096 | 2026-01 | Car | Vauxhall | Astra | Silver | Contravening a Red Traffic Light | No Insurance | Queslett Road | Queslett Road | Birmingham | Birmingham | Court | N/A | 52.5458699 | -1.9304484 | ||
| 2415 | op-snap---monthly-publication-august-2025.pdf | 390 | 2025-08 | Car | Vauxhall | Corsa | Red | Contravening a Red Traffic Light | No Insurance | Battery Way | Battery Way | Birmingham | Birmingham | Court | N/A | 52.4493988 | -1.8476406 | ||
| 12769 | op-snap---monthly-publication-july-2025.pdf | 821 | 2025-07 | Car | Vauxhall | Vivaro | White | Contravening a Red Traffic Light | None | Coleshill Road | Coleshill Road | Birmingham | Birmingham | Court | N/A | 52.4967329 | -1.8097462 | ||
| 17071 | op-snap---monthly-publication-march-2025.pdf | 828 | 2025-03 | Pedestrian | Vauxhall | Insignia | Silver | Contravening a Red Traffic Light | Use vehicle on a road without valid test certificate | Daw End Lane | Daw End Lane | Metropolitan Borough of Walsall | Walsall | Court | N/A | Yes - Via Email | 52.6068849 | -1.9611652 | |
| 17568 | op-snap---monthly-publication-march-2025.pdf | 1325 | 2025-03 | Car | Vauxhall | Vivaro | White | Contravening a Red Traffic Light | No Insurance | Belgrave Middleway | Belgrave Middleway | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4668753 | -1.8996143 | |
| 9259 | op-snap---monthly-publication-january-2025.pdf | 367 | 2025-01 | Car | Vauxhall | ASTRA SRI | Grey | Contravening a Red Traffic Light | Driving without Due Care and Attention | BRISTOL ROAD | Bristol Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4543565 | -1.9114004 | |
| 9629 | op-snap---monthly-publication-january-2025.pdf | 737 | 2025-01 | Car | Vauxhall | Corsa | Black | Contravening a Red Traffic Light | Use vehicle on a road without valid test c | eWrtaifriwcaictek Road | e Wrtaifriwcaictek Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | |||
| 9759 | op-snap---monthly-publication-january-2025.pdf | 867 | 2025-01 | Car | Vauxhall | CROSSLAND | White | Contravening a Red Traffic Light | No Insurance | SALFORD CIRCUS | Salford Circus | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.5095071 | -1.8593732 |
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);