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'}
7 rows where council_area = "Dudley", disposal = "Court" and offence = "Contravening a Red Traffic Light" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, second_offence
vehicle_make 5
- BMW 2
- Ford 2
- Land Rover 1
- Seat 1
- Volkswagen 1
reporter_transport_mode 1
- Car 7
offence 1
- Contravening a Red Traffic Light · 7 ✖
disposal 1
- Court · 7 ✖
council_area 1
- Dudley · 7 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22497 | op-snap---monthly-publication-october-2025.pdf | 447 | 2025-10 | Car | Ford | Transit | White | Contravening a Red Traffic Light | No Insurance | Moss Grove | Moss Grove | Dudley | Dudley | Court | N/A | 52.5025066 | -2.1702039 | ||
| 22988 | op-snap---monthly-publication-october-2025.pdf | 938 | 2025-10 | Car | Ford | Focus | White | Contravening a Red Traffic Light | No Insurance | Pedmore Road | Pedmore Road | Dudley | Dudley | Court | N/A | 52.4897451 | -2.1069141 | ||
| 14207 | op-snap---monthly-publication-june-2025.pdf | 136 | 2025-06 | Car | Volkswagen | GOLF | Black | Contravening a Red Traffic Light | None | KING STREET | King Street | Dudley | Dudley | Court | N/A | 52.5095654 | -2.0806912 | ||
| 15246 | op-snap---monthly-publication-june-2025.pdf | 1175 | 2025-06 | Car | BMW | M4 | White | Contravening a Red Traffic Light | None | NEW B-HAM ROAD | New B-Ham Road | Dudley | Dudley | Court | N/A | ||||
| 16527 | op-snap---monthly-publication-march-2025.pdf | 284 | 2025-03 | Car | Seat | Leon | White | Contravening a Red Traffic Light | No Insurance | Commonside | Commonside | Dudley | Dudley | Court | N/A | Yes - Via Email | 52.4931112 | -2.1326078 | |
| 9542 | op-snap---monthly-publication-january-2025.pdf | 650 | 2025-01 | Car | Land Rover | Evoque | Black | Contravening a Red Traffic Light | Driving without Due Care and Attention | Cradley Road, Netherton | Cradley Road, Netherton | Dudley | Dudley | Court | N/A | Yes - Via Email | 52.4877241 | -2.0818998 | |
| 9668 | op-snap---monthly-publication-january-2025.pdf | 776 | 2025-01 | Car | BMW | 430i | White | Contravening a Red Traffic Light | VRM fails to conform to Regulations | High Street, Quarry Bank | High Street, Quarry Bank | Dudley | Dudley | Court | N/A | Yes - Via Email | 52.4576453 | -2.1150716 |
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);