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 council_area = "Birmingham", offence = "Cause vehicle to be left in a dangerous position" and vehicle_make = "Mg" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, offence_location, nfa_rationale, latitude, longitude
month 10
disposal 4
- NFA 4
- Warning Letter 4
- Fixed Penalty 2
- Education 1
reporter_transport_mode 3
- Car 6
- Pedestrian 4
- Pedal Bike 1
vehicle_make 1
- Mg · 11 ✖
offence 1
- Cause vehicle to be left in a dangerous position · 11 ✖
council_area 1
- Birmingham · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8125 | op-snap---monthly-publication-february-2026.pdf | 872 | 2026-02 | Pedestrian | Mg | ZS | Red | Cause vehicle to be left in a dangerous position | None | Turnbury Road | Turnbury Road | Birmingham | Birmingham | Education | N/A | ||||
| 5172 | op-snap---monthly-publication-december-2025.pdf | 1300 | 2025-12 | Pedestrian | Mg | ZS | White | Cause vehicle to be left in a dangerous position | No vehicle excise licence | Friary Rd B20 1BD | Friary Road B20 1BD | Birmingham | Birmingham | Warning Letter | N/A | 52.5162814 | -1.9395798 | ||
| 21695 | op-snap---monthly-publication-november-2025.pdf | 1237 | 2025-11 | Pedal Bike | Mg | 4 | Grey | Cause vehicle to be left in a dangerous position | None | sycamore road | Sycamore Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5398019 | -1.8455792 | ||
| 23202 | op-snap---monthly-publication-october-2025.pdf | 1152 | 2025-10 | Pedestrian | Mg | zs | White | Cause vehicle to be left in a dangerous position | None | hurstcroft road | Hurstcroft Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4830179 | -1.783876 | ||
| 23515 | op-snap---monthly-publication-october-2025.pdf | 1465 | 2025-10 | Car | Mg | HS | Black | Cause vehicle to be left in a dangerous position | None | Lozells Road | Lozells Road | Birmingham | Birmingham | Warning Letter | N/A | 52.502683 | -1.9033516 | ||
| 25446 | op-snap---monthly-publication-september-2025.pdf | 1665 | 2025-09 | Car | Mg | zs | White | Cause vehicle to be left in a dangerous position | None | Hurstcroft road | Hurstcroft road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4830179 | -1.783876 | ||
| 3790 | op-snap---monthly-publication-august-2025.pdf | 1765 | 2025-08 | Car | Mg | HS | Black | Cause vehicle to be left in a dangerous position | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4929304 | -1.8229092 | ||
| 13843 | op-snap---monthly-publication-july-2025.pdf | 1895 | 2025-07 | Car | Mg | HS | Silver | Cause vehicle to be left in a dangerous position | None | Hurst Croft Road | Hurst Croft Road | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 1378 | op-snap---monthly-publication-april-2025.pdf | 1377 | 2025-04 | Car | Mg | NP | Black | Cause vehicle to be left in a dangerous position | None | Earlswood Lakes Causeway | Earlswood Lakes Causeway | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | ||||
| 5696 | op-snap---monthly-publication-february-2025.pdf | 513 | 2025-02 | Car | Mg | HS | Blue | Cause vehicle to be left in a dangerous position | None | Hurstcroft Road | Hurstcroft Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4830179 | -1.783876 | |
| 10442 | op-snap---monthly-publication-january-2025.pdf | 1550 | 2025-01 | Pedestrian | Mg | ZR | Blue | Cause vehicle to be left in a dangerous position | None | Station Road, Marston Green | Station Road, Marston Green | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email |
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);