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'}
11 rows where disposal = "NFA", month = "2025-06" and offence = "Stop a vehicle within pelican pedestrian crossing limits" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
vehicle_make 8
- Vauxhall 3
- Mercedes-Benz 2
- BMW 1
- Citroen 1
- Kia 1
- Peugeot 1
- Skoda 1
- Volkswagen 1
reporter_transport_mode 3
- Pedestrian 5
- Pedal Bike 4
- Car 2
council_area 3
offence 1
- Stop a vehicle within pelican pedestrian crossing limits · 11 ✖
month 1
- 2025-06 · 11 ✖
disposal 1
- NFA · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14607 | op-snap---monthly-publication-june-2025.pdf | 536 | 2025-06 | Pedestrian | BMW | X5 | Black | Stop a vehicle within pelican pedestrian crossing limits | None | Dudley Road | Dudley Road | Birmingham | Birmingham | NFA | No VRM | 52.4865107 | -1.9386263 | ||
| 15368 | op-snap---monthly-publication-june-2025.pdf | 1297 | 2025-06 | Pedestrian | Vauxhall | Corsa | Black | Stop a vehicle within pelican pedestrian crossing limits | None | Clifton Down, Bristol | Clifton Down, Bristol | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 15418 | op-snap---monthly-publication-june-2025.pdf | 1347 | 2025-06 | Pedestrian | Kia | White | Stop a vehicle within pelican pedestrian crossing limits | None | Allens Croft Road | Allens Croft Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4242527 | -1.910803 | |||
| 15419 | op-snap---monthly-publication-june-2025.pdf | 1348 | 2025-06 | Pedestrian | Vauxhall | Grey | Stop a vehicle within pelican pedestrian crossing limits | None | Allens Croft Road | Allens Croft Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4242527 | -1.910803 | |||
| 15786 | op-snap---monthly-publication-june-2025.pdf | 1715 | 2025-06 | Pedal Bike | Volkswagen | Blue | Stop a vehicle within pelican pedestrian crossing limits | None | Pershore Road | Pershore Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4308271 | -1.920078 | |||
| 15788 | op-snap---monthly-publication-june-2025.pdf | 1717 | 2025-06 | Pedal Bike | Peugeot | White | Stop a vehicle within pelican pedestrian crossing limits | None | Pershore Road | Pershore Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4308271 | -1.920078 | |||
| 15789 | op-snap---monthly-publication-june-2025.pdf | 1718 | 2025-06 | Pedal Bike | Vauxhall | Silver | Stop a vehicle within pelican pedestrian crossing limits | None | Pershore Road | Pershore Road | Birmingham | Birmingham | NFA | No VRM | 52.4308271 | -1.920078 | |||
| 15790 | op-snap---monthly-publication-june-2025.pdf | 1719 | 2025-06 | Pedal Bike | Mercedes-Benz | Blue | Stop a vehicle within pelican pedestrian crossing limits | None | Pershore Road | Pershore Road | Birmingham | Birmingham | NFA | No VRM | 52.4308271 | -1.920078 | |||
| 15801 | op-snap---monthly-publication-june-2025.pdf | 1730 | 2025-06 | Car | Mercedes-Benz | E350 | Black | Stop a vehicle within pelican pedestrian crossing limits | None | Coleshill Road | Coleshill Road | Birmingham | Birmingham | NFA | No Offence | 52.4967329 | -1.8097462 | ||
| 15987 | op-snap---monthly-publication-june-2025.pdf | 1916 | 2025-06 | Car | Skoda | Grey | Stop a vehicle within pelican pedestrian crossing limits | None | Robin Hood Lane | Robin Hood Lane | Solihull | Solihull | NFA | Not in Public Interest | 52.422933 | -1.8352662 | |||
| 16023 | op-snap---monthly-publication-june-2025.pdf | 1952 | 2025-06 | Pedestrian | Citroen | C1 | Red | Stop a vehicle within pelican pedestrian crossing limits | None | Coleshill Street | Coleshill Street | Birmingham | Birmingham | NFA | No Offence | 52.5645717 | -1.8214603 |
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);