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 disposal = "RTC - Actioned", offence = "Misc - Non Traffic Offences" and reporter_transport_mode = "Other" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, second_offence, council_area_raw, nfa_rationale
council_area 5
- Walsall 3
- Birmingham 2
- Wolverhampton 2
- Coventry 1
- Dudley 1
reporter_transport_mode 1
- Other · 9 ✖
offence 1
- Misc - Non Traffic Offences · 9 ✖
disposal 1
- RTC - Actioned · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | ||
| 4329 | op-snap---monthly-publication-december-2025.pdf | 457 | 2025-12 | Other | Audi | TT | Black | Misc - Non Traffic Offences | None | Richards Street | Richards Street | Wolverhampton | Wolverhampton | RTC - Actioned | N/A | ||||
| 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 | ||
| 21637 | op-snap---monthly-publication-november-2025.pdf | 1179 | 2025-11 | Other | Kia | Stonic | White | Misc - Non Traffic Offences | Fail to stop, Fail to report | Fairfax Street | Fairfax Street | Coventry | Coventry | RTC - Actioned | N/A | 52.4097547 | -1.5065519 | ||
| 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 | ||
| 19545 | op-snap---monthly-publication-may-2025.pdf | 907 | 2025-05 | Other | Seat | Leon | Black | Misc - Non Traffic Offences | None | Gatis St | Gatis Street | Wolverhampton | Wolverhampton | RTC - Actioned | N/A | 52.5986312 | -2.1435317 | ||
| 18141 | op-snap---monthly-publication-march-2025.pdf | 1898 | 2025-03 | Other | Audi | A5 | Silver | Misc - Non Traffic Offences | None | Hydes Road | Hydes Road | Walsall | Walsall | RTC - Actioned | N/A | Yes - Via Email |
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);