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", month = "2026-02" and vehicle_make = "Peugeot" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw
offence 5
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 4
- Using a Mobile Phone Whilst Driving 3
- Contravening a Red Traffic Light 1
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
- Stop a vehicle within pelican pedestrian crossing limits 1
reporter_transport_mode 4
- Car 4
- Pedal Bike 3
- Pedestrian 2
- Other 1
council_area 3
- Birmingham 7
- Coventry 2
- Sandwell 1
vehicle_make 1
- Peugeot · 10 ✖
month 1
- 2026-02 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7313 | op-snap---monthly-publication-february-2026.pdf | 60 | 2026-02 | Other | Peugeot | 308 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Wolrds End Lane | Wolrds End Lane | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 7396 | op-snap---monthly-publication-february-2026.pdf | 143 | 2026-02 | Pedal Bike | Peugeot | 3008 | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Lustone Road | Lustone Road | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 7653 | op-snap---monthly-publication-february-2026.pdf | 400 | 2026-02 | Pedal Bike | Peugeot | 208 Tech | Red | Using a Mobile Phone Whilst Driving | None | A45 nr A429 | A45 nr A429 | Coventry | Coventry | Fixed Penalty | N/A | 52.3791309 | -1.4740067 | ||
| 7708 | op-snap---monthly-publication-february-2026.pdf | 455 | 2026-02 | Pedestrian | Peugeot | 3008 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Maidavale Crescent | Maidavale Crescent | Coventry | Coventry | Fixed Penalty | N/A | 52.3802609 | -1.5140687 | ||
| 7848 | op-snap---monthly-publication-february-2026.pdf | 595 | 2026-02 | Car | Peugeot | Partner | White | Contravening a Red Traffic Light | None | Rounds Green Road | Rounds Green Road | Sandwell | Sandwell | Fixed Penalty | N/A | 52.5020873 | -2.0262185 | ||
| 7902 | op-snap---monthly-publication-february-2026.pdf | 649 | 2026-02 | Pedestrian | Peugeot | Boxer | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | York St | York Street | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4583924 | -1.9458826 | ||
| 8323 | op-snap---monthly-publication-february-2026.pdf | 1070 | 2026-02 | Car | Peugeot | 3008 | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Tixall Road | Tixall Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4193312 | -1.8517995 | ||
| 8337 | op-snap---monthly-publication-february-2026.pdf | 1084 | 2026-02 | Car | Peugeot | 2008 Allure | Black | Stop a vehicle within pelican pedestrian crossing limits | None | Washwood Heath Lane | Washwood Heath Lane | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4895515 | -1.816135 | ||
| 8489 | op-snap---monthly-publication-february-2026.pdf | 1236 | 2026-02 | Car | Peugeot | 208 | Grey | Using a Mobile Phone Whilst Driving | None | Pershore Road South | Pershore Road South | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4150779 | -1.930901 | ||
| 8732 | op-snap---monthly-publication-february-2026.pdf | 1479 | 2026-02 | Pedal Bike | Peugeot | Partner | White | Using a Mobile Phone Whilst Driving | None | Granville Street | Granville Street | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4762076 | -1.9124263 |
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);