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 = "Education" and vehicle_make = "Vauxhall" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, latitude, longitude
reporter_transport_mode 3
- Car 8
- Pedal Bike 2
- Motorbike 1
offence 3
vehicle_make 1
- Vauxhall · 11 ✖
disposal 1
- Education · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11470 | op-snap---monthly-publication-january-2026.pdf | 931 | 2026-01 | Car | Vauxhall | Astra | Grey | Driving without Due Care and Attention | None | Balsall Street East | Balsall Street East | Solihull | Solihull | Education | N/A | 52.3854087 | -1.6550831 | ||
| 11924 | op-snap---monthly-publication-january-2026.pdf | 1385 | 2026-01 | Pedal Bike | Vauxhall | Astra | Red | Driving without Due Care and Attention | None | B4102 Solihull Road | Solihull Road | Solihull | Solihull | Education | N/A | 52.4114159 | -1.8197732 | ||
| 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 | ||
| 21412 | op-snap---monthly-publication-november-2025.pdf | 954 | 2025-11 | Car | Vauxhall | Corsa | Black | Driving without Due Care and Attention | None | Lode Lane | Lode Lane | Solihull | Solihull | Education | N/A | 52.4149064 | -1.7832364 | ||
| 21865 | op-snap---monthly-publication-november-2025.pdf | 1407 | 2025-11 | Car | Vauxhall | Mokka | Black | Driving without Due Care and Attention | None | Station Road, Dorridge | Station Road, Dorridge | Solihull | Solihull | Education | N/A | 52.3737352 | -1.7528435 | ||
| 3142 | op-snap---monthly-publication-august-2025.pdf | 1117 | 2025-08 | Pedal Bike | Vauxhall | Vivaro | Grey | Driving without Reasonable Consideration | None | Streetsbrook Road | Streetsbrook Road | Solihull | Solihull | Education | N/A | 52.4223176 | -1.8253145 | ||
| 12258 | op-snap---monthly-publication-july-2025.pdf | 310 | 2025-07 | Car | Vauxhall | Combo | Grey | Driving without Due Care and Attention | None | Warwick Road | Warwick Road | Solihull | Solihull | Education | N/A | 52.4428606 | -1.812114 | ||
| 15284 | op-snap---monthly-publication-june-2025.pdf | 1213 | 2025-06 | Car | Vauxhall | Astra | Silver | Driving without Due Care and Attention | None | Old Dickens Heath Road | Old Dickens Heath Road | Solihull | Solihull | Education | N/A | 52.3864791 | -1.8355922 | ||
| 19509 | op-snap---monthly-publication-may-2025.pdf | 871 | 2025-05 | Car | Vauxhall | Astra | Black | Contravening a Red Traffic Light | None | Load Lane | Load Lane | Solihull | Solihull | Education | N/A | ||||
| 19588 | op-snap---monthly-publication-may-2025.pdf | 950 | 2025-05 | Car | Vauxhall | Corsa | Brown | Contravening a Red Traffic Light | None | Warwick Road | Warwick Road | Solihull | Solihull | Education | N/A | 52.4428606 | -1.812114 | ||
| 9536 | op-snap---monthly-publication-january-2025.pdf | 644 | 2025-01 | Motorbike | Vauxhall | Zafira | Grey | Driving without Due Care and Attention | None | Bickenhill Interchange | Bickenhill Interchange | Solihull | Solihull | Education | N/A | Yes - Via Email | 52.4457674 | -1.7082354 |
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);