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'}
8 rows where council_area = "Sutton Coldfield", month = "2025-04" 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, latitude, longitude
offence 4
reporter_transport_mode 3
- Car 4
- Other 3
- Pedal Bike 1
disposal 2
- NFA 5
- Warning Letter 3
vehicle_make 1
- Ford · 8 ✖
month 1
- 2025-04 · 8 ✖
council_area 1
- Sutton Coldfield · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 597 | op-snap---monthly-publication-april-2025.pdf | 596 | 2025-04 | Other | Ford | Mondeo | Red | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Lower Queen Street | Lower Queen Street | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | 52.5603978 | -1.8227403 | ||
| 598 | op-snap---monthly-publication-april-2025.pdf | 597 | 2025-04 | Other | Ford | Kuga | Black | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Lower Queen Street | Lower Queen Street | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | 52.5603978 | -1.8227403 | ||
| 601 | op-snap---monthly-publication-april-2025.pdf | 600 | 2025-04 | Other | Ford | Mondeo | Silver | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Lower Queen Street | Lower Queen Street | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | 52.5603978 | -1.8227403 | ||
| 1233 | op-snap---monthly-publication-april-2025.pdf | 1232 | 2025-04 | Car | Ford | C Max | Black | Cause vehicle to be left in a dangerous position | None | Little sutton Road , Sutton Coldfield | Little sutton Road , Sutton Coldfield | Sutton Coldfield | Sutton Coldfield | NFA | Outside of 14 Days NIP | 52.5864466 | -1.8177314 | ||
| 1323 | op-snap---monthly-publication-april-2025.pdf | 1322 | 2025-04 | Car | Ford | Focus | Grey | Driving without Reasonable Consideration | None | Wishaw Lane , Sutton | Wishaw Lane , Sutton | Sutton Coldfield | Sutton Coldfield | NFA | Outside of 14 Days NIP | 52.5372966 | -1.7636616 | ||
| 1515 | op-snap---monthly-publication-april-2025.pdf | 1514 | 2025-04 | Car | Ford | Focus | Grey | Driving without Reasonable Consideration | None | Wishaw Lane , Sutton Coldfield | Wishaw Lane , Sutton Coldfield | Sutton Coldfield | Sutton Coldfield | NFA | Outside of 14 Days NIP | 52.5372966 | -1.7636616 | ||
| 1612 | op-snap---monthly-publication-april-2025.pdf | 1611 | 2025-04 | Car | Ford | TRansit Connect | White | Driving without Reasonable Consideration | None | A453 Sutton Coldfield | Sutton Coldfield | Sutton Coldfield | Sutton Coldfield | NFA | Outside of 14 Days NIP | 52.564801 | -1.8251772 | ||
| 1805 | op-snap---monthly-publication-april-2025.pdf | 1804 | 2025-04 | Pedal Bike | Ford | Transit | White | Driving without Due Care and Attention | None | JCT of Hardwick Road | JCT of Hardwick Road | Sutton Coldfield | Sutton Coldfield | NFA | Outside of 14 Days NIP |
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);