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'}
14 rows where council_area = "Birmingham", offence = "Misc - Non Traffic Offences" and vehicle_make = "Honda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
disposal 3
reporter_transport_mode 2
- Car 8
- Pedestrian 6
vehicle_make 1
- Honda · 14 ✖
offence 1
- Misc - Non Traffic Offences · 14 ✖
council_area 1
- Birmingham · 14 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4260 | op-snap---monthly-publication-december-2025.pdf | 388 | 2025-12 | Pedestrian | Honda | jazz | Silver | Misc - Non Traffic Offences | None | cardigan street | Cardigan Street | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4849063 | -1.8846609 | ||
| 4627 | op-snap---monthly-publication-december-2025.pdf | 755 | 2025-12 | Car | Honda | Civic | Grey | Misc - Non Traffic Offences | None | Island Road | Island Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5095686 | -1.9544485 | ||
| 20987 | op-snap---monthly-publication-november-2025.pdf | 529 | 2025-11 | Pedestrian | Honda | frv | Grey | Misc - Non Traffic Offences | None | Longbridge | Longbridge | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.3940521 | -1.9807506 | ||
| 21890 | op-snap---monthly-publication-november-2025.pdf | 1432 | 2025-11 | Car | Honda | cb600 | Silver | Misc - Non Traffic Offences | None | alcester road south | Alcester Road South | Birmingham | Birmingham | Other Action Taken | Misc Inc Crimes | 52.4170522 | -1.8906187 | ||
| 23499 | op-snap---monthly-publication-october-2025.pdf | 1449 | 2025-10 | Pedestrian | Honda | motorcycle | Black | Misc - Non Traffic Offences | None | Simcox Gardens | Simcox Gardens | Birmingham | Birmingham | Other Action Taken | N/A | 52.4436568 | -1.9921287 | ||
| 23511 | op-snap---monthly-publication-october-2025.pdf | 1461 | 2025-10 | Car | Honda | Civic | Blue | Misc - Non Traffic Offences | None | M5 | M5 | Birmingham | Birmingham | NFA | No Independent Evidence Available | ||||
| 25299 | op-snap---monthly-publication-september-2025.pdf | 1518 | 2025-09 | Pedestrian | Honda | Accord | Silver | Misc - Non Traffic Offences | None | Parkdale close | Parkdale close | Birmingham | Birmingham | Other Action Taken | N/A | 52.513341 | -1.8406439 | ||
| 25303 | op-snap---monthly-publication-september-2025.pdf | 1522 | 2025-09 | Pedestrian | Honda | Accord | Silver | Misc - Non Traffic Offences | None | Unknown | Birmingham | Birmingham | Warning Letter | N/A | |||||
| 25453 | op-snap---monthly-publication-september-2025.pdf | 1672 | 2025-09 | Car | Honda | accord | Silver | Misc - Non Traffic Offences | No Insurance | Parkdale close | Parkdale close | Birmingham | Birmingham | Other Action Taken | N/A | 52.513341 | -1.8406439 | ||
| 25465 | op-snap---monthly-publication-september-2025.pdf | 1684 | 2025-09 | Pedestrian | Honda | accord | Silver | Misc - Non Traffic Offences | None | parkdale close | Parkdale Close | Birmingham | Birmingham | Warning Letter | N/A | 52.513341 | -1.8406439 | ||
| 3348 | op-snap---monthly-publication-august-2025.pdf | 1323 | 2025-08 | Car | Honda | Jazz | Black | Misc - Non Traffic Offences | None | Finnemore Road | Finnemore Road | Birmingham | Birmingham | NFA | No Offence | 52.477978 | -1.8364435 | ||
| 14531 | op-snap---monthly-publication-june-2025.pdf | 460 | 2025-06 | Car | Honda | CRV | Grey | Misc - Non Traffic Offences | No vehicle excise licence | Hayden Cross | Hayden Cross | Birmingham | Birmingham | NFA | Misc Inc Crimes | ||||
| 815 | op-snap---monthly-publication-april-2025.pdf | 814 | 2025-04 | Car | Honda | Jazz | Blue | Misc - Non Traffic Offences | None | Meadow Road | Meadow Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4699648 | -1.9606275 | ||
| 6139 | op-snap---monthly-publication-february-2025.pdf | 956 | 2025-02 | Car | Honda | Jazz | Blue | Misc - Non Traffic Offences | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Other Action Taken | N/A | Yes - Via Email | 52.4470686 | -1.8880749 |
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);