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 disposal = "Warning Letter", offence = "Contravening a Red Traffic Light" and vehicle_make = "Land Rover" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw
council_area 5
- Birmingham 5
- Sandwell 2
- Wolverhampton 2
- Solihull 1
- Walsall 1
reporter_transport_mode 2
- Car 10
- Pedal Bike 1
vehicle_make 1
- Land Rover · 11 ✖
offence 1
- Contravening a Red Traffic Light · 11 ✖
disposal 1
- Warning Letter · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8562 | op-snap---monthly-publication-february-2026.pdf | 1309 | 2026-02 | Car | Land Rover | Freelander | Grey | Contravening a Red Traffic Light | None | Northfield Road | Northfield Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4167654 | -1.9411244 | ||
| 4582 | op-snap---monthly-publication-december-2025.pdf | 710 | 2025-12 | Car | Land Rover | Evoque | Black | Contravening a Red Traffic Light | None | West Bromwich Interchange | West Bromwich Interchange | Sandwell | Sandwell | Warning Letter | N/A | 52.5109262 | -1.9753718 | ||
| 22380 | op-snap---monthly-publication-october-2025.pdf | 330 | 2025-10 | Car | Land Rover | Range Rover | Grey | Contravening a Red Traffic Light | None | Holyhead Road Wednesbury | Holyhead Road Wednesbury | Sandwell | Sandwell | Warning Letter | N/A | 52.5567885 | -2.035824 | ||
| 13987 | op-snap---monthly-publication-july-2025.pdf | 2039 | 2025-07 | Car | Land Rover | Grey | Contravening a Red Traffic Light | None | Mere Green Road | Mere Green Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5874888 | -1.8297106 | |||
| 15017 | op-snap---monthly-publication-june-2025.pdf | 946 | 2025-06 | Car | Land Rover | Range Rover | Green | Contravening a Red Traffic Light | None | Streetsbrook Road | Streetsbrook Road | Solihull | Solihull | Warning Letter | N/A | 52.4223176 | -1.8253145 | ||
| 20296 | op-snap---monthly-publication-may-2025.pdf | 1658 | 2025-05 | Car | Land Rover | Evoque | Black | Contravening a Red Traffic Light | None | Wolverhampton Road | Wolverhampton Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5968709 | -2.0954054 | ||
| 17374 | op-snap---monthly-publication-march-2025.pdf | 1131 | 2025-03 | Car | Land Rover | Evoque | White | Contravening a Red Traffic Light | None | School Rd / Stratford Road junction | School Road / Stratford Road junction | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4138716 | -1.8649403 | |
| 18042 | op-snap---monthly-publication-march-2025.pdf | 1799 | 2025-03 | Pedal Bike | Land Rover | Grey | Contravening a Red Traffic Light | None | Daw End Lane | Daw End Lane | Walsall | Walsall | Warning Letter | N/A | Yes - Via Email | 52.6068849 | -1.9611652 | ||
| 6450 | op-snap---monthly-publication-february-2025.pdf | 1267 | 2025-02 | Car | Land Rover | Freelander | Black | Contravening a Red Traffic Light | None | Minworth Island | Minworth Island | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.5316279 | -1.7762358 | |
| 9925 | op-snap---monthly-publication-january-2025.pdf | 1033 | 2025-01 | Car | Land Rover | Velar | Black | Contravening a Red Traffic Light | None | Great Tindal Street | Great Tindal Street | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4789283 | -1.9215495 | |
| 10511 | op-snap---monthly-publication-january-2025.pdf | 1619 | 2025-01 | Car | Land Rover | Sport | White | Contravening a Red Traffic Light | None | Great Brick Kiln Street | Great Brick Kiln Street | Wolverhampton | Wolverhampton | Warning Letter | N/A | 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);