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 council_area = "Solihull", month = "2025-12" and offence = "Contravening a Red Traffic Light" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
disposal 3
- Education 5
- NFA 3
- Warning Letter 2
reporter_transport_mode 1
- Car 10
offence 1
- Contravening a Red Traffic Light · 10 ✖
month 1
- 2025-12 · 10 ✖
council_area 1
- Solihull · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3887 | op-snap---monthly-publication-december-2025.pdf | 15 | 2025-12 | Car | Tesla | model Y | White | Contravening a Red Traffic Light | None | Monkspath Interchange | Monkspath Interchange | Solihull | Solihull | NFA | No Independent Evidence Available | 52.3792737 | -1.7869373 | ||
| 3981 | op-snap---monthly-publication-december-2025.pdf | 109 | 2025-12 | Car | Toyota | AYGO | White | Contravening a Red Traffic Light | None | Streetsbrook Road | Streetsbrook Road | Solihull | Solihull | Warning Letter | N/A | 52.4223176 | -1.8253145 | ||
| 4007 | op-snap---monthly-publication-december-2025.pdf | 135 | 2025-12 | Car | Audi | A5 | Silver | Contravening a Red Traffic Light | None | Church Hill Road | Church Hill Road | Solihull | Solihull | Education | N/A | 52.4078582 | -1.7777439 | ||
| 4014 | op-snap---monthly-publication-december-2025.pdf | 142 | 2025-12 | Car | BMW | 2 series | Black | Contravening a Red Traffic Light | None | Stratford Road | Stratford Road | Solihull | Solihull | Education | N/A | 52.4191184 | -1.8326637 | ||
| 4549 | op-snap---monthly-publication-december-2025.pdf | 677 | 2025-12 | Car | Nissan | Cube | White | Contravening a Red Traffic Light | None | Longmore Road Shirley | Longmore Road Shirley | Solihull | Solihull | NFA | No Independent Evidence Available | 52.4044532 | -1.8136222 | ||
| 4606 | op-snap---monthly-publication-december-2025.pdf | 734 | 2025-12 | Car | Audi | SQ7 | Blue | Contravening a Red Traffic Light | None | A3400 Stratford Road | Stratford Road | Solihull | Solihull | NFA | No Independent Evidence Available | 52.4191184 | -1.8326637 | ||
| 4813 | op-snap---monthly-publication-december-2025.pdf | 941 | 2025-12 | Car | BMW | 420 | Grey | Contravening a Red Traffic Light | None | Stratford Road | Stratford Road | Solihull | Solihull | Education | N/A | 52.4191184 | -1.8326637 | ||
| 4827 | op-snap---monthly-publication-december-2025.pdf | 955 | 2025-12 | Car | Renault | Captur | Black | Contravening a Red Traffic Light | None | Stratford Road | Stratford Road | Solihull | Solihull | Warning Letter | N/A | 52.4191184 | -1.8326637 | ||
| 4848 | op-snap---monthly-publication-december-2025.pdf | 976 | 2025-12 | Car | Vauxhall | Mokka | White | Contravening a Red Traffic Light | None | Homer Road | Homer Road | Solihull | Solihull | Education | N/A | 52.4103123 | -1.7790808 | ||
| 5009 | op-snap---monthly-publication-december-2025.pdf | 1137 | 2025-12 | Car | Mercedes-Benz | A180 | Black | Contravening a Red Traffic Light | None | Marshall Lake Road | Marshall Lake Road | Solihull | Solihull | Education | N/A | 52.3975426 | -1.818252 |
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);