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-01" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, nfa_rationale
disposal 5
- Education 4
- Court 1
- Fixed Penalty 1
- NFA 1
- Warning Letter 1
reporter_transport_mode 3
- Car 4
- Pedal Bike 3
- Pedestrian 1
offence 3
vehicle_make 1
- Ford · 8 ✖
month 1
- 2025-01 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 9299 | op-snap---monthly-publication-january-2025.pdf | 407 | 2025-01 | Car | Ford | Transit | White | Contravening a Red Traffic Light | None | Wood Green Road | Wood Green Road | Walsall | Walsall | Education | N/A | Yes - Via Email | 52.6248989 | -1.9343969 | |
| 9326 | op-snap---monthly-publication-january-2025.pdf | 434 | 2025-01 | Pedal Bike | Ford | Transit 100 | White | Driving without Reasonable Consideration | None | Walsall Road | Walsall Road | Walsall | Walsall | Education | N/A | Yes - Via Email | 52.6166864 | -1.9660822 | |
| 9432 | op-snap---monthly-publication-january-2025.pdf | 540 | 2025-01 | Car | Ford | FIESTA | Red | Using a Mobile Phone Whilst Driving | None | M6 NORTH 10 TO 10A | M6 North 10 To 10A | Walsall | Walsall | NFA | Misc Inc Crimes | Yes - Via Email | |||
| 9799 | op-snap---monthly-publication-january-2025.pdf | 907 | 2025-01 | Pedal Bike | Ford | Transit | White | Driving without Reasonable Consideration | None | Darlaston Lane | Darlaston Lane | Walsall | Walsall | Education | N/A | Yes - Via Email | 52.5729048 | -2.0548757 | |
| 9831 | op-snap---monthly-publication-january-2025.pdf | 939 | 2025-01 | Pedal Bike | Ford | Transit | Black | Driving without Reasonable Consideration | None | Essington Road | Essington Road | Walsall | Walsall | Education | N/A | Yes - Via Email | 52.6208408 | -2.0475216 | |
| 9874 | op-snap---monthly-publication-january-2025.pdf | 982 | 2025-01 | Car | Ford | Transit | White | Using a Mobile Phone Whilst Driving | None | PLeck Road | PLeck Road | Walsall | Walsall | Warning Letter | N/A | Yes - Via Email | 52.5827033 | -1.9960274 | |
| 10054 | op-snap---monthly-publication-january-2025.pdf | 1162 | 2025-01 | Pedestrian | Ford | Transit | White | Contravening a Red Traffic Light | None | Station Road | Station Road | Walsall | Walsall | Fixed Penalty | N/A | Yes - Via Email | 52.6281831 | -1.9664494 | |
| 10095 | op-snap---monthly-publication-january-2025.pdf | 1203 | 2025-01 | Car | Ford | TRANSIT | White | Contravening a Red Traffic Light | No Insurance | M6 JCT 10 | M6 Jct 10 | Walsall | Walsall | Court | N/A | Yes - Via Email | 52.6760749 | -2.0862582 |
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);