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'}
10 rows where disposal = "Fixed Penalty", offence = "Contravening a Red Traffic Light" and vehicle_make = "Hyundai" 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
council_area 4
- Walsall 5
- Birmingham 3
- Halesowen 1
- Sutton Coldfield 1
reporter_transport_mode 2
- Car 5
- Pedestrian 5
vehicle_make 1
- Hyundai · 10 ✖
offence 1
- Contravening a Red Traffic Light · 10 ✖
disposal 1
- Fixed Penalty · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 24492 | op-snap---monthly-publication-september-2025.pdf | 711 | 2025-09 | Car | Hyundai | I30 | Black | Contravening a Red Traffic Light | None | Bescot Road | Bescot Road | Walsall | Walsall | Fixed Penalty | N/A | 52.5707373 | -2.0014215 | ||
| 14255 | op-snap---monthly-publication-june-2025.pdf | 184 | 2025-06 | Pedestrian | Hyundai | I10 | Red | Contravening a Red Traffic Light | None | Coombs Road | Coombs Road | Halesowen | Halesowen | Fixed Penalty | N/A | 52.4596073 | -2.0500011 | ||
| 16914 | op-snap---monthly-publication-march-2025.pdf | 671 | 2025-03 | Pedestrian | Hyundai | I10. | Grey | 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 | |
| 16992 | op-snap---monthly-publication-march-2025.pdf | 749 | 2025-03 | Car | Hyundai | Tucson | Grey | Contravening a Red Traffic Light | None | Hamstead Road / Soho Hill | Hamstead Road / Soho Hill | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.500402 | -1.9189405 | |
| 17067 | op-snap---monthly-publication-march-2025.pdf | 824 | 2025-03 | Pedestrian | Hyundai | i40 | Red | 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 | |
| 17070 | op-snap---monthly-publication-march-2025.pdf | 827 | 2025-03 | Pedestrian | Hyundai | I40 | Silver | 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 | |
| 17478 | op-snap---monthly-publication-march-2025.pdf | 1235 | 2025-03 | Car | Hyundai | I20 | Grey | Contravening a Red Traffic Light | None | OLD WALSALL ROAD | Old Walsall Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.5294399 | -1.9282714 | |
| 17931 | op-snap---monthly-publication-march-2025.pdf | 1688 | 2025-03 | Car | Hyundai | KONA | Grey | Contravening a Red Traffic Light | No vehicle excise licence | STRATFORD ROAD | Stratford Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4203897 | -1.8338574 | |
| 18305 | op-snap---monthly-publication-march-2025.pdf | 2062 | 2025-03 | Pedestrian | Hyundai | IX35 | Silver | 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 | |
| 6878 | op-snap---monthly-publication-february-2025.pdf | 1695 | 2025-02 | Car | Hyundai | Kona | Black | Contravening a Red Traffic Light | None | Coleshill Road | Coleshill Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5613155 | -1.8139826 |
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);