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-09" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
offence 5
reporter_transport_mode 4
- Car 10
- Lorry 1
- Other 1
- Pedal Bike 1
vehicle_make 1
- Audi · 13 ✖
month 1
- 2025-09 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23819 | op-snap---monthly-publication-september-2025.pdf | 38 | 2025-09 | Other | Audi | unknown | Blue | Driver not in position to have Proper Control | None | unknown | Out of Force Area | Out of Force Area | NFA | Out of Force | |||||
| 23823 | op-snap---monthly-publication-september-2025.pdf | 42 | 2025-09 | Car | Audi | A3 | White | Driving without Due Care and Attention | None | A52 Skegness | Skegness | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 23865 | op-snap---monthly-publication-september-2025.pdf | 84 | 2025-09 | Car | Audi | A3 | Black | Driving without Reasonable Consideration | None | M6 J12 | M6 J12 | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.6760749 | -2.0862582 | ||
| 23953 | op-snap---monthly-publication-september-2025.pdf | 172 | 2025-09 | Car | Audi | RS4 | Grey | Driving without Due Care and Attention | None | A34 Cannock | Cannock | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24027 | op-snap---monthly-publication-september-2025.pdf | 246 | 2025-09 | Car | Audi | A4.. | White | Contravening a Red Traffic Light | None | Diglis Road (Worcester) | Diglis Road (Worcester) | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24040 | op-snap---monthly-publication-september-2025.pdf | 259 | 2025-09 | Car | Audi | Driving without Due Care and Attention | None | M54 | M54 | Out of Force Area | Out of Force Area | NFA | Not in Public Interest | ||||||
| 24174 | op-snap---monthly-publication-september-2025.pdf | 393 | 2025-09 | Pedal Bike | Audi | A5 | White | Driving without Due Care and Attention | None | Harbury Lane | Harbury Lane | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24225 | op-snap---monthly-publication-september-2025.pdf | 444 | 2025-09 | Lorry | Audi | A1 | Black | Driving without Due Care and Attention | None | Rugby Motorway Services, Warwickshire | Rugby Motorway Services, Warwickshire | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24302 | op-snap---monthly-publication-september-2025.pdf | 521 | 2025-09 | Car | Audi | SQ5. | Grey | Misc - Non Traffic Offences | None | M6 North near to Welcome Brek Services | M6 North near to Welcome Brek Services | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24661 | op-snap---monthly-publication-september-2025.pdf | 880 | 2025-09 | Car | Audi | Q4 | Grey | Contravening a Red Traffic Light | None | Kidderminster Rd / Worcester Road, Hadley | Kidderminster Road / Worcester Road, Hadley | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24851 | op-snap---monthly-publication-september-2025.pdf | 1070 | 2025-09 | Car | Audi | Q2 | Grey | Driving without Due Care and Attention | None | Telford A442 S | Telford A442 S | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4901797 | -2.1207104 | ||
| 24889 | op-snap---monthly-publication-september-2025.pdf | 1108 | 2025-09 | Car | Audi | A3 | Grey | Driving without Due Care and Attention | None | Oakengates | Oakengates | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 25575 | op-snap---monthly-publication-september-2025.pdf | 1794 | 2025-09 | Car | Audi | A3 | Grey | Misc - Non Traffic Offences | None | Newport | Newport | Out of Force Area | Out of Force Area | NFA | Misc Inc Crimes | 52.5027779 | -1.7982159 |
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);