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'}
8 rows where council_area = "Walsall", month = "2025-07" and vehicle_make = "Mercedes-Benz" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, latitude, longitude
offence 4
reporter_transport_mode 2
- Car 6
- Pedestrian 2
disposal 2
vehicle_make 1
- Mercedes-Benz · 8 ✖
month 1
- 2025-07 · 8 ✖
council_area 1
- Walsall · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 12335 | op-snap---monthly-publication-july-2025.pdf | 387 | 2025-07 | Car | Mercedes-Benz | A180 | Black | Driving without Due Care and Attention | None | Wolverhampton Road | Wolverhampton Road | Walsall | Walsall | Education | N/A | 52.5867763 | -2.0104342 | ||
| 12549 | op-snap---monthly-publication-july-2025.pdf | 601 | 2025-07 | Car | Mercedes-Benz | C220 | Grey | Contravening a Red Traffic Light | None | Norton Road | Norton Road | Walsall | Walsall | Education | N/A | 52.6260635 | -1.9672945 | ||
| 12550 | op-snap---monthly-publication-july-2025.pdf | 602 | 2025-07 | Car | Mercedes-Benz | 180 | Blue | Contravening a Red Traffic Light | None | Norton Road | Norton Road | Walsall | Walsall | Education | N/A | 52.6260635 | -1.9672945 | ||
| 12691 | op-snap---monthly-publication-july-2025.pdf | 743 | 2025-07 | Car | Mercedes-Benz | Sprinter | White | Contravening a Red Traffic Light | None | Blue Lane West | Blue Lane West | Walsall | Walsall | Education | N/A | 52.5880833 | -1.9891415 | ||
| 13375 | op-snap---monthly-publication-july-2025.pdf | 1427 | 2025-07 | Car | Mercedes-Benz | SLK 200 | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Oak Park Road | Oak Park Road | Walsall | Walsall | Warning Letter | N/A | 52.6322981 | -1.9294669 | ||
| 13598 | op-snap---monthly-publication-july-2025.pdf | 1650 | 2025-07 | Pedestrian | Mercedes-Benz | C63 | White | Cause vehicle to be left in a dangerous position | No Insurance | Walstead Road | Walstead Road | Walsall | Walsall | Warning Letter | N/A | 52.5648629 | -1.9517624 | ||
| 13782 | op-snap---monthly-publication-july-2025.pdf | 1834 | 2025-07 | Car | Mercedes-Benz | A180 | Grey | Driving without Due Care and Attention | None | M6 Northbound between jct 9 and 10 | M6 Northbound between jct 9 and 10 | Walsall | Walsall | Warning Letter | N/A | 52.676119 | -2.0858425 | ||
| 14039 | op-snap---monthly-publication-july-2025.pdf | 2091 | 2025-07 | Pedestrian | Mercedes-Benz | C220 | Grey | Cause vehicle to be left in a dangerous position | None | Butts Lane, Walsall | Butts Lane, Walsall | Walsall | Walsall | Warning Letter | N/A | 52.5932553 | -1.9764743 |
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);