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'}
11 rows where disposal = "Fixed Penalty", offence = "Use a vehicle / cycle on a road and contravene a local traffic order other than parking" and vehicle_make = "Toyota" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, latitude, longitude
reporter_transport_mode 3
- Pedal Bike 4
- Pedestrian 4
- Car 3
council_area 3
vehicle_make 1
- Toyota · 11 ✖
offence 1
- Use a vehicle / cycle on a road and contravene a local traffic order other than parking · 11 ✖
disposal 1
- Fixed Penalty · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4575 | op-snap---monthly-publication-december-2025.pdf | 703 | 2025-12 | Car | Toyota | Prius | Grey | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | High St Aston | High Street Aston | Birmingham | Birmingham | Fixed Penalty | N/A | 52.500816 | -1.8965601 | ||
| 3109 | op-snap---monthly-publication-august-2025.pdf | 1084 | 2025-08 | Pedal Bike | Toyota | Avensis | Silver | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Poplar Road, Kings Heath | Poplar Road, Kings Heath | Birmingham | Birmingham | Fixed Penalty | N/A | 52.436035 | -1.891685 | ||
| 15257 | op-snap---monthly-publication-june-2025.pdf | 1186 | 2025-06 | Car | Toyota | Corolla | Black | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Coventry Road | Coventry Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4726661 | -1.8769032 | ||
| 15872 | op-snap---monthly-publication-june-2025.pdf | 1801 | 2025-06 | Pedestrian | Toyota | CHR | Grey | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Vicarage Road | Vicarage Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.470423 | -1.9304786 | ||
| 15878 | op-snap---monthly-publication-june-2025.pdf | 1807 | 2025-06 | Pedestrian | Toyota | Auris | Blue | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Vicarage Road | Vicarage Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.470423 | -1.9304786 | ||
| 19226 | op-snap---monthly-publication-may-2025.pdf | 588 | 2025-05 | Pedestrian | Toyota | AYGO | Red | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Lower Queen Street at Upper Hollan | Lower Queen Street at Upper Hollan | dS Rutotoand Coldfield | Ds Rutotoand Coldfield | Fixed Penalty | N/A | 52.5615016 | -1.820825 | ||
| 16559 | op-snap---monthly-publication-march-2025.pdf | 316 | 2025-03 | Pedal Bike | Toyota | Auris | Silver | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Bradford Street | Bradford Street | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4708802 | -1.8792135 | |
| 18390 | op-snap---monthly-publication-march-2025.pdf | 2147 | 2025-03 | Pedal Bike | Toyota | PRIUS | Grey | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | SMALLBROOK, QUEENSWAY | Smallbrook, Queensway | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4768926 | -1.8963292 | |
| 10067 | op-snap---monthly-publication-january-2025.pdf | 1175 | 2025-01 | Pedal Bike | Toyota | Prius | White | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Walsgrave Road | Walsgrave Road | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.4096725 | -1.487901 | |
| 10079 | op-snap---monthly-publication-january-2025.pdf | 1187 | 2025-01 | Car | Toyota | Prius | Silver | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Moseley Rd | Moseley Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4679402 | -1.881408 | |
| 10178 | op-snap---monthly-publication-january-2025.pdf | 1286 | 2025-01 | Pedestrian | Toyota | YARIS | Black | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Glenville Drive | Glenville Drive | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.5265939 | -1.8509884 |
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);