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 = "Warning Letter", offence = "Driving without Reasonable Consideration" and vehicle_make = "Honda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale
council_area 5
- Birmingham 4
- Coventry 1
- Sandwell 1
- Solihull 1
- Sutton Coldfield 1
reporter_transport_mode 2
- Pedal Bike 5
- Car 3
vehicle_make 1
- Honda · 8 ✖
offence 1
- Driving without Reasonable Consideration · 8 ✖
disposal 1
- Warning Letter · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 24729 | op-snap---monthly-publication-september-2025.pdf | 948 | 2025-09 | Car | Honda | Jazz | Blue | Driving without Reasonable Consideration | None | Bickenhill Lane / Station Link Road Island | Bickenhill Lane / Station Link Road Island | Solihull | Solihull | Warning Letter | N/A | 52.4490463 | -1.7296897 | ||
| 11985 | op-snap---monthly-publication-july-2025.pdf | 37 | 2025-07 | Pedal Bike | Honda | Insight | Silver | Driving without Reasonable Consideration | None | Parsonage Street, West Bromwich | Parsonage Street, West Bromwich | Sandwell | Sandwell | Warning Letter | N/A | 52.5306821 | -1.9875151 | ||
| 17056 | op-snap---monthly-publication-march-2025.pdf | 813 | 2025-03 | Pedal Bike | Honda | Jazz | Blue | Driving without Reasonable Consideration | None | Warwick Road | Warwick Road | Coventry | Coventry | Warning Letter | N/A | Yes - Via Email | 52.401916 | -1.5154953 | |
| 18428 | op-snap---monthly-publication-march-2025.pdf | 2185 | 2025-03 | Car | Honda | Cr - V | Black | Driving without Reasonable Consideration | None | New John Street West | New John Street West | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4944784 | -1.9122329 | |
| 6188 | op-snap---monthly-publication-february-2025.pdf | 1005 | 2025-02 | Pedal Bike | Honda | Jazz | Blue | Driving without Reasonable Consideration | None | Stratford Road | Stratford Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4203897 | -1.8338574 | |
| 6605 | op-snap---monthly-publication-february-2025.pdf | 1422 | 2025-02 | Pedal Bike | Honda | CR-V | Brown | Driving without Reasonable Consideration | NONE | CARPENTER ROAD | Carpenter Road | Birmingham | Birmingham | Warning Letter | Outside of 14 DAYS Late Submission | Yes - Via Email | 52.46497 | -1.9161701 | |
| 9606 | op-snap---monthly-publication-january-2025.pdf | 714 | 2025-01 | Car | Honda | JAZZ | Silver | Driving without Reasonable Consideration | None | BRISTOL ROAD | Bristol Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4543565 | -1.9114004 | |
| 10507 | op-snap---monthly-publication-january-2025.pdf | 1615 | 2025-01 | Pedal Bike | Honda | Jazz | Blue | Driving without Reasonable Consideration | None | Victoria Road | Victoria Road | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | Yes - Via Email | 52.5615573 | -1.820549 |
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);