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 = "Education" and month = "2025-12" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, offence_location_raw, offence_location, latitude, longitude
offence 3
reporter_transport_mode 2
- Car 9
- Pedal Bike 3
month 1
- 2025-12 · 12 ✖
disposal 1
- Education · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3985 | op-snap---monthly-publication-december-2025.pdf | 113 | 2025-12 | Car | Kia | Sportage | White | Driving without Due Care and Attention | None | M42 Junction 4 | M42 Junction 4 | Solihull | Solihull | Education | N/A | ||||
| 4007 | op-snap---monthly-publication-december-2025.pdf | 135 | 2025-12 | Car | Audi | A5 | Silver | Contravening a Red Traffic Light | None | Church Hill Road | Church Hill Road | Solihull | Solihull | Education | N/A | 52.4078582 | -1.7777439 | ||
| 4014 | op-snap---monthly-publication-december-2025.pdf | 142 | 2025-12 | Car | BMW | 2 series | Black | Contravening a Red Traffic Light | None | Stratford Road | Stratford Road | Solihull | Solihull | Education | N/A | 52.4191184 | -1.8326637 | ||
| 4446 | op-snap---monthly-publication-december-2025.pdf | 574 | 2025-12 | Car | Audi | q3 | Blue | Contravene Lane Closure Red X | None | m42 NB junction 3 | m42 Northbound junction 3 | Solihull | Solihull | Education | N/A | 52.4846642 | -1.9297585 | ||
| 4584 | op-snap---monthly-publication-december-2025.pdf | 712 | 2025-12 | Pedal Bike | Seat | Arona | Black | Driving without Due Care and Attention | None | Broad Lane, Balsall Common | Broad Lane, Balsall Common | Solihull | Solihull | Education | N/A | ||||
| 4715 | op-snap---monthly-publication-december-2025.pdf | 843 | 2025-12 | Pedal Bike | Toyota | Auris | Brown | Driving without Due Care and Attention | None | Ralph Road, Shirley, Solihull | Ralph Road, Shirley, Solihull | Solihull | Solihull | Education | N/A | 52.4156768 | -1.8193235 | ||
| 4760 | op-snap---monthly-publication-december-2025.pdf | 888 | 2025-12 | Car | Honda | CRV | Blue | Driving without Due Care and Attention | None | Oakenshaw Road | Oakenshaw Road | Solihull | Solihull | Education | N/A | 52.4017754 | -1.8151522 | ||
| 4813 | op-snap---monthly-publication-december-2025.pdf | 941 | 2025-12 | Car | BMW | 420 | Grey | Contravening a Red Traffic Light | None | Stratford Road | Stratford Road | Solihull | Solihull | Education | N/A | 52.4191184 | -1.8326637 | ||
| 4816 | op-snap---monthly-publication-december-2025.pdf | 944 | 2025-12 | Pedal Bike | BMW | IX | Grey | Driving without Due Care and Attention | None | Whitefields Road | Whitefields Road | Solihull | Solihull | Education | N/A | 52.4060267 | -1.7849657 | ||
| 4848 | op-snap---monthly-publication-december-2025.pdf | 976 | 2025-12 | Car | Vauxhall | Mokka | White | Contravening a Red Traffic Light | None | Homer Road | Homer Road | Solihull | Solihull | Education | N/A | 52.4103123 | -1.7790808 | ||
| 5009 | op-snap---monthly-publication-december-2025.pdf | 1137 | 2025-12 | Car | Mercedes-Benz | A180 | Black | Contravening a Red Traffic Light | None | Marshall Lake Road | Marshall Lake Road | Solihull | Solihull | Education | N/A | 52.3975426 | -1.818252 | ||
| 5161 | op-snap---monthly-publication-december-2025.pdf | 1289 | 2025-12 | Car | Nissan | Qashqai | Red | Driving without Due Care and Attention | None | Longmore Road | Longmore Road | Solihull | Solihull | Education | N/A | 52.4078616 | -1.8211577 |
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);