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-01" and offence = "Contravening a Red Traffic Light" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, latitude, longitude
vehicle_make 6
- Ford 3
- Land Rover 2
- Vauxhall 2
- BMW 1
- Mercedes-Benz 1
- Mg 1
disposal 4
- Fixed Penalty 7
- Court 1
- Education 1
- Warning Letter 1
reporter_transport_mode 2
- Car 9
- Pedal Bike 1
offence 1
- Contravening a Red Traffic Light · 10 ✖
month 1
- 2025-01 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 9065 | op-snap---monthly-publication-january-2025.pdf | 173 | 2025-01 | Car | Ford | Focus | Blue | Contravening a Red Traffic Light | None | Lode Lane, Solihull | Lode Lane, Solihull | Solihull | Solihull | Court | N/A | Yes - Via Email | 52.4286691 | -1.7775374 | |
| 9295 | op-snap---monthly-publication-january-2025.pdf | 403 | 2025-01 | Car | Mercedes-Benz | C350 | Blue | Contravening a Red Traffic Light | None | Lode Lane | Lode Lane | Solihull | Solihull | Fixed Penalty | N/A | Yes - Via Email | 52.4149064 | -1.7832364 | |
| 9509 | op-snap---monthly-publication-january-2025.pdf | 617 | 2025-01 | Pedal Bike | Ford | Transit | Blue | Contravening a Red Traffic Light | None | M42 J4 | M42 J4 | Solihull | Solihull | Fixed Penalty | N/A | Yes - Via Email | |||
| 9625 | op-snap---monthly-publication-january-2025.pdf | 733 | 2025-01 | Car | Ford | Fiesta | Silver | Contravening a Red Traffic Light | None | Monkspath Interchange | Monkspath Interchange | Solihull | Solihull | Fixed Penalty | N/A | Yes - Via Email | 52.3792737 | -1.7869373 | |
| 9679 | op-snap---monthly-publication-january-2025.pdf | 787 | 2025-01 | Car | Mg | HS | White | Contravening a Red Traffic Light | None | Stratford Road | Stratford Road | Solihull | Solihull | Education | N/A | Yes - Via Email | 52.4191184 | -1.8326637 | |
| 9932 | op-snap---monthly-publication-january-2025.pdf | 1040 | 2025-01 | Car | Land Rover | Evoque | Blue | Contravening a Red Traffic Light | None | Lode Lane | Lode Lane | Solihull | Solihull | Fixed Penalty | N/A | Yes - Via Email | 52.4149064 | -1.7832364 | |
| 10313 | op-snap---monthly-publication-january-2025.pdf | 1421 | 2025-01 | Car | BMW | 530 | Grey | Contravening a Red Traffic Light | None | Stratford road | Stratford road | Solihull | Solihull | Fixed Penalty | N/A | Yes - Via Email | 52.4191184 | -1.8326637 | |
| 10359 | op-snap---monthly-publication-january-2025.pdf | 1467 | 2025-01 | Car | Land Rover | Discovery | Black | Contravening a Red Traffic Light | None | A34 Shirley | Shirley | Solihull | Solihull | Fixed Penalty | N/A | Yes - Via Email | 52.4035742 | -1.8451962 | |
| 10401 | op-snap---monthly-publication-january-2025.pdf | 1509 | 2025-01 | Car | Vauxhall | Grandland | Grey | Contravening a Red Traffic Light | None | Bickenhill Lane | Bickenhill Lane | Solihull | Solihull | Fixed Penalty | N/A | Yes - Via Email | 52.4490463 | -1.7296897 | |
| 10403 | op-snap---monthly-publication-january-2025.pdf | 1511 | 2025-01 | Car | Vauxhall | Grandland | Grey | Contravening a Red Traffic Light | None | Bickenhill Lane | Bickenhill Lane | Solihull | Solihull | Warning Letter | N/A | Yes - Via Email | 52.4490463 | -1.7296897 |
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);