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'}
11 rows where council_area = "Out of Force Area", month = "2025-11" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale
offence 5
reporter_transport_mode 3
- Car 6
- Pedestrian 4
- Other 1
disposal 2
- NFA 10
- Warning Letter 1
vehicle_make 1
- Ford · 11 ✖
month 1
- 2025-11 · 11 ✖
council_area 1
- Out of Force Area · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20462 | op-snap---monthly-publication-november-2025.pdf | 4 | 2025-11 | Car | Ford | Focus | Blue | Driving without Due Care and Attention | None | M6 NB 1 to 2 | M6 Northbound 1 to 2 | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 20503 | op-snap---monthly-publication-november-2025.pdf | 45 | 2025-11 | Car | Ford | Transit | White | Driving without Due Care and Attention | None | Junction 11 Staffs | Junction 11 Staffs | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 20554 | op-snap---monthly-publication-november-2025.pdf | 96 | 2025-11 | Car | Ford | Kuga | Silver | Driving without Due Care and Attention | None | Clough Road. (Hull) | Clough Road. (Hull) | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 20788 | op-snap---monthly-publication-november-2025.pdf | 330 | 2025-11 | Pedestrian | Ford | Transit | White | Driving without Due Care and Attention | None | School Bank | School Bank | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.5149378 | -2.1130096 | ||
| 20898 | op-snap---monthly-publication-november-2025.pdf | 440 | 2025-11 | Pedestrian | Ford | C max | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Station Road | Station Road | Out of Force Area | Out of Force Area | Warning Letter | N/A | 52.480771 | -1.8086714 | ||
| 20943 | op-snap---monthly-publication-november-2025.pdf | 485 | 2025-11 | Pedestrian | Ford | Fiesta | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Malvern | Malvern | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4093693 | -1.7713445 | ||
| 20993 | op-snap---monthly-publication-november-2025.pdf | 535 | 2025-11 | Pedestrian | Ford | fiesta | Blue | Misc - Non Traffic Offences | None | out of force | Out Of Force | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 21364 | op-snap---monthly-publication-november-2025.pdf | 906 | 2025-11 | Other | Ford | Transit | Silver | Using a Mobile Phone Whilst Driving | None | Beaconside Stafford | Beaconside Stafford | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 21802 | op-snap---monthly-publication-november-2025.pdf | 1344 | 2025-11 | Car | Ford | Transit | Black | Contravening a Red Traffic Light | None | Wellington Road, Coalbrookedale | Wellington Road, Coalbrookedale | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 21937 | op-snap---monthly-publication-november-2025.pdf | 1479 | 2025-11 | Car | Ford | transit | White | Misc - Non Traffic Offences | None | out of force | Out Of Force | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 21971 | op-snap---monthly-publication-november-2025.pdf | 1513 | 2025-11 | Car | Ford | Transit | White | Driving without Due Care and Attention | None | A38 Oakhalls | Oakhalls | Out of Force Area | Out of Force Area | NFA | Out of Force |
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);