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 = "Education", month = "2025-11" and vehicle_make = "Seat" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw
reporter_transport_mode 4
- Car 4
- Bus 1
- Lorry 1
- Pedestrian 1
offence 4
council_area 3
- Birmingham 5
- Dudley 1
- Solihull 1
vehicle_make 1
- Seat · 7 ✖
month 1
- 2025-11 · 7 ✖
disposal 1
- Education · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20580 | op-snap---monthly-publication-november-2025.pdf | 122 | 2025-11 | Lorry | Seat | Altea | Grey | Drive on hard shoulder | None | M6 Jn6 | M6 Jn6 | Birmingham | Birmingham | Education | N/A | ||||
| 20736 | op-snap---monthly-publication-november-2025.pdf | 278 | 2025-11 | Bus | Seat | Ibiza | Grey | Contravening a Red Traffic Light | None | Bordesley Middleway | Bordesley Middleway | Birmingham | Birmingham | Education | N/A | 52.4704236 | -1.8769606 | ||
| 20780 | op-snap---monthly-publication-november-2025.pdf | 322 | 2025-11 | Car | Seat | Ateca | Blue | Contravening a Red Traffic Light | None | A4540 Ladywood Middleway | Ladywood Middleway | Birmingham | Birmingham | Education | N/A | 52.473883 | -1.9198244 | ||
| 21701 | op-snap---monthly-publication-november-2025.pdf | 1243 | 2025-11 | Car | Seat | Ibiza | White | Contravening a Red Traffic Light | None | Stratford Road, Shirley, at entrance to Tesco Store | Stratford Road, Shirley, at entrance to Tesco Store | Solihull | Solihull | Education | N/A | 52.4171404 | -1.830877 | ||
| 21775 | op-snap---monthly-publication-november-2025.pdf | 1317 | 2025-11 | Car | Seat | Ibiza | White | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Nechells Parkway | Nechells Parkway | Birmingham | Birmingham | Education | N/A | 52.4922722 | -1.8711754 | ||
| 21792 | op-snap---monthly-publication-november-2025.pdf | 1334 | 2025-11 | Pedestrian | Seat | ateca | Grey | Cause vehicle to be left in a dangerous position | None | Gayfield avenue | Gayfield avenue | Dudley | Dudley | Education | N/A | 52.4693896 | -2.1251602 | ||
| 21932 | op-snap---monthly-publication-november-2025.pdf | 1474 | 2025-11 | Car | Seat | Ibiza | Silver | Contravening a Red Traffic Light | None | Hamstead Hill | Hamstead Hill | Birmingham | Birmingham | Education | N/A | 52.5274116 | -1.9287273 |
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);