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 = "Sandwell", offence = "Contravening a Red Traffic Light" and vehicle_make = "Peugeot" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, nfa_rationale
disposal 4
- NFA 6
- Education 3
- Court 1
- Fixed Penalty 1
reporter_transport_mode 3
- Car 9
- Pedal Bike 1
- Pedestrian 1
vehicle_make 1
- Peugeot · 11 ✖
offence 1
- Contravening a Red Traffic Light · 11 ✖
council_area 1
- Sandwell · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7848 | op-snap---monthly-publication-february-2026.pdf | 595 | 2026-02 | Car | Peugeot | Partner | White | Contravening a Red Traffic Light | None | Rounds Green Road | Rounds Green Road | Sandwell | Sandwell | Fixed Penalty | N/A | 52.5020873 | -2.0262185 | ||
| 8538 | op-snap---monthly-publication-february-2026.pdf | 1285 | 2026-02 | Car | Peugeot | 207 | Blue | Contravening a Red Traffic Light | None | New Birmingham Road | New Birmingham Road | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.5113475 | -2.0508304 | ||
| 11885 | op-snap---monthly-publication-january-2026.pdf | 1346 | 2026-01 | Car | Peugeot | 207.. | Blue | Contravening a Red Traffic Light | No Insurance | Wolverhampton Road | Wolverhampton Road | Sandwell | Sandwell | Court | N/A | 52.4702299 | -1.9948976 | ||
| 20522 | op-snap---monthly-publication-november-2025.pdf | 64 | 2025-11 | Car | Peugeot | Rifter | Black | Contravening a Red Traffic Light | None | Horesley Road, Tipton | Horesley Road, Tipton | Sandwell | Sandwell | NFA | Not in Public Interest | ||||
| 21267 | op-snap---monthly-publication-november-2025.pdf | 809 | 2025-11 | Car | Peugeot | 5008 | Black | Contravening a Red Traffic Light | None | Pheonix Street | Pheonix Street | Sandwell | Sandwell | Education | N/A | ||||
| 22381 | op-snap---monthly-publication-october-2025.pdf | 331 | 2025-10 | Car | Peugeot | Partner | White | Contravening a Red Traffic Light | No vehicle excise licence | High Street Cape Hill | High Street Cape Hill | Sandwell | Sandwell | Education | N/A | 52.4903229 | -1.9673591 | ||
| 22855 | op-snap---monthly-publication-october-2025.pdf | 805 | 2025-10 | Car | Peugeot | Partner | White | Contravening a Red Traffic Light | None | Birchley Islans | Birchley Islans | Sandwell | Sandwell | NFA | No Independent Evidence Available | ||||
| 12006 | op-snap---monthly-publication-july-2025.pdf | 58 | 2025-07 | Pedal Bike | Peugeot | 308 | Grey | Contravening a Red Traffic Light | None | Beauty Bank | Beauty Bank | Sandwell | Sandwell | NFA | No Offence | 52.4707042 | -2.0596027 | ||
| 12358 | op-snap---monthly-publication-july-2025.pdf | 410 | 2025-07 | Car | Peugeot | 3008 | Black | Contravening a Red Traffic Light | None | Wolverhampton Road, Oldbury | Wolverhampton Road, Oldbury | Sandwell | Sandwell | Education | N/A | 52.5028787 | -2.0328384 | ||
| 330 | op-snap---monthly-publication-april-2025.pdf | 329 | 2025-04 | Car | Peugeot | Rifter | Grey | Contravening a Red Traffic Light | None | Wolverhampton Road Oldbury | Wolverhampton Road Oldbury | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.5010052 | -2.0306321 | ||
| 1811 | op-snap---monthly-publication-april-2025.pdf | 1810 | 2025-04 | Pedestrian | Peugeot | NP | Black | Contravening a Red Traffic Light | None | All saints way | All saints way | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.5344405 | -1.985568 |
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);