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'}
11 rows where council_area = "Solihull", month = "2025-04" and offence = "Contravening a Red Traffic Light" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
vehicle_make 11
reporter_transport_mode 2
- Car 10
- Pedestrian 1
disposal 2
- NFA 10
- Fixed Penalty 1
offence 1
- Contravening a Red Traffic Light · 11 ✖
month 1
- 2025-04 · 11 ✖
council_area 1
- Solihull · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 575 | op-snap---monthly-publication-april-2025.pdf | 574 | 2025-04 | Car | Audi | Q2 | White | Contravening a Red Traffic Light | None | Stratford Road | Stratford Road | Solihull | Solihull | Fixed Penalty | N/A | 52.4191184 | -1.8326637 | ||
| 798 | op-snap---monthly-publication-april-2025.pdf | 797 | 2025-04 | Car | Vauxhall | Astra | Grey | Contravening a Red Traffic Light | None | Tamworth Road | Tamworth Road | Solihull | Solihull | NFA | Outside of 14 Days NIP | ||||
| 962 | op-snap---monthly-publication-april-2025.pdf | 961 | 2025-04 | Car | Land Rover | Black | Contravening a Red Traffic Light | None | B4102 , Solihull | B4102 , Solihull | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.3954127 | -1.8215562 | |||
| 1191 | op-snap---monthly-publication-april-2025.pdf | 1190 | 2025-04 | Car | Yamaha | Blue | Contravening a Red Traffic Light | None | B4025 , Solihull | B4025 , Solihull | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.4223176 | -1.8253145 | |||
| 1316 | op-snap---monthly-publication-april-2025.pdf | 1315 | 2025-04 | Car | Peugeot | NP | Blue | Contravening a Red Traffic Light | None | Straford road , Shirley | Straford road , Shirley | Solihull | Solihull | NFA | Outside of 14 Days NIP | ||||
| 1321 | op-snap---monthly-publication-april-2025.pdf | 1320 | 2025-04 | Pedestrian | Ford | NP | Black | Contravening a Red Traffic Light | None | Greyfriars Road near the junction with Sheriffs | Greyfriars Road near the junction with Sheriffs | Solihull | Solihull | NFA | Outside of 14 Days NIP | ||||
| 1656 | op-snap---monthly-publication-april-2025.pdf | 1655 | 2025-04 | Car | Volkswagen | NP | Black | Contravening a Red Traffic Light | None | Warwick road | Warwick road | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.4428606 | -1.812114 | ||
| 1690 | op-snap---monthly-publication-april-2025.pdf | 1689 | 2025-04 | Car | Kia | Sportage | Black | Contravening a Red Traffic Light | None | Court Lane , Sutton Coldfield | Court Lane , Sutton Coldfield | Solihull | Solihull | NFA | Outside of 14 Days NIP | ||||
| 1700 | op-snap---monthly-publication-april-2025.pdf | 1699 | 2025-04 | Car | Toyota | RAV 4 | Grey | Contravening a Red Traffic Light | None | Crey nolds Land Junction , Solihull | Crey nolds Land Junction , Solihull | Solihull | Solihull | NFA | Outside of 14 Days NIP | ||||
| 1936 | op-snap---monthly-publication-april-2025.pdf | 1935 | 2025-04 | Car | Mini | Cooper s electric | Grey | Contravening a Red Traffic Light | None | A junction of hampton lane and warwick road | A junction of hampton lane and warwick road | Solihull | Solihull | NFA | Outside of 14 Days NIP | ||||
| 2009 | op-snap---monthly-publication-april-2025.pdf | 2008 | 2025-04 | Car | Honda | NP | Black | Contravening a Red Traffic Light | None | Homer Road , SOlihull | Homer Road , SOlihull | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.4135735 | -1.7841684 |
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);