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-09", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Land Rover" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 5
- Birmingham 4
- Coventry 1
- Dudley 1
- Solihull 1
- Walsall 1
reporter_transport_mode 3
- Car 3
- Pedal Bike 3
- Pedestrian 2
disposal 2
- Fixed Penalty 4
- NFA 4
vehicle_make 1
- Land Rover · 8 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 8 ✖
month 1
- 2025-09 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23867 | op-snap---monthly-publication-september-2025.pdf | 86 | 2025-09 | Pedal Bike | Land Rover | Sport | Grey | Using a Mobile Phone Whilst Driving | None | Augustus Road | Augustus Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4695793 | -1.9378608 | ||
| 24038 | op-snap---monthly-publication-september-2025.pdf | 257 | 2025-09 | Car | Land Rover | Defender | Black | Using a Mobile Phone Whilst Driving | None | M6?? | M6?? | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.5264754 | -1.8895798 | ||
| 24291 | op-snap---monthly-publication-september-2025.pdf | 510 | 2025-09 | Car | Land Rover | Freelander | Black | Using a Mobile Phone Whilst Driving | None | Brookside Avenue | Brookside Avenue | Coventry | Coventry | NFA | No Independent Evidence Available | 52.411064 | -1.5578725 | ||
| 24416 | op-snap---monthly-publication-september-2025.pdf | 635 | 2025-09 | Car | Land Rover | Range Rover | Grey | Using a Mobile Phone Whilst Driving | None | Gate Street | Gate Street | Dudley | Dudley | NFA | No Independent Evidence Available | 52.5381741 | -2.1180164 | ||
| 24567 | op-snap---monthly-publication-september-2025.pdf | 786 | 2025-09 | Pedal Bike | Land Rover | Range Rover | Grey | Using a Mobile Phone Whilst Driving | None | Harbourne Road | Harborne Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4718503 | -1.9195423 | ||
| 24576 | op-snap---monthly-publication-september-2025.pdf | 795 | 2025-09 | Pedestrian | Land Rover | Black | Using a Mobile Phone Whilst Driving | None | Walsall Road | Walsall Road | Walsall | Walsall | NFA | No VRM | 52.6166864 | -1.9660822 | |||
| 24733 | op-snap---monthly-publication-september-2025.pdf | 952 | 2025-09 | Pedestrian | Land Rover | Sport | Grey | Using a Mobile Phone Whilst Driving | None | Widney Lane | Widney Lane | Solihull | Solihull | Fixed Penalty | N/A | 52.3975737 | -1.7857722 | ||
| 24945 | op-snap---monthly-publication-september-2025.pdf | 1164 | 2025-09 | Pedal Bike | Land Rover | Discovery | Grey | Using a Mobile Phone Whilst Driving | None | Pershore Road | Pershore Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4308271 | -1.920078 |
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);