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-09" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
reporter_transport_mode 4
- Car 5
- Pedestrian 3
- Horse Rider 1
- Pedal Bike 1
offence 4
disposal 4
- Warning Letter 4
- NFA 3
- Education 2
- Court 1
vehicle_make 1
- Audi · 10 ✖
month 1
- 2025-09 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 24129 | op-snap---monthly-publication-september-2025.pdf | 348 | 2025-09 | Car | Audi | A5 | Grey | Driving without Due Care and Attention | None | Olton Road | Olton Road | Solihull | Solihull | Court | N/A | 52.4193964 | -1.8252207 | ||
| 24164 | op-snap---monthly-publication-september-2025.pdf | 383 | 2025-09 | Car | Audi | Q6 | Grey | Driving without Due Care and Attention | None | Ulverley Green Lane | Ulverley Green Lane | Solihull | Solihull | Warning Letter | N/A | ||||
| 24212 | op-snap---monthly-publication-september-2025.pdf | 431 | 2025-09 | Car | Audi | Q4 | Black | Contravening a Red Traffic Light | None | A3400 Stratford Road | Stratford Road | Solihull | Solihull | Education | N/A | 52.4191184 | -1.8326637 | ||
| 24263 | op-snap---monthly-publication-september-2025.pdf | 482 | 2025-09 | Horse Rider | Audi | Blue | Driving without Due Care and Attention | None | Table Oak Lane | Table Oak Lane | Solihull | Solihull | NFA | No Independent Evidence Available | 52.36756 | -1.6490909 | |||
| 24267 | op-snap---monthly-publication-september-2025.pdf | 486 | 2025-09 | Pedestrian | Audi | R8 | Black | Driving without Due Care and Attention | None | Swallows Meadow | Swallows Meadow | Solihull | Solihull | NFA | No Offence | 52.3971037 | -1.8160644 | ||
| 24634 | op-snap---monthly-publication-september-2025.pdf | 853 | 2025-09 | Pedestrian | Audi | E TRon | Blue | Contravening a Red Traffic Light | None | Lode Lane | Lode Lane | Solihull | Solihull | Education | N/A | 52.4149064 | -1.7832364 | ||
| 24686 | op-snap---monthly-publication-september-2025.pdf | 905 | 2025-09 | Pedal Bike | Audi | A1 | Green | Driving without Due Care and Attention | None | Marshall Lake Road | Marshall Lake Road | Solihull | Solihull | Warning Letter | N/A | 52.3975426 | -1.818252 | ||
| 24778 | op-snap---monthly-publication-september-2025.pdf | 997 | 2025-09 | Car | Audi | S5 | Blue | Driving without Due Care and Attention | None | Streetsbrook Road | Streetsbrook Road | Solihull | Solihull | NFA | Outside of 14 DAYS Late Submission | 52.4223176 | -1.8253145 | ||
| 25047 | op-snap---monthly-publication-september-2025.pdf | 1266 | 2025-09 | Pedestrian | Audi | Q3 | Black | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | St bernards road | Street bernards road | Solihull | Solihull | Warning Letter | N/A | ||||
| 25286 | op-snap---monthly-publication-september-2025.pdf | 1505 | 2025-09 | Car | Audi | TT | White | Cause vehicle to be left in a dangerous position | None | Lode Lane | Lode Lane | Solihull | Solihull | Warning Letter | N/A | 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);