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'}
10 rows where month = "2025-12", offence = "Misc - Non Traffic Offences" and reporter_transport_mode = "Other" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, council_area_raw, nfa_rationale
council_area 6
- Birmingham 4
- Walsall 2
- Coventry 1
- Dudley 1
- Halesowen 1
- Wolverhampton 1
vehicle_make 5
- Audi 2
- Ford 2
- Vauxhall 2
- Volkswagen 2
- Peugeot 1
disposal 3
- NFA 6
- RTC - Actioned 3
- Warning Letter 1
reporter_transport_mode 1
- Other · 10 ✖
offence 1
- Misc - Non Traffic Offences · 10 ✖
month 1
- 2025-12 · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3885 | op-snap---monthly-publication-december-2025.pdf | 13 | 2025-12 | Other | BUS | Blue | Misc - Non Traffic Offences | None | Howley Grange Road | Howley Grange Road | Halesowen | Halesowen | NFA | No Independent Evidence Available | 52.4547899 | -2.0138907 | |||
| 4178 | op-snap---monthly-publication-december-2025.pdf | 306 | 2025-12 | Other | Ford | focus | Black | Misc - Non Traffic Offences | None | Arundel Road | Arundel Road | Birmingham | Birmingham | NFA | No Offence | 52.4032204 | -1.8821733 | ||
| 4274 | op-snap---monthly-publication-december-2025.pdf | 402 | 2025-12 | Other | Audi | a4 | Blue | Misc - Non Traffic Offences | None | a45 small heath highway | A45 Small Heath Highway | Birmingham | Birmingham | Warning Letter | N/A | 52.4601838 | -1.8488291 | ||
| 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 | ||||
| 4437 | op-snap---monthly-publication-december-2025.pdf | 565 | 2025-12 | Other | Volkswagen | Misc - Non Traffic Offences | None | edmund road | Edmund Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4876113 | -1.8542201 | ||||
| 4536 | op-snap---monthly-publication-december-2025.pdf | 664 | 2025-12 | Other | Peugeot | 208 | White | Misc - Non Traffic Offences | None | Merlin Grove | Merlin Grove | Birmingham | Birmingham | NFA | No Offence | 52.4578935 | -1.7820619 | ||
| 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 | ||
| 4819 | op-snap---monthly-publication-december-2025.pdf | 947 | 2025-12 | Other | Volkswagen | Caddy | Black | Misc - Non Traffic Offences | None | Greens End Road | Greens End Road | Coventry | Coventry | NFA | Out of Force | ||||
| 4903 | op-snap---monthly-publication-december-2025.pdf | 1031 | 2025-12 | Other | Ford | Fiesta | Blue | Misc - Non Traffic Offences | None | Waterfront Car Park | Waterfront Car Park | Dudley | Dudley | NFA | No Independent Evidence Available | ||||
| 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 |
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);