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 disposal = "Fixed Penalty", month = "2025-06" and vehicle_make = "Vauxhall" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw
offence 7
- Using a Mobile Phone Whilst Driving 3
- Contravene Lane Closure Red X 1
- Contravening a Red Traffic Light 1
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
- Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 1
- No Insurance 1
- Stop a vehicle on pedestrian crossing 1
reporter_transport_mode 5
- Pedal Bike 3
- Car 2
- Pedestrian 2
- Lorry 1
- Other 1
council_area 5
- Birmingham 4
- Dudley 2
- Coventry 1
- Sandwell 1
- Solihull 1
vehicle_make 1
- Vauxhall · 9 ✖
month 1
- 2025-06 · 9 ✖
disposal 1
- Fixed Penalty · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14077 | op-snap---monthly-publication-june-2025.pdf | 6 | 2025-06 | Car | Vauxhall | Corsa | White | Contravening a Red Traffic Light | None | Warwick Road | Warwick Road | Solihull | Solihull | Fixed Penalty | N/A | 52.4428606 | -1.812114 | ||
| 14310 | op-snap---monthly-publication-june-2025.pdf | 239 | 2025-06 | Pedestrian | Vauxhall | Mokka | Blue | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Regent Place | Regent Place | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4860376 | -1.9095854 | ||
| 14416 | op-snap---monthly-publication-june-2025.pdf | 345 | 2025-06 | Pedal Bike | Vauxhall | Corsa | White | Using a Mobile Phone Whilst Driving | None | Suffolk Street Queensway | Suffolk Street Queensway | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4760986 | -1.9018641 | ||
| 14497 | op-snap---monthly-publication-june-2025.pdf | 426 | 2025-06 | Lorry | Vauxhall | Vivaro | Silver | No Insurance | None | Stafford Road, Darlaston | Stafford Road, Darlaston | Sandwell | Sandwell | Fixed Penalty | N/A | ||||
| 14765 | op-snap---monthly-publication-june-2025.pdf | 694 | 2025-06 | Car | Vauxhall | Vivaro | Silver | Contravene Lane Closure Red X | None | Gospel End Road (Sedgley) | Gospel End Road (Sedgley) | Dudley | Dudley | Fixed Penalty | N/A | 52.5392439 | -2.1282642 | ||
| 14771 | op-snap---monthly-publication-june-2025.pdf | 700 | 2025-06 | Pedal Bike | Vauxhall | Corsa | Silver | Using a Mobile Phone Whilst Driving | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4221152 | -1.4959475 | ||
| 14995 | op-snap---monthly-publication-june-2025.pdf | 924 | 2025-06 | Pedestrian | Vauxhall | Vivaro | White | Stop a vehicle on pedestrian crossing | None | Wake Green Road | Wake Green Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4437078 | -1.8783408 | ||
| 15088 | op-snap---monthly-publication-june-2025.pdf | 1017 | 2025-06 | Pedal Bike | Vauxhall | Astra | Black | Using a Mobile Phone Whilst Driving | None | Olton BLVD | Olton BLVD | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4480704 | -1.8441465 | ||
| 15591 | op-snap---monthly-publication-june-2025.pdf | 1520 | 2025-06 | Other | Vauxhall | Zafira | Silver | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Noorwood Road | Noorwood Road | Dudley | Dudley | Fixed Penalty | N/A |
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);