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 month = "2025-08", offence = "Cause vehicle to be left in a dangerous position" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
council_area 4
- Birmingham 7
- Coventry 1
- Out of Force Area 1
- Sandwell 1
reporter_transport_mode 3
- Car 5
- Pedestrian 4
- Pedal Bike 1
disposal 2
- Warning Letter 8
- NFA 2
vehicle_make 1
- Audi · 10 ✖
offence 1
- Cause vehicle to be left in a dangerous position · 10 ✖
month 1
- 2025-08 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3239 | op-snap---monthly-publication-august-2025.pdf | 1214 | 2025-08 | Pedestrian | Audi | A3 | Blue | Cause vehicle to be left in a dangerous position | None | Barnsley Road | Barnsley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4743497 | -1.965737 | ||
| 3255 | op-snap---monthly-publication-august-2025.pdf | 1230 | 2025-08 | Pedestrian | Audi | A3 | Silver | Cause vehicle to be left in a dangerous position | None | Bridge Street, Evesham | Bridge Street, Evesham | Out of Force Are | Out of Force Area | NFA | Out of Force | ||||
| 3261 | op-snap---monthly-publication-august-2025.pdf | 1236 | 2025-08 | Pedal Bike | Audi | A6 | Red | Cause vehicle to be left in a dangerous position | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Warning Letter | N/A | 52.4221152 | -1.4959475 | ||
| 3291 | op-snap---monthly-publication-august-2025.pdf | 1266 | 2025-08 | Pedestrian | Audi | RSQ3 | Grey | Cause vehicle to be left in a dangerous position | None | Kingstanding Rd | Kingstanding Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5521118 | -1.8845138 | ||
| 3319 | op-snap---monthly-publication-august-2025.pdf | 1294 | 2025-08 | Car | Audi | A6 | Grey | Cause vehicle to be left in a dangerous position | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4929304 | -1.8229092 | ||
| 3387 | op-snap---monthly-publication-august-2025.pdf | 1362 | 2025-08 | Pedestrian | Audi | A1 | Grey | Cause vehicle to be left in a dangerous position | None | Hagley Road | Hagley Road | Sandwell | Sandwell | Warning Letter | N/A | 52.4724482 | -1.9678186 | ||
| 3706 | op-snap---monthly-publication-august-2025.pdf | 1681 | 2025-08 | Car | Audi | A7 | Silver | Cause vehicle to be left in a dangerous position | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4929304 | -1.8229092 | ||
| 3717 | op-snap---monthly-publication-august-2025.pdf | 1692 | 2025-08 | Car | Audi | A3 | White | Cause vehicle to be left in a dangerous position | None | Wshwood Heath Road | Wshwood Heath Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | ||||
| 3755 | op-snap---monthly-publication-august-2025.pdf | 1730 | 2025-08 | Car | Audi | S3 | Grey | Cause vehicle to be left in a dangerous position | None | Lozells Road | Lozells Road | Birmingham | Birmingham | Warning Letter | N/A | 52.502683 | -1.9033516 | ||
| 3791 | op-snap---monthly-publication-august-2025.pdf | 1766 | 2025-08 | Car | Audi | A6 | Black | Cause vehicle to be left in a dangerous position | None | High Street, Brownhills | High Street, Brownhills | 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);