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 = "NFA" and vehicle_make = "Nissan" 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, nfa_rationale, latitude, longitude
offence 7
- Cause vehicle to be left in a dangerous position 3
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
- Using a Mobile Phone Whilst Driving 2
- Contravening a Red Traffic Light 1
- Driving without Due Care and Attention 1
- Misc - Non Traffic Offences 1
- Stop a vehicle within pelican pedestrian crossing limits 1
reporter_transport_mode 4
- Pedestrian 5
- Car 4
- Bus 1
- Other 1
vehicle_make 1
- Nissan · 11 ✖
disposal 1
- NFA · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10758 | op-snap---monthly-publication-january-2026.pdf | 219 | 2026-01 | Pedestrian | Nissan | Juke | Black | Stop a vehicle within pelican pedestrian crossing limits | None | Regent Road | Regent Road | Sandwell | Sandwell | NFA | No Offence | 52.5106406 | -2.0559963 | ||
| 11146 | op-snap---monthly-publication-january-2026.pdf | 607 | 2026-01 | Pedestrian | Nissan | Juke | Yellow | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Regent Road | Regent Road | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.5106406 | -2.0559963 | ||
| 4218 | op-snap---monthly-publication-december-2025.pdf | 346 | 2025-12 | Pedestrian | Nissan | Airya | Grey | Cause vehicle to be left in a dangerous position | None | Barclay Road | Barclay Road | Sandwell | Sandwell | NFA | Misc Inc Crimes | 52.4722765 | -1.9787531 | ||
| 5123 | op-snap---monthly-publication-december-2025.pdf | 1251 | 2025-12 | Car | Nissan | Qashqai | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Sedgley Road West | Sedgley Road West | Sandwell | Sandwell | NFA | N/A | 52.5296941 | -2.0777252 | ||
| 21366 | op-snap---monthly-publication-november-2025.pdf | 908 | 2025-11 | Other | Nissan | Qashqai | Purple | Using a Mobile Phone Whilst Driving | None | Southgate, Cradley Heath | Southgate, Cradley Heath | Sandwell | Sandwell | NFA | Not in Public Interest | 52.4705111 | -2.0807857 | ||
| 21550 | op-snap---monthly-publication-november-2025.pdf | 1092 | 2025-11 | Bus | Nissan | Micra | Grey | Contravening a Red Traffic Light | None | Sandon Road, Bearwood | Sandon Road, Bearwood | Sandwell | Sandwell | NFA | No VRM | 52.4767779 | -1.9690071 | ||
| 22503 | op-snap---monthly-publication-october-2025.pdf | 453 | 2025-10 | Car | Nissan | Note | Silver | Driving without Due Care and Attention | No Insurance | Cradley Heath train station | Cradley Heath train station | Sandwell | Sandwell | NFA | Misc Inc Crimes | ||||
| 12801 | op-snap---monthly-publication-july-2025.pdf | 853 | 2025-07 | Car | Nissan | Juke | Black | Using a Mobile Phone Whilst Driving | None | New Swan Lane | New Swan Lane | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.5293372 | -2.0107584 | ||
| 14648 | op-snap---monthly-publication-june-2025.pdf | 577 | 2025-06 | Pedestrian | Nissan | Qashqai | 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 | ||
| 16000 | op-snap---monthly-publication-june-2025.pdf | 1929 | 2025-06 | Pedestrian | Nissan | Qashqai | 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 | ||
| 9547 | op-snap---monthly-publication-january-2025.pdf | 655 | 2025-01 | Car | Nissan | Qashqai | Grey | Misc - Non Traffic Offences | None | Island Road | Island Road | Sandwell | Sandwell | NFA | No Offence | Yes - Via Email | 52.4634433 | -1.9965278 |
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);