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'}
13 rows where council_area = "Birmingham", disposal = "Court" and vehicle_make = "Skoda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence
offence 5
reporter_transport_mode 2
- Car 10
- Pedal Bike 3
vehicle_make 1
- Skoda · 13 ✖
disposal 1
- Court · 13 ✖
council_area 1
- Birmingham · 13 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7839 | op-snap---monthly-publication-february-2026.pdf | 586 | 2026-02 | Pedal Bike | Skoda | Octavia | Blue | Driving without Due Care and Attention | No Insurance | Dads Lane | Dads Lane | Birmingham | Birmingham | Court | N/A | 52.4375913 | -1.9068522 | ||
| 11397 | op-snap---monthly-publication-january-2026.pdf | 858 | 2026-01 | Car | Skoda | Octavia | Blue | Contravening a Red Traffic Light | No Insurance | Stratford Road | Stratford Road | Birmingham | Birmingham | Court | N/A | 52.4203897 | -1.8338574 | ||
| 21522 | op-snap---monthly-publication-november-2025.pdf | 1064 | 2025-11 | Car | Skoda | Kamiq | White | Use a motor vehicle / trailer in a condition likely to cause danger of injury | None | Lichfield Road | Lichfield Road | Birmingham | Birmingham | Court | N/A | 52.5012458 | -1.8780942 | ||
| 21782 | op-snap---monthly-publication-november-2025.pdf | 1324 | 2025-11 | Car | Skoda | Octavia | Green | Driving without Due Care and Attention | None | Black Country Route | Black Country Route | Birmingham | Birmingham | Court | N/A | ||||
| 22354 | op-snap---monthly-publication-october-2025.pdf | 304 | 2025-10 | Car | Skoda | Fabia | Black | Driving without Due Care and Attention | None | Gibbins Road, Selly Oak | Gibbins Road, Selly Oak | Birmingham | Birmingham | Court | N/A | 52.4390303 | -1.9512931 | ||
| 2770 | op-snap---monthly-publication-august-2025.pdf | 745 | 2025-08 | Car | Skoda | Octavia | Blue | Contravening a Red Traffic Light | No Insurance | Highters Heath Lane | Highters Heath Lane | Birmingham | Birmingham | Court | N/A | 52.4100972 | -1.8742772 | ||
| 2815 | op-snap---monthly-publication-august-2025.pdf | 790 | 2025-08 | Car | Skoda | Octavia | Blue | Driving without Due Care and Attention | None | Bordesley Green | Bordesley Green | Birmingham | Birmingham | Court | N/A | 52.4758869 | -1.8512072 | ||
| 12100 | op-snap---monthly-publication-july-2025.pdf | 152 | 2025-07 | Pedal Bike | Skoda | Kamiq | White | Driving without Reasonable Consideration | None | A38 Tyburn Road | Tyburn Road | Birmingham | Birmingham | Court | N/A | 52.5113867 | -1.8337258 | ||
| 12678 | op-snap---monthly-publication-july-2025.pdf | 730 | 2025-07 | Car | Skoda | Octavia | Silver | Driving without Due Care and Attention | None | Brays Road | Brays Road | Birmingham | Birmingham | Court | N/A | 52.4629816 | -1.780277 | ||
| 14128 | op-snap---monthly-publication-june-2025.pdf | 57 | 2025-06 | Car | Skoda | FABIA | BLUE | Driving without Due Care and Attention | None | A457 ROLFE STREET | A457 Rolfe Street | Birmingham | Birmingham | Court | N/A | ||||
| 16802 | op-snap---monthly-publication-march-2025.pdf | 559 | 2025-03 | Car | Skoda | Kodiaq | Black | Driving without Due Care and Attention | None | Severne Road, Accoks Green | Severne Road, Accoks Green | Birmingham | Birmingham | Court | N/A | Yes - Via Email | |||
| 16877 | op-snap---monthly-publication-march-2025.pdf | 634 | 2025-03 | Pedal Bike | Skoda | Kodiaq | Black | Using a Mobile Phone Whilst Driving | None | Moseley Road | Moseley Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4679402 | -1.881408 | |
| 9574 | op-snap---monthly-publication-january-2025.pdf | 682 | 2025-01 | Car | Skoda | Fabia | Silver | Contravening a Red Traffic Light | No Insurance | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4929304 | -1.8229092 |
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);