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'}
12 rows where council_area = "Dudley", month = "2025-04" and offence = "Driving without Due Care and Attention" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, nfa_rationale
disposal 4
- NFA 9
- Court 1
- Education 1
- Warning Letter 1
reporter_transport_mode 3
- Car 10
- Pedal Bike 1
- Pedestrian 1
offence 1
- Driving without Due Care and Attention · 12 ✖
month 1
- 2025-04 · 12 ✖
council_area 1
- Dudley · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8 | op-snap---monthly-publication-april-2025.pdf | 7 | 2025-04 | Car | Renault | UK | Black | Driving without Due Care and Attention | None | Brettell Lane | Brettell Lane | Dudley | Dudley | NFA | No VRM | 52.4706676 | -2.1545486 | ||
| 146 | op-snap---monthly-publication-april-2025.pdf | 145 | 2025-04 | Car | Vauxhall | Movano | White | Driving without Due Care and Attention | None | Lawnswood Close | Lawnswood Close | Dudley | Dudley | Warning Letter | N/A | ||||
| 312 | op-snap---monthly-publication-april-2025.pdf | 311 | 2025-04 | Car | Seat | Leon | Red | Driving without Due Care and Attention | None | Buffery Road | Buffery Road | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.5019358 | -2.0757293 | ||
| 657 | op-snap---monthly-publication-april-2025.pdf | 656 | 2025-04 | Car | Peugeot | 2008.. | White | Driving without Due Care and Attention | None | Northfield Road | Northfield Road | Dudley | Dudley | Court | N/A | 52.4879172 | -2.07401 | ||
| 734 | op-snap---monthly-publication-april-2025.pdf | 733 | 2025-04 | Car | Ford | Fiesta | White | Driving without Due Care and Attention | None | Vicarage Road (Dudley) | Vicarage Road (Dudley) | Dudley | Dudley | Education | N/A | 52.4727135 | -2.0381096 | ||
| 1288 | op-snap---monthly-publication-april-2025.pdf | 1287 | 2025-04 | Car | Ford | Transit | White | Driving without Due Care and Attention | None | Tansey green road | Tansey green road | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.5078472 | -2.1423423 | ||
| 1331 | op-snap---monthly-publication-april-2025.pdf | 1330 | 2025-04 | Car | Mercedes-Benz | C200 | Silver | Driving without Due Care and Attention | None | A4123, between the tipton/dudley | A4123, between the tipton/dudley | Dudley | Dudley | NFA | Outside of 14 Days NIP | ||||
| 1332 | op-snap---monthly-publication-april-2025.pdf | 1331 | 2025-04 | Car | Audi | N/P | Black | Driving without Due Care and Attention | None | 32 Halesowen road | 32 Halesowen road | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4624413 | -2.0175178 | ||
| 1438 | op-snap---monthly-publication-april-2025.pdf | 1437 | 2025-04 | Car | Audi | NP | Grey | Driving without Due Care and Attention | None | A456 Hagley hill | Hagley hill | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4475606 | -2.1404864 | ||
| 1710 | op-snap---monthly-publication-april-2025.pdf | 1709 | 2025-04 | Pedal Bike | Mercedes-Benz | Lorry | White | Driving without Due Care and Attention | None | A491 hagley road | A491 hagley road | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4486853 | -2.1406303 | ||
| 1782 | op-snap---monthly-publication-april-2025.pdf | 1781 | 2025-04 | Car | Ford | Mondeo | Black | Driving without Due Care and Attention | None | Dibdale road | Dibdale road | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.5168444 | -2.1028136 | ||
| 1932 | op-snap---monthly-publication-april-2025.pdf | 1931 | 2025-04 | Pedestrian | Renault | Captur | White | Driving without Due Care and Attention | None | Grange road roundabout | Grange road roundabout | Dudley | Dudley | NFA | Outside of 14 Days NIP |
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);