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 = "Pedestrian" and vehicle_make = "Peugeot" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
council_area 6
disposal 4
- NFA 5
- Fixed Penalty 4
- Education 1
- Warning Letter 1
vehicle_make 1
- Peugeot · 11 ✖
reporter_transport_mode 1
- Pedestrian · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 24753 | op-snap---monthly-publication-september-2025.pdf | 972 | 2025-09 | Pedestrian | Peugeot | 3008.. | Red | Contravening a Red Traffic Light | None | Bushbury Road at Cannock Road | Bushbury Road at Cannock Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5988194 | -2.1026037 | ||
| 24941 | op-snap---monthly-publication-september-2025.pdf | 1160 | 2025-09 | Pedestrian | Peugeot | 2008 | Black | Contravening a Red Traffic Light | None | Worcester, near the river | Worcester, near the river | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 12153 | op-snap---monthly-publication-july-2025.pdf | 205 | 2025-07 | Pedestrian | Peugeot | Expert | Blue | Contravening a Red Traffic Light | None | McDonalds, Walsall | Mc Donalds, Walsall | Walsall | Walsall | NFA | Outside of 14 Days NIP | ||||
| 15492 | op-snap---monthly-publication-june-2025.pdf | 1421 | 2025-06 | Pedestrian | Peugeot | 208 | White | Contravening a Red Traffic Light | None | Chester Road North | Chester Road North | Sutton Coldfield | Sutton Coldfield | NFA | No Independent Evidence Available | 52.548449 | -1.8594603 | ||
| 806 | op-snap---monthly-publication-april-2025.pdf | 805 | 2025-04 | Pedestrian | Peugeot | 308.. | Blue | Contravening a Red Traffic Light | None | Daw End Lane | Daw End Lane | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.6068849 | -1.9611652 | ||
| 1811 | op-snap---monthly-publication-april-2025.pdf | 1810 | 2025-04 | Pedestrian | Peugeot | NP | Black | Contravening a Red Traffic Light | None | All saints way | All saints way | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.5344405 | -1.985568 | ||
| 16522 | op-snap---monthly-publication-march-2025.pdf | 279 | 2025-03 | Pedestrian | Peugeot | 208 | White | Contravening a Red Traffic Light | None | A46 Coventry Eastern Bypass | Coventry Eastern Bypass | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.3793117 | -1.4625379 | |
| 16909 | op-snap---monthly-publication-march-2025.pdf | 666 | 2025-03 | Pedestrian | Peugeot | 308 | 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 | |
| 16915 | op-snap---monthly-publication-march-2025.pdf | 672 | 2025-03 | Pedestrian | Peugeot | 207.. | 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 | |
| 17167 | op-snap---monthly-publication-march-2025.pdf | 924 | 2025-03 | Pedestrian | Peugeot | 308 | White | Contravening a Red Traffic Light | None | Daw End Lane | Daw End Lane | Metropolitan Borough of Walsall | Walsall | Fixed Penalty | N/A | Yes - Via Email | 52.6068849 | -1.9611652 | |
| 6887 | op-snap---monthly-publication-february-2025.pdf | 1704 | 2025-02 | Pedestrian | Peugeot | 208 | Blue | Contravening a Red Traffic Light | None | Tile Hill Lane, junction with Jobs Lane | Tile Hill Lane, junction with Jobs Lane | Coventry | Coventry | Education | N/A | Yes - Via Email | 52.4041214 | -1.5607562 |
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);