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'}
11 rows where council_area = "Walsall", offence = "Contravening a Red Traffic Light" and vehicle_make = "Land Rover" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
disposal 4
reporter_transport_mode 3
- Car 6
- Pedestrian 3
- Pedal Bike 2
vehicle_make 1
- Land Rover · 11 ✖
offence 1
- Contravening a Red Traffic Light · 11 ✖
council_area 1
- Walsall · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 24127 | op-snap---monthly-publication-september-2025.pdf | 346 | 2025-09 | Car | Land Rover | Sport | Black | Contravening a Red Traffic Light | None | Field Lane Bloxwich | Field Lane Bloxwich | Walsall | Walsall | NFA | Outside of 14 DAYS Late Submission | 52.6235236 | -1.9592167 | ||
| 24307 | op-snap---monthly-publication-september-2025.pdf | 526 | 2025-09 | Car | Land Rover | Discovery | White | Contravening a Red Traffic Light | None | Walstead Road | Walstead Road | Walsall | Walsall | NFA | Outside of 14 DAYS Late Submission | 52.5648629 | -1.9517624 | ||
| 18772 | op-snap---monthly-publication-may-2025.pdf | 134 | 2025-05 | Car | Land Rover | Range Rover | Green | Contravening a Red Traffic Light | None | Broadway Walsall | Broadway Walsall | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.5719937 | -1.9639882 | ||
| 19032 | op-snap---monthly-publication-may-2025.pdf | 394 | 2025-05 | Pedestrian | Land Rover | Range Rover | Black | Contravening a Red Traffic Light | None | Lichfield Street | Lichfield Street | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.5882772 | -1.9761264 | ||
| 1120 | op-snap---monthly-publication-april-2025.pdf | 1119 | 2025-04 | Car | Land Rover | Black | Contravening a Red Traffic Light | None | Middlemore Lane , Walsall | Middlemore Lane , Walsall | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.6046656 | -1.9262024 | |||
| 1597 | op-snap---monthly-publication-april-2025.pdf | 1596 | 2025-04 | Car | Land Rover | NP | Black | Contravening a Red Traffic Light | None | A4148 Junction of stafford street walsall | Junction of stafford street walsall | Walsall | Walsall | NFA | Outside of 14 Days NIP | ||||
| 16618 | op-snap---monthly-publication-march-2025.pdf | 375 | 2025-03 | Pedestrian | Land Rover | Velar | Grey | Contravening a Red Traffic Light | None | Dw End Lane | Dw End Lane | Walsall | Walsall | Fixed Penalty | N/A | Yes - Via Email | |||
| 16659 | op-snap---monthly-publication-march-2025.pdf | 416 | 2025-03 | Car | Land Rover | Black | Contravening a Red Traffic Light | Keeping a vehicle with registration marks obscured | Birmingham Road | Birmingham Road | Metropolitan Borough of Walsall | Walsall | Other Action Taken | N/A | Yes - Via Email | 52.5723244 | -1.9607214 | ||
| 17269 | op-snap---monthly-publication-march-2025.pdf | 1026 | 2025-03 | Pedestrian | Land Rover | Range Rover | Silver | Contravening a Red Traffic Light | None | Daw End Lane | Daw End Lane | Walsall | Walsall | Fixed Penalty | N/A | Yes - Via Email | 52.6068849 | -1.9611652 | |
| 18041 | op-snap---monthly-publication-march-2025.pdf | 1798 | 2025-03 | Pedal Bike | Land Rover | Range Rover | Black | Contravening a Red Traffic Light | None | Daw End Lane | Daw End Lane | Walsall | Walsall | Fixed Penalty | N/A | Yes - Via Email | 52.6068849 | -1.9611652 | |
| 18042 | op-snap---monthly-publication-march-2025.pdf | 1799 | 2025-03 | Pedal Bike | Land Rover | Grey | Contravening a Red Traffic Light | None | Daw End Lane | Daw End Lane | Walsall | Walsall | Warning Letter | N/A | Yes - Via Email | 52.6068849 | -1.9611652 |
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);