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-02" and vehicle_make = "Nissan" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale, witness_contacted
offence 7
- Contravening a Red Traffic Light 2
- Driving without Due Care and Attention 2
- Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 2
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Cause vehicle to be left in a dangerous position 1
- Misc - Non Traffic Offences 1
- Using a Mobile Phone Whilst Driving 1
disposal 5
reporter_transport_mode 2
- Car 7
- Pedestrian 3
vehicle_make 1
- Nissan · 10 ✖
month 1
- 2025-02 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5320 | op-snap---monthly-publication-february-2025.pdf | 137 | 2025-02 | Car | Nissan | Juke | Black | Misc - Non Traffic Offences | None | Stafford Street | Stafford Street | Dudley | Dudley | NFA | Misc Inc Crimes | Yes - Via Email | 52.5095163 | -2.0898951 | |
| 5371 | op-snap---monthly-publication-february-2025.pdf | 188 | 2025-02 | Pedestrian | Nissan | Qashqai | Red | 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 | Yes - Via Email | 52.4831397 | -2.1309273 | |
| 5422 | op-snap---monthly-publication-february-2025.pdf | 239 | 2025-02 | Car | Nissan | JUKE | Grey | Contravening a Red Traffic Light | None | CHURCH STRET, BRIERLEY HILL | Church Stret, Brierley Hill | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | |||
| 6004 | op-snap---monthly-publication-february-2025.pdf | 821 | 2025-02 | Car | Nissan | QASHQUI | Red | Contravening a Red Traffic Light | None | HALESOWEN ROAD | Halesowen Road | Dudley | Dudley | Other Action Taken | N/A | Yes - Via Email | 52.4624413 | -2.0175178 | |
| 6150 | op-snap---monthly-publication-february-2025.pdf | 967 | 2025-02 | Car | Nissan | Micra | Red | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Tower Street | Tower Street | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.5112053 | -2.0833165 | |
| 6460 | op-snap---monthly-publication-february-2025.pdf | 1277 | 2025-02 | Car | Nissan | Juke | Grey | Driving without Due Care and Attention | None | Brettell Lane | Brettell Lane | Dudley | Dudley | Education | N/A | Yes - Via Email | 52.4706676 | -2.1545486 | |
| 6501 | op-snap---monthly-publication-february-2025.pdf | 1318 | 2025-02 | Car | Nissan | Juke | Grey | Driving without Due Care and Attention | None | Burton Road | Burton Road | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.5248087 | -2.1098939 | |
| 6761 | op-snap---monthly-publication-february-2025.pdf | 1578 | 2025-02 | Pedestrian | Nissan | Navara | Black | 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 | |||
| 6877 | op-snap---monthly-publication-february-2025.pdf | 1694 | 2025-02 | Pedestrian | Nissan | Juke | Black | Cause vehicle to be left in a dangerous position | None | Gayfield Avenue | Gayfield Avenue | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.4693896 | -2.1251602 | |
| 6961 | op-snap---monthly-publication-february-2025.pdf | 1778 | 2025-02 | Car | Nissan | Juke | Blue | Using a Mobile Phone Whilst Driving | None | High Street Wordsley | High Street Wordsley | Dudley | Dudley | NFA | No Independent Evidence Available | No - No Contact Details | 52.4812047 | -2.1617164 |
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);