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-04" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
offence 5
reporter_transport_mode 3
- Pedal Bike 4
- Car 3
- Pedestrian 2
disposal 3
- NFA 7
- Education 1
- Warning Letter 1
vehicle_make 1
- Ford · 9 ✖
month 1
- 2025-04 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20 | op-snap---monthly-publication-april-2025.pdf | 19 | 2025-04 | Car | Ford | Focus | Blue | Driving without Due Care and Attention | None | Marshlake Road | Marshlake Road | Solihull | Solihull | Warning Letter | N/A | ||||
| 658 | op-snap---monthly-publication-april-2025.pdf | 657 | 2025-04 | Pedestrian | Ford | Focus | Grey | Stop a vehicle on pedestrian crossing | None | Green Lane | Green Lane | Solihull | Solihull | Education | N/A | 52.5069826 | -1.7643766 | ||
| 709 | op-snap---monthly-publication-april-2025.pdf | 708 | 2025-04 | Pedal Bike | Ford | Transit | Blue | Driving without Reasonable Consideration | None | Damson Parkway | Damson Parkway | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.437016 | -1.7578446 | ||
| 1195 | op-snap---monthly-publication-april-2025.pdf | 1194 | 2025-04 | Car | Ford | Raptor | Grey | Cause vehicle to be left in a dangerous position | None | Coppice Road , Solihull | Coppice Road , Solihull | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.428932 | -1.7624515 | ||
| 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 | ||||
| 1334 | op-snap---monthly-publication-april-2025.pdf | 1333 | 2025-04 | Pedal Bike | Ford | Transit | White | Driving without Due Care and Attention | None | Approx half way between the Red lion and the junction with Rumbush lane | Approx half way between the Red lion and the junction with Rumbush lane | Solihull | Solihull | NFA | Outside of 14 Days NIP | ||||
| 1541 | op-snap---monthly-publication-april-2025.pdf | 1540 | 2025-04 | Pedal Bike | Ford | Focus | Red | Driving without Due Care and Attention | None | Haslucks green road | Haslucks green road | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.4145149 | -1.8301272 | ||
| 1843 | op-snap---monthly-publication-april-2025.pdf | 1842 | 2025-04 | Car | Ford | Focus | White | Driving without Reasonable Consideration | None | Gospel Lane , Solihull | Gospel Lane , Solihull | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.4318012 | -1.8179833 | ||
| 1885 | op-snap---monthly-publication-april-2025.pdf | 1884 | 2025-04 | Pedal Bike | Ford | NP | Grey | Driving without Due Care and Attention | None | Lode Lane | Lode Lane | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.4149064 | -1.7832364 |
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);