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 month = "2025-07", offence = "Driving without Reasonable Consideration" and reporter_transport_mode = "Pedestrian" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 3
disposal 2
- NFA 8
- Fixed Penalty 1
reporter_transport_mode 1
- Pedestrian · 9 ✖
offence 1
- Driving without Reasonable Consideration · 9 ✖
month 1
- 2025-07 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 12120 | op-snap---monthly-publication-july-2025.pdf | 172 | 2025-07 | Pedestrian | Cupra | Ateca | Grey | Driving without Reasonable Consideration | None | M6 South Birmingham | M6 South Birmingham | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4031308 | -2.0142003 | ||
| 12869 | op-snap---monthly-publication-july-2025.pdf | 921 | 2025-07 | Pedestrian | BMW | 420 | White | Driving without Reasonable Consideration | None | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | ||||||
| 12870 | op-snap---monthly-publication-july-2025.pdf | 922 | 2025-07 | Pedestrian | Audi | Grey | Driving without Reasonable Consideration | None | York Road , Birmingham | York Road , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5231321 | -1.8415573 | |||
| 12871 | op-snap---monthly-publication-july-2025.pdf | 923 | 2025-07 | Pedestrian | Toyota | Yaris | Black | Driving without Reasonable Consideration | None | Bradford Road , Birmingham | Bradford Road , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5024148 | -1.7961753 | ||
| 12896 | op-snap---monthly-publication-july-2025.pdf | 948 | 2025-07 | Pedestrian | Ford | Fiesta | Black | Driving without Reasonable Consideration | None | Level Street , Merry Hill | Level Street , Merry Hill | Dudley | Dudley | NFA | Outside of 14 Days NIP | ||||
| 12926 | op-snap---monthly-publication-july-2025.pdf | 978 | 2025-07 | Pedestrian | Ford | Transit | Silver | Driving without Reasonable Consideration | None | Cole Hall Lane , Kitts Green | Cole Hall Lane , Kitts Green | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4877244 | -1.787883 | ||
| 12962 | op-snap---monthly-publication-july-2025.pdf | 1014 | 2025-07 | Pedestrian | Audi | Blue | Driving without Reasonable Consideration | None | Newton Middleway , Birmingham | Newton Middleway , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | |||||
| 12965 | op-snap---monthly-publication-july-2025.pdf | 1017 | 2025-07 | Pedestrian | Toyota | Yaris | Grey | Driving without Reasonable Consideration | None | Paradise Street , Birmingham | Paradise Street , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4790667 | -1.9039768 | ||
| 13095 | op-snap---monthly-publication-july-2025.pdf | 1147 | 2025-07 | Pedestrian | Nissan | Black | Driving without Reasonable Consideration | None | The Parade , Boldmere | The Parade , Boldmere | Out of Force Area | Out of Force Area | NFA | Outside of 14 Days NIP |
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);