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'}
10 rows where council_area = "Birmingham", offence = "Misc - Non Traffic Offences" and vehicle_make = "Land Rover" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, nfa_rationale
reporter_transport_mode 3
- Pedestrian 5
- Car 3
- Other 2
disposal 2
- NFA 9
- Warning Letter 1
vehicle_make 1
- Land Rover · 10 ✖
offence 1
- Misc - Non Traffic Offences · 10 ✖
council_area 1
- Birmingham · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3971 | op-snap---monthly-publication-december-2025.pdf | 99 | 2025-12 | Pedestrian | Land Rover | discovery | White | Misc - Non Traffic Offences | None | chilcote close | Chilcote Close | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4167178 | -1.8457291 | ||
| 21606 | op-snap---monthly-publication-november-2025.pdf | 1148 | 2025-11 | Pedestrian | Land Rover | Black | Misc - Non Traffic Offences | None | abbey road | Abbey Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.5162302 | -1.8593733 | |||
| 21893 | op-snap---monthly-publication-november-2025.pdf | 1435 | 2025-11 | Pedestrian | Land Rover | White | Misc - Non Traffic Offences | None | greenwood clsoe | Greenwood Clsoe | Birmingham | Birmingham | NFA | Misc Inc Crimes | |||||
| 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 | ||
| 24390 | op-snap---monthly-publication-september-2025.pdf | 609 | 2025-09 | Car | Land Rover | Discovery | Blue | Misc - Non Traffic Offences | None | Vicarage Road | Vicarage Road | Birmingham | Birmingham | NFA | No Offence | 52.470423 | -1.9304786 | ||
| 15159 | op-snap---monthly-publication-june-2025.pdf | 1088 | 2025-06 | Pedestrian | Land Rover | SPORT | Red | Misc - Non Traffic Offences | KOMLA CLOSE | Komla Close | Birmingham | Birmingham | NFA | Misc Inc Crimes | |||||
| 19420 | op-snap---monthly-publication-may-2025.pdf | 782 | 2025-05 | Car | Land Rover | Range Rover | Brown | Misc - Non Traffic Offences | None | M42 junction 6/7 | M42 junction 6/7 | Birmingham | Birmingham | NFA | No Offence | ||||
| 16267 | op-snap---monthly-publication-march-2025.pdf | 24 | 2025-03 | Pedestrian | Land Rover | Sport | Black | Misc - Non Traffic Offences | None | Cannon Hill Road | Cannon Hill Road | Birmingham | Birmingham | NFA | No Offence | Yes - Via Email | 52.4569873 | -1.8971744 | |
| 5654 | op-snap---monthly-publication-february-2025.pdf | 471 | 2025-02 | Car | Land Rover | Discovery | Black | Misc - Non Traffic Offences | None | Meadway, Garretts Green | Meadway, Garretts Green | Birmingham | Birmingham | NFA | No VRM | Yes - Via Email | 52.4773175 | -1.7862068 | |
| 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 |
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);