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'}
9 rows where month = "2025-05", offence = "Misc - Non Traffic Offences" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale
council_area 5
- Birmingham 5
- Dudley 1
- Out of Force Area 1
- Sandwell 1
- Wolverhampton 1
reporter_transport_mode 3
- Car 6
- Pedestrian 2
- CAR 1
disposal 2
vehicle_make 1
- Audi · 9 ✖
offence 1
- Misc - Non Traffic Offences · 9 ✖
month 1
- 2025-05 · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 18648 | op-snap---monthly-publication-may-2025.pdf | 10 | 2025-05 | Car | Audi | A3.. | Black | Misc - Non Traffic Offences | None | A452 | A452 | Birmingham | Birmingham | NFA | No Offence | ||||
| 18728 | op-snap---monthly-publication-may-2025.pdf | 90 | 2025-05 | Car | Audi | A3.. | Black | Misc - Non Traffic Offences | None | A452 | A452 | Birmingham | Birmingham | NFA | No Offence | ||||
| 18816 | op-snap---monthly-publication-may-2025.pdf | 178 | 2025-05 | Car | Audi | A3 | Blue | Misc - Non Traffic Offences | None | Short Heath Road | Short Heath Road | Birmingham | Birmingham | NFA | No VRM | 52.5302344 | -1.8505439 | ||
| 19055 | op-snap---monthly-publication-may-2025.pdf | 417 | 2025-05 | CAR | Audi | S5 TFSI | White | Misc - Non Traffic Offences | None | BRIDGNORTH ROAD | Bridgnorth Road | Wolverhampton | Wolverhampton | NFA | No Independent Evidence Available | 52.5870072 | -2.1755927 | ||
| 19185 | op-snap---monthly-publication-may-2025.pdf | 547 | 2025-05 | Car | Audi | S4 | Grey | Misc - Non Traffic Offences | None | Merry Hill Car Park | Merry Hill Car Park | Sandwell | Sandwell | NFA | No Offence | ||||
| 19212 | op-snap---monthly-publication-may-2025.pdf | 574 | 2025-05 | Pedestrian | Audi | A5.. | White | Misc - Non Traffic Offences | None | Gayfield Avenue | Gayfield Avenue | Dudley | Dudley | NFA | No Independent Evidence Available | 52.4693896 | -2.1251602 | ||
| 19373 | op-snap---monthly-publication-may-2025.pdf | 735 | 2025-05 | Car | Audi | A5 | Grey | Misc - Non Traffic Offences | None | A38 | A38 | Birmingham | Birmingham | Other Action Taken | nN/A | ||||
| 19844 | op-snap---monthly-publication-may-2025.pdf | 1206 | 2025-05 | Car | Audi | A3 | Silver | Misc - Non Traffic Offences | None | A5 Nuneaton | Nuneaton | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4014214 | -1.5189806 | ||
| 20001 | op-snap---monthly-publication-may-2025.pdf | 1363 | 2025-05 | Pedestrian | Audi | NP | Grey | Misc - Non Traffic Offences | None | station road, kings heath road | Station Road, Kings Heath Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4303068 | -1.9077938 |
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);