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'}
12 rows where council_area = "Solihull", disposal = "NFA" and month = "2026-01" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
vehicle_make 8
- Land Rover 3
- BMW 2
- Daf 1
- Honda 1
- Kia 1
- Mitsubishi 1
- Vauxhall 1
- Volkswagen 1
offence 4
reporter_transport_mode 1
- Car 12
month 1
- 2026-01 · 12 ✖
disposal 1
- NFA · 12 ✖
council_area 1
- Solihull · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10546 | op-snap---monthly-publication-january-2026.pdf | 7 | 2026-01 | Car | Mitsubishi | Eclipse | Black | Driving without Due Care and Attention | None | Stratford Road | Stratford Road | Solihull | Solihull | NFA | No Offence | 52.4191184 | -1.8326637 | ||
| 10559 | op-snap---monthly-publication-january-2026.pdf | 20 | 2026-01 | Car | Land Rover | Range | White | Contravening a Red Traffic Light | None | Marshall Lake Road | Marshall Lake Road | Solihull | Solihull | NFA | No Independent Evidence Available | 52.3975426 | -1.818252 | ||
| 10645 | op-snap---monthly-publication-january-2026.pdf | 106 | 2026-01 | Car | Honda | Blue | Driving without Due Care and Attention | None | New Road | New Road | Solihull | Solihull | NFA | No Independent Evidence Available | 52.4119526 | -1.773235 | |||
| 10839 | op-snap---monthly-publication-january-2026.pdf | 300 | 2026-01 | Car | Unknown Tipper wagon | White | Driving without Due Care and Attention | None | M42 NB Jct 5a | M42 Northbound Junction 5a | Solihull | Solihull | NFA | No Independent Evidence Available | |||||
| 10927 | op-snap---monthly-publication-january-2026.pdf | 388 | 2026-01 | Car | Volkswagen | Golf | White | Driving without Due Care and Attention | None | Coventry Road | Coventry Road | Solihull | Solihull | NFA | No Offence | 52.4505232 | -1.7606378 | ||
| 11084 | op-snap---monthly-publication-january-2026.pdf | 545 | 2026-01 | Car | Land Rover | Range | White | Drive a vehicle other than on the carriageway of a motorway | None | M42 | M42 | Solihull | Solihull | NFA | No Independent Evidence Available | ||||
| 11196 | op-snap---monthly-publication-january-2026.pdf | 657 | 2026-01 | Car | Land Rover | Evoque | Brown | Driving without Due Care and Attention | None | Lode Lane | Lode Lane | Solihull | Solihull | NFA | No Offence | 52.4149064 | -1.7832364 | ||
| 11490 | op-snap---monthly-publication-january-2026.pdf | 951 | 2026-01 | Car | Daf | truck | White | Driving without Due Care and Attention | None | M42 J6 | M42 J6 | Solihull | Solihull | NFA | No Offence | ||||
| 11529 | op-snap---monthly-publication-january-2026.pdf | 990 | 2026-01 | Car | Kia | Sportage | Blue | Driving without Due Care and Attention | None | Solihull Bypass | Solihull Bypass | Solihull | Solihull | NFA | No Offence | 52.4207529 | -1.7757467 | ||
| 11577 | op-snap---monthly-publication-january-2026.pdf | 1038 | 2026-01 | Car | BMW | 1 SERIS | Grey | Driving without Due Care and Attention | None | Stratford Road | Stratford Road | Solihull | Solihull | NFA | No VRM | 52.4191184 | -1.8326637 | ||
| 11598 | op-snap---monthly-publication-january-2026.pdf | 1059 | 2026-01 | Car | BMW | M3 | Blue | Driving without Due Care and Attention | None | Stratford Road | Stratford Road | Solihull | Solihull | NFA | No Independent Evidence Available | 52.4191184 | -1.8326637 | ||
| 11839 | op-snap---monthly-publication-january-2026.pdf | 1300 | 2026-01 | Car | Vauxhall | Astra | Black | Using a Mobile Phone Whilst Driving | No vehicle excise licence | M42 | M42 | Solihull | Solihull | NFA | No Offence |
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);