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 disposal = "Court" and vehicle_make = "Kia" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, council_area_raw
reporter_transport_mode 7
- Car 4
- Pedal Bike 2
- Pedestrian 2
- Lorry 1
- Motorbike 1
- Other 1
- Van 1
offence 5
council_area 5
- Birmingham 5
- Walsall 3
- Dudley 2
- Solihull 1
- Wolverhampton 1
vehicle_make 1
- Kia · 12 ✖
disposal 1
- Court · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7716 | op-snap---monthly-publication-february-2026.pdf | 463 | 2026-02 | Motorbike | Kia | Ceed | Red | Driving without Due Care and Attention | None | Quarry Bank HS | Quarry Bank HS | Dudley | Dudley | Court | N/A | 52.4733135 | -2.1014635 | ||
| 11728 | op-snap---monthly-publication-january-2026.pdf | 1189 | 2026-01 | Car | Kia | Sedona | Black | Driving without Due Care and Attention | No Insurance | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | Court | N/A | 52.6083917 | -2.1033365 | ||
| 11767 | op-snap---monthly-publication-january-2026.pdf | 1228 | 2026-01 | Van | Kia | Sportage | Green | Driving without Due Care and Attention | None | Shirley Road | Shirley Road | Birmingham | Birmingham | Court | N/A | 52.4198291 | -1.9241732 | ||
| 23914 | op-snap---monthly-publication-september-2025.pdf | 133 | 2025-09 | Other | Kia | Picanto | Yellow | Driving without Due Care and Attention | None | Waterfront Car Park | Waterfront Car Park | Dudley | Dudley | Court | N/A | ||||
| 767 | op-snap---monthly-publication-april-2025.pdf | 766 | 2025-04 | Pedal Bike | Kia | Ceed | White | Driving without Due Care and Attention | None | Wheeler Street | Wheeler Street | Birmingham | Birmingham | Court | N/A | 52.5020639 | -1.9026192 | ||
| 17268 | op-snap---monthly-publication-march-2025.pdf | 1025 | 2025-03 | Pedestrian | Kia | Sportage | Orange | Contravening a Red Traffic Light | None | Daw End Lane | Daw End Lane | Metropolitan Borough of Walsall | Walsall | Court | N/A | Yes - Via Email | 52.6068849 | -1.9611652 | |
| 18233 | op-snap---monthly-publication-march-2025.pdf | 1990 | 2025-03 | Lorry | Kia | Sportage | White | Dangerous Driving | None | M6 NB J7 | M6 Northbound J7 | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.6912891 | -2.1046372 | |
| 5906 | op-snap---monthly-publication-february-2025.pdf | 723 | 2025-02 | Car | Kia | Sendon | Blue | Stop a vehicle within pelican pedestrian crossing limits | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4929304 | -1.8229092 | |
| 5927 | op-snap---monthly-publication-february-2025.pdf | 744 | 2025-02 | Pedestrian | Kia | Ceed | Grey | Driving without Due Care and Attention | None | Walsall Town Centre | Walsall Town Centre | Walsall | Walsall | Court | N/A | Yes - Via Email | |||
| 6246 | op-snap---monthly-publication-february-2025.pdf | 1063 | 2025-02 | Pedal Bike | Kia | Rio | Red | Using a Mobile Phone Whilst Driving | Use vehicle on a road without valid test certificate | Aston Webb Boulevard | Aston Webb Boulevard | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4468506 | -1.9395619 | |
| 9423 | op-snap---monthly-publication-january-2025.pdf | 531 | 2025-01 | Car | Kia | Sportage | Silver | Driving without Due Care and Attention | None | Pelsall Road | Pelsall Road | Walsall | Walsall | Court | N/A | Yes - Via Email | 52.6472723 | -1.9393233 | |
| 9482 | op-snap---monthly-publication-january-2025.pdf | 590 | 2025-01 | Car | Kia | Pro Ceed | Grey | Driving without Due Care and Attention | No Insurance | Sharmans Cross Road | Sharmans Cross Road | Solihull | Solihull | Court | N/A | Yes - Via Email | 52.4167172 | -1.7990388 |
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);