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'}
9 rows where disposal = "Court", month = "2025-03" and vehicle_make = "Vauxhall" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, latitude, longitude
offence 6
reporter_transport_mode 3
- Car 4
- Pedal Bike 3
- Pedestrian 2
council_area 3
- Birmingham 5
- Coventry 2
- Walsall 2
vehicle_make 1
- Vauxhall · 9 ✖
month 1
- 2025-03 · 9 ✖
disposal 1
- Court · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16289 | op-snap---monthly-publication-march-2025.pdf | 46 | 2025-03 | Car | Vauxhall | Vivaro | White | Stop a vehicle on pedestrian crossing | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4929304 | -1.8229092 | |
| 16322 | op-snap---monthly-publication-march-2025.pdf | 79 | 2025-03 | Pedestrian | Vauxhall | ASTRA | Grey | Using a Mobile Phone Whilst Driving | No Seat Belt | DAW END LANE | Daw End Lane | Metropolitan Borough of Walsall | Walsall | Court | N/A | Yes - Via Email | 52.6068849 | -1.9611652 | |
| 16524 | op-snap---monthly-publication-march-2025.pdf | 281 | 2025-03 | Pedal Bike | Vauxhall | Insignia | Blue | Using a Mobile Phone Whilst Driving | Use vehicle on a road without valid test certificate | Bell Green Road | Bell Green Road | Coventry | Coventry | Court | N/A | Yes - Via Email | 52.4324855 | -1.4815548 | |
| 16532 | op-snap---monthly-publication-march-2025.pdf | 289 | 2025-03 | Car | Vauxhall | Corsa | White | Driving without Due Care and Attention | Use vehicle on a road without valid test certificate | Longwood Road | Longwood Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.3932557 | -2.0108733 | |
| 16591 | op-snap---monthly-publication-march-2025.pdf | 348 | 2025-03 | Car | Vauxhall | Astra | Black | Stop a vehicle within pelican pedestrian crossing limits | No Insurance | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4929304 | -1.8229092 | |
| 16599 | op-snap---monthly-publication-march-2025.pdf | 356 | 2025-03 | Pedal Bike | Vauxhall | Astra | Black | Stop a vehicle within pelican pedestrian crossing limits | Use vehicle on a road without valid test certificate | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Court | N/A | Yes - Via Email | 52.4221152 | -1.4959475 | |
| 16936 | op-snap---monthly-publication-march-2025.pdf | 693 | 2025-03 | Pedal Bike | Vauxhall | Astra | Silver | Driving without Reasonable Consideration | None | Pershore Road | Pershore Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4308271 | -1.920078 | |
| 17071 | op-snap---monthly-publication-march-2025.pdf | 828 | 2025-03 | Pedestrian | Vauxhall | Insignia | Silver | Contravening a Red Traffic Light | Use vehicle on a road without valid test certificate | Daw End Lane | Daw End Lane | Metropolitan Borough of Walsall | Walsall | Court | N/A | Yes - Via Email | 52.6068849 | -1.9611652 | |
| 17568 | op-snap---monthly-publication-march-2025.pdf | 1325 | 2025-03 | Car | Vauxhall | Vivaro | White | Contravening a Red Traffic Light | No Insurance | Belgrave Middleway | Belgrave Middleway | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4668753 | -1.8996143 |
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);