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 vehicle_make = "Vauxhall" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 5
- Birmingham 4
- Dudley 3
- Sandwell 2
- Walsall 2
- Wolverhampton 1
reporter_transport_mode 4
- Car 5
- Other 5
- Motorbike 1
- Pedestrian 1
vehicle_make 1
- Vauxhall · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8099 | op-snap---monthly-publication-february-2026.pdf | 846 | 2026-02 | Other | Vauxhall | Corsa | White | Misc - Non Traffic Offences | None | Standhill Road Kingswinford | Standhill Road Kingswinford | Dudley | Dudley | RTC - Actioned | N/A | ||||
| 10632 | op-snap---monthly-publication-january-2026.pdf | 93 | 2026-01 | Other | Vauxhall | Meriva | White | Misc - Non Traffic Offences | None | The Oak Walk | The Oak Walk | Birmingham | Birmingham | RTC - Actioned | N/A | 52.4020485 | -1.9696265 | ||
| 11467 | op-snap---monthly-publication-january-2026.pdf | 928 | 2026-01 | Other | Vauxhall | CORSA | Silver | Driving without Due Care and Attention | None | Saltwells Road | Saltwells Road | Dudley | Dudley | RTC - Actioned | N/A | 52.4828169 | -2.0775182 | ||
| 4271 | op-snap---monthly-publication-december-2025.pdf | 399 | 2025-12 | Car | Vauxhall | Red | Driving without Due Care and Attention | None | Oldbury Sainsbury | Oldbury Sainsbury | Sandwell | Sandwell | RTC - Actioned | N/A | 52.5041451 | -2.0177654 | |||
| 4285 | op-snap---monthly-publication-december-2025.pdf | 413 | 2025-12 | Motorbike | Vauxhall | Corsa | Red | Misc - Non Traffic Offences | None | Mount Pleasant | Mount Pleasant | Dudley | Dudley | RTC - Actioned | N/A | 52.4734063 | -2.1135639 | ||
| 4814 | op-snap---monthly-publication-december-2025.pdf | 942 | 2025-12 | Other | Vauxhall | Insignia | Silver | Misc - Non Traffic Offences | None | Bescot Retail Park | Bescot Retail Park | Walsall | Walsall | RTC - Actioned | N/A | 52.5663611 | -1.9923904 | ||
| 5050 | op-snap---monthly-publication-december-2025.pdf | 1178 | 2025-12 | Other | Vauxhall | Zafira | Grey | Misc - Non Traffic Offences | None | High Street, Walsall Wood | High Street, Walsall Wood | Walsall | Walsall | RTC - Actioned | Misc Inc Crimes | 52.6262353 | -1.9322635 | ||
| 3871 | op-snap---monthly-publication-august-2025.pdf | 1846 | 2025-08 | Car | Vauxhall | Combo | White | Driving without Due Care and Attention | None | A38M | A38M | Birmingham | Birmingham | RTC - Actioned | N/A | ||||
| 12071 | op-snap---monthly-publication-july-2025.pdf | 123 | 2025-07 | Car | Vauxhall | Zafira | Silver | Misc - Non Traffic Offences | None | M5 | M5 | Sandwell | Sandwell | RTC - Actioned | N/A | ||||
| 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 | ||
| 6021 | op-snap---monthly-publication-february-2025.pdf | 838 | 2025-02 | Car | Vauxhall | Astra | Red | Misc - Non Traffic Offences | None | Bordesley Middleway | Bordesley Middleway | Birmingham | Birmingham | RTC - Actioned | N/A | Yes - Via Email | 52.4704236 | -1.8769606 | |
| 10052 | op-snap---monthly-publication-january-2025.pdf | 1160 | 2025-01 | Pedestrian | Vauxhall | Vivaro | Silver | Driving without Due Care and Attention | None | A449 Penn Road | Penn Road | Wolverhampton | Wolverhampton | RTC - Actioned | N/A | Yes - Via Email | 52.5599616 | -2.1556338 |
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);