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", disposal = "Education" and vehicle_make = "Peugeot" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, source_row, vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, latitude, longitude
offence 4
reporter_transport_mode 3
- Car 6
- Pedal Bike 3
- Pedestrian 2
vehicle_make 1
- Peugeot · 11 ✖
disposal 1
- Education · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11857 | op-snap---monthly-publication-january-2026.pdf | 1318 | 2026-01 | Pedestrian | Peugeot | 508 Allure | Grey | Cause vehicle to be left in a dangerous position | None | Regent Road | Regent Road | Sandwell | Sandwell | Education | N/A | 52.5106406 | -2.0559963 | ||
| 11858 | op-snap---monthly-publication-january-2026.pdf | 1319 | 2026-01 | Pedestrian | Peugeot | 508 Allure | Grey | Cause vehicle to be left in a dangerous position | None | Regent Road | Regent Road | Sandwell | Sandwell | Education | N/A | 52.5106406 | -2.0559963 | ||
| 20469 | op-snap---monthly-publication-november-2025.pdf | 11 | 2025-11 | Car | Peugeot | 2008 | Orange | Driving without Due Care and Attention | None | Great Bridge LIONS roundabout | Great Bridge LIONS roundabout | Sandwell | Sandwell | Education | N/A | ||||
| 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 | ||
| 24609 | op-snap---monthly-publication-september-2025.pdf | 828 | 2025-09 | Pedal Bike | Peugeot | Boxer van | White | Driving without Due Care and Attention | None | Newton Road | Newton Road | Sandwell | Sandwell | Education | N/A | 52.5428224 | -1.9569444 | ||
| 12279 | op-snap---monthly-publication-july-2025.pdf | 331 | 2025-07 | Car | Peugeot | 2008.... | Red | Driving without Due Care and Attention | None | M6 South Jct 7 | M6 South Junction 7 | Sandwell | Sandwell | Education | N/A | ||||
| 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 | ||
| 12555 | op-snap---monthly-publication-july-2025.pdf | 607 | 2025-07 | Car | Peugeot | Grey | Driving without Due Care and Attention | None | Churchbridge | Churchbridge | Sandwell | Sandwell | Education | N/A | 52.4938109 | -2.0217545 | |||
| 55 | op-snap---monthly-publication-april-2025.pdf | 54 | 2025-04 | Pedal Bike | Peugeot | 207 | Red | Driving without Reasonable Consideration | None | Sandon Road | Sandon Road | Sandwell | Sandwell | Education | N/A | 52.4763582 | -1.9676181 | ||
| 17448 | op-snap---monthly-publication-march-2025.pdf | 1205 | 2025-03 | Pedal Bike | Peugeot | 2008 | Black | Driving without Due Care and Attention | None | OLD PARK ROAD | Old Park Road | Sandwell | Sandwell | Education | N/A | Yes - Via Email | 52.5612071 | -2.0247828 |
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);