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 council_area = "Dudley", disposal = "Fixed Penalty" and vehicle_make = "Citroen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, latitude, longitude
offence 6
- Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 3
- Driving without Due Care and Attention 2
- Contravening a Red Traffic Light 1
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
- Use a vehicle / cycle on a road and contravene a l 1
- Using a Mobile Phone Whilst Driving 1
reporter_transport_mode 3
- Car 5
- Other 3
- Pedal Bike 1
vehicle_make 1
- Citroen · 9 ✖
disposal 1
- Fixed Penalty · 9 ✖
council_area 1
- Dudley · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10779 | op-snap---monthly-publication-january-2026.pdf | 240 | 2026-01 | Other | Citroen | C3 Picasso | Silver | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Norwood Road | Norwood Road | Dudley | Dudley | Fixed Penalty | N/A | 52.4831397 | -2.1309273 | ||
| 22725 | op-snap---monthly-publication-october-2025.pdf | 675 | 2025-10 | Other | Citroen | C3 | Silver | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Norwood Road | Norwood Road | Dudley | Dudley | Fixed Penalty | N/A | 52.4831397 | -2.1309273 | ||
| 24724 | op-snap---monthly-publication-september-2025.pdf | 943 | 2025-09 | Pedal Bike | Citroen | DS3 | Red | Use a vehicle / cycle on a road and contravene a l | ocal traffic order other Nthoanne parking | Worcester Street, Stourbridge | Worcester Street, Stourbridge | Dudley | Dudley | Fixed Penalty | N/A | 52.4507058 | -2.1503743 | ||
| 2717 | op-snap---monthly-publication-august-2025.pdf | 692 | 2025-08 | Other | Citroen | Dispatch | White | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Norwood Road | Norwood Road | Dudley | Dudley | Fixed Penalty | N/A | 52.4831397 | -2.1309273 | ||
| 18840 | op-snap---monthly-publication-may-2025.pdf | 202 | 2025-05 | Car | Citroen | Berlingo | White | Using a Mobile Phone Whilst Driving | None | Bull Ring Sedgley | Bull Ring Sedgley | Dudley | Dudley | Fixed Penalty | N/A | ||||
| 345 | op-snap---monthly-publication-april-2025.pdf | 344 | 2025-04 | Car | Citroen | DS4 | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | Use vehicle on a road without valid test certificate | TOWER STREET | Tower Street | Dudley | Dudley | Fixed Penalty | N/A | 52.5112053 | -2.0833165 | ||
| 16529 | op-snap---monthly-publication-march-2025.pdf | 286 | 2025-03 | Car | Citroen | Birlingo | White | Driving without Due Care and Attention | None | Castle Hill | Castle Hill | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.5140573 | -2.0798069 | |
| 6261 | op-snap---monthly-publication-february-2025.pdf | 1078 | 2025-02 | Car | Citroen | Dispatch | Black | Contravening a Red Traffic Light | None | Stourbridge Road | Stourbridge Road | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.5002997 | -2.1081386 | |
| 9128 | op-snap---monthly-publication-january-2025.pdf | 236 | 2025-01 | Car | Citroen | Space Tourer | Orange | Driving without Due Care and Attention | None | Highpark Avenue, Stourbridge | Highpark Avenue, Stourbridge | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.4536084 | -2.1694631 |
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);