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 council_area = "Dudley", month = "2025-12" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
reporter_transport_mode 5
- Pedestrian 4
- Car 3
- Other 1
- Pedal Bike 1
- Van 1
offence 5
disposal 4
- NFA 6
- Fixed Penalty 2
- Education 1
- Warning Letter 1
vehicle_make 1
- Ford · 10 ✖
month 1
- 2025-12 · 10 ✖
council_area 1
- Dudley · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3954 | op-snap---monthly-publication-december-2025.pdf | 82 | 2025-12 | Pedestrian | Ford | Fiesta | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Gayfield Avenue | Gayfield Avenue | Dudley | Dudley | Warning Letter | N/A | 52.4693896 | -2.1251602 | ||
| 3991 | op-snap---monthly-publication-december-2025.pdf | 119 | 2025-12 | Car | Ford | Transit | White | Contravening a Red Traffic Light | None | Factory Road | Factory Road | Dudley | Dudley | Education | N/A | 52.5324055 | -2.0739923 | ||
| 4022 | op-snap---monthly-publication-december-2025.pdf | 150 | 2025-12 | Van | Ford | TRANSIT | White | Driving without Due Care and Attention | None | Stourbridge road | Stourbridge road | Dudley | Dudley | Fixed Penalty | N/A | 52.5002997 | -2.1081386 | ||
| 4084 | op-snap---monthly-publication-december-2025.pdf | 212 | 2025-12 | Car | Ford | Focus | Grey | Contravening a Red Traffic Light | None | Brockmoor High St | Brockmoor High Street | Dudley | Dudley | NFA | No Independent Evidence Available | ||||
| 4391 | op-snap---monthly-publication-december-2025.pdf | 519 | 2025-12 | Pedal Bike | Ford | Fiesta | Silver | Driving without Due Care and Attention | None | South Road | South Road | Dudley | Dudley | Fixed Penalty | N/A | 52.4530371 | -2.1660216 | ||
| 4831 | op-snap---monthly-publication-december-2025.pdf | 959 | 2025-12 | Car | Ford | Focus | Blue | Contravening a Red Traffic Light | None | John Street Brierley Hill | John Street Brierley Hill | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4875113 | -2.1217558 | ||
| 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 | ||||
| 4938 | op-snap---monthly-publication-december-2025.pdf | 1066 | 2025-12 | Pedestrian | Ford | transit | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | gayfield avenue | Gayfield Avenue | Dudley | Dudley | NFA | Misc Inc Crimes | 52.4693896 | -2.1251602 | ||
| 4941 | op-snap---monthly-publication-december-2025.pdf | 1069 | 2025-12 | Pedestrian | Ford | focus | Grey | Cause vehicle to be left in a dangerous position | None | gayfield avenue | Gayfield Avenue | Dudley | Dudley | NFA | Misc Inc Crimes | 52.4693896 | -2.1251602 | ||
| 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);