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-05", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Seat" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
offence 7
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 3
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Contravening a Red Traffic Light 1
- Driving without Due Care and Attention 1
- Fail to Conform to Cycle Lane 1
- Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1
- Using a Mobile Phone Whilst Driving 1
council_area 4
- Birmingham 4
- Coventry 3
- Dudley 1
- Walsall 1
disposal 3
- Fixed Penalty 4
- Warning Letter 3
- NFA 2
vehicle_make 1
- Seat · 9 ✖
reporter_transport_mode 1
- Pedal Bike · 9 ✖
month 1
- 2025-05 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 18713 | op-snap---monthly-publication-may-2025.pdf | 75 | 2025-05 | Pedal Bike | Seat | ibiza | Silver | Using a Mobile Phone Whilst Driving | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4470686 | -1.8880749 | ||
| 18926 | op-snap---monthly-publication-may-2025.pdf | 288 | 2025-05 | Pedal Bike | Seat | IBIZA | Grey | Fail to Conform to Cycle Lane | No Insurance | BRADFORD STREET | Bradford Street | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4708802 | -1.8792135 | ||
| 19102 | op-snap---monthly-publication-may-2025.pdf | 464 | 2025-05 | Pedal Bike | Seat | Leon | Blue | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Ladypool Road | Ladypool Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4520441 | -1.8787544 | ||
| 19147 | op-snap---monthly-publication-may-2025.pdf | 509 | 2025-05 | Pedal Bike | Seat | Ateca | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Barker Butt Lane | Barker Butt Lane | Coventry | Coventry | Warning Letter | N/A | ||||
| 19267 | op-snap---monthly-publication-may-2025.pdf | 629 | 2025-05 | Pedal Bike | Seat | Arona | Blue | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | The Burges | The Burges | Coventry | Coventry | Fixed Penalty | N/A | 52.410226 | -1.5111468 | ||
| 19342 | op-snap---monthly-publication-may-2025.pdf | 704 | 2025-05 | Pedal Bike | Seat | Ibiza | Red | Contravening a Red Traffic Light | None | Daw End Lane | Daw End Lane | Walsall | Walsall | Warning Letter | N/A | 52.6068849 | -1.9611652 | ||
| 19375 | op-snap---monthly-publication-may-2025.pdf | 737 | 2025-05 | Pedal Bike | Seat | Leon | Black | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Vicarage Road Kings Heath | Vicarage Road Kings Heath | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4280281 | -1.9066654 | ||
| 19823 | op-snap---monthly-publication-may-2025.pdf | 1185 | 2025-05 | Pedal Bike | Seat | Arona | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | The Burges | The Burges | Coventry | Coventry | Warning Letter | N/A | 52.410226 | -1.5111468 | ||
| 19995 | op-snap---monthly-publication-may-2025.pdf | 1357 | 2025-05 | Pedal Bike | Seat | Leon | Grey | Driving without Due Care and Attention | None | Pedmore lane | Pedmore lane | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4380762 | -2.1151301 |
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);