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 offence = "Driving without Due Care and Attention" and vehicle_make = "Alfa Romeo" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 5
- Birmingham 5
- Coventry 2
- Out of Force Area 2
- Dudley 1
- Walsall 1
reporter_transport_mode 4
- Car 5
- Pedal Bike 3
- Other 2
- Lorry 1
disposal 4
- NFA 6
- Education 3
- Fixed Penalty 1
- Warning Letter 1
vehicle_make 1
- Alfa Romeo · 11 ✖
offence 1
- Driving without Due Care and Attention · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7475 | op-snap---monthly-publication-february-2026.pdf | 222 | 2026-02 | Car | Alfa Romeo | Spider | White | Driving without Due Care and Attention | None | B4455 | B4455 | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.3994858 | -1.4923603 | ||
| 7626 | op-snap---monthly-publication-february-2026.pdf | 373 | 2026-02 | Other | Alfa Romeo | Giulietta | Blue | Driving without Due Care and Attention | None | Norwood Road | Norwood Road | Dudley | Dudley | Education | N/A | 52.4831397 | -2.1309273 | ||
| 4626 | op-snap---monthly-publication-december-2025.pdf | 754 | 2025-12 | Pedal Bike | Alfa Romeo | Giulietta | White | Driving without Due Care and Attention | None | Stonehouse Hill, California | Stonehouse Hill, California | Birmingham | Birmingham | Warning Letter | N/A | 52.4457793 | -1.97093 | ||
| 24197 | op-snap---monthly-publication-september-2025.pdf | 416 | 2025-09 | Lorry | Alfa Romeo | Blue | Driving without Due Care and Attention | None | M6 Jct 10 Southbound | M6 Junction 10 Southbound | Walsall | Walsall | NFA | No Offence | 52.676119 | -2.0858425 | |||
| 2111 | op-snap---monthly-publication-august-2025.pdf | 86 | 2025-08 | Other | Alfa Romeo | Guilia | Black | Driving without Due Care and Attention | None | Unknown, towards Hereford | Unknown, towards Hereford | Out of Force Are | Out of Force Area | NFA | No Independent Evidence Available | ||||
| 12061 | op-snap---monthly-publication-july-2025.pdf | 113 | 2025-07 | Car | Alfa Romeo | Polo | Black | Driving without Due Care and Attention | None | Montague Street | Montague Street | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4816806 | -1.8788939 | ||
| 14366 | op-snap---monthly-publication-june-2025.pdf | 295 | 2025-06 | Pedal Bike | Alfa Romeo | Giullietta | Red | Driving without Due Care and Attention | None | Broad Lane | Broad Lane | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4074716 | -1.5620671 | ||
| 218 | op-snap---monthly-publication-april-2025.pdf | 217 | 2025-04 | Car | Alfa Romeo | Black | Driving without Due Care and Attention | None | Aston Expressway | Aston Expressway | Birmingham | Birmingham | NFA | No VRM | 52.493793 | -1.8881773 | |||
| 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 | |
| 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 | |||
| 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 |
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);