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'}
6 rows where council_area = "Birmingham", reporter_transport_mode = "Other" and vehicle_make = "Land Rover" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
offence 4
disposal 3
- NFA 3
- Warning Letter 2
- Court 1
vehicle_make 1
- Land Rover · 6 ✖
reporter_transport_mode 1
- Other · 6 ✖
council_area 1
- Birmingham · 6 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10771 | op-snap---monthly-publication-january-2026.pdf | 232 | 2026-01 | Other | Land Rover | Discovery | Green | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | No Insurance | Chantry Road, Moseley | Chantry Road, Moseley | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4496376 | -1.8915224 | ||
| 4187 | op-snap---monthly-publication-december-2025.pdf | 315 | 2025-12 | Other | Land Rover | SE | Black | Using a Mobile Phone Whilst Driving | Use vehicle on a road withou | tB viramlidin tgehsat mcertificate | t B viramlidin tgehsat mcertificate | Birmingham | Birmingham | NFA | No Independent Evidence Available | ||||
| 24092 | op-snap---monthly-publication-september-2025.pdf | 311 | 2025-09 | Other | Land Rover | Discovery | Black | Misc - Non Traffic Offences | None | Metchley Lane | Metchley Lane | Birmingham | Birmingham | NFA | Not in Public Interest | 52.4552055 | -1.9461279 | ||
| 13377 | op-snap---monthly-publication-july-2025.pdf | 1429 | 2025-07 | Other | Land Rover | Evoque | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Glenville Drive | Glenville Drive | Birmingham | Birmingham | Warning Letter | N/A | 52.5265939 | -1.8509884 | ||
| 6173 | op-snap---monthly-publication-february-2025.pdf | 990 | 2025-02 | Other | Land Rover | Range Rover | Black | Misc - Non Traffic Offences | None | Glenville Drive | Glenville Drive | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.5265939 | -1.8509884 | |
| 9156 | op-snap---monthly-publication-january-2025.pdf | 264 | 2025-01 | Other | Land Rover | Sport | Black | Driving without Due Care and Attention | None | Glenville Street | Glenville Street | Birmingham | Birmingham | Court | 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);