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 disposal = "Warning Letter", offence = "Contravening a Red Traffic Light" and vehicle_make = "Hyundai" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw
council_area 6
- Birmingham 4
- Solihull 2
- Coventry 1
- Ewetalsall 1
- Sandwell 1
- Sutton Coldfield 1
reporter_transport_mode 3
- Car 8
- Lorry 1
- Pedestrian 1
vehicle_make 1
- Hyundai · 10 ✖
offence 1
- Contravening a Red Traffic Light · 10 ✖
disposal 1
- Warning Letter · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7822 | op-snap---monthly-publication-february-2026.pdf | 569 | 2026-02 | Car | Hyundai | Getz | Blue | Contravening a Red Traffic Light | None | Princes Way | Princes Way | Solihull | Solihull | Warning Letter | N/A | 52.4130801 | -1.784461 | ||
| 7963 | op-snap---monthly-publication-february-2026.pdf | 710 | 2026-02 | Car | Hyundai | I30.. | Blue | Contravening a Red Traffic Light | None | Hagley Road | Hagley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.471632 | -1.9456776 | ||
| 11439 | op-snap---monthly-publication-january-2026.pdf | 900 | 2026-01 | Car | Hyundai | I 10.. | White | Contravening a Red Traffic Light | None | Cooks Lane | Cooks Lane | Birmingham | Birmingham | Warning Letter | N/A | 52.482758 | -1.7603097 | ||
| 21252 | op-snap---monthly-publication-november-2025.pdf | 794 | 2025-11 | Car | Hyundai | i10 | Blue | Contravening a Red Traffic Light | None | Nelson Street, West Bromwich | Nelson Street, West Bromwich | Sandwell | Sandwell | Warning Letter | N/A | 52.5264068 | -1.994278 | ||
| 22284 | op-snap---monthly-publication-october-2025.pdf | 234 | 2025-10 | Car | Hyundai | I20 | White | Contravening a Red Traffic Light | None | Heartlands Parkway | Heartlands Parkway | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | ||||
| 13007 | op-snap---monthly-publication-july-2025.pdf | 1059 | 2025-07 | Car | Hyundai | I20 | Silver | Contravening a Red Traffic Light | None | Streetsbrook Road | Streetsbrook Road | Solihull | Solihull | Warning Letter | N/A | 52.4223176 | -1.8253145 | ||
| 19117 | op-snap---monthly-publication-may-2025.pdf | 479 | 2025-05 | Car | Hyundai | I10 | Grey | Contravening a Red Traffic Light | None | Stratford Road | Stratford Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4203897 | -1.8338574 | ||
| 20272 | op-snap---monthly-publication-may-2025.pdf | 1634 | 2025-05 | Pedestrian | Hyundai | Kona | Blue | Contravening a Red Traffic Light | None | Bell Green road | Bell Green road | Coventry | Coventry | Warning Letter | N/A | 52.4324855 | -1.4815548 | ||
| 6840 | op-snap---monthly-publication-february-2025.pdf | 1657 | 2025-02 | Lorry | Hyundai | Tucson | Blue | Contravening a Red Traffic Light | None | Wednesbury Road & Corporation Str | Wednesbury Road & Corporation Str | eWetalsall | Ewetalsall | Warning Letter | N/A | Yes - Via Email | 52.5779956 | -1.9869741 | |
| 9826 | op-snap---monthly-publication-january-2025.pdf | 934 | 2025-01 | Car | Hyundai | i10 | white | Contravening a Red Traffic Light | None | Bromford Lane roundabout with Heartlands Parkway | Bromford Lane roundabout with Heartlands Parkway | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email |
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);