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-09", offence = "Misc - Non Traffic Offences" and vehicle_make = "BMW" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, council_area_raw, nfa_rationale
reporter_transport_mode 4
- Car 3
- Other 2
- Pedestrian 2
- Van 1
council_area 4
- Birmingham 3
- Out of Force Area 3
- Solihull 1
- Walsall 1
disposal 2
- NFA 7
- RTC - Actioned 1
vehicle_make 1
- BMW · 8 ✖
offence 1
- Misc - Non Traffic Offences · 8 ✖
month 1
- 2025-09 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 24059 | op-snap---monthly-publication-september-2025.pdf | 278 | 2025-09 | Other | BMW | 1 series | Blue | Misc - Non Traffic Offences | None | Doe Bank Lane | Doe Bank Lane | Walsall | Walsall | NFA | No Independent Evidence Available | 52.5679007 | -1.9058642 | ||
| 24128 | op-snap---monthly-publication-september-2025.pdf | 347 | 2025-09 | Van | BMW | X3 | Black | Misc - Non Traffic Offences | None | M1 Southbound | M1 Southbound | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24220 | op-snap---monthly-publication-september-2025.pdf | 439 | 2025-09 | Pedestrian | BMW | 7 series | Black | Misc - Non Traffic Offences | None | Green Lane, Hob Moor Lane | Green Lane, Hob Moor Lane | Birmingham | Birmingham | RTC - Actioned | N/A | ||||
| 24250 | op-snap---monthly-publication-september-2025.pdf | 469 | 2025-09 | Car | BMW | 320d | Black | Misc - Non Traffic Offences | None | Vicarage Road | Vicarage Road | Birmingham | Birmingham | NFA | No Offence | 52.470423 | -1.9304786 | ||
| 24372 | op-snap---monthly-publication-september-2025.pdf | 591 | 2025-09 | Car | BMW | 3 series | Grey | Misc - Non Traffic Offences | None | A4311 in Swindon | A4311 in Swindon | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24669 | op-snap---monthly-publication-september-2025.pdf | 888 | 2025-09 | Other | BMW | NK | Blue | Misc - Non Traffic Offences | None | Buryfield Road | Buryfield Road | Solihull | Solihull | NFA | No VRM | 52.4244296 | -1.7823135 | ||
| 24967 | op-snap---monthly-publication-september-2025.pdf | 1186 | 2025-09 | Car | BMW | 5 SERIES | Blue | Misc - Non Traffic Offences | None | M42 Oxford | M42 Oxford | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.476098 | -1.8869977 | ||
| 25463 | op-snap---monthly-publication-september-2025.pdf | 1682 | 2025-09 | Pedestrian | BMW | 225xe | Black | Misc - Non Traffic Offences | None | howard road | Howard Road | Birmingham | Birmingham | NFA | No Offence | 52.5154198 | -1.9135452 |
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);