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", month = "2025-02" and vehicle_make = "Vauxhall" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, nfa_rationale, latitude, longitude
offence 6
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
- Contravening a Red Traffic Light 2
- Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 2
- Driving without Due Care and Attention 1
- Driving without Reasonable Consideration 1
- Misc - Non Traffic Offences 1
reporter_transport_mode 5
- Car 3
- Other 2
- Pedestrian 2
- Lorry 1
- Pedal Bike 1
disposal 4
- Fixed Penalty 5
- NFA 2
- Education 1
- Warning Letter 1
vehicle_make 1
- Vauxhall · 9 ✖
month 1
- 2025-02 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5211 | op-snap---monthly-publication-february-2025.pdf | 28 | 2025-02 | Pedal Bike | Vauxhall | Combo | White | Driving without Reasonable Consideration | None | Cot Lane | Cot Lane | Dudley | Dudley | Education | N/A | Yes - Via Email | 52.4939289 | -2.1730601 | |
| 6010 | op-snap---monthly-publication-february-2025.pdf | 827 | 2025-02 | Car | Vauxhall | Corsa | Silver | Misc - Non Traffic Offences | None | Cot Lane, Kingswinford | Cot Lane, Kingswinford | Dudley | Dudley | NFA | No Offence | Yes - Via Email | 52.4939289 | -2.1730601 | |
| 6126 | op-snap---monthly-publication-february-2025.pdf | 943 | 2025-02 | Lorry | Vauxhall | Mokka | Black | Driving without Due Care and Attention | None | Duncan Edwards Way | Duncan Edwards Way | Dudley | Dudley | NFA | No Offence | Yes - Via Email | 52.5047428 | -2.0823754 | |
| 6196 | op-snap---monthly-publication-february-2025.pdf | 1013 | 2025-02 | Pedestrian | Vauxhall | Corsa | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | School Street | School Street | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.5114819 | -2.0936381 | |
| 6263 | op-snap---monthly-publication-february-2025.pdf | 1080 | 2025-02 | Other | Vauxhall | Agila | Black | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Tower Street, Dudley | Tower Street, Dudley | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.5112053 | -2.0833165 | |
| 6595 | op-snap---monthly-publication-february-2025.pdf | 1412 | 2025-02 | Car | Vauxhall | CORSA | White | Contravening a Red Traffic Light | NONE | HIGH STREET QUARRY BANK | High Street Quarry Bank | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.4583107 | -2.1169703 | |
| 6762 | op-snap---monthly-publication-february-2025.pdf | 1579 | 2025-02 | Pedestrian | Vauxhall | Astra | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Silverthorne Lane | Silverthorne Lane | Dudley | Dudley | Warning Letter | N/A | Yes - Via Email | |||
| 6905 | op-snap---monthly-publication-february-2025.pdf | 1722 | 2025-02 | Car | Vauxhall | Mokka | Blue | Contravening a Red Traffic Light | None | Union Street, Dudley | Union Street, Dudley | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.45514 | -2.1136761 | |
| 7089 | op-snap---monthly-publication-february-2025.pdf | 1906 | 2025-02 | Other | Vauxhall | Corsa | Silver | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Tower Street Dudley | Tower Street Dudley | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.5112053 | -2.0833165 |
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);