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'}
10 rows where disposal = "Court", month = "2025-01" and vehicle_make = "Vauxhall" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw
offence 4
reporter_transport_mode 3
- Car 5
- Pedal Bike 3
- Pedestrian 2
council_area 2
- Birmingham 9
- Sandwell 1
vehicle_make 1
- Vauxhall · 10 ✖
month 1
- 2025-01 · 10 ✖
disposal 1
- Court · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 9010 | op-snap---monthly-publication-january-2025.pdf | 118 | 2025-01 | Pedestrian | Vauxhall | ASTRA | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | Use vehicle on a road without valid test c | eFrOtiSfBicRaOteOKE ROAD | e Fr Oti Sf Bic Ra Ote OKE ROAD | Birmingham | Birmingham | Court | N/A | Yes - Via Email | |||
| 9259 | op-snap---monthly-publication-january-2025.pdf | 367 | 2025-01 | Car | Vauxhall | ASTRA SRI | Grey | Contravening a Red Traffic Light | Driving without Due Care and Attention | BRISTOL ROAD | Bristol Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4543565 | -1.9114004 | |
| 9462 | op-snap---monthly-publication-january-2025.pdf | 570 | 2025-01 | Car | Vauxhall | AGILA | Black | Driving without Due Care and Attention | None | HIGH STREET,KINGS HEATH | High Street, Kings Heath | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4353506 | -1.8927483 | |
| 9629 | op-snap---monthly-publication-january-2025.pdf | 737 | 2025-01 | Car | Vauxhall | Corsa | Black | Contravening a Red Traffic Light | Use vehicle on a road without valid test c | eWrtaifriwcaictek Road | e Wrtaifriwcaictek Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | |||
| 9759 | op-snap---monthly-publication-january-2025.pdf | 867 | 2025-01 | Car | Vauxhall | CROSSLAND | White | Contravening a Red Traffic Light | No Insurance | SALFORD CIRCUS | Salford Circus | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.5095071 | -1.8593732 | |
| 9894 | op-snap---monthly-publication-january-2025.pdf | 1002 | 2025-01 | Pedal Bike | Vauxhall | Corsa | Grey | Using a Mobile Phone Whilst Driving | None | Pershore Road | Pershore Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4308271 | -1.920078 | |
| 9933 | op-snap---monthly-publication-january-2025.pdf | 1041 | 2025-01 | Pedal Bike | Vauxhall | Vivaro | White | Driving without Due Care and Attention | None | Priory road | Priory road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4132696 | -1.8555008 | |
| 9975 | op-snap---monthly-publication-january-2025.pdf | 1083 | 2025-01 | Pedestrian | Vauxhall | Astra | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | No Insurance | St Albans Road | Street Albans Road | Sandwell | Sandwell | Court | N/A | Yes - Via Email | |||
| 10154 | op-snap---monthly-publication-january-2025.pdf | 1262 | 2025-01 | Car | Vauxhall | ASTRA | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | No Insurance | QUEENS HEAD ROAD | Queens Head Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.5016178 | -1.9409449 | |
| 10474 | op-snap---monthly-publication-january-2025.pdf | 1582 | 2025-01 | Pedal Bike | Vauxhall | Corsa | White | Driving without Due Care and Attention | None | Buckland End | Buckland End | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4980775 | -1.7924408 |
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);