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'}
7 rows where disposal = "Education", month = "2025-01" and vehicle_make = "Nissan" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw
council_area 4
- Birmingham 4
- Sandwell 1
- Solihull 1
- Wolverhampton 1
reporter_transport_mode 3
- Pedestrian 4
- Pedal Bike 2
- Car 1
offence 3
vehicle_make 1
- Nissan · 7 ✖
month 1
- 2025-01 · 7 ✖
disposal 1
- Education · 7 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8909 | op-snap---monthly-publication-january-2025.pdf | 17 | 2025-01 | Pedal Bike | Nissan | MICRA | Black | Driving without Reasonable Consideration | None | SCHOOL ROAD | School Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4161736 | -1.8619692 | |
| 9129 | op-snap---monthly-publication-january-2025.pdf | 237 | 2025-01 | Car | Nissan | Qashqai | Red | Stop a vehicle within pelican pedestrian crossing limits | None | Earldons Street | Earldons Street | Solihull | Solihull | Education | N/A | Yes - Via Email | |||
| 9177 | op-snap---monthly-publication-january-2025.pdf | 285 | 2025-01 | Pedestrian | Nissan | Juke | Blue | Stop a vehicle within pelican pedestrian crossing limits | None | Allens Croft Road | Allens Croft Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4242527 | -1.910803 | |
| 9192 | op-snap---monthly-publication-january-2025.pdf | 300 | 2025-01 | Pedestrian | Nissan | JUKE | RED | Cause vehicle to be left in a dangerous position | None | COLMORE ROAD | Colmore Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4296373 | -1.8993161 | |
| 9453 | op-snap---monthly-publication-january-2025.pdf | 561 | 2025-01 | Pedestrian | Nissan | Navara | Black | Stop a vehicle within pelican pedestrian crossing limits | None | Crankhall Lane | Crankhall Lane | Sandwell | Sandwell | Education | N/A | Yes - Via Email | 52.5489715 | -1.9927402 | |
| 9828 | op-snap---monthly-publication-january-2025.pdf | 936 | 2025-01 | Pedal Bike | Nissan | Juke | Red | Driving without Reasonable Consideration | None | Clarkes Lane | Clarkes Lane | Wolverhampton | Wolverhampton | Education | N/A | Yes - Via Email | |||
| 9850 | op-snap---monthly-publication-january-2025.pdf | 958 | 2025-01 | Pedestrian | Nissan | Qashqai | Black | Cause vehicle to be left in a dangerous position | None | Twyning road | Twyning road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4299797 | -1.9191042 |
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);