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 council_area = "Birmingham", disposal = "Court" and offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence
vehicle_make 7
- Seat 2
- Vauxhall 2
- Audi 1
- Ford 1
- Lamborghini 1
- Land Rover 1
- Mercedes-Benz 1
reporter_transport_mode 4
- Pedestrian 4
- Car 3
- Pedal Bike 1
- car 1
offence 1
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 9 ✖
disposal 1
- Court · 9 ✖
council_area 1
- Birmingham · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 19735 | op-snap---monthly-publication-may-2025.pdf | 1097 | 2025-05 | Car | Seat | TOLEDO | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | No Insurance | WITTON ROAD | Witton Road | Birmingham | Birmingham | Court | N/A | 52.513336 | -1.8833226 | ||
| 16860 | op-snap---monthly-publication-march-2025.pdf | 617 | 2025-03 | Car | Seat | Exeo | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | No Insurance | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4929304 | -1.8229092 | |
| 5923 | op-snap---monthly-publication-february-2025.pdf | 740 | 2025-02 | Pedal Bike | Lamborghini | Urus | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Carver Street | Carver Street | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4857687 | -1.915613 | |
| 7191 | op-snap---monthly-publication-february-2025.pdf | 2008 | 2025-02 | Pedestrian | Audi | A3 | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | Use vehicle on a road without valid test certificate | Keswick Road | Keswick Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4544897 | -1.7930702 | |
| 8955 | op-snap---monthly-publication-january-2025.pdf | 63 | 2025-01 | car | Ford | KUGA | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | No Insurance | OULTON BOULEVARD | Oulton Boulevard | Birmingham | Birmingham | Court | N/A | Yes - Via Email | |||
| 8963 | op-snap---monthly-publication-january-2025.pdf | 71 | 2025-01 | Pedestrian | Mercedes-Benz | SPRINTER | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | No Insurance | SILVERTON ROAD | Silverton Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | |||
| 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 | |||
| 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 | |
| 10352 | op-snap---monthly-publication-january-2025.pdf | 1460 | 2025-01 | Pedestrian | Land Rover | Evoque | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | Use vehicle on a road without valid test c | eCrotivfeicnattrey Road | e Crotivfeicnattrey Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email |
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);