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 month = "2025-08", offence = "Contravening a Red Traffic Light" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location, council_area_raw, nfa_rationale, latitude, longitude
council_area 5
disposal 3
- Education 7
- NFA 3
- Fixed Penalty 1
reporter_transport_mode 2
- Car 10
- Pedal Bike 1
vehicle_make 1
- Audi · 11 ✖
offence 1
- Contravening a Red Traffic Light · 11 ✖
month 1
- 2025-08 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2034 | op-snap---monthly-publication-august-2025.pdf | 9 | 2025-08 | Car | Audi | A5 | Grey | Contravening a Red Traffic Light | None | Bradford Road | Bradford Road | Birmingham | Birmingham | NFA | No Offence | 52.5024148 | -1.7961753 | ||
| 2035 | op-snap---monthly-publication-august-2025.pdf | 10 | 2025-08 | Car | Audi | Q5 | Grey | Contravening a Red Traffic Light | None | Newport Road | Newport Road | Birmingham | Birmingham | Education | N/A | 52.5027779 | -1.7982159 | ||
| 2059 | op-snap---monthly-publication-august-2025.pdf | 34 | 2025-08 | Car | Audi | A3 | Blue | Contravening a Red Traffic Light | None | Homer Road | Homer Road | Out of Force Are | Out of Force Area | NFA | No Independent Evidence Available | ||||
| 2079 | op-snap---monthly-publication-august-2025.pdf | 54 | 2025-08 | Car | Audi | A4.. | Black | Contravening a Red Traffic Light | None | A34 Stratford Road | Stratford Road | Birmingham | Birmingham | Education | N/A | 52.4203897 | -1.8338574 | ||
| 2354 | op-snap---monthly-publication-august-2025.pdf | 329 | 2025-08 | Pedal Bike | Audi | SQ8 | Grey | Contravening a Red Traffic Light | None | A435 | A435 | Birmingham | Birmingham | Education | N/A | ||||
| 2355 | op-snap---monthly-publication-august-2025.pdf | 330 | 2025-08 | Car | Audi | TT | Grey | Contravening a Red Traffic Light | None | Hagley Road West | Hagley Road West | Sandwell | Sandwell | Education | N/A | 52.4634145 | -1.9969046 | ||
| 2360 | op-snap---monthly-publication-august-2025.pdf | 335 | 2025-08 | Car | Audi | A3.. | Red | Contravening a Red Traffic Light | None | Penn Road Wolverhampton | Penn Road Wolverhampton | Wolverhampton | Wolverhampton | Education | N/A | 52.5599616 | -2.1556338 | ||
| 2531 | op-snap---monthly-publication-august-2025.pdf | 506 | 2025-08 | Car | Audi | RS3 | Black | Contravening a Red Traffic Light | None | Stratford Road | Stratford Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4203897 | -1.8338574 | ||
| 2596 | op-snap---monthly-publication-august-2025.pdf | 571 | 2025-08 | Car | Audi | Q3 | White | Contravening a Red Traffic Light | None | wheelwright Road | wheelwright Road | Birmingham | Birmingham | Education | N/A | 52.5094106 | -1.8373043 | ||
| 3017 | op-snap---monthly-publication-august-2025.pdf | 992 | 2025-08 | Car | Audi | A3.. | White | Contravening a Red Traffic Light | None | Wake Green Road | Wake Green Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4437078 | -1.8783408 | ||
| 3033 | op-snap---monthly-publication-august-2025.pdf | 1008 | 2025-08 | Car | Audi | Q5.. | Grey | Contravening a Red Traffic Light | None | Upper Holland Road | Upper Holland Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | 52.561 | -1.8187105 |
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);