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'}
12 rows where disposal = "RTC - Actioned" and month = "2025-09" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, council_area_raw
vehicle_make 10
- Audi 1
- BMW 1
- Citroen 1
- Ford 1
- Honda 1
- Hyundai 1
- Kia 1
- Mercedes-Benz 1
- Nissan 1
- Volkswagen 1
council_area 4
- Birmingham 8
- Walsall 2
- Solihull 1
- Wolverhampton 1
reporter_transport_mode 3
- Car 10
- Motorbike 1
- Pedestrian 1
month 1
- 2025-09 · 12 ✖
disposal 1
- RTC - Actioned · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23785 | op-snap---monthly-publication-september-2025.pdf | 4 | 2025-09 | Car | U/K | White | Driving without Due Care and Attention | None | M6. | M6 | Birmingham | Birmingham | RTC - Actioned | N/A | |||||
| 23787 | op-snap---monthly-publication-september-2025.pdf | 6 | 2025-09 | Car | Hyundai | Bayon | Blue | Driving without Due Care and Attention | None | Dartmouth Middleway | Dartmouth Middleway | Birmingham | Birmingham | RTC - Actioned | N/A | 52.4861917 | -1.8829748 | ||
| 23896 | op-snap---monthly-publication-september-2025.pdf | 115 | 2025-09 | Car | Misc - Non Traffic Offences | None | Cape Hill | Cape Hill | Birmingham | Birmingham | RTC - Actioned | N/A | |||||||
| 24031 | op-snap---monthly-publication-september-2025.pdf | 250 | 2025-09 | Motorbike | Ford | Fiesta | Silver | Driving without Due Care and Attention | None | Old Snow Hill | Old Snow Hill | Birmingham | Birmingham | RTC - Actioned | N/A | 52.4858844 | -1.9003652 | ||
| 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 | ||||
| 24309 | op-snap---monthly-publication-september-2025.pdf | 528 | 2025-09 | Car | Mercedes-Benz | G Wagon | Black | Driving without Due Care and Attention | None | Coventry Road | Coventry Road | Birmingham | Birmingham | RTC - Actioned | N/A | 52.4726661 | -1.8769032 | ||
| 24310 | op-snap---monthly-publication-september-2025.pdf | 529 | 2025-09 | Car | Honda | Civic | Grey | Driving without Due Care and Attention | None | Sutherland Avenue | Sutherland Avenue | Wolverhampton | Wolverhampton | RTC - Actioned | N/A | 52.5778489 | -2.1025249 | ||
| 24590 | op-snap---monthly-publication-september-2025.pdf | 809 | 2025-09 | Car | Citroen | Xsara | Grey | Driving without Due Care and Attention | None | Vicarage Road | Vicarage Road | Birmingham | Birmingham | RTC - Actioned | N/A | 52.470423 | -1.9304786 | ||
| 24784 | op-snap---monthly-publication-september-2025.pdf | 1003 | 2025-09 | Car | Audi | NK | Red | Driving without Due Care and Attention | None | Farnhurst Road | Farnhurst Road | Birmingham | Birmingham | RTC - Actioned | N/A | 52.5020897 | -1.8273258 | ||
| 24821 | op-snap---monthly-publication-september-2025.pdf | 1040 | 2025-09 | Car | Nissan | Qashqai | Red | Misc - Non Traffic Offences | No Insurance | Wolverhampton Road West | Wolverhampton Road West | Walsall | Walsall | RTC - Actioned | N/A | 52.5866889 | -2.0354488 | ||
| 24899 | op-snap---monthly-publication-september-2025.pdf | 1118 | 2025-09 | Car | Volkswagen | Golf | Blue | Misc - Non Traffic Offences | No vehicle excise licence | B92 8JJ, Hobs Moat Road | B92 8JJ, Hobs Moat Road | Solihull | Solihull | RTC - Actioned | N/A | ||||
| 25057 | op-snap---monthly-publication-september-2025.pdf | 1276 | 2025-09 | Car | Kia | Stonic | Grey | Misc - Non Traffic Offences | None | Park avenue, | Park avenue | Walsall | Walsall | RTC - Actioned | N/A | 52.5853624 | -2.0632143 |
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);