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'}
8 rows where month = "2025-03" and vehicle_make = "Alfa Romeo" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
offence 5
council_area 5
- Birmingham 3
- Wolverhampton 2
- Coventry 1
- Dudley 1
- Solihull 1
disposal 4
- Fixed Penalty 3
- Education 2
- Warning Letter 2
- NFA 1
reporter_transport_mode 3
- Car 6
- Pedal Bike 1
- Pedestrian 1
vehicle_make 1
- Alfa Romeo · 8 ✖
month 1
- 2025-03 · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16381 | op-snap---monthly-publication-march-2025.pdf | 138 | 2025-03 | Pedal Bike | Alfa Romeo | Giulietta | Red | Driving without Due Care and Attention | None | Lichfield Road, Sutton Coldfield | Lichfield Road, Sutton Coldfield | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.5724042 | -1.8239307 | |
| 16921 | op-snap---monthly-publication-march-2025.pdf | 678 | 2025-03 | Pedestrian | Alfa Romeo | Scania Truck | White | Motor vehicle fail to accord precedence at a pelican crossing | None | Court Oak Road | Court Oak Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4604383 | -1.9760104 | |
| 17059 | op-snap---monthly-publication-march-2025.pdf | 816 | 2025-03 | Car | Alfa Romeo | Giulietta | Grey | Driving without Due Care and Attention | None | Montague Sreet | Montague Sreet | Birmingham | Birmingham | Education | N/A | Yes - Via Email | |||
| 17121 | op-snap---monthly-publication-march-2025.pdf | 878 | 2025-03 | Car | Alfa Romeo | Giulietta | Red | Stop a vehicle on pedestrian crossing | None | High Street | High Street | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | Yes - Via Email | 52.5635963 | -2.0827567 | |
| 17172 | op-snap---monthly-publication-march-2025.pdf | 929 | 2025-03 | Car | Alfa Romeo | Giulietta | White | Driving without Due Care and Attention | None | M6 Northbound (Jct 3 to Jct 4) | M6 Northbound (Junction 3 to Junction 4) | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | |||
| 17881 | op-snap---monthly-publication-march-2025.pdf | 1638 | 2025-03 | Car | Alfa Romeo | Giulitta | Red | Stop a vehicle within pelican pedestrian crossing limits | None | High Street, Tettenhall | High Street, Tettenhall | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | Yes - Via Email | 52.5980906 | -2.168057 | |
| 18507 | op-snap---monthly-publication-march-2025.pdf | 2264 | 2025-03 | Car | Alfa Romeo | Polestar | Blue | Driving without Reasonable Consideration | None | Monkspath Isalnd | Monkspath Isalnd | Solihull | Solihull | NFA | No Offence | Yes - Via Email | |||
| 18608 | op-snap---monthly-publication-march-2025.pdf | 2365 | 2025-03 | Car | Alfa Romeo | Giulia | White | Driving without Reasonable Consideration | None | Church Street | Church Street | Dudley | Dudley | Warning Letter | Outside of 14 Days NIP | Yes - Via Email | 52.4737921 | -2.0330173 |
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);