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'}
12 rows where offence = "Misc - Non Traffic Offences" and vehicle_make = "Hyundai" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
month 10
council_area 5
reporter_transport_mode 4
- Pedestrian 6
- Car 3
- Other 2
- Pedal Bike 1
disposal 2
- NFA 9
- Warning Letter 3
vehicle_make 1
- Hyundai · 12 ✖
offence 1
- Misc - Non Traffic Offences · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7608 | op-snap---monthly-publication-february-2026.pdf | 355 | 2026-02 | Other | Hyundai | Tucson | White | Misc - Non Traffic Offences | None | N/K | N/K | Out of Force Area | Out of Force Area | NFA | No Independent Evidence Available | 52.5359146 | -2.0278244 | ||
| 10595 | op-snap---monthly-publication-january-2026.pdf | 56 | 2026-01 | Pedal Bike | Hyundai | i10 | Grey | Misc - Non Traffic Offences | None | lower essex street | Lower Essex Street | Birmingham | Birmingham | NFA | No Offence | 52.4716178 | -1.8954045 | ||
| 4823 | op-snap---monthly-publication-december-2025.pdf | 951 | 2025-12 | Car | Hyundai | Ioniq | Black | Misc - Non Traffic Offences | None | Alridge Road | Aldridge Road | Birmingham | Birmingham | NFA | No Offence | 52.5368764 | -1.8976461 | ||
| 21323 | op-snap---monthly-publication-november-2025.pdf | 865 | 2025-11 | Pedestrian | Hyundai | ioniq | Grey | Misc - Non Traffic Offences | None | fenton road | Fenton Road | Coventry | Coventry | NFA | Misc Inc Crimes | 52.4331816 | -1.5630141 | ||
| 21539 | op-snap---monthly-publication-november-2025.pdf | 1081 | 2025-11 | Pedestrian | Hyundai | i10 | Grey | Misc - Non Traffic Offences | None | barclay road | Barclay Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | ||||
| 23595 | op-snap---monthly-publication-october-2025.pdf | 1545 | 2025-10 | Pedestrian | Hyundai | Tucson | Black | Misc - Non Traffic Offences | None | Columbia Close | Columbia Close | Birmingham | Birmingham | NFA | No Offence | 52.4632515 | -1.9032924 | ||
| 24022 | op-snap---monthly-publication-september-2025.pdf | 241 | 2025-09 | Pedestrian | Hyundai | Getz | Blue | Misc - Non Traffic Offences | None | Butt Lane | Butt Lane | Coventry | Coventry | Warning Letter | N/A | 52.4303178 | -1.5668089 | ||
| 2634 | op-snap---monthly-publication-august-2025.pdf | 609 | 2025-08 | Car | Hyundai | Tucsan | White | Misc - Non Traffic Offences | None | M5 J2 | M5 J2 | Birmingham | Birmingham | NFA | No Offence | 52.4945433 | -2.0190848 | ||
| 19742 | op-snap---monthly-publication-may-2025.pdf | 1104 | 2025-05 | Car | Hyundai | i40 | White | Misc - Non Traffic Offences | None | A452 | A452 | Sutton Coldfield | Sutton Coldfield | NFA | No Offence | ||||
| 16933 | op-snap---monthly-publication-march-2025.pdf | 690 | 2025-03 | Other | Hyundai | Ix35 | Grey | Misc - Non Traffic Offences | None | Bradshaw Avenue | Bradshaw Avenue | Birmingham | Birmingham | NFA | No Offence | Yes - Via Email | 52.4018255 | -1.9490522 | |
| 5739 | op-snap---monthly-publication-february-2025.pdf | 556 | 2025-02 | Pedestrian | Hyundai | I30 | Blue | Misc - Non Traffic Offences | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4470686 | -1.8880749 | |
| 6638 | op-snap---monthly-publication-february-2025.pdf | 1455 | 2025-02 | Pedestrian | Hyundai | I30 | Blue | Misc - Non Traffic Offences | None | Rockingham Gardens or Rushmo | Rockingham Gardens or Rushmo | oSru Cttloons eColdfield | Osru Cttloons Ecoldfield | Warning Letter | N/A | Yes - Via Email |
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);