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'}
11 rows where disposal = "Other Action Taken" and month = "2025-07" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, council_area_raw, nfa_rationale
vehicle_make 7
- BMW 3
- Mercedes-Benz 2
- Audi 1
- Peugeot 1
- Skoda 1
- Vauxhall 1
- Volkswagen 1
offence 5
council_area 4
reporter_transport_mode 3
- Car 8
- Pedestrian 2
- Other 1
month 1
- 2025-07 · 11 ✖
disposal 1
- Other Action Taken · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 12263 | op-snap---monthly-publication-july-2025.pdf | 315 | 2025-07 | Car | Kawasaki ZX6 | Green | Driving without Due Care and Attention | None | Kent Road | Kent Road | Birmingham | Birmingham | Other Action Taken | N/A | 52.4046857 | -2.021387 | |||
| 12281 | op-snap---monthly-publication-july-2025.pdf | 333 | 2025-07 | Car | Peugeot | Partner | White | Misc - Non Traffic Offences | None | Coventry Road | Coventry Road | Solihull | Solihull | Other Action Taken | N/A | 52.4505232 | -1.7606378 | ||
| 12456 | op-snap---monthly-publication-july-2025.pdf | 508 | 2025-07 | Car | Vauxhall | Silver | Contravening a Red Traffic Light | No Insurance | Sheaf Lane | Sheaf Lane | Birmingham | Birmingham | Other Action Taken | N/A | 52.4540536 | -1.7819436 | |||
| 12466 | op-snap---monthly-publication-july-2025.pdf | 518 | 2025-07 | Car | Mercedes-Benz | GL 250 | Black | Misc - Non Traffic Offences | None | Gleneagles Road | Gleneagles Road | Birmingham | Birmingham | Other Action Taken | N/A | 52.4697061 | -1.7934754 | ||
| 12637 | op-snap---monthly-publication-july-2025.pdf | 689 | 2025-07 | Other | BMW | Green | Driving without Due Care and Attention | None | Vicarage Road | Vicarage Road | Metropolitan Borough of Dudley | Metropolitan Borough Of Dudley | Other Action Taken | N/A | 52.5028976 | -1.8799272 | |||
| 12686 | op-snap---monthly-publication-july-2025.pdf | 738 | 2025-07 | Car | BMW | 520 D | Black | Driving without Due Care and Attention | None | Watson Road | Watson Road | Birmingham | Birmingham | Other Action Taken | N/A | 52.4897107 | -1.839943 | ||
| 13201 | op-snap---monthly-publication-july-2025.pdf | 1253 | 2025-07 | Car | BMW | M1 | White | Driving without Due Care and Attention | None | Warwick Road | Warwick Road | Birmingham | Birmingham | Other Action Taken | N/A | 52.4555288 | -1.8613929 | ||
| 13618 | op-snap---monthly-publication-july-2025.pdf | 1670 | 2025-07 | Pedestrian | Volkswagen | Golf | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Reginald Road | Reginald Road | Birmingham | Birmingham | Other Action Taken | N/A | 52.4893183 | -1.8578906 | ||
| 13862 | op-snap---monthly-publication-july-2025.pdf | 1914 | 2025-07 | Car | Audi | A4 | Silver | Cause vehicle to be left in a dangerous position | None | washwood Heath road | washwood Heath road | Birmingham | Birmingham | Other Action Taken | Misc Inc Crimes | 52.4929304 | -1.8229092 | ||
| 13989 | op-snap---monthly-publication-july-2025.pdf | 2041 | 2025-07 | Car | Skoda | yeti | Blue | Misc - Non Traffic Offences | None | Raynor Road | Raynor Road | Wolverhampton | Wolverhampton | Other Action Taken | N/A | 52.6043868 | -2.1046385 | ||
| 14060 | op-snap---monthly-publication-july-2025.pdf | 2112 | 2025-07 | Pedestrian | Mercedes-Benz | A180 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Cecil Road | Cecil Road | Birmingham | Birmingham | Other Action Taken | N/A | 52.5191059 | -1.8452462 |
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);