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 = "2025-03" and offence = "Driving without Due Care and Attention" 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
disposal 6
- Education 3
- Court 2
- Fixed Penalty 2
- NFA 2
- Other Action Taken 1
- Warning Letter 1
reporter_transport_mode 2
- Car 9
- Pedal Bike 2
offence 1
- Driving without Due Care and Attention · 11 ✖
month 1
- 2025-03 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16422 | op-snap---monthly-publication-march-2025.pdf | 179 | 2025-03 | Car | Volkswagen | T Roc | Grey | Driving without Due Care and Attention | None | Oxleys Road | Oxleys Road | Sutton Coldfield | Sutton Coldfield | Court | N/A | Yes - Via Email | |||
| 16438 | op-snap---monthly-publication-march-2025.pdf | 195 | 2025-03 | Car | Vauxhall | UK | Silver | Driving without Due Care and Attention | None | Kenilworth Road | Kenilworth Road | Sutton Coldfield | Sutton Coldfield | NFA | No VRM | Yes - Via Email | |||
| 16478 | op-snap---monthly-publication-march-2025.pdf | 235 | 2025-03 | Pedal Bike | Skoda | Rapid | Black | Driving without Due Care and Attention | None | Stonehouse Road | Stonehouse Road | Sutton Coldfield | Sutton Coldfield | Other Action Taken | N/A | Yes - Via Email | 52.5554307 | -1.8439169 | |
| 16715 | op-snap---monthly-publication-march-2025.pdf | 472 | 2025-03 | Car | Citroen | Berlingo 1000 | Grey | Driving without Due Care and Attention | None | A446 Lichfield Road | Lichfield Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | Yes - Via Email | 52.5872149 | -1.8300386 | |
| 17546 | op-snap---monthly-publication-march-2025.pdf | 1303 | 2025-03 | Car | Toyota | Yaris | Red | Driving without Due Care and Attention | None | Walmley Ash Road | Walmley Ash Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5376726 | -1.7973346 | |
| 17758 | op-snap---monthly-publication-march-2025.pdf | 1515 | 2025-03 | Car | Ford | Transit | Silver | Driving without Due Care and Attention | None | Wylde Green Road | Wylde Green Road | Sutton Coldfield | Sutton Coldfield | NFA | No Offence | Yes - Via Email | 52.546976 | -1.8098124 | |
| 17847 | op-snap---monthly-publication-march-2025.pdf | 1604 | 2025-03 | Car | Ford | Mondeo | Red | Driving without Due Care and Attention | None | Eachelhurst Road | Eachelhurst Road | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | Yes - Via Email | 52.5376965 | -1.80033 | |
| 18100 | op-snap---monthly-publication-march-2025.pdf | 1857 | 2025-03 | Car | Seat | Leon | Grey | Driving without Due Care and Attention | None | Lichfield Road | Lichfield Road | Sutton Coldfield | Sutton Coldfield | Court | N/A | Yes - Via Email | 52.5872149 | -1.8300386 | |
| 18163 | op-snap---monthly-publication-march-2025.pdf | 1920 | 2025-03 | Car | Ford | PUMA | Black | Driving without Due Care and Attention | None | CHESTER ROAD | Chester Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | Yes - Via Email | 52.5359496 | -1.8324115 | |
| 18410 | op-snap---monthly-publication-march-2025.pdf | 2167 | 2025-03 | Car | Seat | Leon | Black | Driving without Due Care and Attention | None | Thimble End Road | Thimble End Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5523209 | -1.7936899 | |
| 18446 | op-snap---monthly-publication-march-2025.pdf | 2203 | 2025-03 | Pedal Bike | Hyundai | Tucson | Brown | Driving without Due Care and Attention | None | Lichfield Road | Lichfield Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | Yes - Via Email | 52.5872149 | -1.8300386 |
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);