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 council_area = "Walsall", disposal = "Court" and offence = "Contravening a Red Traffic Light" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, latitude, longitude
vehicle_make 7
- Mercedes-Benz 2
- Audi 1
- BMW 1
- Ford 1
- Kia 1
- Vauxhall 1
- Volkswagen 1
reporter_transport_mode 2
- Car 7
- Pedestrian 2
offence 1
- Contravening a Red Traffic Light · 9 ✖
disposal 1
- Court · 9 ✖
council_area 1
- Walsall · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22958 | op-snap---monthly-publication-october-2025.pdf | 908 | 2025-10 | Car | Mercedes-Benz | C200.. | Black | Contravening a Red Traffic Light | None | Wolverhampton Road | Wolverhampton Road | Walsall | Walsall | Court | N/A | 52.5867763 | -2.0104342 | ||
| 24766 | op-snap---monthly-publication-september-2025.pdf | 985 | 2025-09 | Car | Mercedes-Benz | A180 | Grey | Contravening a Red Traffic Light | None | Walsall Road and Bosty Lane | Walsall Road and Bosty Lane | Walsall | Walsall | Court | N/A | 52.569465 | -2.0246155 | ||
| 3156 | op-snap---monthly-publication-august-2025.pdf | 1131 | 2025-08 | Car | Volkswagen | Golf | Blue | Contravening a Red Traffic Light | None | Lichfeild Road | Lichfeild Road | Walsall | Walsall | Court | N/A | ||||
| 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 | |
| 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 | |
| 17268 | op-snap---monthly-publication-march-2025.pdf | 1025 | 2025-03 | Pedestrian | Kia | Sportage | Orange | Contravening a Red Traffic Light | None | Daw End Lane | Daw End Lane | Metropolitan Borough of Walsall | Walsall | Court | N/A | Yes - Via Email | 52.6068849 | -1.9611652 | |
| 17943 | op-snap---monthly-publication-march-2025.pdf | 1700 | 2025-03 | Car | Lexmoto | Black | Contravening a Red Traffic Light | No Insurance | Lakefield Road | Lakefield Road | Walsall | Walsall | Court | N/A | Yes - Via Email | ||||
| 9087 | op-snap---monthly-publication-january-2025.pdf | 195 | 2025-01 | Car | BMW | 3 series | Black | Contravening a Red Traffic Light | No Insurance | Chase Road | Chase Road | Walsall | Walsall | Court | N/A | Yes - Via Email | 52.6146822 | -2.0143222 | |
| 10095 | op-snap---monthly-publication-january-2025.pdf | 1203 | 2025-01 | Car | Ford | TRANSIT | White | Contravening a Red Traffic Light | No Insurance | M6 JCT 10 | M6 Jct 10 | Walsall | Walsall | Court | N/A | Yes - Via Email | 52.6760749 | -2.0862582 |
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);