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'}
8 rows where disposal = "NFA", offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" and vehicle_make = "Jaguar" 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, council_area_raw, nfa_rationale, latitude, longitude
reporter_transport_mode 4
- Pedestrian 4
- Car 2
- Other 1
- Pedal Bike 1
council_area 4
- Birmingham 3
- Solihull 2
- Wolverhampton 2
- Coventry 1
vehicle_make 1
- Jaguar · 8 ✖
offence 1
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 8 ✖
disposal 1
- NFA · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7421 | op-snap---monthly-publication-february-2026.pdf | 168 | 2026-02 | Other | Jaguar | XF | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | St Pauls Square | Street Pauls Square | Birmingham | Birmingham | NFA | No Offence | ||||
| 3528 | op-snap---monthly-publication-august-2025.pdf | 1503 | 2025-08 | Pedestrian | Jaguar | XER | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | barnsley road | Barnsley Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4743497 | -1.965737 | ||
| 14970 | op-snap---monthly-publication-june-2025.pdf | 899 | 2025-06 | Pedestrian | Jaguar | xe | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Long Mill South | Long Mill South | Wolverhampton | Wolverhampton | NFA | Outside of 14 Days NIP | 52.6095019 | -2.0915196 | ||
| 15402 | op-snap---monthly-publication-june-2025.pdf | 1331 | 2025-06 | Pedestrian | Jaguar | XF | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Long Mill South | Long Mill South | Wolverhampton | Wolverhampton | NFA | Outside of 14 Days NIP | 52.6095019 | -2.0915196 | ||
| 19804 | op-snap---monthly-publication-may-2025.pdf | 1166 | 2025-05 | Pedal Bike | Jaguar | XE | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | The Barley Lea | The Barley Lea | Coventry | Coventry | NFA | No Offence | 52.3952661 | -1.4705187 | ||
| 19854 | op-snap---monthly-publication-may-2025.pdf | 1216 | 2025-05 | Pedestrian | Jaguar | S type | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Heaton Road | Heaton Road | Solihull | Solihull | NFA | No Independent Evidence Available | 52.4284827 | -1.7951002 | ||
| 6632 | op-snap---monthly-publication-february-2025.pdf | 1449 | 2025-02 | Car | Jaguar | XF | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Pierce Avenue Solihull | Pierce Avenue Solihull | Solihull | Solihull | NFA | No Offence | Yes - Via Email | 52.4456937 | -1.8044498 | |
| 9347 | op-snap---monthly-publication-january-2025.pdf | 455 | 2025-01 | Car | Jaguar | XJL | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | No Insurance | Mapleton Road | Mapleton Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | Yes - Via Email | 52.4278334 | -1.8282582 |
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);