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'}
9 rows where council_area = "Sutton Coldfield", disposal = "NFA" and month = "2025-02" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, nfa_rationale, latitude, longitude
vehicle_make 6
- Mercedes-Benz 2
- Alfa Romeo 1
- Audi 1
- BMW 1
- Ford 1
- Toyota 1
offence 5
reporter_transport_mode 3
- Car 5
- Pedestrian 3
- Other 1
month 1
- 2025-02 · 9 ✖
disposal 1
- NFA · 9 ✖
council_area 1
- Sutton Coldfield · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5446 | op-snap---monthly-publication-february-2025.pdf | 263 | 2025-02 | Car | Scania | White | Driving without Due Care and Attention | None | Jockey Road | Jockey Road | Sutton Coldfield | Sutton Coldfield | NFA | No Offence | Yes - Via Email | 52.5535276 | -1.8302584 | ||
| 5474 | op-snap---monthly-publication-february-2025.pdf | 291 | 2025-02 | Car | Toyota | Auris | Blue | Contravening a Red Traffic Light | None | Eachlehurst Road | Eachlehurst Road | Sutton Coldfield | Sutton Coldfield | NFA | No VRM | Yes - Via Email | |||
| 5623 | op-snap---monthly-publication-february-2025.pdf | 440 | 2025-02 | Pedestrian | Ford | Fiesta | Silver | Using a Mobile Phone Whilst Driving | None | Clifton Road | Clifton Road | Sutton Coldfield | Sutton Coldfield | NFA | No Independent Evidence Available | Yes - Via Email | 52.5609895 | -1.8319819 | |
| 5962 | op-snap---monthly-publication-february-2025.pdf | 779 | 2025-02 | Car | Mercedes-Benz | van | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Lower Queen Street, Sutton Coldfield | Lower Queen Street, Sutton Coldfield | Sutton Coldfield | Sutton Coldfield | NFA | No VRM | Yes - Via Email | 52.5596343 | -1.8225298 | |
| 6228 | op-snap---monthly-publication-february-2025.pdf | 1045 | 2025-02 | Pedestrian | Mercedes-Benz | E-class | Blue | Using a Mobile Phone Whilst Driving | None | Clifton Road, Sutton Coldfield | Clifton Road, Sutton Coldfield | Sutton Coldfield | Sutton Coldfield | NFA | No Independent Evidence Available | Yes - Via Email | 52.5636072 | -1.8297629 | |
| 6428 | op-snap---monthly-publication-february-2025.pdf | 1245 | 2025-02 | Pedestrian | Audi | Q5 | Blue | Misc - Non Traffic Offences | None | Jockey lane | Jockey lane | Sutton Coldfield | Sutton Coldfield | NFA | No Offence | Yes - Via Email | |||
| 7173 | op-snap---monthly-publication-february-2025.pdf | 1990 | 2025-02 | Car | Alfa Romeo | Red | Using a Mobile Phone Whilst Driving | None | Clifton Road Sutton Coldfield | Clifton Road Sutton Coldfield | Sutton Coldfield | Sutton Coldfield | NFA | No VRM | Yes - Via Email | 52.5636072 | -1.8297629 | ||
| 7199 | op-snap---monthly-publication-february-2025.pdf | 2016 | 2025-02 | Car | BMW | X5 | Black | Misc - Non Traffic Offences | None | Rockingham Gardens Sutton | Rockingham Gardens Sutton | Sutton Coldfield | Sutton Coldfield | NFA | Misc Inc Crimes | Yes - Via Email | 52.5690681 | -1.8271174 | |
| 7228 | op-snap---monthly-publication-february-2025.pdf | 2045 | 2025-02 | Other | Misc - Non Traffic Offences | None | Rushmoor Close | Rushmoor Close | Sutton Coldfield | Sutton Coldfield | NFA | No Independent Evidence Available | Yes - Via Email | 52.5694106 | -1.8262786 |
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);