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 council_area = "Birmingham", disposal = "RTC - Actioned" and month = "2025-06" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour
vehicle_make 8
- Ford 2
- Nissan 2
- Volkswagen 2
- Audi 1
- BMW 1
- Kia 1
- Mercedes-Benz 1
- Vauxhall 1
reporter_transport_mode 3
- Car 7
- Other 3
- Pedestrian 1
month 1
- 2025-06 · 11 ✖
disposal 1
- RTC - Actioned · 11 ✖
council_area 1
- Birmingham · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14287 | op-snap---monthly-publication-june-2025.pdf | 216 | 2025-06 | Car | Volkswagen | Tiguan | Grey | Misc - Non Traffic Offences | None | Perry barr Flyover | Perry barr Flyover | Birmingham | Birmingham | RTC - Actioned | N/A | ||||
| 14411 | op-snap---monthly-publication-june-2025.pdf | 340 | 2025-06 | Car | Volkswagen | Polo | Black | Driving without Due Care and Attention | None | M42 NB J6 | M42 Northbound J6 | Birmingham | Birmingham | RTC - Actioned | N/A | ||||
| 14463 | op-snap---monthly-publication-june-2025.pdf | 392 | 2025-06 | Other | Nissan | Qashqai | Red | Driving without Due Care and Attention | None | Chipperfield Road | Chipperfield Road | Birmingham | Birmingham | RTC - Actioned | N/A | 52.5061107 | -1.8062226 | ||
| 14515 | op-snap---monthly-publication-june-2025.pdf | 444 | 2025-06 | Pedestrian | BMW | 4 Series | Black | Driving without Due Care and Attention | None | Sherbourne Road | Sherbourne Road | Birmingham | Birmingham | RTC - Actioned | N/A | 52.4495478 | -1.8235444 | ||
| 14871 | op-snap---monthly-publication-june-2025.pdf | 800 | 2025-06 | Other | Ford | Transit | Blue | Misc - Non Traffic Offences | None | Slade Road | Slade Road | Birmingham | Birmingham | RTC - Actioned | N/A | 52.5894461 | -1.8082962 | ||
| 14881 | op-snap---monthly-publication-june-2025.pdf | 810 | 2025-06 | Car | Audi | A6 | Black | Driving without Due Care and Attention | None | Robin Hood Island | Robin Hood Island | Birmingham | Birmingham | RTC - Actioned | N/A | 52.4220705 | -1.8372335 | ||
| 15210 | op-snap---monthly-publication-june-2025.pdf | 1139 | 2025-06 | Car | Mercedes-Benz | Sprinter | White | Driving without Due Care and Attention | None | Fox Hollies Road | Fox Hollies Road | Birmingham | Birmingham | RTC - Actioned | N/A | 52.5517052 | -1.7825505 | ||
| 15538 | op-snap---monthly-publication-june-2025.pdf | 1467 | 2025-06 | Car | Vauxhall | Corsa | Silver | Driving without Due Care and Attention | None | Edward Road | Edward Road | Birmingham | Birmingham | RTC - Actioned | N/A | 52.4580901 | -1.894458 | ||
| 15723 | op-snap---monthly-publication-june-2025.pdf | 1652 | 2025-06 | Car | Nissan | Qashqai | White | Misc - Non Traffic Offences | None | Mosborough Crescent | Mosborough Crescent | Birmingham | Birmingham | RTC - Actioned | N/A | 52.4930606 | -1.9065375 | ||
| 15730 | op-snap---monthly-publication-june-2025.pdf | 1659 | 2025-06 | Car | Kia | Pro Ceed | Blue | Driving without Due Care and Attention | None | Mackadown Lane | Mackadown Lane | Birmingham | Birmingham | RTC - Actioned | N/A | 52.4708415 | -1.7675939 | ||
| 16052 | op-snap---monthly-publication-june-2025.pdf | 1981 | 2025-06 | Other | Ford | Transit | White | Driving without Due Care and Attention | None | Pinner Grove | Pinner Grove | Birmingham | Birmingham | RTC - Actioned | N/A | 52.4535248 | -1.985764 |
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);