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'}
6 rows where council_area = "Walsall", disposal = "Education" and vehicle_make = "Renault" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour
reporter_transport_mode 3
- Car 4
- Pedal Bike 1
- Pedestrian 1
offence 3
vehicle_make 1
- Renault · 6 ✖
disposal 1
- Education · 6 ✖
council_area 1
- Walsall · 6 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8598 | op-snap---monthly-publication-february-2026.pdf | 1345 | 2026-02 | Car | Renault | Clio | Grey | Contravening a Red Traffic Light | None | Green Lane | Green Lane | Walsall | Walsall | Education | N/A | 52.5995834 | -1.9971273 | ||
| 11290 | op-snap---monthly-publication-january-2026.pdf | 751 | 2026-01 | Car | Renault | Austral | White | Driving without Reasonable Consideration | None | Bescor Road M6 j9 | Bescor Road M6 j9 | Walsall | Walsall | Education | N/A | ||||
| 20697 | op-snap---monthly-publication-november-2025.pdf | 239 | 2025-11 | Car | Renault | Megane | Black | Driving without Reasonable Consideration | None | M6 10A | M6 10A | Walsall | Walsall | Education | N/A | 52.6082749 | -2.021764 | ||
| 2365 | op-snap---monthly-publication-august-2025.pdf | 340 | 2025-08 | Pedal Bike | Renault | Scenic | Grey | Driving without Due Care and Attention | None | Vicarage Road | Vicarage Road | Walsall | Walsall | Education | N/A | 52.64682 | -1.9259844 | ||
| 14547 | op-snap---monthly-publication-june-2025.pdf | 476 | 2025-06 | Pedestrian | Renault | Trafic | Beige | Contravening a Red Traffic Light | None | Daw End Lane | Daw End Lane | Walsall | Walsall | Education | N/A | 52.6068849 | -1.9611652 | ||
| 19125 | op-snap---monthly-publication-may-2025.pdf | 487 | 2025-05 | Car | Renault | Megane | Silver | Driving without Due Care and Attention | None | Ashmore Lake Road | Ashmore Lake Road | Walsall | Walsall | Education | N/A | 52.5961284 | -2.0497272 |
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);