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'}
10 rows where month = "2025-03", offence = "Driving without Due Care and Attention" and vehicle_make = "Hyundai" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 6
- Birmingham 5
- Coventry 1
- Dudley 1
- Sandwell 1
- Solihull 1
- Sutton Coldfield 1
reporter_transport_mode 3
- Car 6
- Pedal Bike 3
- Other 1
disposal 3
vehicle_make 1
- Hyundai · 10 ✖
offence 1
- Driving without Due Care and Attention · 10 ✖
month 1
- 2025-03 · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16353 | op-snap---monthly-publication-march-2025.pdf | 110 | 2025-03 | Other | Hyundai | I10 | Blue | Driving without Due Care and Attention | None | Stone Steet | Stone Steet | Dudley | Dudley | Education | N/A | Yes - Via Email | |||
| 16365 | op-snap---monthly-publication-march-2025.pdf | 122 | 2025-03 | Car | Hyundai | I30 | White | Driving without Due Care and Attention | None | Dartmouth Circus | Dartmouth Circus | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4926487 | -1.8879638 | |
| 16729 | op-snap---monthly-publication-march-2025.pdf | 486 | 2025-03 | Car | Hyundai | I10. | White | Driving without Due Care and Attention | None | A47 Erdington (Near Fort Shopping Centre) | Erdington (Near Fort Shopping Centre) | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | |||
| 17111 | op-snap---monthly-publication-march-2025.pdf | 868 | 2025-03 | Car | Hyundai | IX40 | Red | Driving without Due Care and Attention | None | Newtown Middleway | Newtown Middleway | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4922617 | -1.8912734 | |
| 17380 | op-snap---monthly-publication-march-2025.pdf | 1137 | 2025-03 | Car | Hyundai | Getz | Blue | Driving without Due Care and Attention | None | Hurstcroft Road | Hurstcroft Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4830179 | -1.783876 | |
| 17512 | op-snap---monthly-publication-march-2025.pdf | 1269 | 2025-03 | Car | Hyundai | I30 | Grey | Driving without Due Care and Attention | None | M5 JCT 8 | M5 Jct 8 | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | |||
| 18443 | op-snap---monthly-publication-march-2025.pdf | 2200 | 2025-03 | Pedal Bike | Hyundai | i40 | Black | Driving without Due Care and Attention | None | Vecqueray street at Far Gosford Street | Vecqueray street at Far Gosford Street | Coventry | Coventry | Warning Letter | Outside of 14 DAYS Late Submission | Yes - Via Email | 52.4066697 | -1.4969077 | |
| 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 | |
| 18458 | op-snap---monthly-publication-march-2025.pdf | 2215 | 2025-03 | Car | Hyundai | Tucson | Grey | Driving without Due Care and Attention | None | WIDNEY ROAD | Widney Road | Solihull | Solihull | Warning Letter | Outside of 14 Days NIP | Yes - Via Email | 52.3795667 | -1.7478958 | |
| 18614 | op-snap---monthly-publication-march-2025.pdf | 2371 | 2025-03 | Pedal Bike | Hyundai | I 10.. | Blue | Driving without Due Care and Attention | None | Goodby Road | Goodby Road | Birmingham | Birmingham | Warning Letter | Outside of 14 Days NIP | Yes - Via Email | 52.4463558 | -1.9039231 |
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);