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-03", offence = "Driving without Reasonable Consideration" and vehicle_make = "Hyundai" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location, council_area_raw, nfa_rationale, latitude, longitude
council_area 5
disposal 4
- Education 5
- Warning Letter 3
- NFA 2
- Court 1
reporter_transport_mode 2
- Pedal Bike 8
- Car 3
vehicle_make 1
- Hyundai · 11 ✖
offence 1
- Driving without Reasonable Consideration · 11 ✖
month 1
- 2025-03 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16402 | op-snap---monthly-publication-march-2025.pdf | 159 | 2025-03 | Pedal Bike | Hyundai | I30. | Red | Driving without Reasonable Consideration | None | Bristol Road | Bristol Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4543565 | -1.9114004 | |
| 16505 | op-snap---monthly-publication-march-2025.pdf | 262 | 2025-03 | Pedal Bike | Hyundai | Kona | Black | Driving without Reasonable Consideration | None | Grange Road | Grange Road | Metropolitan Borough of Dudley | Metropolitan Borough Of Dudley | Warning Letter | N/A | Yes - Via Email | 52.4460133 | -1.9330868 | |
| 16568 | op-snap---monthly-publication-march-2025.pdf | 325 | 2025-03 | Car | Hyundai | i20 | Blue | Driving without Reasonable Consideration | None | Gillott Road | Gillott Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4791408 | -1.9467501 | |
| 17110 | op-snap---monthly-publication-march-2025.pdf | 867 | 2025-03 | Pedal Bike | Hyundai | Tucson | Red | Driving without Reasonable Consideration | None | A38 Bristol Road | Bristol Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4543565 | -1.9114004 | |
| 17145 | op-snap---monthly-publication-march-2025.pdf | 902 | 2025-03 | Pedal Bike | Hyundai | Ioniq | Blue | Driving without Reasonable Consideration | None | Waste Lane | Waste Lane | Coventry | Coventry | Court | N/A | Yes - Via Email | 52.437361 | -1.5371291 | |
| 17295 | op-snap---monthly-publication-march-2025.pdf | 1052 | 2025-03 | Pedal Bike | Hyundai | TUCSON | Brown | Driving without Reasonable Consideration | None | MERE GREEN ROAD | Mere Green Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.5874888 | -1.8297106 | |
| 17469 | op-snap---monthly-publication-march-2025.pdf | 1226 | 2025-03 | Pedal Bike | Hyundai | i10 | Silver | Driving without Reasonable Consideration | None | Hatton Park, Warwickshire | Hatton Park, Warwickshire | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | |||
| 17671 | op-snap---monthly-publication-march-2025.pdf | 1428 | 2025-03 | Pedal Bike | Hyundai | IX20 | Silver | Driving without Reasonable Consideration | None | Tennal Road | Tennal Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4578511 | -1.9734988 | |
| 17705 | op-snap---monthly-publication-march-2025.pdf | 1462 | 2025-03 | Pedal Bike | Hyundai | I30 | White | Driving without Reasonable Consideration | No vehicle excise licence | BROWNHILLS ROAD | Brownhills Road | Walsall | Walsall | Education | N/A | Yes - Via Email | 52.6328141 | -1.9272671 | |
| 17716 | op-snap---monthly-publication-march-2025.pdf | 1473 | 2025-03 | Car | Hyundai | i20 | Red | Driving without Reasonable Consideration | None | NEWPORT ROAD | Newport Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | Yes - Via Email | 52.5027779 | -1.7982159 | |
| 18531 | op-snap---monthly-publication-march-2025.pdf | 2288 | 2025-03 | Car | Hyundai | Tuscon | White | Driving without Reasonable Consideration | None | A45 | A45 | Coventry | Coventry | Warning Letter | 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);