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 = "Sandwell", disposal = "NFA" and vehicle_make = "Citroen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, nfa_rationale
offence 7
- Using a Mobile Phone Whilst Driving 3
- Driving without Due Care and Attention 2
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Cause vehicle to be left in a dangerous position 1
- Contravening a Red Traffic Light 1
- Driving without Reasonable Consideration 1
- Misc - Non Traffic Offences 1
reporter_transport_mode 3
- Car 7
- Pedestrian 2
- Pedal Bike 1
vehicle_make 1
- Citroen · 10 ✖
disposal 1
- NFA · 10 ✖
council_area 1
- Sandwell · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23337 | op-snap---monthly-publication-october-2025.pdf | 1287 | 2025-10 | Car | Citroen | Berlingo | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Silverthorne lane | Silverthorne lane | Sandwell | Sandwell | NFA | Misc Inc Crimes | 52.4717176 | -2.0899806 | ||
| 24104 | op-snap---monthly-publication-september-2025.pdf | 323 | 2025-09 | Car | Citroen | C3.. | Grey | Driving without Due Care and Attention | None | M5 | M5 | Sandwell | Sandwell | NFA | No Offence | ||||
| 24248 | op-snap---monthly-publication-september-2025.pdf | 467 | 2025-09 | Car | Citroen | C3 | White | Using a Mobile Phone Whilst Driving | None | Grange Road, Halesowen | Grange Road, Halesowen | Sandwell | Sandwell | NFA | No Independent Evidence Available | ||||
| 24391 | op-snap---monthly-publication-september-2025.pdf | 610 | 2025-09 | Car | Citroen | Berlingo | White | Driving without Due Care and Attention | None | Dudley Road | Dudley Road | Sandwell | Sandwell | NFA | No VRM | 52.4877352 | -1.9494469 | ||
| 15515 | op-snap---monthly-publication-june-2025.pdf | 1444 | 2025-06 | Pedestrian | Citroen | Berlingo | White | Using a Mobile Phone Whilst Driving | None | Cranhall Lane | Cranhall Lane | Sandwell | Sandwell | NFA | No Independent Evidence Available | ||||
| 15696 | op-snap---monthly-publication-june-2025.pdf | 1625 | 2025-06 | Car | Citroen | C4 | White | Using a Mobile Phone Whilst Driving | None | All Saints Way | All Saints Way | Sandwell | Sandwell | NFA | No Offence | 52.5344405 | -1.985568 | ||
| 15802 | op-snap---monthly-publication-june-2025.pdf | 1731 | 2025-06 | Pedestrian | Citroen | Berlingo | Black | Cause vehicle to be left in a dangerous position | None | Castle Road East | Castle Road East | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.4687472 | -1.9893922 | ||
| 19068 | op-snap---monthly-publication-may-2025.pdf | 430 | 2025-05 | Car | Citroen | BERLINGO | Grey | Contravening a Red Traffic Light | None | BLACK COUNTRY NEW ROAD | Black Country New Road | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.5527191 | -2.0312967 | ||
| 1489 | op-snap---monthly-publication-april-2025.pdf | 1488 | 2025-04 | Pedal Bike | Citroen | C3 | Black | Driving without Reasonable Consideration | None | Crankhall Lane , Wednesbury | Crankhall Lane , Wednesbury | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.5562019 | -2.0028056 | ||
| 6039 | op-snap---monthly-publication-february-2025.pdf | 856 | 2025-02 | Car | Citroen | Berlingo | White | Misc - Non Traffic Offences | None | A457 Oldbury | Oldbury | Sandwell | Sandwell | NFA | No Independent Evidence Available | Yes - Via Email | 52.5039074 | -2.0163917 |
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);