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'}
7 rows where disposal = "Fixed Penalty" and offence = "Misc - Non Traffic Offences" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, council_area_raw
vehicle_make 7
- Audi 1
- Iveco 1
- Kia 1
- Mercedes-Benz 1
- Peugeot 1
- Renault 1
- Volkswagen 1
council_area 4
- Birmingham 4
- Coventry 1
- Sandwell 1
- Sutton Coldfield 1
reporter_transport_mode 3
- Car 4
- Pedestrian 2
- Pedal Bike 1
offence 1
- Misc - Non Traffic Offences · 7 ✖
disposal 1
- Fixed Penalty · 7 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7637 | op-snap---monthly-publication-february-2026.pdf | 384 | 2026-02 | Car | Mercedes-Benz | C200 | Blue | Misc - Non Traffic Offences | Use vehicle on a road without valid test certificate | Walsgrave Road | Walsgrave Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4096725 | -1.487901 | ||
| 11692 | op-snap---monthly-publication-january-2026.pdf | 1153 | 2026-01 | Pedestrian | Audi | A1 | Silver | Misc - Non Traffic Offences | Use vehicle on a road without valid test certificate | Metchley Lane | Metchley Lane | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4552055 | -1.9461279 | ||
| 4874 | op-snap---monthly-publication-december-2025.pdf | 1002 | 2025-12 | Car | Renault | Captur | Black | Misc - Non Traffic Offences | Use vehicle on a road withou | tI lvsaalnidd tReosat dc ertificate | t I lvsaalnidd t Reosat dc ertificate | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 24480 | op-snap---monthly-publication-september-2025.pdf | 699 | 2025-09 | Car | Iveco | S-Way | White | Misc - Non Traffic Offences | None | M42 Motorway, northbound | M42 Motorway, northbound | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 13123 | op-snap---monthly-publication-july-2025.pdf | 1175 | 2025-07 | Car | Volkswagen | Golf | Black | Misc - Non Traffic Offences | No Insurance | Tipton Road | Tipton Road | Sandwell | Sandwell | Fixed Penalty | N/A | 52.5157798 | -2.0437191 | ||
| 14372 | op-snap---monthly-publication-june-2025.pdf | 301 | 2025-06 | Pedal Bike | Peugeot | 208 | Black | Misc - Non Traffic Offences | No Insurance | TAUNTON ROAD | Taunton Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4531128 | -1.875763 | ||
| 192 | op-snap---monthly-publication-april-2025.pdf | 191 | 2025-04 | Pedestrian | Kia | Sportage | White | Misc - Non Traffic Offences | Use vehicle on a road without valid test certificate | Rectory Road | Rectory Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | 52.5670974 | -1.7943689 |
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);