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'}
10 rows where month = "2025-06", offence = "Driving without Due Care and Attention" and vehicle_make = "Skoda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
disposal 4
- NFA 5
- Education 2
- Warning Letter 2
- Court 1
council_area 4
- Birmingham 6
- Out of Force Area 2
- Coventry 1
- Dudley 1
vehicle_make 1
- Skoda · 10 ✖
reporter_transport_mode 1
- Car 10
offence 1
- Driving without Due Care and Attention · 10 ✖
month 1
- 2025-06 · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14128 | op-snap---monthly-publication-june-2025.pdf | 57 | 2025-06 | Car | Skoda | FABIA | BLUE | Driving without Due Care and Attention | None | A457 ROLFE STREET | A457 Rolfe Street | Birmingham | Birmingham | Court | N/A | ||||
| 14303 | op-snap---monthly-publication-june-2025.pdf | 232 | 2025-06 | Car | Skoda | Kodiaq | Grey | Driving without Due Care and Attention | None | Summer Road | Summer Road | Birmingham | Birmingham | NFA | No Offence | 52.5221219 | -1.8440857 | ||
| 14361 | op-snap---monthly-publication-june-2025.pdf | 290 | 2025-06 | Car | Skoda | Octavia | Grey | Driving without Due Care and Attention | None | Ring Road Stourbridge | Ring Road Stourbridge | Dudley | Dudley | Education | N/A | 52.455785 | -2.1435102 | ||
| 14394 | op-snap---monthly-publication-june-2025.pdf | 323 | 2025-06 | Car | Skoda | Enyaq | Grey | Driving without Due Care and Attention | None | Romney Way | Romney Way | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 14401 | op-snap---monthly-publication-june-2025.pdf | 330 | 2025-06 | Car | Skoda | Enyaq | Black | Driving without Due Care and Attention | None | A444 Coventry | Coventry | Coventry | Coventry | Education | N/A | 52.400739 | -1.5135474 | ||
| 14756 | op-snap---monthly-publication-june-2025.pdf | 685 | 2025-06 | Car | Skoda | Fabia | White | Driving without Due Care and Attention | None | St Chads Queensway | Street Chads Queensway | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | ||||
| 14768 | op-snap---monthly-publication-june-2025.pdf | 697 | 2025-06 | Car | Skoda | Octavia | Blue | Driving without Due Care and Attention | None | Whittington Road | Whittington Road | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4462022 | -2.1607257 | ||
| 15057 | op-snap---monthly-publication-june-2025.pdf | 986 | 2025-06 | Car | Skoda | Kodiaq | Black | Driving without Due Care and Attention | None | Clifton Lane | Clifton Lane | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.543372 | -1.9825616 | ||
| 15460 | op-snap---monthly-publication-june-2025.pdf | 1389 | 2025-06 | Car | Skoda | Fabia | White | Driving without Due Care and Attention | None | Albert Road | Albert Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4854338 | -1.8140135 | ||
| 15505 | op-snap---monthly-publication-june-2025.pdf | 1434 | 2025-06 | Car | Skoda | Superb | Black | Driving without Due Care and Attention | None | Alcester Road | Alcester Road | Birmingham | Birmingham | NFA | Outside of 14 DAYS Late Submission | 52.4470686 | -1.8880749 |
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);