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-03" and offence = "Contravening a Red Traffic Light" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, nfa_rationale
disposal 4
- Fixed Penalty 4
- Education 3
- Court 1
- Warning Letter 1
reporter_transport_mode 1
- Car 9
offence 1
- Contravening a Red Traffic Light · 9 ✖
month 1
- 2025-03 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16387 | op-snap---monthly-publication-march-2025.pdf | 144 | 2025-03 | Car | Volkswagen | Tiguan | Black | Contravening a Red Traffic Light | None | A4036 Lye | Lye | Dudley | Dudley | Education | N/A | Yes - Via Email | 52.4599417 | -2.1160497 | |
| 16397 | op-snap---monthly-publication-march-2025.pdf | 154 | 2025-03 | Car | BMW | 116 | Grey | Contravening a Red Traffic Light | None | Hall Street | Hall Street | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.5409774 | -2.1235921 | |
| 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 | |
| 16789 | op-snap---monthly-publication-march-2025.pdf | 546 | 2025-03 | Car | Renault | Clio | Black | Contravening a Red Traffic Light | None | Marine Crescent, Stourbridge | Marine Crescent, Stourbridge | Dudley | Dudley | Education | N/A | Yes - Via Email | |||
| 16954 | op-snap---monthly-publication-march-2025.pdf | 711 | 2025-03 | Car | Vauxhall | Vivaro | Grey | Contravening a Red Traffic Light | None | Worcester Lane | Worcester Lane | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.4336498 | -2.1403487 | |
| 17139 | op-snap---monthly-publication-march-2025.pdf | 896 | 2025-03 | Car | Audi | A1 | White | Contravening a Red Traffic Light | None | Bull Street | Bull Street | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.4758309 | -2.1355917 | |
| 17497 | op-snap---monthly-publication-march-2025.pdf | 1254 | 2025-03 | Car | BMW | 1 SERIS | White | Contravening a Red Traffic Light | None | A449 | A449 | Dudley | Dudley | Education | N/A | Yes - Via Email | |||
| 17860 | op-snap---monthly-publication-march-2025.pdf | 1617 | 2025-03 | Car | BMW | X1 | Green | Contravening a Red Traffic Light | None | Parkes Hall Road | Parkes Hall Road | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.529619 | -2.105277 | |
| 18579 | op-snap---monthly-publication-march-2025.pdf | 2336 | 2025-03 | Car | Toyota | Corolla | Silver | Contravening a Red Traffic Light | None | Penn Road | Penn Road | Dudley | Dudley | Warning Letter | Outside of 14 Days NIP | Yes - Via Email |
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);