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'}
9 rows where council_area = "Solihull", month = "2025-09" and offence = "Contravening a Red Traffic Light" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
vehicle_make 7
- Audi 2
- Volkswagen 2
- BMW 1
- Ford 1
- Land Rover 1
- Mercedes-Benz 1
- Seat 1
disposal 3
- Education 6
- Fixed Penalty 2
- NFA 1
reporter_transport_mode 2
- Car 8
- Pedestrian 1
offence 1
- Contravening a Red Traffic Light · 9 ✖
month 1
- 2025-09 · 9 ✖
council_area 1
- Solihull · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23811 | op-snap---monthly-publication-september-2025.pdf | 30 | 2025-09 | Car | Seat | Leon | Black | Contravening a Red Traffic Light | None | Lode Lane | Lode Lane | Solihull | Solihull | Fixed Penalty | N/A | 52.4149064 | -1.7832364 | ||
| 23883 | op-snap---monthly-publication-september-2025.pdf | 102 | 2025-09 | Car | BMW | X6 | Grey | Contravening a Red Traffic Light | None | Nailcote Lane | Nailcote Lane | Solihull | Solihull | Education | N/A | 52.3948197 | -1.6142205 | ||
| 24212 | op-snap---monthly-publication-september-2025.pdf | 431 | 2025-09 | Car | Audi | Q4 | Black | Contravening a Red Traffic Light | None | A3400 Stratford Road | Stratford Road | Solihull | Solihull | Education | N/A | 52.4191184 | -1.8326637 | ||
| 24313 | op-snap---monthly-publication-september-2025.pdf | 532 | 2025-09 | Car | Land Rover | Discovery | Grey | Contravening a Red Traffic Light | None | A35 | A35 | Solihull | Solihull | NFA | No Offence | ||||
| 24438 | op-snap---monthly-publication-september-2025.pdf | 657 | 2025-09 | Car | Volkswagen | Passat | Black | Contravening a Red Traffic Light | None | A45 Coventry Road | Coventry Road | Solihull | Solihull | Education | N/A | 52.4505232 | -1.7606378 | ||
| 24470 | op-snap---monthly-publication-september-2025.pdf | 689 | 2025-09 | Car | Ford | Transit | White | Contravening a Red Traffic Light | No vehicle excise licence | Stratford Road | Stratford Road | Solihull | Solihull | Education | N/A | 52.4191184 | -1.8326637 | ||
| 24634 | op-snap---monthly-publication-september-2025.pdf | 853 | 2025-09 | Pedestrian | Audi | E TRon | Blue | Contravening a Red Traffic Light | None | Lode Lane | Lode Lane | Solihull | Solihull | Education | N/A | 52.4149064 | -1.7832364 | ||
| 24636 | op-snap---monthly-publication-september-2025.pdf | 855 | 2025-09 | Car | Mercedes-Benz | CLA 250 | Red | Contravening a Red Traffic Light | None | Seven Star Road | Seven Star Road | Solihull | Solihull | Fixed Penalty | N/A | 52.420978 | -1.7767887 | ||
| 24657 | op-snap---monthly-publication-september-2025.pdf | 876 | 2025-09 | Car | Volkswagen | Sharan | White | Contravening a Red Traffic Light | None | Homer Road | Homer Road | Solihull | Solihull | Education | N/A | 52.4103123 | -1.7790808 |
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);