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 = "Sutton Coldfield", month = "2026-02" and offence = "Driving without Due Care and Attention" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
disposal 5
- Education 5
- NFA 3
- Court 1
- Fixed Penalty 1
- Warning Letter 1
reporter_transport_mode 3
- Car 5
- Pedal Bike 5
- Pedestrian 1
offence 1
- Driving without Due Care and Attention · 11 ✖
month 1
- 2026-02 · 11 ✖
council_area 1
- Sutton Coldfield · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7349 | op-snap---monthly-publication-february-2026.pdf | 96 | 2026-02 | Pedestrian | Nissan | Juke | Black | Driving without Due Care and Attention | None | Walmley Road | Walmley Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | 52.5405351 | -1.8002219 | ||
| 7389 | op-snap---monthly-publication-february-2026.pdf | 136 | 2026-02 | Pedal Bike | Ford | Mondeo | Grey | Driving without Due Care and Attention | None | Chester Road | Chester Road | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | 52.5359496 | -1.8324115 | ||
| 7641 | op-snap---monthly-publication-february-2026.pdf | 388 | 2026-02 | Car | Peugeot | 408 | Silver | Driving without Due Care and Attention | None | Monmouth Drive | Monmouth Drive | Sutton Coldfield | Sutton Coldfield | Education | N/A | 52.5575249 | -1.8640053 | ||
| 8278 | op-snap---monthly-publication-february-2026.pdf | 1025 | 2026-02 | Car | Toyota | Auris | Grey | Driving without Due Care and Attention | None | Ebrook Road | Ebrook Road | Sutton Coldfield | Sutton Coldfield | NFA | No Offence | 52.5557273 | -1.8159805 | ||
| 8299 | op-snap---monthly-publication-february-2026.pdf | 1046 | 2026-02 | Pedal Bike | Land Rover | Evoque | Black | Driving without Due Care and Attention | None | Chester Road | Chester Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | 52.5359496 | -1.8324115 | ||
| 8414 | op-snap---monthly-publication-february-2026.pdf | 1161 | 2026-02 | Pedal Bike | Ford | Focus | Grey | Driving without Due Care and Attention | None | Bakers Lane | Bakers Lane | Sutton Coldfield | Sutton Coldfield | Education | N/A | 52.5632567 | -1.8782299 | ||
| 8433 | op-snap---monthly-publication-february-2026.pdf | 1180 | 2026-02 | Car | Audi | Black | Driving without Due Care and Attention | None | Lichfield Road | Lichfield Road | Sutton Coldfield | Sutton Coldfield | NFA | No VRM | 52.5872149 | -1.8300386 | |||
| 8440 | op-snap---monthly-publication-february-2026.pdf | 1187 | 2026-02 | Pedal Bike | Ford | Fiesta | Red | Driving without Due Care and Attention | None | Chester Road | Chester Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | 52.5359496 | -1.8324115 | ||
| 8537 | op-snap---monthly-publication-february-2026.pdf | 1284 | 2026-02 | Car | Yamaha | Black | Driving without Due Care and Attention | None | Longmoor at Westwood Sutton | Longmoor at Westwood Sutton | Sutton Coldfield | Sutton Coldfield | Court | N/A | 52.5603693 | -1.8619416 | |||
| 8599 | op-snap---monthly-publication-february-2026.pdf | 1346 | 2026-02 | Car | BMW | 435D | Black | Driving without Due Care and Attention | None | Lower Queen | Lower Queen | Sutton Coldfield | Sutton Coldfield | Education | N/A | 52.560777 | -1.8219813 | ||
| 8671 | op-snap---monthly-publication-february-2026.pdf | 1418 | 2026-02 | Pedal Bike | Peugeot | 3008 | Silver | Driving without Due Care and Attention | None | Maxstroke Road | Maxstroke Road | Sutton Coldfield | Sutton Coldfield | NFA | No Offence |
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);