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'}
12 rows where month = "2026-01", offence = "Driving without Due Care and Attention" and vehicle_make = "Seat" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 5
reporter_transport_mode 3
- Car 9
- Pedal Bike 2
- Other 1
disposal 3
- Education 6
- NFA 3
- Warning Letter 3
vehicle_make 1
- Seat · 12 ✖
offence 1
- Driving without Due Care and Attention · 12 ✖
month 1
- 2026-01 · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10569 | op-snap---monthly-publication-january-2026.pdf | 30 | 2026-01 | Other | Seat | Ibiza | Red | Driving without Due Care and Attention | None | Waterfront car park | Waterfront car park | Dudley | Dudley | Warning Letter | N/A | ||||
| 10603 | op-snap---monthly-publication-january-2026.pdf | 64 | 2026-01 | Car | Seat | Leon | Black | Driving without Due Care and Attention | None | Coventry Road | Coventry Road | Birmingham | Birmingham | Education | N/A | 52.4726661 | -1.8769032 | ||
| 10846 | op-snap---monthly-publication-january-2026.pdf | 307 | 2026-01 | Pedal Bike | Seat | Leon | White | Driving without Due Care and Attention | None | Lawley Middleway | Lawley Middleway | Birmingham | Birmingham | Education | N/A | 52.4801772 | -1.8769185 | ||
| 10903 | op-snap---monthly-publication-january-2026.pdf | 364 | 2026-01 | Car | Seat | Ibiza | Black | Driving without Due Care and Attention | None | Five ways roundabout | Five ways roundabout | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 11239 | op-snap---monthly-publication-january-2026.pdf | 700 | 2026-01 | Car | Seat | Ibiza | White | Driving without Due Care and Attention | None | M6 Jct 5 | M6 Junction 5 | Sutton Coldfield | Sutton Coldfield | Education | N/A | 52.676119 | -2.0858425 | ||
| 11328 | op-snap---monthly-publication-january-2026.pdf | 789 | 2026-01 | Car | Seat | Leon | Blue | Driving without Due Care and Attention | None | Clifford Bridge Road | Clifford Bridge Road | Coventry | Coventry | Education | N/A | 52.4134557 | -1.4442138 | ||
| 11336 | op-snap---monthly-publication-january-2026.pdf | 797 | 2026-01 | Pedal Bike | Seat | Leon | White | Driving without Due Care and Attention | None | Tyburn Road | Tyburn Road | Birmingham | Birmingham | Education | N/A | 52.5113867 | -1.8337258 | ||
| 11389 | op-snap---monthly-publication-january-2026.pdf | 850 | 2026-01 | Car | Seat | Cupra | Black | Driving without Due Care and Attention | None | Worcester | Worcester | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.3101165 | -2.0442678 | ||
| 11585 | op-snap---monthly-publication-january-2026.pdf | 1046 | 2026-01 | Car | Seat | Altea | Silver | Driving without Due Care and Attention | None | Wainbody Avenue | Wainbody Avenue | Coventry | Coventry | NFA | No Independent Evidence Available | 52.3849692 | -1.5311416 | ||
| 11658 | op-snap---monthly-publication-january-2026.pdf | 1119 | 2026-01 | Car | Seat | Ibiza | White | Driving without Due Care and Attention | None | Landor Street | Landor Street | Birmingham | Birmingham | NFA | No VRM | 52.4822898 | -1.8707686 | ||
| 11710 | op-snap---monthly-publication-january-2026.pdf | 1171 | 2026-01 | Car | Seat | Ibiza | Black | Driving without Due Care and Attention | None | Edgbaston Park Road | Edgbaston Park Road | Birmingham | Birmingham | Education | N/A | 52.4580375 | -1.9261777 | ||
| 11936 | op-snap---monthly-publication-january-2026.pdf | 1397 | 2026-01 | Car | Seat | Ibiza | Beige | Driving without Due Care and Attention | None | Birmingham Road | Birmingham Road | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | 52.5361464 | -1.8270283 |
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);