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'}
11 rows where council_area = "Dudley", disposal = "Warning Letter" and month = "2025-02" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
vehicle_make 10
offence 5
reporter_transport_mode 2
- Pedestrian 7
- Car 4
month 1
- 2025-02 · 11 ✖
disposal 1
- Warning Letter · 11 ✖
council_area 1
- Dudley · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5633 | op-snap---monthly-publication-february-2025.pdf | 450 | 2025-02 | Pedestrian | Citroen | DS | White | Cause vehicle to be left in a dangerous position | None | Gayfield Avenue | Gayfield Avenue | Dudley | Dudley | Warning Letter | N/A | Yes - Via Email | 52.4693896 | -2.1251602 | |
| 6040 | op-snap---monthly-publication-february-2025.pdf | 857 | 2025-02 | Pedestrian | Ford | Mondeo | Silver | Cause vehicle to be left in a dangerous position | None | Gayfield Avenue | Gayfield Avenue | Dudley | Dudley | Warning Letter | N/A | Yes - Via Email | 52.4693896 | -2.1251602 | |
| 6043 | op-snap---monthly-publication-february-2025.pdf | 860 | 2025-02 | Pedestrian | Audi | A3 | Grey | Cause vehicle to be left in a dangerous position | None | Gayfield Avenue | Gayfield Avenue | Dudley | Dudley | Warning Letter | N/A | Yes - Via Email | 52.4693896 | -2.1251602 | |
| 6044 | op-snap---monthly-publication-february-2025.pdf | 861 | 2025-02 | Pedestrian | Ford | Focus | Red | Cause vehicle to be left in a dangerous position | None | Gayfield Avenue | Gayfield Avenue | Dudley | Dudley | Warning Letter | N/A | Yes - Via Email | 52.4693896 | -2.1251602 | |
| 6298 | op-snap---monthly-publication-february-2025.pdf | 1115 | 2025-02 | Car | Toyota | Grey | Driving without Reasonable Consideration | None | Long Lane Halesowen | Long Lane Halesowen | Dudley | Dudley | Warning Letter | N/A | Yes - Via Email | 52.466675 | -2.0300296 | ||
| 6760 | op-snap---monthly-publication-february-2025.pdf | 1577 | 2025-02 | Pedestrian | Hyundai | I10 | Grey | 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 | |||
| 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 | |||
| 6762 | op-snap---monthly-publication-february-2025.pdf | 1579 | 2025-02 | Pedestrian | Vauxhall | Astra | Red | 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 | |||
| 6938 | op-snap---monthly-publication-february-2025.pdf | 1755 | 2025-02 | Car | Skoda | Octivia | White | Contravening a Red Traffic Light | None | The Boulvervard | The Boulvervard | Dudley | Dudley | Warning Letter | Outside of 14 DAYS Late Submission | Yes - Via Email | |||
| 6944 | op-snap---monthly-publication-february-2025.pdf | 1761 | 2025-02 | Car | Land Rover | Evoque | Grey | Driving without Due Care and Attention | None | Camp Hill | Camp Hill | Dudley | Dudley | Warning Letter | N/A | Yes - Via Email | 52.475022 | -2.1566273 | |
| 7213 | op-snap---monthly-publication-february-2025.pdf | 2030 | 2025-02 | Car | Mazda | 2 | White | Driving without Reasonable Consideration | None | Stourbridge Road Dudley | Stourbridge Road Dudley | Dudley | Dudley | Warning Letter | N/A | Yes - Via Email | 52.501035 | -2.107981 |
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);