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 month = "2025-05" and offence = "No Insurance" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, nfa_rationale
vehicle_make 8
- BMW 2
- Mercedes-Benz 2
- Volkswagen 2
- Honda 1
- Hyundai 1
- Jaguar 1
- Nissan 1
- Toyota 1
reporter_transport_mode 4
- Pedestrian 5
- Car 2
- Other 2
- Pedal Bike 2
disposal 3
- NFA 6
- Fixed Penalty 3
- Warning Letter 2
council_area 2
- Birmingham 10
- Dudley 1
offence 1
- No Insurance · 11 ✖
month 1
- 2025-05 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 18723 | op-snap---monthly-publication-may-2025.pdf | 85 | 2025-05 | Car | Volkswagen | POLO | Red | No Insurance | Driving without Due C | aCreO aLnEd H AAttLeLn tLioAnNE | a Cre O a Lane Ed H AAtt Le Lane t Lio An NE | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 19004 | op-snap---monthly-publication-may-2025.pdf | 366 | 2025-05 | Other | Hyundai | Amica | Grey | No Insurance | Drive otherwise than i | nC aecnctorardl aDnricvee with a licence | n C aecnctorardl a Dnricvee with a licence | Dudley | Dudley | NFA | No VRM | ||||
| 19067 | op-snap---monthly-publication-may-2025.pdf | 429 | 2025-05 | Pedal Bike | Mercedes-Benz | C class Conv | Blue | No Insurance | None | Middle Park Lane | Middle Park Lane | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 19519 | op-snap---monthly-publication-may-2025.pdf | 881 | 2025-05 | Car | Volkswagen | Golf | Blue | No Insurance | None | Greenwood Avenue | Greenwood Avenue | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4402096 | -1.8293941 | ||
| 19779 | op-snap---monthly-publication-may-2025.pdf | 1141 | 2025-05 | Other | Mercedes-Benz | CLS | Silver | No Insurance | None | Hazelbeach | Hazelbeach | Birmingham | Birmingham | NFA | No Offence | 52.4902804 | -1.843529 | ||
| 19835 | op-snap---monthly-publication-may-2025.pdf | 1197 | 2025-05 | Pedestrian | Toyota | Aygo | black | No Insurance | No vehicle excise lice | nHceandsworth | n Hceandsworth | Birmingham | Birmingham | NFA | No Offence | ||||
| 19837 | op-snap---monthly-publication-may-2025.pdf | 1199 | 2025-05 | Pedestrian | Nissan | Micra | Silver | No Insurance | No vehicle excise lice | nHceandsworth | n Hceandsworth | Birmingham | Birmingham | NFA | No Offence | ||||
| 19887 | op-snap---monthly-publication-may-2025.pdf | 1249 | 2025-05 | Pedestrian | BMW | 120D | Black | No Insurance | None | TUDOR ROAD | Tudor Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.5655772 | -1.8268728 | ||
| 20136 | op-snap---monthly-publication-may-2025.pdf | 1498 | 2025-05 | Pedestrian | BMW | 540 | Green | No Insurance | None | Hazlebeach | Hazlebeach | Birmingham | Birmingham | NFA | Misc Inc Crimes | ||||
| 20168 | op-snap---monthly-publication-may-2025.pdf | 1530 | 2025-05 | Pedal Bike | Honda | CRV | Silver | No Insurance | None | Genners Lane, Bartley Green | Genners Lane, Bartley Green | Birmingham | Birmingham | Warning Letter | N/A | 52.4305961 | -1.9896183 | ||
| 20389 | op-snap---monthly-publication-may-2025.pdf | 1751 | 2025-05 | Pedestrian | Jaguar | S type | Silver | No Insurance | None | Bewdley Road | Bewdley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4330724 | -1.9181313 |
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);