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 = "Dudley", month = "2025-12" and offence = "Misc - Non Traffic Offences" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, nfa_rationale
vehicle_make 8
- Audi 2
- BMW 2
- Ford 2
- Land Rover 1
- Mercedes-Benz 1
- Peugeot 1
- Skoda 1
- Vauxhall 1
reporter_transport_mode 4
- Pedestrian 5
- Car 4
- Motorbike 1
- Other 1
disposal 2
- NFA 9
- RTC - Actioned 2
offence 1
- Misc - Non Traffic Offences · 11 ✖
month 1
- 2025-12 · 11 ✖
council_area 1
- Dudley · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3965 | op-snap---monthly-publication-december-2025.pdf | 93 | 2025-12 | Car | Audi | q3 | Black | Misc - Non Traffic Offences | None | huntingtree road | Huntingtree Road | Dudley | Dudley | NFA | No Independent Evidence Available | 52.4484682 | -2.0689885 | ||
| 4256 | op-snap---monthly-publication-december-2025.pdf | 384 | 2025-12 | Pedestrian | Land Rover | discovery | White | Misc - Non Traffic Offences | None | crankhall lane | Crankhall Lane | Dudley | Dudley | NFA | Misc Inc Crimes | ||||
| 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 | ||
| 4317 | op-snap---monthly-publication-december-2025.pdf | 445 | 2025-12 | Car | BMW | 1 series | White | Misc - Non Traffic Offences | None | Burnt Tree | Burnt Tree | Dudley | Dudley | NFA | No Independent Evidence Available | 52.513767 | -2.0633163 | ||
| 4336 | op-snap---monthly-publication-december-2025.pdf | 464 | 2025-12 | Pedestrian | BMW | 3 series | White | Misc - Non Traffic Offences | None | regent road | Regent Road | Dudley | Dudley | NFA | Misc Inc Crimes | 52.5106406 | -2.0559963 | ||
| 4337 | op-snap---monthly-publication-december-2025.pdf | 465 | 2025-12 | Pedestrian | Audi | a4 | Black | Misc - Non Traffic Offences | None | regendt road | Regendt Road | Dudley | Dudley | NFA | Misc Inc Crimes | ||||
| 4438 | op-snap---monthly-publication-december-2025.pdf | 566 | 2025-12 | Pedestrian | Mercedes-Benz | a200 | Black | Misc - Non Traffic Offences | None | hafley road | Hafley Road | Dudley | Dudley | NFA | Misc Inc Crimes | ||||
| 4703 | op-snap---monthly-publication-december-2025.pdf | 831 | 2025-12 | Car | Peugeot | boxer | Silver | Misc - Non Traffic Offences | None | court street | Court Street | Dudley | Dudley | NFA | Misc Inc Crimes | 52.455056 | -2.1443561 | ||
| 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 | ||||
| 4914 | op-snap---monthly-publication-december-2025.pdf | 1042 | 2025-12 | Car | Skoda | Kodiaq | Grey | Misc - Non Traffic Offences | None | Dudley | Dudley | Dudley | Dudley | RTC - Actioned | Misc Inc Crimes | 52.5110832 | -2.0816813 | ||
| 5012 | op-snap---monthly-publication-december-2025.pdf | 1140 | 2025-12 | Pedestrian | Ford | transit | White | Misc - Non Traffic Offences | None | mace street | Mace Street | Dudley | Dudley | NFA | Misc Inc Crimes |
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);