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'}
13 rows where council_area = "Out of Force Area", month = "2025-11" and vehicle_make = "BMW" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour
offence 4
reporter_transport_mode 3
- Car 10
- Pedestrian 2
- Pedal Bike 1
vehicle_make 1
- BMW · 13 ✖
month 1
- 2025-11 · 13 ✖
disposal 1
- NFA 13
council_area 1
- Out of Force Area · 13 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20467 | op-snap---monthly-publication-november-2025.pdf | 9 | 2025-11 | Car | BMW | X4 | Black | Driving without Due Care and Attention | None | M6 Toll | M6 Toll | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.5804962 | -1.7833098 | ||
| 20499 | op-snap---monthly-publication-november-2025.pdf | 41 | 2025-11 | Car | BMW | 2 series | Blue | Driving without Due Care and Attention | None | High Street, Alvechurch. West Mercia | High Street, Alvechurch. West Mercia | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 20607 | op-snap---monthly-publication-november-2025.pdf | 149 | 2025-11 | Car | BMW | X5 | Silver | Driving without Due Care and Attention | None | M5 Gloucester | M5 Gloucester | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4760581 | -1.8948199 | ||
| 20701 | op-snap---monthly-publication-november-2025.pdf | 243 | 2025-11 | Car | BMW | 640 D | Black | Misc - Non Traffic Offences | None | A456 (Tenbury Wells) | A456 (Tenbury Wells) | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 20965 | op-snap---monthly-publication-november-2025.pdf | 507 | 2025-11 | Car | BMW | M3 | Black | Driving without Due Care and Attention | None | Park Road, Ware | Park Road, Ware | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 21013 | op-snap---monthly-publication-november-2025.pdf | 555 | 2025-11 | Car | BMW | i3 | Silver | Contravening a Red Traffic Light | None | Priory Road, Kenilworth | Priory Road, Kenilworth | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 21059 | op-snap---monthly-publication-november-2025.pdf | 601 | 2025-11 | Car | BMW | X5 | Black | Driving without Due Care and Attention | None | Southam, Warwickshire | Southam, Warwickshire | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 21061 | op-snap---monthly-publication-november-2025.pdf | 603 | 2025-11 | Car | BMW | 116 | Black | Driving without Due Care and Attention | None | Bingley | Bingley | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4891301 | -1.8273363 | ||
| 21208 | op-snap---monthly-publication-november-2025.pdf | 750 | 2025-11 | Pedestrian | BMW | 1 Series | Grey | Misc - Non Traffic Offences | None | Ramsden Avenue | Ramsden Avenue | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 21829 | op-snap---monthly-publication-november-2025.pdf | 1371 | 2025-11 | Pedal Bike | BMW | X1 | Grey | Driving without Due Care and Attention | None | Upper Astrop Road, Astrop | Upper Astrop Road, Astrop | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 21921 | op-snap---monthly-publication-november-2025.pdf | 1463 | 2025-11 | Car | BMW | X3.. | Black | Contravening a Red Traffic Light | None | M54 J2 | M54 J2 | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4945433 | -2.0190848 | ||
| 21949 | op-snap---monthly-publication-november-2025.pdf | 1491 | 2025-11 | Car | BMW | m1 | Grey | Driving without Due Care and Attention | None | M5 Bristol | M5 Bristol | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4713698 | -1.8991453 | ||
| 22010 | op-snap---monthly-publication-november-2025.pdf | 1552 | 2025-11 | Pedestrian | BMW | 1 series | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Conrad Lewis Way, Warwick | Conrad Lewis Way, Warwick | 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);