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'}
6 rows where offence = "No Insurance" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, council_area_raw
council_area 4
- Birmingham 3
- Dudley 1
- Sandwell 1
- Solihull 1
reporter_transport_mode 3
- Car 4
- Other 1
- Pedal Bike 1
disposal 2
- Court 3
- Fixed Penalty 3
vehicle_make 1
- Audi · 6 ✖
offence 1
- No Insurance · 6 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 18382 | op-snap---monthly-publication-march-2025.pdf | 2139 | 2025-03 | Car | Audi | A3 | Black | No Insurance | None | Newton Road | Newton Road | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.5428224 | -1.9569444 | |
| 6438 | op-snap---monthly-publication-february-2025.pdf | 1255 | 2025-02 | Car | Audi | A5 | Grey | No Insurance | No vehicle excise licence | Newton Road / Chester Road | Newton Road / Chester Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4541102 | -1.8710993 | |
| 6585 | op-snap---monthly-publication-february-2025.pdf | 1402 | 2025-02 | Car | Audi | A3 | Grey | No Insurance | None | High Street Sedgley | High Street Sedgley | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.543975 | -2.122501 | |
| 7246 | op-snap---monthly-publication-february-2025.pdf | 2063 | 2025-02 | Other | Audi | A4 | Black | No Insurance | Use vehicle on a road without valid test certificate | Heather Road | Heather Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4699812 | -1.841443 | |
| 9559 | op-snap---monthly-publication-january-2025.pdf | 667 | 2025-01 | Car | Audi | A3 | Grey | No Insurance | No Insurance | Blythe Gate | Blythe Gate | Solihull | Solihull | Fixed Penalty | N/A | Yes - Via Email | 52.3761526 | -1.7928087 | |
| 10081 | op-snap---monthly-publication-january-2025.pdf | 1189 | 2025-01 | Pedal Bike | Audi | A6 | Black | No Insurance | Use vehicle on a road without valid test c | eHrEtiAfiTcHatEeR ROAD | e Hr Eti Afi Tc Hat Ee R ROAD | Birmingham | Birmingham | Court | N/A | Yes - Via Email |
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);