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'}
8 rows where month = "2025-11", offence = "Misc - Non Traffic Offences" and reporter_transport_mode = "Other" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, council_area_raw, nfa_rationale
council_area 5
- Solihull 3
- Birmingham 2
- Coventry 1
- Dudley 1
- Out of Force Area 1
disposal 3
reporter_transport_mode 1
- Other · 8 ✖
offence 1
- Misc - Non Traffic Offences · 8 ✖
month 1
- 2025-11 · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20840 | op-snap---monthly-publication-november-2025.pdf | 382 | 2025-11 | Other | Misc - Non Traffic Offences | None | np | Np | Out of Force Area | Out of Force Area | NFA | Misc Inc Crimes | |||||||
| 21249 | op-snap---monthly-publication-november-2025.pdf | 791 | 2025-11 | Other | Suzuki | Swift | Black | Misc - Non Traffic Offences | None | mery hill shopping center | Mery Hill Shopping Center | Dudley | Dudley | NFA | Misc Inc Crimes | ||||
| 21341 | op-snap---monthly-publication-november-2025.pdf | 883 | 2025-11 | Other | Renault | scenic | Black | Misc - Non Traffic Offences | None | hertford way | Hertford Way | Solihull | Solihull | NFA | Misc Inc Crimes | 52.3778812 | -1.7427424 | ||
| 21637 | op-snap---monthly-publication-november-2025.pdf | 1179 | 2025-11 | Other | Kia | Stonic | White | Misc - Non Traffic Offences | Fail to stop, Fail to report | Fairfax Street | Fairfax Street | Coventry | Coventry | RTC - Actioned | N/A | 52.4097547 | -1.5065519 | ||
| 21689 | op-snap---monthly-publication-november-2025.pdf | 1231 | 2025-11 | Other | Misc - Non Traffic Offences | None | poplar avenue | Poplar Avenue | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.5723052 | -1.8003041 | |||||
| 21691 | op-snap---monthly-publication-november-2025.pdf | 1233 | 2025-11 | Other | Audi | A1 | Silver | Misc - Non Traffic Offences | None | solihull | Solihull | Solihull | Solihull | NFA | Misc Inc Crimes | 52.4130189 | -1.7768935 | ||
| 21804 | op-snap---monthly-publication-november-2025.pdf | 1346 | 2025-11 | Other | Misc - Non Traffic Offences | None | wharf lane | Wharf Lane | Solihull | Solihull | NFA | Misc Inc Crimes | 52.4253754 | -1.7728933 | |||||
| 22043 | op-snap---monthly-publication-november-2025.pdf | 1585 | 2025-11 | Other | Toyota | Estima | Silver | Misc - Non Traffic Offences | None | Haden Circus Rounabout | Haden Circus Rounabout | Birmingham | Birmingham | Other Action Taken | N/A |
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);