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'}
9 rows where council_area = "Sandwell", month = "2025-04" and offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale, latitude, longitude
vehicle_make 6
- Mercedes-Benz 2
- Volkswagen 2
- Fiat 1
- Ford 1
- Hyundai 1
- Volvo 1
reporter_transport_mode 4
- Pedal Bike 3
- Pedestrian 3
- Car 2
- Van 1
disposal 2
- NFA 8
- Warning Letter 1
offence 1
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 9 ✖
month 1
- 2025-04 · 9 ✖
council_area 1
- Sandwell · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 15 | op-snap---monthly-publication-april-2025.pdf | 14 | 2025-04 | Pedestrian | Hyundai | Iload | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Stanley Road | Stanley Road | Sandwell | Sandwell | NFA | No Offence | 52.4660948 | -1.9948939 | ||
| 260 | op-snap---monthly-publication-april-2025.pdf | 259 | 2025-04 | Pedestrian | Mercedes-Benz | Vito | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Oak Road | Oak Road | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.5164198 | -2.0032669 | ||
| 270 | op-snap---monthly-publication-april-2025.pdf | 269 | 2025-04 | Pedestrian | Mercedes-Benz | Sprinter | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Causeway Green Rd | Causeway Green Road | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.4831146 | -2.0169818 | ||
| 473 | op-snap---monthly-publication-april-2025.pdf | 472 | 2025-04 | Pedal Bike | Volvo | Bus | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Friar Park Road, Wednesbury | Friar Park Road, Wednesbury | Sandwell | Sandwell | Warning Letter | N/A | 52.5538676 | -1.9965667 | ||
| 563 | op-snap---monthly-publication-april-2025.pdf | 562 | 2025-04 | Pedal Bike | Volkswagen | Polo | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Friar Park Road | Friar Park Road | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.5538676 | -1.9965667 | ||
| 1490 | op-snap---monthly-publication-april-2025.pdf | 1489 | 2025-04 | Pedal Bike | Fiat | Panda | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Pound Road , Wednesbury | Pound Road , Wednesbury | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.5541213 | -2.0098297 | ||
| 1524 | op-snap---monthly-publication-april-2025.pdf | 1523 | 2025-04 | Van | Volkswagen | NP | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Adams Stret , West bromwich | Adams Stret , West bromwich | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | ||||
| 1784 | op-snap---monthly-publication-april-2025.pdf | 1783 | 2025-04 | Car | NP | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | High STreet , Smethwick | High STreet , Smethwick | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.4932939 | -1.9686077 | |||
| 1798 | op-snap---monthly-publication-april-2025.pdf | 1797 | 2025-04 | Car | Ford | NP | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Rotten Park Road , Smethwick | Rotten Park Road , Smethwick | Sandwell | Sandwell | NFA | Outside of 14 Days NIP |
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);