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 council_area = "Out of Force Area", month = "2025-07" and offence = "Using a Mobile Phone Whilst Driving" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, nfa_rationale
vehicle_make 9
- Audi 3
- Vauxhall 2
- Ford 1
- Land Rover 1
- Mini 1
- Nissan 1
- Peugeot 1
- Renault 1
- Volkswagen 1
reporter_transport_mode 4
- Car 7
- Other 2
- Pedestrian 2
- Pedal Bike 1
disposal 2
- NFA 11
- Warning Letter 1
offence 1
- Using a Mobile Phone Whilst Driving · 12 ✖
month 1
- 2025-07 · 12 ✖
council_area 1
- Out of Force Area · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 12311 | op-snap---monthly-publication-july-2025.pdf | 363 | 2025-07 | Other | Audi | A6 | White | Using a Mobile Phone Whilst Driving | None | Manchester Road, Swindon | Manchester Road, Swindon | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 12314 | op-snap---monthly-publication-july-2025.pdf | 366 | 2025-07 | Car | Renault | Master van | Green | Using a Mobile Phone Whilst Driving | No vehicle excise licence | M6, near Knutsford | M6, near Knutsford | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 12474 | op-snap---monthly-publication-july-2025.pdf | 526 | 2025-07 | Other | Audi | A6 | White | Using a Mobile Phone Whilst Driving | None | Swindon | Swindon | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.480676 | -1.9595336 | ||
| 12476 | op-snap---monthly-publication-july-2025.pdf | 528 | 2025-07 | Pedestrian | Audi | SQ5 | Black | Using a Mobile Phone Whilst Driving | None | A458 Shrewsbury | Shrewsbury | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.6195535 | -2.0193824 | ||
| 12609 | op-snap---monthly-publication-july-2025.pdf | 661 | 2025-07 | Car | Ford | Focus | Blue | Using a Mobile Phone Whilst Driving | None | A5271 (Staffs) | A5271 (Staffs) | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 12758 | op-snap---monthly-publication-july-2025.pdf | 810 | 2025-07 | Pedal Bike | Mini | Mini | Black | Using a Mobile Phone Whilst Driving | None | Belbroughton Road | Belbroughton Road | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4413333 | -2.0647198 | ||
| 13014 | op-snap---monthly-publication-july-2025.pdf | 1066 | 2025-07 | Car | Nissan | Juke | Grey | Using a Mobile Phone Whilst Driving | None | B4362 , Mortimers Cross | B4362 , Mortimers Cross | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 13090 | op-snap---monthly-publication-july-2025.pdf | 1142 | 2025-07 | Car | Vauxhall | Zafira | Blue | Using a Mobile Phone Whilst Driving | None | M1 | M1 | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 13128 | op-snap---monthly-publication-july-2025.pdf | 1180 | 2025-07 | Car | Land Rover | Black | Using a Mobile Phone Whilst Driving | None | Somewhere in Manchester | Somewhere in Manchester | Out of Force Area | Out of Force Area | NFA | No Independent Evidence Available | |||||
| 13215 | op-snap---monthly-publication-july-2025.pdf | 1267 | 2025-07 | Car | Peugeot | 3008 | Grey | Using a Mobile Phone Whilst Driving | None | M1 Motorway | M1 Motorway | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 13235 | op-snap---monthly-publication-july-2025.pdf | 1287 | 2025-07 | Car | Vauxhall | Vivaro | White | Using a Mobile Phone Whilst Driving | None | M5 Jct 10 | M5 Junction 10 | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 13900 | op-snap---monthly-publication-july-2025.pdf | 1952 | 2025-07 | Pedestrian | Volkswagen | Tcross | White | Using a Mobile Phone Whilst Driving | None | unknown | Out of Force Area | Out of Force Area | Warning Letter | N/A |
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);