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 month = "2025-07", 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, second_offence, council_area_raw, nfa_rationale
disposal 5
- NFA 5
- Education 2
- Court 1
- Other Action Taken 1
- Warning Letter 1
council_area 5
- Birmingham 6
- Coventry 1
- Solihull 1
- Walsall 1
- Wolverhampton 1
reporter_transport_mode 2
- Car 9
- Pedestrian 1
vehicle_make 1
- Vauxhall · 10 ✖
offence 1
- Contravening a Red Traffic Light · 10 ✖
month 1
- 2025-07 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 12014 | op-snap---monthly-publication-july-2025.pdf | 66 | 2025-07 | Car | Vauxhall | Vivaro | White | Contravening a Red Traffic Light | None | Jimmy Hill Way | Jimmy Hill Way | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4214017 | -1.4870278 | ||
| 12154 | op-snap---monthly-publication-july-2025.pdf | 206 | 2025-07 | Pedestrian | Vauxhall | Corsa | Black | Contravening a Red Traffic Light | None | McDonalds, Walsall | Mc Donalds, Walsall | Walsall | Walsall | NFA | Outside of 14 Days NIP | ||||
| 12243 | op-snap---monthly-publication-july-2025.pdf | 295 | 2025-07 | Car | Vauxhall | Corsa | Silver | Contravening a Red Traffic Light | None | Lode Lane | Lode Lane | Solihull | Solihull | NFA | No Independent Evidence Available | 52.4149064 | -1.7832364 | ||
| 12456 | op-snap---monthly-publication-july-2025.pdf | 508 | 2025-07 | Car | Vauxhall | Silver | Contravening a Red Traffic Light | No Insurance | Sheaf Lane | Sheaf Lane | Birmingham | Birmingham | Other Action Taken | N/A | 52.4540536 | -1.7819436 | |||
| 12546 | op-snap---monthly-publication-july-2025.pdf | 598 | 2025-07 | Car | Vauxhall | Astra | Grey | Contravening a Red Traffic Light | None | Tyburn Road | Tyburn Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5113867 | -1.8337258 | ||
| 12769 | op-snap---monthly-publication-july-2025.pdf | 821 | 2025-07 | Car | Vauxhall | Vivaro | White | Contravening a Red Traffic Light | None | Coleshill Road | Coleshill Road | Birmingham | Birmingham | Court | N/A | 52.4967329 | -1.8097462 | ||
| 12853 | op-snap---monthly-publication-july-2025.pdf | 905 | 2025-07 | Car | Vauxhall | Corsa | Grey | Contravening a Red Traffic Light | None | Robinhood lane | Robinhood lane | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | ||||
| 12883 | op-snap---monthly-publication-july-2025.pdf | 935 | 2025-07 | Car | Vauxhall | Corsa | Grey | Contravening a Red Traffic Light | None | Stockfield Road | Stockfield Road | Birmingham | Birmingham | Education | N/A | 52.4519414 | -1.831688 | ||
| 12920 | op-snap---monthly-publication-july-2025.pdf | 972 | 2025-07 | Car | Vauxhall | Vectra | Blue | Contravening a Red Traffic Light | None | A41 , Bilston | A41 , Bilston | Wolverhampton | Wolverhampton | NFA | Outside of 14 Days NIP | 52.5719855 | -2.0938967 | ||
| 13209 | op-snap---monthly-publication-july-2025.pdf | 1261 | 2025-07 | Car | Vauxhall | Zafira | Silver | Contravening a Red Traffic Light | None | Queslett Road | Queslett Road | Birmingham | Birmingham | Education | N/A | 52.5458699 | -1.9304484 |
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);