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'}
6 rows where council_area = "Metropolitan Borough", disposal = "Warning Letter" and offence = "Driving without Reasonable Consideration" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour
reporter_transport_mode 1
- Car 6
offence 1
- Driving without Reasonable Consideration · 6 ✖
month 1
- 2025-06 6
disposal 1
- Warning Letter · 6 ✖
council_area 1
- Metropolitan Borough · 6 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14155 | op-snap---monthly-publication-june-2025.pdf | 84 | 2025-06 | Car | Ford | Ranger | White | Driving without Reasonable Consideration | None | Smithy Lane | Smithy Lane | Metropolitan Borough | Metropolitan Borough | Warning Letter | N/A | 52.5094086 | -2.1346957 | ||
| 14157 | op-snap---monthly-publication-june-2025.pdf | 86 | 2025-06 | Car | Vauxhall | Corsa | White | Driving without Reasonable Consideration | None | Milking Bank | Milking Bank | Metropolitan Borough | Metropolitan Borough | Warning Letter | N/A | 52.5182185 | -2.1123641 | ||
| 14284 | op-snap---monthly-publication-june-2025.pdf | 213 | 2025-06 | Car | Ford | Ranger | White | Driving without Reasonable Consideration | None | Highbridge Road | Highbridge Road | Metropolitan Borough | Metropolitan Borough | Warning Letter | N/A | 52.5472182 | -1.8359595 | ||
| 14409 | op-snap---monthly-publication-june-2025.pdf | 338 | 2025-06 | Car | Scancia | White | Driving without Reasonable Consideration | None | Cinder Bank | Cinder Bank | Metropolitan Borough | Metropolitan Borough | Warning Letter | N/A | 52.4951209 | -2.0924902 | |||
| 14472 | op-snap---monthly-publication-june-2025.pdf | 401 | 2025-06 | Car | Seat | Ateca | Grey | Driving without Reasonable Consideration | None | Hawbush Road | Hawbush Road | Metropolitan Borough | Metropolitan Borough | Warning Letter | N/A | 52.6037191 | -1.9834465 | ||
| 15707 | op-snap---monthly-publication-june-2025.pdf | 1636 | 2025-06 | Car | Ford | Fiesta | Black | Driving without Reasonable Consideration | None | Cradley Road | Cradley Road | Metropolitan Borough | Metropolitan Borough | Warning Letter | N/A | 52.4827555 | -2.0816033 |
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);