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 month = "2025-04", reporter_transport_mode = "Pedestrian" and vehicle_make = "BMW" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
offence 5
disposal 4
- NFA 7
- Warning Letter 2
- Education 1
- Fixed Penalty 1
council_area 4
- Birmingham 8
- Coventry 1
- Walsall 1
- Wolverhampton 1
vehicle_make 1
- BMW · 11 ✖
reporter_transport_mode 1
- Pedestrian · 11 ✖
month 1
- 2025-04 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 243 | op-snap---monthly-publication-april-2025.pdf | 242 | 2025-04 | Pedestrian | BMW | 320D | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | High St | High Street | Birmingham | Birmingham | Warning Letter | N/A | 52.5254588 | -1.8373064 | ||
| 425 | op-snap---monthly-publication-april-2025.pdf | 424 | 2025-04 | Pedestrian | BMW | 320D | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Reddings Lane | Reddings Lane | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4506039 | -1.8463952 | ||
| 484 | op-snap---monthly-publication-april-2025.pdf | 483 | 2025-04 | Pedestrian | BMW | X7 | Black | Stop a vehicle on pedestrian crossing | None | Alum Rock Rd | Alum Rock Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4883936 | -1.8310056 | ||
| 591 | op-snap---monthly-publication-april-2025.pdf | 590 | 2025-04 | Pedestrian | BMW | 316d | White | Stop a vehicle on pedestrian crossing | None | Westley Road | Westley Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4456462 | -1.827993 | ||
| 772 | op-snap---monthly-publication-april-2025.pdf | 771 | 2025-04 | Pedestrian | BMW | M3 Sport | White | Contravening a Red Traffic Light | None | Far Gosford Street | Far Gosford Street | Coventry | Coventry | Education | N/A | 52.4071231 | -1.4985178 | ||
| 792 | op-snap---monthly-publication-april-2025.pdf | 791 | 2025-04 | Pedestrian | BMW | X5.. | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | All saints Road Kings Heath | All saints Road Kings Heath | Birmingham | Birmingham | Warning Letter | N/A | 52.4312552 | -1.8943977 | ||
| 1143 | op-snap---monthly-publication-april-2025.pdf | 1142 | 2025-04 | Pedestrian | BMW | Grey | Driving without Reasonable Consideration | None | Lower Essex Street , Birmingham | Lower Essex Street , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4716178 | -1.8954045 | |||
| 1435 | op-snap---monthly-publication-april-2025.pdf | 1434 | 2025-04 | Pedestrian | BMW | NP | White | Stop a vehicle on pedestrian crossing | None | Hazelville Road | Hazelville Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4254442 | -1.8341081 | ||
| 1532 | op-snap---monthly-publication-april-2025.pdf | 1531 | 2025-04 | Pedestrian | BMW | NP | Black | Stop a vehicle within pelican pedestrian crossing limits | None | Walstead Road , Walsall | Walstead Road , Walsall | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.5648629 | -1.9517624 | ||
| 1558 | op-snap---monthly-publication-april-2025.pdf | 1557 | 2025-04 | Pedestrian | BMW | 118 | Silver | Stop a vehicle within pelican pedestrian crossing limits | None | High Street , Tetenhall | High Street , Tetenhall | Wolverhampton | Wolverhampton | NFA | Outside of 14 Days NIP | ||||
| 1705 | op-snap---monthly-publication-april-2025.pdf | 1704 | 2025-04 | Pedestrian | BMW | 4 Series | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | School Road , Birmingham | School Road , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4135867 | -1.8703299 |
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);