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'}
12 rows where month = "2025-07", 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, second_offence, council_area_raw, nfa_rationale
council_area 6
- Birmingham 5
- Dudley 2
- Sandwell 2
- Coventry 1
- Out of Force Area 1
- Walsall 1
disposal 5
- NFA 5
- Education 2
- Fixed Penalty 2
- Warning Letter 2
- Court 1
reporter_transport_mode 4
- Car 7
- Other 2
- Pedal Bike 2
- Pedestrian 1
vehicle_make 1
- Hyundai · 12 ✖
offence 1
- Driving without Due Care and Attention · 12 ✖
month 1
- 2025-07 · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 12037 | op-snap---monthly-publication-july-2025.pdf | 89 | 2025-07 | Car | Hyundai | I20 | Grey | Driving without Due Care and Attention | None | SHardend Crescent | SHardend Crescent | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 12136 | op-snap---monthly-publication-july-2025.pdf | 188 | 2025-07 | Car | Hyundai | Kona | Black | Driving without Due Care and Attention | None | A45 | A45 | Coventry | Coventry | Education | N/A | ||||
| 12244 | op-snap---monthly-publication-july-2025.pdf | 296 | 2025-07 | Pedal Bike | Hyundai | I10 | Red | Driving without Due Care and Attention | None | Shenley Hill | Shenley Hill | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4267534 | -1.9790765 | ||
| 12498 | op-snap---monthly-publication-july-2025.pdf | 550 | 2025-07 | Other | Hyundai | i20 | Grey | Driving without Due Care and Attention | No Insurance | Main Car Park, Waterfront | Main Car Park, Waterfront | Sandwell | Sandwell | Court | N/A | ||||
| 12660 | op-snap---monthly-publication-july-2025.pdf | 712 | 2025-07 | Car | Hyundai | i10 | Red | Driving without Due Care and Attention | None | M6 north J8 | M6 north J8 | Walsall | Walsall | NFA | Outside of 14 Days NIP | ||||
| 12795 | op-snap---monthly-publication-july-2025.pdf | 847 | 2025-07 | Car | Hyundai | Kona | Grey | Driving without Due Care and Attention | None | M5 South (Frankley Services) | M5 South (Frankley Services) | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 12882 | op-snap---monthly-publication-july-2025.pdf | 934 | 2025-07 | Car | Hyundai | I20.. | White | Driving without Due Care and Attention | None | Walsall Road | Walsall Road | Birmingham | Birmingham | NFA | No Offence | 52.5919543 | -1.8517118 | ||
| 12974 | op-snap---monthly-publication-july-2025.pdf | 1026 | 2025-07 | Car | Hyundai | I30.. | Blue | Driving without Due Care and Attention | None | Wagon Lane | Wagon Lane | Birmingham | Birmingham | NFA | No Offence | 52.4546868 | -1.793848 | ||
| 13026 | op-snap---monthly-publication-july-2025.pdf | 1078 | 2025-07 | Car | Hyundai | i10 | White | Driving without Due Care and Attention | None | Sandwell | Sandwell | Education | N/A | ||||||
| 13164 | op-snap---monthly-publication-july-2025.pdf | 1216 | 2025-07 | Other | Hyundai | i10 | White | Driving without Due Care and Attention | None | Waterfront way | Waterfront way | Dudley | Dudley | Fixed Penalty | N/A | 52.4879006 | -2.1188734 | ||
| 13681 | op-snap---monthly-publication-july-2025.pdf | 1733 | 2025-07 | Pedestrian | Hyundai | Kona | Grey | Driving without Due Care and Attention | None | Norwood Road | Norwood Road | Dudley | Dudley | Warning Letter | N/A | 52.4831397 | -2.1309273 | ||
| 13922 | op-snap---monthly-publication-july-2025.pdf | 1974 | 2025-07 | Pedal Bike | Hyundai | I20 | White | Driving without Due Care and Attention | None | Metchley Lane | Metchley Lane | Birmingham | Birmingham | Warning Letter | N/A | 52.4552055 | -1.9461279 |
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);