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-12", offence = "Driving without Due Care and Attention" and vehicle_make = "Hyundai" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location, council_area_raw, nfa_rationale, latitude, longitude
council_area 5
disposal 3
- NFA 5
- Fixed Penalty 2
- Warning Letter 1
reporter_transport_mode 2
- Car 6
- Pedal Bike 2
vehicle_make 1
- Hyundai · 8 ✖
offence 1
- Driving without Due Care and Attention · 8 ✖
month 1
- 2025-12 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4060 | op-snap---monthly-publication-december-2025.pdf | 188 | 2025-12 | Car | Hyundai | Amica | Black | Driving without Due Care and Attention | None | Broad Lane | Broad Lane | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | 52.5784844 | -2.1596223 | ||
| 4103 | op-snap---monthly-publication-december-2025.pdf | 231 | 2025-12 | Car | Hyundai | Kona | Grey | Driving without Due Care and Attention | None | Beeches Road | Beeches Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.5394371 | -1.9087331 | ||
| 4155 | op-snap---monthly-publication-december-2025.pdf | 283 | 2025-12 | Pedal Bike | Hyundai | i30 | Black | Driving without Due Care and Attention | None | Stratford Road and Farm Road jun | Stratford Road and Farm Road jun | cBtiiromningham | Cbtiiromningham | Fixed Penalty | N/A | 52.4532265 | -1.8659356 | ||
| 4180 | op-snap---monthly-publication-december-2025.pdf | 308 | 2025-12 | Car | Hyundai | Kona | Grey | Driving without Due Care and Attention | None | Beeches Rd | Beeches Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.5394371 | -1.9087331 | ||
| 4330 | op-snap---monthly-publication-december-2025.pdf | 458 | 2025-12 | Pedal Bike | Hyundai | I40.. | White | Driving without Due Care and Attention | None | Bristol Road | Bristol Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4543565 | -1.9114004 | ||
| 4473 | op-snap---monthly-publication-december-2025.pdf | 601 | 2025-12 | Car | Hyundai | Tucson | Black | Driving without Due Care and Attention | None | Robin Hood Way, Nottingham | Robin Hood Way, Nottingham | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 4678 | op-snap---monthly-publication-december-2025.pdf | 806 | 2025-12 | Car | Hyundai | I10 | White | Driving without Due Care and Attention | None | Regents Park Road Bromsgrove | Regents Park Road Bromsgrove | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 4948 | op-snap---monthly-publication-december-2025.pdf | 1076 | 2025-12 | Car | Hyundai | I10 | White | Driving without Due Care and Attention | None | Croft Road Ringway | Croft Road Ringway | Coventry | Coventry | NFA | Outside of 14 DAYS Late Submission |
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);