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", month = "2025-08" and reporter_transport_mode = "Other" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, nfa_rationale
offence 4
disposal 3
reporter_transport_mode 1
- Other · 11 ✖
month 1
- 2025-08 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2077 | op-snap---monthly-publication-august-2025.pdf | 52 | 2025-08 | Other | N/K | Misc - Non Traffic Offences | None | Holiday Street | Holiday Street | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4757071 | -1.8988573 | ||||
| 2180 | op-snap---monthly-publication-august-2025.pdf | 155 | 2025-08 | Other | Audi | R 3 | Blue | Misc - Non Traffic Offences | None | Arden Road | Arden Road | Birmingham | Birmingham | Other Action Taken | N/A | 52.4515759 | -1.8296192 | ||
| 2196 | op-snap---monthly-publication-august-2025.pdf | 171 | 2025-08 | Other | Renault | unknown | Using a Mobile Phone Whilst Driving | Driving without Due Care and Attention | Kingstanding | Kingstanding | Birmingham | Birmingham | NFA | No VRM | 52.5530147 | -1.8843477 | |||
| 2223 | op-snap---monthly-publication-august-2025.pdf | 198 | 2025-08 | Other | Ford | S Max | Blue | Misc - Non Traffic Offences | None | Fosbrooke Road | Fosbrooke Road | Birmingham | Birmingham | NFA | Not in Public Interest | 52.4700545 | -1.834436 | ||
| 2325 | op-snap---monthly-publication-august-2025.pdf | 300 | 2025-08 | Other | Volkswagen | golf | Blue | Driving without Due Care and Attention | None | Reddings Lane | Reddings Lane | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4506039 | -1.8463952 | ||
| 2402 | op-snap---monthly-publication-august-2025.pdf | 377 | 2025-08 | Other | Audi | A6 | Grey | Using a Mobile Phone Whilst Driving | None | Motorway? Unknown | Motorway? Unknown | Birmingham | Birmingham | NFA | No Independent Evidence Available | ||||
| 2683 | op-snap---monthly-publication-august-2025.pdf | 658 | 2025-08 | Other | BMW | 3 Series | Blue | Misc - Non Traffic Offences | None | Chester Road | Chester Road | Birmingham | Birmingham | NFA | No Offence | 52.5359496 | -1.8324115 | ||
| 2895 | op-snap---monthly-publication-august-2025.pdf | 870 | 2025-08 | Other | Mini | cooper | Green | Driving without Due Care and Attention | None | Kings Road | Kings Road | Birmingham | Birmingham | Other Action Taken | N/A | 52.5531351 | -1.8852761 | ||
| 3066 | op-snap---monthly-publication-august-2025.pdf | 1041 | 2025-08 | Other | Ford | Fiesta | Silver | Misc - Non Traffic Offences | No Insurance | Baltimore Road | Baltimore Road | Birmingham | Birmingham | NFA | No Offence | 52.5286702 | -1.9241545 | ||
| 3856 | op-snap---monthly-publication-august-2025.pdf | 1831 | 2025-08 | Other | Ford | fiesta | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | john street | John Street | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.5010537 | -1.9155739 | ||
| 3857 | op-snap---monthly-publication-august-2025.pdf | 1832 | 2025-08 | Other | Mini | cooper | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | spring lane | Spring Lane | Birmingham | Birmingham | Warning Letter | N/A | 52.5182019 | -1.8336169 |
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);