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", disposal = "NFA" and vehicle_make = "Seat" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
offence 6
reporter_transport_mode 3
- Car 8
- Pedestrian 2
- Other 1
vehicle_make 1
- Seat · 11 ✖
disposal 1
- NFA · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4166 | op-snap---monthly-publication-december-2025.pdf | 294 | 2025-12 | Car | Seat | Ibiza | Blue | Using a Mobile Phone Whilst Driving | None | A45 B'ham airport | A45 B'ham airport | Solihull | Solihull | NFA | No Independent Evidence Available | ||||
| 3019 | op-snap---monthly-publication-august-2025.pdf | 994 | 2025-08 | Car | Seat | Leon | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Hertford Way | Hertford Way | Solihull | Solihull | NFA | No Offence | 52.3778812 | -1.7427424 | ||
| 3102 | op-snap---monthly-publication-august-2025.pdf | 1077 | 2025-08 | Car | Seat | Leon | Silver | Misc - Non Traffic Offences | None | Hertford Way | Hertford Way | Solihull | Solihull | NFA | No Offence | 52.3778812 | -1.7427424 | ||
| 12606 | op-snap---monthly-publication-july-2025.pdf | 658 | 2025-07 | Car | Seat | Ibiza | Black | Driving without Due Care and Attention | None | Stratford Road, Shirley | Stratford Road, Shirley | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.4191731 | -1.8324357 | ||
| 12684 | op-snap---monthly-publication-july-2025.pdf | 736 | 2025-07 | Pedestrian | Seat | Ibiza | Black | Driving without Due Care and Attention | None | Hobbs Moat Road | Hobbs Moat Road | Solihull | Solihull | NFA | No Offence | ||||
| 15132 | op-snap---monthly-publication-june-2025.pdf | 1061 | 2025-06 | Car | Seat | White | Contravening a Red Traffic Light | None | Princes Way | Princes Way | Solihull | Solihull | NFA | No Independent Evidence Available | 52.4130801 | -1.784461 | |||
| 19574 | op-snap---monthly-publication-may-2025.pdf | 936 | 2025-05 | Other | Seat | Ibiza | Black | Driving without Due Care and Attention | None | Meeting House Lane | Meeting House Lane | Solihull | Solihull | NFA | No Independent Evidence Available | 52.3876303 | -1.6440224 | ||
| 1420 | op-snap---monthly-publication-april-2025.pdf | 1419 | 2025-04 | Pedestrian | Seat | Leon | Black | Stop a vehicle on pedestrian crossing | None | stratford road | Stratford Road | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.4191184 | -1.8326637 | ||
| 1724 | op-snap---monthly-publication-april-2025.pdf | 1723 | 2025-04 | Car | Seat | NP | Black | Driving without Due Care and Attention | None | A452, heading towards Kenilworth | A452, heading towards Kenilworth | Solihull | Solihull | NFA | Outside of 14 Days NIP | ||||
| 17524 | op-snap---monthly-publication-march-2025.pdf | 1281 | 2025-03 | Car | Seat | Leon | Blue | Driving without Due Care and Attention | None | Hobbs Moat Road | Hobbs Moat Road | Solihull | Solihull | NFA | No VRM | Yes - Via Email | |||
| 9409 | op-snap---monthly-publication-january-2025.pdf | 517 | 2025-01 | Car | Seat | LEON CUPRA | Grey | Driving without Due Care and Attention | None | M42 SOUTH 3A TO 3 | M42 South 3A To 3 | Solihull | Solihull | NFA | Out of Force | Yes - Via Email |
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);