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", month = "2025-06" and offence = "Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, council_area_raw
council_area 5
reporter_transport_mode 2
- Car 4
- Pedestrian 3
offence 1
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD · 7 ✖
month 1
- 2025-06 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14096 | op-snap---monthly-publication-june-2025.pdf | 25 | 2025-06 | Car | Renault | CLIO | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | ALBANY ROAD | Albany Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4006218 | -1.5284125 | ||
| 14273 | op-snap---monthly-publication-june-2025.pdf | 202 | 2025-06 | Pedestrian | Mercedes-Benz | A180. | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | No Insurance | Upper Holland Road | Upper Holland Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | 52.561 | -1.8187105 | ||
| 14310 | op-snap---monthly-publication-june-2025.pdf | 239 | 2025-06 | Pedestrian | Vauxhall | Mokka | Blue | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Regent Place | Regent Place | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4860376 | -1.9095854 | ||
| 14676 | op-snap---monthly-publication-june-2025.pdf | 605 | 2025-06 | Car | BMW | X1 | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Dudley St | Dudley Street | Dudley | Dudley | Fixed Penalty | N/A | 52.540391 | -2.1211076 | ||
| 14999 | op-snap---monthly-publication-june-2025.pdf | 928 | 2025-06 | Car | Peugeot | 2008... | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Hagley Road | Hagley Road | Metropolitan Borough | Metropolitan Borough | Fixed Penalty | N/A | 52.4719358 | -1.9341335 | ||
| 15141 | op-snap---monthly-publication-june-2025.pdf | 1070 | 2025-06 | Car | Toyota | Rav 4 | black | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Showell Green Lane | Showell Green Lane | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4474637 | -1.8691688 | ||
| 15773 | op-snap---monthly-publication-june-2025.pdf | 1702 | 2025-06 | Pedestrian | Honda | Civic | Red | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Gayfield Avenue | Gayfield Avenue | Metropolitan Borough | Metropolitan Borough | Fixed Penalty | N/A | 52.4693896 | -2.1251602 |
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);