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-02" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour
offence 5
reporter_transport_mode 3
- Car 8
- Pedestrian 2
- Lorry 1
vehicle_make 1
- Ford · 11 ✖
month 1
- 2025-02 · 11 ✖
disposal 1
- NFA 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5466 | op-snap---monthly-publication-february-2025.pdf | 283 | 2025-02 | Car | Ford | Mondeo | Silver | Driving without Due Care and Attention | None | Coventry Eastern Bypass | Coventry Eastern Bypass | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | 52.3793117 | -1.4625379 | |
| 5482 | op-snap---monthly-publication-february-2025.pdf | 299 | 2025-02 | Car | Ford | Focus | White | Driving without Due Care and Attention | None | Coventry Road, Bedworth | Coventry Road, Bedworth | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | 52.4560333 | -1.485617 | |
| 5620 | op-snap---monthly-publication-february-2025.pdf | 437 | 2025-02 | Car | Ford | Transit | White | Contravening a Red Traffic Light | None | Long Bank | Long Bank | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | 52.5785967 | -2.0581007 | |
| 5763 | op-snap---monthly-publication-february-2025.pdf | 580 | 2025-02 | Pedestrian | Ford | fiesta | Blue | Misc - Non Traffic Offences | None | Warwickshire Police Force area | Warwickshire Police Force area | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | |||
| 5998 | op-snap---monthly-publication-february-2025.pdf | 815 | 2025-02 | Car | Ford | Fiesta | Silver | Contravening a Red Traffic Light | None | A456 Kidderminster Road Hagley | Kidderminster Road Hagley | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | |||
| 6123 | op-snap---monthly-publication-february-2025.pdf | 940 | 2025-02 | Car | Ford | Fiesta | Grey | Driving without Due Care and Attention | None | A442 Telford | Telford | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | 52.4979333 | -1.9664857 | |
| 6417 | op-snap---monthly-publication-february-2025.pdf | 1234 | 2025-02 | Pedestrian | Ford | Transit | White | Using a Mobile Phone Whilst Driving | None | A47 Earl Shilton | Earl Shilton | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | |||
| 6419 | op-snap---monthly-publication-february-2025.pdf | 1236 | 2025-02 | Car | Ford | Focus | Silver | Driving without Due Care and Attention | None | Fordhouses Roundabout | Fordhouses Roundabout | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | |||
| 6505 | op-snap---monthly-publication-february-2025.pdf | 1322 | 2025-02 | Car | Ford | Transit | White | Driving without Due Care and Attention | None | Ashbourne Road Leek (Staffordshire) | Ashbourne Road Leek (Staffordshire) | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | |||
| 6758 | op-snap---monthly-publication-february-2025.pdf | 1575 | 2025-02 | Car | Ford | Transit | White | Driving without Due Care and Attention | None | A438 (West Mercia) | A438 (West Mercia) | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | |||
| 7188 | op-snap---monthly-publication-february-2025.pdf | 2005 | 2025-02 | Lorry | Ford | Ranger | Black | Drive / stop / cause to remain at rest a motor vehicle drawing a trailer in offside lane of a motorway | None | M5 Jn 4 to 4A between 18.9 and 19.4 | M5 Junction 4 to 4A between 18.9 and 19.4 | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email |
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);