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 = "2025-09" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw
offence 4
council_area 4
- Birmingham 6
- Coventry 2
- Sandwell 1
- Walsall 1
reporter_transport_mode 3
- Car 6
- Pedal Bike 2
- Pedestrian 2
vehicle_make 1
- Audi · 10 ✖
month 1
- 2025-09 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23921 | op-snap---monthly-publication-september-2025.pdf | 140 | 2025-09 | Car | Audi | A3 | Silver | Contravening a Red Traffic Light | None | Dads Lane | Dads Lane | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4375913 | -1.9068522 | ||
| 24066 | op-snap---monthly-publication-september-2025.pdf | 285 | 2025-09 | Car | Audi | S3 | Grey | Driving without Due Care and Attention | None | Golden Hillock Road | Golden Hillock Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4622646 | -1.8599985 | ||
| 24132 | op-snap---monthly-publication-september-2025.pdf | 351 | 2025-09 | Car | Audi | A4.. | White | Using a Mobile Phone Whilst Driving | None | Chester Road Brownhills | Chester Road Brownhills | Walsall | Walsall | Fixed Penalty | N/A | 52.6298869 | -1.9079971 | ||
| 24601 | op-snap---monthly-publication-september-2025.pdf | 820 | 2025-09 | Car | Audi | Grey | Using a Mobile Phone Whilst Driving | None | Blackberry Lane | Blackberry Lane | Coventry | Coventry | Fixed Penalty | N/A | 52.4254016 | -1.4665041 | |||
| 24644 | op-snap---monthly-publication-september-2025.pdf | 863 | 2025-09 | Car | Audi | A1.. | White | Driving without Due Care and Attention | None | Telford Way | Telford Way | Sandwell | Sandwell | Fixed Penalty | N/A | 52.5041001 | -1.9769903 | ||
| 24647 | op-snap---monthly-publication-september-2025.pdf | 866 | 2025-09 | Pedestrian | Audi | A3 | Silver | Motor vehicle fail to comply with endorsable sect | ion 36 traffic sign -otheNr othnaen manned or automatic | Beoqrudipemsleeyn tStreet | Beoqrudipemsleeyn t Street | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 24651 | op-snap---monthly-publication-september-2025.pdf | 870 | 2025-09 | Pedal Bike | Audi | Q7 | Black | Using a Mobile Phone Whilst Driving | None | Harbourne Road | Harborne Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4718503 | -1.9195423 | ||
| 24656 | op-snap---monthly-publication-september-2025.pdf | 875 | 2025-09 | Pedal Bike | Audi | A4 | Grey | Driving without Due Care and Attention | None | Edgbaston Road at Mary Street | Edgbaston Road at Mary Street | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4540425 | -1.8918301 | ||
| 24801 | op-snap---monthly-publication-september-2025.pdf | 1020 | 2025-09 | Pedestrian | Audi | Q5 | White | Using a Mobile Phone Whilst Driving | None | Binley Road | Binley Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4070602 | -1.4732469 | ||
| 24817 | op-snap---monthly-publication-september-2025.pdf | 1036 | 2025-09 | Car | Audi | A1 | Grey | Driving without Due Care and Attention | None | Churchill Road | Churchill Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.5529597 | -1.8615015 |
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);