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 month = "2025-07", offence = "Driving without Reasonable Consideration" and vehicle_make = "Toyota" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 6
- Birmingham 4
- Solihull 3
- Bdirmingham 1
- Coventry 1
- Dudley 1
- Sandwell 1
reporter_transport_mode 3
- Car 8
- Pedestrian 2
- Pedal Bike 1
disposal 2
- NFA 9
- Warning Letter 2
vehicle_make 1
- Toyota · 11 ✖
offence 1
- Driving without Reasonable Consideration · 11 ✖
month 1
- 2025-07 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 12199 | op-snap---monthly-publication-july-2025.pdf | 251 | 2025-07 | Car | Toyota | Police car | White | Driving without Reasonable Consideration | None | Anderton Park Road | Anderton Park Road | Birmingham | Birmingham | NFA | No Offence | 52.4481342 | -1.8776139 | ||
| 12371 | op-snap---monthly-publication-july-2025.pdf | 423 | 2025-07 | Car | Toyota | Auris | White | Driving without Reasonable Consideration | None | Clifford Bridge Road | Clifford Bridge Road | Coventry | Coventry | Warning Letter | N/A | 52.4134557 | -1.4442138 | ||
| 12394 | op-snap---monthly-publication-july-2025.pdf | 446 | 2025-07 | Car | Toyota | Auris | Silver | Driving without Reasonable Consideration | None | Walsall Rd | Walsall Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5919543 | -1.8517118 | ||
| 12500 | op-snap---monthly-publication-july-2025.pdf | 552 | 2025-07 | Car | Toyota | Yaris | Silver | Driving without Reasonable Consideration | None | Ulverley Green Road, Olton | Ulverley Green Road, Olton | Solihull | Solihull | NFA | No VRM | 52.4374545 | -1.803861 | ||
| 12802 | op-snap---monthly-publication-july-2025.pdf | 854 | 2025-07 | Car | Toyota | Prius | Silver | Driving without Reasonable Consideration | None | Lobe Lane | Lobe Lane | Solihull | Solihull | NFA | No Offence | ||||
| 12804 | op-snap---monthly-publication-july-2025.pdf | 856 | 2025-07 | Car | Toyota | Prius | Silver | Driving without Reasonable Consideration | None | Lode Lane | Lode Lane | Solihull | Solihull | NFA | No Offence | 52.4149064 | -1.7832364 | ||
| 12871 | op-snap---monthly-publication-july-2025.pdf | 923 | 2025-07 | Pedestrian | Toyota | Yaris | Black | Driving without Reasonable Consideration | None | Bradford Road , Birmingham | Bradford Road , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5024148 | -1.7961753 | ||
| 12923 | op-snap---monthly-publication-july-2025.pdf | 975 | 2025-07 | Car | Toyota | Grey | Driving without Reasonable Consideration | None | Dudley Road , A4101 , Kingswinford | Dudley Road , A4101 , Kingswinford | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.5003036 | -2.1593541 | |||
| 12965 | op-snap---monthly-publication-july-2025.pdf | 1017 | 2025-07 | Pedestrian | Toyota | Yaris | Grey | Driving without Reasonable Consideration | None | Paradise Street , Birmingham | Paradise Street , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4790667 | -1.9039768 | ||
| 12989 | op-snap---monthly-publication-july-2025.pdf | 1041 | 2025-07 | Car | Toyota | Corolla | Silver | Driving without Reasonable Consideration | None | Walsall Road , Stone Cross | Walsall Road , Stone Cross | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.54591 | -1.9841049 | ||
| 13130 | op-snap---monthly-publication-july-2025.pdf | 1182 | 2025-07 | Pedal Bike | Toyota | Auris | Blue | Driving without Reasonable Consideration | None | Stockfield Road towards Warwick Roa | Stockfield Road towards Warwick Roa | Bdirmingham | Bdirmingham | 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);