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 disposal = "Court", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, council_area_raw
offence 5
council_area 4
- Birmingham 8
- Coventry 1
- Solihull 1
- Walsall 1
vehicle_make 1
- Audi · 11 ✖
reporter_transport_mode 1
- Pedal Bike · 11 ✖
disposal 1
- Court · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8015 | op-snap---monthly-publication-february-2026.pdf | 762 | 2026-02 | Pedal Bike | Audi | A3 | Green | Driving without Due Care and Attention | None | Pritchatts Road, Edgbaston | Pritchatts Road, Edgbaston | Birmingham | Birmingham | Court | N/A | 52.4563161 | -1.934895 | ||
| 8816 | op-snap---monthly-publication-february-2026.pdf | 1563 | 2026-02 | Pedal Bike | Audi | A5 | Silver | Driving without Due Care and Attention | No Insurance | Lawley Middleway | Lawley Middleway | Birmingham | Birmingham | Court | N/A | 52.4801772 | -1.8769185 | ||
| 4152 | op-snap---monthly-publication-december-2025.pdf | 280 | 2025-12 | Pedal Bike | Audi | A4 | White | Driving without Due Care and Attention | No Insurance | Tyburn Road | Tyburn Road | Birmingham | Birmingham | Court | N/A | 52.5113867 | -1.8337258 | ||
| 22683 | op-snap---monthly-publication-october-2025.pdf | 633 | 2025-10 | Pedal Bike | Audi | Blue | Driving without Due Care and Attention | None | Robin Hood Lane | Robin Hood Lane | Birmingham | Birmingham | Court | N/A | 52.4221526 | -1.8425617 | |||
| 23835 | op-snap---monthly-publication-september-2025.pdf | 54 | 2025-09 | Pedal Bike | Audi | RS5 | Grey | Using a Mobile Phone Whilst Driving | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Court | N/A | 52.4221152 | -1.4959475 | ||
| 5250 | op-snap---monthly-publication-february-2025.pdf | 67 | 2025-02 | Pedal Bike | Audi | Q3 | Black | Driving without Due Care and Attention | None | Union Street | Union Street | Walsall | Walsall | Court | N/A | Yes - Via Email | 52.5839491 | -1.9741319 | |
| 6418 | op-snap---monthly-publication-february-2025.pdf | 1235 | 2025-02 | Pedal Bike | Audi | Q8 | Black | Using a Mobile Phone Whilst Driving | No Insurance | Alcester Road | Alcester Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4470686 | -1.8880749 | |
| 9851 | op-snap---monthly-publication-january-2025.pdf | 959 | 2025-01 | Pedal Bike | Audi | A3 | Black | Driving without Due Care and Attention | None | Wellington Road | Wellington Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.5133725 | -1.9193405 | |
| 10081 | op-snap---monthly-publication-january-2025.pdf | 1189 | 2025-01 | Pedal Bike | Audi | A6 | Black | No Insurance | Use vehicle on a road without valid test c | eHrEtiAfiTcHatEeR ROAD | e Hr Eti Afi Tc Hat Ee R ROAD | Birmingham | Birmingham | Court | N/A | Yes - Via Email | |||
| 10450 | op-snap---monthly-publication-january-2025.pdf | 1558 | 2025-01 | Pedal Bike | Audi | A4 | Blue | Driving without Reasonable Consideration | No vehicle excise licence | Chester Street Nechells | Chester Street Nechells | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4963066 | -1.8817511 | |
| 10478 | op-snap---monthly-publication-january-2025.pdf | 1586 | 2025-01 | Pedal Bike | Audi | RS6 | Blue | Dangerous Driving | VRM fails to conform to Regulations | Stratford Road | Stratford Road | Solihull | Solihull | Court | N/A | Yes - Via Email | 52.4191184 | -1.8326637 |
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);