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'}
8 rows where disposal = "Court", 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, second_offence, council_area_raw
council_area 4
reporter_transport_mode 3
- Car 6
- Motorbike 1
- Pedestrian 1
vehicle_make 1
- Audi · 8 ✖
offence 1
- Contravening a Red Traffic Light · 8 ✖
disposal 1
- Court · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7680 | op-snap---monthly-publication-february-2026.pdf | 427 | 2026-02 | Car | Audi | Q5 | Grey | Contravening a Red Traffic Light | None | Newbury Lane | Newbury Lane | Birmingham | Birmingham | Court | N/A | ||||
| 10541 | op-snap---monthly-publication-january-2026.pdf | 2 | 2026-01 | Car | Audi | S3 | Black | Contravening a Red Traffic Light | No Insurance | Alum Rock Road | Alum Rock Road | Birmingham | Birmingham | Court | N/A | 52.4883936 | -1.8310056 | ||
| 23868 | op-snap---monthly-publication-september-2025.pdf | 87 | 2025-09 | Car | Audi | A3 | Grey | Contravening a Red Traffic Light | Use vehicle on a road without valid test certificate | Poets Corner | Poets Corner | Birmingham | Birmingham | Court | N/A | 52.4647091 | -1.8588833 | ||
| 13247 | op-snap---monthly-publication-july-2025.pdf | 1299 | 2025-07 | Motorbike | Audi | A7 | Black | Contravening a Red Traffic Light | None | Aldersley Road | Aldersley Road | Wolverhampton | Wolverhampton | Court | N/A | 52.6058472 | -2.1521123 | ||
| 15206 | op-snap---monthly-publication-june-2025.pdf | 1135 | 2025-06 | Car | Audi | A3 | Black | Contravening a Red Traffic Light | None | A45 Heybarnes Island | Heybarnes Island | Birmingham | Birmingham | Court | N/A | ||||
| 17195 | op-snap---monthly-publication-march-2025.pdf | 952 | 2025-03 | Car | Audi | A3 | Grey | Contravening a Red Traffic Light | None | Bell Lane | Bell Lane | Metropolitan Borough of Walsall | Walsall | Court | N/A | Yes - Via Email | 52.5615793 | -1.972332 | |
| 5669 | op-snap---monthly-publication-february-2025.pdf | 486 | 2025-02 | Pedestrian | Audi | TT | Blue | Contravening a Red Traffic Light | No Insurance | Daw End Road [B4154] towards Lichf | Daw End Road [B4154] towards Lichf | ieWlda lRsoalald, Rushall | Iewlda Lrsoalald, Rushall | Court | N/A | Yes - Via Email | |||
| 9889 | op-snap---monthly-publication-january-2025.pdf | 997 | 2025-01 | Car | Audi | RS 5 | Grey | Contravening a Red Traffic Light | None | Brandwood Road | Brandwood Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4139427 | -1.9037653 |
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);