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 = "Birmingham", offence = "Cause unnecessary obstruction by motor vehicle" and vehicle_make = "Peugeot" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour
reporter_transport_mode 2
- Pedestrian 8
- Car 3
vehicle_make 1
- Peugeot · 11 ✖
offence 1
- Cause unnecessary obstruction by motor vehicle · 11 ✖
month 1
- 2025-09 11
disposal 1
council_area 1
- Birmingham · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 24958 | op-snap---monthly-publication-september-2025.pdf | 1177 | 2025-09 | Pedestrian | Peugeot | 2008 GT | Grey | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Alcester Road | Alcester Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4470686 | -1.8880749 | ||
| 25023 | op-snap---monthly-publication-september-2025.pdf | 1242 | 2025-09 | Car | Peugeot | 5008 | Brown | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Wolverhampton Road | Wolverhampton Road | Birmingham | Birmingham | Warning Letter | N/A | 52.463146 | -1.9844677 | ||
| 25059 | op-snap---monthly-publication-september-2025.pdf | 1278 | 2025-09 | Pedestrian | Peugeot | 3008 | Black | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Mackadown Lane | Mackadown Lane | Birmingham | Birmingham | Warning Letter | N/A | 52.4708415 | -1.7675939 | ||
| 25091 | op-snap---monthly-publication-september-2025.pdf | 1310 | 2025-09 | Car | Peugeot | 3008 | Blue | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | lozells road | Lozells Road | Birmingham | Birmingham | Warning Letter | N/A | 52.502683 | -1.9033516 | ||
| 25255 | op-snap---monthly-publication-september-2025.pdf | 1474 | 2025-09 | Car | Peugeot | 207 | Grey | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Selly Oak Road | Selly Oak Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4263875 | -1.9397954 | ||
| 25313 | op-snap---monthly-publication-september-2025.pdf | 1532 | 2025-09 | Pedestrian | Peugeot | 107 | Red | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Jersey Road | Jersey Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4887633 | -1.8593127 | ||
| 25322 | op-snap---monthly-publication-september-2025.pdf | 1541 | 2025-09 | Pedestrian | Peugeot | 2008GT | Blue | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Sutton Road | Sutton Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5332377 | -1.8293546 | ||
| 25425 | op-snap---monthly-publication-september-2025.pdf | 1644 | 2025-09 | Pedestrian | Peugeot | 208 Allure | Orange | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Hamstead Road | Hamstead Road | Birmingham | Birmingham | Warning Letter | N/A | 52.505832 | -1.92002 | ||
| 25519 | op-snap---monthly-publication-september-2025.pdf | 1738 | 2025-09 | Pedestrian | Peugeot | 3008 | White | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | bunbury road | Bunbury Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4142089 | -1.9587147 | ||
| 25528 | op-snap---monthly-publication-september-2025.pdf | 1747 | 2025-09 | Pedestrian | Peugeot | 2008 | Grey | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | hall green | Hall Green | Birmingham | Birmingham | Warning Letter | N/A | 52.4285007 | -1.840403 | ||
| 25544 | op-snap---monthly-publication-september-2025.pdf | 1763 | 2025-09 | Pedestrian | Peugeot | 107 | Red | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Birmingham | Birmingham | Warning Letter | N/A |
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);