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 disposal = "NFA", reporter_transport_mode = "Other" and vehicle_make = "Land Rover" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale
council_area 6
- Birmingham 3
- Out of Force Area 2
- Area 1
- Dudley 1
- Sandwell 1
- Wolverhampton 1
offence 4
vehicle_make 1
- Land Rover · 9 ✖
reporter_transport_mode 1
- Other · 9 ✖
disposal 1
- NFA · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8259 | op-snap---monthly-publication-february-2026.pdf | 1006 | 2026-02 | Other | Land Rover | Range Rover | Gold | Using a Mobile Phone Whilst Driving | None | U/K | U/K | Out of Force Area | Out of Force Area | NFA | No Independent Evidence Available | 52.5030589 | -2.0265092 | ||
| 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 | ||
| 3129 | op-snap---monthly-publication-august-2025.pdf | 1104 | 2025-08 | Other | Land Rover | TDV6 | Black | Misc - Non Traffic Offences | None | Bache Street | Bache Street | Sandwell | Sandwell | NFA | No Offence | 52.5112954 | -1.9943826 | ||
| 3149 | op-snap---monthly-publication-august-2025.pdf | 1124 | 2025-08 | Other | Land Rover | Evoque | Gold | Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger | None | Furrow Close | Furrow Close | Out of Force Are | Out of Force Area | NFA | Out of Force | ||||
| 402 | op-snap---monthly-publication-april-2025.pdf | 401 | 2025-04 | Other | Land Rover | Sport | Black | Using a Mobile Phone Whilst Driving | None | unknown | Area | Area | NFA | No Independent Evidence Available | |||||
| 16813 | op-snap---monthly-publication-march-2025.pdf | 570 | 2025-03 | Other | Land Rover | Range Rover | White | Misc - Non Traffic Offences | None | Highfield Road | Highfield Road | Dudley | Dudley | NFA | No Independent Evidence Available | Yes - Via Email | 52.5106203 | -2.0686081 | |
| 17583 | op-snap---monthly-publication-march-2025.pdf | 1340 | 2025-03 | Other | Land Rover | Range Rover | Black | Using a Mobile Phone Whilst Driving | None | A4150 (Wolverhampton) | A4150 (Wolverhampton) | Wolverhampton | Wolverhampton | NFA | No Independent Evidence Available | Yes - Via Email | 52.5807112 | -2.1316397 |
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);