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", disposal = "NFA" and month = "2025-02" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale, witness_contacted
offence 6
- Driving without Due Care and Attention 3
- Misc - Non Traffic Offences 2
- Using a Mobile Phone Whilst Driving 2
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Contravening a Red Traffic Light 1
- Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 1
vehicle_make 5
- Nissan 2
- Vauxhall 2
- Ford 1
- Volkswagen 1
- Volvo 1
month 1
- 2025-02 · 10 ✖
disposal 1
- NFA · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5249 | op-snap---monthly-publication-february-2025.pdf | 66 | 2025-02 | Car | Iveco ? | White | Contravening a Red Traffic Light | None | B4173 Cradley Road | Cradley Road | Dudley | Dudley | NFA | No VRM | Yes - Via Email | 52.4877241 | -2.0818998 | ||
| 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 | |
| 5421 | op-snap---monthly-publication-february-2025.pdf | 238 | 2025-02 | Car | Volkswagen | Passat | White | Driving without Due Care and Attention | None | Halesowen Street | Halesowen Street | Dudley | Dudley | NFA | Not in Public Interest | Yes - Via Email | 52.4727697 | -2.041607 | |
| 5426 | op-snap---monthly-publication-february-2025.pdf | 243 | 2025-02 | Car | Ford | Transit | White | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Waterfront Way, Brierley Hill | Waterfront Way, Brierley Hill | Dudley | Dudley | NFA | No Offence | Yes - Via Email | 52.488431 | -2.1092581 | |
| 5687 | op-snap---monthly-publication-february-2025.pdf | 504 | 2025-02 | Car | Volvo | XC60 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Paul Street (U/K exact location) | Paul Street (U/K exact location) | Dudley | Dudley | NFA | No Independent Evidence Available | Yes - Via Email | 52.5450419 | -2.1005009 | |
| 5694 | op-snap---monthly-publication-february-2025.pdf | 511 | 2025-02 | Car | Orange | Driving without Due Care and Attention | None | A459 SALTWELLS | A459 Saltwells | Dudley | Dudley | NFA | No VRM | Yes - Via Email | 52.479633 | -2.0918494 | |||
| 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 | |
| 6509 | op-snap---monthly-publication-february-2025.pdf | 1326 | 2025-02 | Car | Using a Mobile Phone Whilst Driving | None | HIGH STREET | High Street | Dudley | Dudley | NFA | No Independent Evidence Available | Yes - Via Email | 52.4779764 | -2.1598371 | ||||
| 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);