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 = "Birmingham", month = "2025-12" and reporter_transport_mode = "Other" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, nfa_rationale
vehicle_make 8
- Audi 2
- BMW 2
- Volkswagen 2
- Ford 1
- Land Rover 1
- Nissan 1
- Peugeot 1
- Vauxhall 1
offence 4
disposal 3
- NFA 8
- Warning Letter 2
- Court 1
reporter_transport_mode 1
- Other · 11 ✖
month 1
- 2025-12 · 11 ✖
council_area 1
- Birmingham · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4062 | op-snap---monthly-publication-december-2025.pdf | 190 | 2025-12 | Other | Audi | A5 | Black | Driving without Due Care and Attention | None | Gopsal Street | Gopsal Street | Birmingham | Birmingham | Court | N/A | 52.4837913 | -1.8822888 | ||
| 4064 | op-snap---monthly-publication-december-2025.pdf | 192 | 2025-12 | Other | Volkswagen | Caddy | White | Driving without Due Care and Attention | None | Gravelly HIll | Gravelly HIll | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.5153884 | -1.8527437 | ||
| 4178 | op-snap---monthly-publication-december-2025.pdf | 306 | 2025-12 | Other | Ford | focus | Black | Misc - Non Traffic Offences | None | Arundel Road | Arundel Road | Birmingham | Birmingham | NFA | No Offence | 52.4032204 | -1.8821733 | ||
| 4179 | op-snap---monthly-publication-december-2025.pdf | 307 | 2025-12 | Other | BMW | 330E | White | Driving without Due Care and Attention | None | Metchley Lane | Metchley Lane | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4552055 | -1.9461279 | ||
| 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 | ||||
| 4274 | op-snap---monthly-publication-december-2025.pdf | 402 | 2025-12 | Other | Audi | a4 | Blue | Misc - Non Traffic Offences | None | a45 small heath highway | A45 Small Heath Highway | Birmingham | Birmingham | Warning Letter | N/A | 52.4601838 | -1.8488291 | ||
| 4407 | op-snap---monthly-publication-december-2025.pdf | 535 | 2025-12 | Other | Vauxhall | Corsa | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | UK | Uk | Birmingham | Birmingham | NFA | No Offence | 52.45124 | -1.937937 | ||
| 4437 | op-snap---monthly-publication-december-2025.pdf | 565 | 2025-12 | Other | Volkswagen | Misc - Non Traffic Offences | None | edmund road | Edmund Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4876113 | -1.8542201 | ||||
| 4536 | op-snap---monthly-publication-december-2025.pdf | 664 | 2025-12 | Other | Peugeot | 208 | White | Misc - Non Traffic Offences | None | Merlin Grove | Merlin Grove | Birmingham | Birmingham | NFA | No Offence | 52.4578935 | -1.7820619 | ||
| 4553 | op-snap---monthly-publication-december-2025.pdf | 681 | 2025-12 | Other | BMW | X1 | Grey | Using a Mobile Phone Whilst Driving | None | B4124 ROcky Lane | B4124 ROcky Lane | Birmingham | Birmingham | NFA | No Independent Evidence Available | ||||
| 4588 | op-snap---monthly-publication-december-2025.pdf | 716 | 2025-12 | Other | Nissan | Qashqai | Grey | Using a Mobile Phone Whilst Driving | No Seat Belt | Birmingham | Birmingham | Birmingham | Birmingham | Warning Letter | N/A | 52.4796992 | -1.9026911 |
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);