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'}
13 rows where offence = "Misc - Non Traffic Offences", reporter_transport_mode = "Pedestrian" and vehicle_make = "Seat" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale
council_area 5
disposal 3
- NFA 11
- Other Action Taken 1
- Warning Letter 1
vehicle_make 1
- Seat · 13 ✖
reporter_transport_mode 1
- Pedestrian · 13 ✖
offence 1
- Misc - Non Traffic Offences · 13 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10622 | op-snap---monthly-publication-january-2026.pdf | 83 | 2026-01 | Pedestrian | Seat | leon | Grey | Misc - Non Traffic Offences | None | woodstock road | Woodstock Road | Birmingham | Birmingham | NFA | No Offence | 52.4486205 | -1.8740822 | ||
| 4953 | op-snap---monthly-publication-december-2025.pdf | 1081 | 2025-12 | Pedestrian | Seat | Leon | Black | Misc - Non Traffic Offences | None | wyrley road | Wyrley Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.5172973 | -1.8785949 | ||
| 21361 | op-snap---monthly-publication-november-2025.pdf | 903 | 2025-11 | Pedestrian | Seat | cupra | Blue | Misc - Non Traffic Offences | None | fenton road | Fenton Road | Coventry | Coventry | NFA | Misc Inc Crimes | 52.4331816 | -1.5630141 | ||
| 21644 | op-snap---monthly-publication-november-2025.pdf | 1186 | 2025-11 | Pedestrian | Seat | leon | White | Misc - Non Traffic Offences | None | maney hill road | Maney Hill Road | Sutton Coldfield | Sutton Coldfield | NFA | Misc Inc Crimes | 52.5498842 | -1.8161199 | ||
| 21929 | op-snap---monthly-publication-november-2025.pdf | 1471 | 2025-11 | Pedestrian | Seat | Red | Misc - Non Traffic Offences | None | Kings Norton Carvery Car Park | Kings Norton Carvery Car Park | Birmingham | Birmingham | Other Action Taken | N/A | |||||
| 23215 | op-snap---monthly-publication-october-2025.pdf | 1165 | 2025-10 | Pedestrian | Seat | Arona | Blue | Misc - Non Traffic Offences | None | Outside the Oval School | Outside the Oval School | Birmingham | Birmingham | NFA | No Offence | ||||
| 23366 | op-snap---monthly-publication-october-2025.pdf | 1316 | 2025-10 | Pedestrian | Seat | arona | White | Misc - Non Traffic Offences | None | out of force | Out Of Force | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 23393 | op-snap---monthly-publication-october-2025.pdf | 1343 | 2025-10 | Pedestrian | Seat | Leon | Black | Misc - Non Traffic Offences | None | Outmore Road | Outmore Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4767211 | -1.7814678 | ||
| 25449 | op-snap---monthly-publication-september-2025.pdf | 1668 | 2025-09 | Pedestrian | Seat | Ibiza | White | Misc - Non Traffic Offences | none | Roshven road | Roshven road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4536503 | -1.8766772 | ||
| 13460 | op-snap---monthly-publication-july-2025.pdf | 1512 | 2025-07 | Pedestrian | Seat | Ibiza | Black | Misc - Non Traffic Offences | No Insurance | Windsor Gardens | Windsor Gardens | Out of Force Area | Out of Force Area | NFA | Misc Inc Crimes | 52.5756368 | -2.1867206 | ||
| 13743 | op-snap---monthly-publication-july-2025.pdf | 1795 | 2025-07 | Pedestrian | Seat | Ateca | Red | Misc - Non Traffic Offences | None | Dawley Walk, Coventry | Dawley Walk, Coventry | Coventry | Coventry | NFA | Misc Inc Crimes | ||||
| 16503 | op-snap---monthly-publication-march-2025.pdf | 260 | 2025-03 | Pedestrian | Seat | Leon | Grey | Misc - Non Traffic Offences | None | Pound Lane | Pound Lane | Sandwell | Sandwell | Warning Letter | N/A | Yes - Via Email | 52.5541031 | -2.0107085 | |
| 17366 | op-snap---monthly-publication-march-2025.pdf | 1123 | 2025-03 | Pedestrian | Seat | Ibiza | White | Misc - Non Traffic Offences | None | Cannon Hill Park | Cannon Hill Park | Birmingham | Birmingham | NFA | No Independent Evidence Available | Yes - Via Email | 52.4516065 | -1.9026461 |
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);