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 = "2026-01" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, nfa_rationale
offence 4
reporter_transport_mode 3
- Car 9
- Horse Rider 1
- Pedal Bike 1
vehicle_make 1
- Ford · 11 ✖
month 1
- 2026-01 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10654 | op-snap---monthly-publication-january-2026.pdf | 115 | 2026-01 | Car | Ford | Fiesta | Blue | Driving without Due Care and Attention | None | Spring Bank, Hull | Spring Bank, Hull | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 10740 | op-snap---monthly-publication-january-2026.pdf | 201 | 2026-01 | Car | Ford | Ka | White | Using a Mobile Phone Whilst Driving | None | B4215 Ross on Wye | Ross on Wye | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 10848 | op-snap---monthly-publication-january-2026.pdf | 309 | 2026-01 | Car | Ford | Fiesta | Red | Using a Mobile Phone Whilst Driving | None | Warwick | Warwick | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.3813073 | -1.5639569 | ||
| 10885 | op-snap---monthly-publication-january-2026.pdf | 346 | 2026-01 | Car | Ford | Galaxy | Blue | Driving without Due Care and Attention | None | Magna Park | Magna Park | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 11144 | op-snap---monthly-publication-january-2026.pdf | 605 | 2026-01 | Car | Ford | Ecosport | Yellow | Driving without Due Care and Attention | None | A4117 Shaws Lane Warwick | Shaws Lane Warwick | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 11214 | op-snap---monthly-publication-january-2026.pdf | 675 | 2026-01 | Car | Ford | Focus | Red | Contravening a Red Traffic Light | None | Telford Town Centre | Telford Town Centre | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 11356 | op-snap---monthly-publication-january-2026.pdf | 817 | 2026-01 | Pedal Bike | Ford | Transit | Grey | Driving without Due Care and Attention | None | Wenlock Road, Shrewsbury | Wenlock Road, Shrewsbury | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 11543 | op-snap---monthly-publication-january-2026.pdf | 1004 | 2026-01 | Car | Ford | Transit | White | Using a Mobile Phone Whilst Driving | No Insurance | M25 Dartford | M25 Dartford | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.6162979 | -2.0165105 | ||
| 11666 | op-snap---monthly-publication-january-2026.pdf | 1127 | 2026-01 | Car | Ford | Transit | White | Misc - Non Traffic Offences | None | Catherine Close Bromsgrove (West Mercia) | Catherine Close Bromsgrove (West Mercia) | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 11880 | op-snap---monthly-publication-january-2026.pdf | 1341 | 2026-01 | Horse Rider | Ford | Fiesta | Grey | Driving without Due Care and Attention | None | Shooting Butts Road | Shooting Butts Road | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 11906 | op-snap---monthly-publication-january-2026.pdf | 1367 | 2026-01 | Car | Ford | galaxy | Silver | Misc - Non Traffic Offences | None | out of force | Out Of Force | Out of Force Area | Out of Force Area | NFA | Misc Inc Crimes |
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);