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'}
10 rows where council_area = "Walsall", disposal = "NFA" and vehicle_make = "Peugeot" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, nfa_rationale
offence 5
reporter_transport_mode 2
- Car 8
- Pedestrian 2
vehicle_make 1
- Peugeot · 10 ✖
disposal 1
- NFA · 10 ✖
council_area 1
- Walsall · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4387 | op-snap---monthly-publication-december-2025.pdf | 515 | 2025-12 | Car | Peugeot | Boxer | Silver | Contravening a Red Traffic Light | None | Hall Lane | Hall Lane | Walsall | Walsall | NFA | No Independent Evidence Available | 52.6255445 | -1.9722185 | ||
| 22401 | op-snap---monthly-publication-october-2025.pdf | 351 | 2025-10 | Car | Peugeot | Expert | White | Contravene Lane Closure Red X | None | Park Lane | Park Lane | Walsall | Walsall | NFA | Outside of 14 DAYS Late Submission | 52.5703934 | -2.0184 | ||
| 2837 | op-snap---monthly-publication-august-2025.pdf | 812 | 2025-08 | Car | Peugeot | 208 | Orange | Contravening a Red Traffic Light | None | Walsall Road | Walsall Road | Walsall | Walsall | NFA | Outside of 14 DAYS Late Submission | 52.6166864 | -1.9660822 | ||
| 12153 | op-snap---monthly-publication-july-2025.pdf | 205 | 2025-07 | Pedestrian | Peugeot | Expert | Blue | Contravening a Red Traffic Light | None | McDonalds, Walsall | Mc Donalds, Walsall | Walsall | Walsall | NFA | Outside of 14 Days NIP | ||||
| 20393 | op-snap---monthly-publication-may-2025.pdf | 1755 | 2025-05 | Car | Peugeot | Expert | Black | Misc - Non Traffic Offences | None | Bosty Lane | Bosty Lane | Walsall | Walsall | NFA | No Offence | 52.5948329 | -1.927787 | ||
| 806 | op-snap---monthly-publication-april-2025.pdf | 805 | 2025-04 | Pedestrian | Peugeot | 308.. | Blue | Contravening a Red Traffic Light | None | Daw End Lane | Daw End Lane | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.6068849 | -1.9611652 | ||
| 1189 | op-snap---monthly-publication-april-2025.pdf | 1188 | 2025-04 | Car | Peugeot | 3008 | Black | Driving without Reasonable Consideration | None | Bloxwich from leamore direction | Bloxwich from leamore direction | Walsall | Walsall | NFA | Outside of 14 Days NIP | ||||
| 17703 | op-snap---monthly-publication-march-2025.pdf | 1460 | 2025-03 | Car | Peugeot | 207.. | Red | Driving without Due Care and Attention | None | Old Birchills, Walsall | Old Birchills, Walsall | Walsall | Walsall | NFA | No VRM | Yes - Via Email | 52.5927031 | -1.9924842 | |
| 17955 | op-snap---monthly-publication-march-2025.pdf | 1712 | 2025-03 | Car | Peugeot | 308... | White | Driving without Due Care and Attention | None | U/K - Details only given as `Bloxwich` | U/K - Details only given as `Bloxwich` | Walsall | Walsall | NFA | No VRM | Yes - Via Email | |||
| 10083 | op-snap---monthly-publication-january-2025.pdf | 1191 | 2025-01 | Car | Peugeot | 5008 | White | Contravening a Red Traffic Light | None | Watling Street, Brownhills | Watling Street, Brownhills | Walsall | Walsall | NFA | No Independent Evidence Available | Yes - Via Email | 52.6562907 | -1.9111505 |
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);