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 disposal = "Court", month = "2025-09" and vehicle_make = "Mercedes-Benz" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw
council_area 6
- Birmingham 4
- Dudley 2
- Walsall 2
- Wolverhampton 2
- Sandwell 1
- Solihull 1
offence 3
reporter_transport_mode 2
- Car 10
- Pedal Bike 2
vehicle_make 1
- Mercedes-Benz · 12 ✖
month 1
- 2025-09 · 12 ✖
disposal 1
- Court · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23846 | op-snap---monthly-publication-september-2025.pdf | 65 | 2025-09 | Car | Mercedes-Benz | Smart ForTwo | Black | Driving without Due Care and Attention | No Insurance | Roberts Street | Roberts Street | Dudley | Dudley | Court | N/A | 52.5213135 | -2.1197042 | ||
| 23893 | op-snap---monthly-publication-september-2025.pdf | 112 | 2025-09 | Car | Mercedes-Benz | C-class | Silver | Contravening a Red Traffic Light | No Insurance | Priory Road, Edgbaston | Priory Road, Edgbaston | Birmingham | Birmingham | Court | N/A | 52.4556998 | -1.9102592 | ||
| 23994 | op-snap---monthly-publication-september-2025.pdf | 213 | 2025-09 | Car | Mercedes-Benz | Sprinter | White | Driving without Due Care and Attention | None | Fort Parkway | Fort Parkway | Birmingham | Birmingham | Court | N/A | 52.50787 | -1.8195713 | ||
| 24151 | op-snap---monthly-publication-september-2025.pdf | 370 | 2025-09 | Car | Mercedes-Benz | Vito | White | Contravening a Red Traffic Light | No Insurance | Skidmore Road | Skidmore Road | Wolverhampton | Wolverhampton | Court | N/A | ||||
| 24276 | op-snap---monthly-publication-september-2025.pdf | 495 | 2025-09 | Car | Mercedes-Benz | Brabus G Wagon | Black | Driving without Due Care and Attention | VRM fails to conform to Regulations | M6 near Perry Barr | M6 near Perry Barr | Walsall | Walsall | Court | N/A | ||||
| 24292 | op-snap---monthly-publication-september-2025.pdf | 511 | 2025-09 | Car | Mercedes-Benz | C250.. | Silver | Driving without Due Care and Attention | No Insurance | Londonderry Lane | Londonderry Lane | Sandwell | Sandwell | Court | N/A | 52.4910374 | -1.9779539 | ||
| 24324 | op-snap---monthly-publication-september-2025.pdf | 543 | 2025-09 | Car | Mercedes-Benz | GLC 300 | Black | Driving without Reasonable Consideration | No Insurance | Solihull bypass | Solihull bypass | Solihull | Solihull | Court | N/A | 52.4207529 | -1.7757467 | ||
| 24337 | op-snap---monthly-publication-september-2025.pdf | 556 | 2025-09 | Car | Mercedes-Benz | Splinter | White | Driving without Due Care and Attention | None | Ladywood Middleway | Ladywood Middleway | Birmingham | Birmingham | Court | N/A | 52.473883 | -1.9198244 | ||
| 24641 | op-snap---monthly-publication-september-2025.pdf | 860 | 2025-09 | Pedal Bike | Mercedes-Benz | Sprinter | White | Driving without Reasonable Consideration | No Insurance | Harborne Road | Harborne Road | Birmingham | Birmingham | Court | N/A | 52.4718503 | -1.9195423 | ||
| 24695 | op-snap---monthly-publication-september-2025.pdf | 914 | 2025-09 | Pedal Bike | Mercedes-Benz | Sprinter | White | Driving without Due Care and Attention | None | Bradley Lane, Bradley, Bilston | Bradley Lane, Bradley, Bilston | Wolverhampton | Wolverhampton | Court | N/A | 52.5559816 | -2.0576788 | ||
| 24766 | op-snap---monthly-publication-september-2025.pdf | 985 | 2025-09 | Car | Mercedes-Benz | A180 | Grey | Contravening a Red Traffic Light | None | Walsall Road and Bosty Lane | Walsall Road and Bosty Lane | Walsall | Walsall | Court | N/A | 52.569465 | -2.0246155 | ||
| 24903 | op-snap---monthly-publication-september-2025.pdf | 1122 | 2025-09 | Car | Mercedes-Benz | C220 | White | Driving without Due Care and Attention | None | Cot Lane | Cot Lane | Dudley | Dudley | Court | N/A | 52.4939289 | -2.1730601 |
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);