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'}
10 rows where disposal = "NFA", offence = "Use a vehicle / cycle on a road and contravene a local traffic order other than parking" and vehicle_make = "BMW" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
reporter_transport_mode 4
- Pedestrian 4
- Car 3
- Other 2
- Pedal Bike 1
council_area 4
- Birmingham 6
- Coventry 2
- Dudley 1
- Out of Force Area 1
vehicle_make 1
- BMW · 10 ✖
offence 1
- Use a vehicle / cycle on a road and contravene a local traffic order other than parking · 10 ✖
disposal 1
- NFA · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10672 | op-snap---monthly-publication-january-2026.pdf | 133 | 2026-01 | Car | BMW | 320d | Black | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | High Street, Deritend | High Street, Deritend | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4746492 | -1.8839977 | ||
| 4450 | op-snap---monthly-publication-december-2025.pdf | 578 | 2025-12 | Car | BMW | Mini | Black | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Long Street, Atherstone | Long Street, Atherstone | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 22220 | op-snap---monthly-publication-october-2025.pdf | 170 | 2025-10 | Pedestrian | BMW | 330e | Black | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Sherbourne Street | Sherborne Street | Birmingham | Birmingham | NFA | Not in Public Interest | 52.4762433 | -1.9176665 | ||
| 2691 | op-snap---monthly-publication-august-2025.pdf | 666 | 2025-08 | Car | BMW | 520.. | White | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4221152 | -1.4959475 | ||
| 12145 | op-snap---monthly-publication-july-2025.pdf | 197 | 2025-07 | Other | BMW | 5 series | Grey | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Middlemarch Road | Middlemarch Road | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4316434 | -1.5142862 | ||
| 13194 | op-snap---monthly-publication-july-2025.pdf | 1246 | 2025-07 | Pedestrian | BMW | 330e | Black | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Sherborne Street | Sherborne Street | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4762433 | -1.9176665 | ||
| 14719 | op-snap---monthly-publication-june-2025.pdf | 648 | 2025-06 | Pedal Bike | BMW | 420d | White | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Broad Street | Broad Street | Birmingham | Birmingham | NFA | No Offence | 52.4749212 | -1.9147497 | ||
| 15888 | op-snap---monthly-publication-june-2025.pdf | 1817 | 2025-06 | Pedestrian | BMW | I 20 | Blue | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Addison Road | Addison Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4313296 | -1.8882575 | ||
| 18986 | op-snap---monthly-publication-may-2025.pdf | 348 | 2025-05 | Pedestrian | BMW | Silver | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Sherbourne Street | Sherborne Street | Birmingham | Birmingham | NFA | No VRM | 52.4762433 | -1.9176665 | |||
| 209 | op-snap---monthly-publication-april-2025.pdf | 208 | 2025-04 | Other | BMW | 116d | White | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Tower Street | Tower Street | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.5112053 | -2.0833165 |
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);