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 month = "2025-07", offence = "Driving without Reasonable Consideration" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, council_area_raw, nfa_rationale
council_area 3
reporter_transport_mode 2
- Car 8
- Pedestrian 2
vehicle_make 1
- Audi · 10 ✖
offence 1
- Driving without Reasonable Consideration · 10 ✖
month 1
- 2025-07 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 12772 | op-snap---monthly-publication-july-2025.pdf | 824 | 2025-07 | Car | Audi | Q7 | Black | Driving without Reasonable Consideration | None | Belgrave Middleway | Belgrave Middleway | Birmingham | Birmingham | Education | N/A | 52.4668753 | -1.8996143 | ||
| 12866 | op-snap---monthly-publication-july-2025.pdf | 918 | 2025-07 | Car | Audi | Estima | Silver | Driving without Reasonable Consideration | None | Somerville Road | Somerville Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5555545 | -1.8329387 | ||
| 12870 | op-snap---monthly-publication-july-2025.pdf | 922 | 2025-07 | Pedestrian | Audi | Grey | Driving without Reasonable Consideration | None | York Road , Birmingham | York Road , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5231321 | -1.8415573 | |||
| 12886 | op-snap---monthly-publication-july-2025.pdf | 938 | 2025-07 | Car | Audi | A4 | Black | Driving without Reasonable Consideration | None | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | ||||||
| 12887 | op-snap---monthly-publication-july-2025.pdf | 939 | 2025-07 | Car | Audi | A5 | Red | Driving without Reasonable Consideration | None | M40 Southbound | M40 Southbound | Out of Force Area | Out of Force Area | NFA | Outside of 14 Days NIP | ||||
| 12891 | op-snap---monthly-publication-july-2025.pdf | 943 | 2025-07 | Car | Audi | Black | Driving without Reasonable Consideration | None | Warwick Road , Birmingham | Warwick Road , Birmingham | Birmingham | Birmingham | NFA | Out of Force | 52.551985 | -1.860445 | |||
| 12957 | op-snap---monthly-publication-july-2025.pdf | 1009 | 2025-07 | Car | Audi | A8 | Black | Driving without Reasonable Consideration | None | Stratford Road , Birmingham | Stratford Road , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4447583 | -1.8592059 | ||
| 12962 | op-snap---monthly-publication-july-2025.pdf | 1014 | 2025-07 | Pedestrian | Audi | Blue | Driving without Reasonable Consideration | None | Newton Middleway , Birmingham | Newton Middleway , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | |||||
| 12992 | op-snap---monthly-publication-july-2025.pdf | 1044 | 2025-07 | Car | Audi | A3 Sport | Grey | Driving without Reasonable Consideration | No Insurance | Hockett Street , Coventry | Hockett Street , Coventry | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.3981697 | -1.5050109 | ||
| 13032 | op-snap---monthly-publication-july-2025.pdf | 1084 | 2025-07 | Car | Audi | A3 | Grey | Driving without Reasonable Consideration | None | Stecthford Lane , Birmingham | Stecthford Lane , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP |
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);