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 month = "2025-04", offence = "Contravening a Red Traffic Light" and vehicle_make = "Vauxhall" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 5
- Walsall 3
- Birmingham 2
- Sandwell 2
- Dudley 1
- Solihull 1
disposal 3
- NFA 7
- Fixed Penalty 1
- Warning Letter 1
reporter_transport_mode 2
- Car 6
- Pedestrian 3
vehicle_make 1
- Vauxhall · 9 ✖
offence 1
- Contravening a Red Traffic Light · 9 ✖
month 1
- 2025-04 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 65 | op-snap---monthly-publication-april-2025.pdf | 64 | 2025-04 | Car | Vauxhall | Corsa | Grey | Contravening a Red Traffic Light | None | Bell Lane | Bell Lane | Birmingham | Birmingham | Warning Letter | N/A | 52.4178465 | -1.968864 | ||
| 459 | op-snap---monthly-publication-april-2025.pdf | 458 | 2025-04 | Pedestrian | Vauxhall | COMBO | White | Contravening a Red Traffic Light | None | DAW END LANE | Daw End Lane | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.6068849 | -1.9611652 | ||
| 502 | op-snap---monthly-publication-april-2025.pdf | 501 | 2025-04 | Car | Vauxhall | Corsa | Green | Contravening a Red Traffic Light | None | Venture Way | Venture Way | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4836603 | -2.1189326 | ||
| 716 | op-snap---monthly-publication-april-2025.pdf | 715 | 2025-04 | Car | Vauxhall | Vivaro | White | Contravening a Red Traffic Light | None | High Bullen | High Bullen | Sandwell | Sandwell | Fixed Penalty | N/A | 52.5532368 | -2.0227385 | ||
| 798 | op-snap---monthly-publication-april-2025.pdf | 797 | 2025-04 | Car | Vauxhall | Astra | Grey | Contravening a Red Traffic Light | None | Tamworth Road | Tamworth Road | Solihull | Solihull | NFA | Outside of 14 Days NIP | ||||
| 803 | op-snap---monthly-publication-april-2025.pdf | 802 | 2025-04 | Pedestrian | Vauxhall | Astra | White | Contravening a Red Traffic Light | None | Daw End Lane Walsall | Daw End Lane Walsall | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.6070366 | -1.96132 | ||
| 977 | op-snap---monthly-publication-april-2025.pdf | 976 | 2025-04 | Car | Vauxhall | Ampera | White | Contravening a Red Traffic Light | None | Walsall Road , Perry Barr | Walsall Road , Perry Barr | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5219655 | -1.9010321 | ||
| 1368 | op-snap---monthly-publication-april-2025.pdf | 1367 | 2025-04 | Car | Vauxhall | Black | Contravening a Red Traffic Light | None | Portway Hill , Rowley regis | Portway Hill , Rowley regis | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.4943321 | -2.0412126 | |||
| 1998 | op-snap---monthly-publication-april-2025.pdf | 1997 | 2025-04 | Pedestrian | Vauxhall | NP | Black | Contravening a Red Traffic Light | None | Lichfield Street , Walsall | Lichfield Street , Walsall | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.5854972 | -1.9792935 |
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);