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'}
9 rows where offence = "Driving without Reasonable Consideration", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Jaguar" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
disposal 3
- Education 5
- NFA 3
- Warning Letter 1
council_area 3
- Birmingham 4
- Dudley 3
- Coventry 2
vehicle_make 1
- Jaguar · 9 ✖
reporter_transport_mode 1
- Pedal Bike · 9 ✖
offence 1
- Driving without Reasonable Consideration · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8498 | op-snap---monthly-publication-february-2026.pdf | 1245 | 2026-02 | Pedal Bike | Jaguar | XF | White | Driving without Reasonable Consideration | None | The Broadway | The Broadway | Dudley | Dudley | Education | N/A | 52.515445 | -2.0885791 | ||
| 15036 | op-snap---monthly-publication-june-2025.pdf | 965 | 2025-06 | Pedal Bike | Jaguar | Pace | Silver | Driving without Reasonable Consideration | None | Sedgley Road East | Sedgley Road East | Dudley | Dudley | Education | N/A | 52.5209977 | -2.0552776 | ||
| 18771 | op-snap---monthly-publication-may-2025.pdf | 133 | 2025-05 | Pedal Bike | Jaguar | X Pace | Grey | Driving without Reasonable Consideration | None | Chester Road | Chester Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5359496 | -1.8324115 | ||
| 1384 | op-snap---monthly-publication-april-2025.pdf | 1383 | 2025-04 | Pedal Bike | Jaguar | NP | Grey | Driving without Reasonable Consideration | None | Longdales Road , Birmingham | Longdales Road , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.3984424 | -1.9224896 | ||
| 1413 | op-snap---monthly-publication-april-2025.pdf | 1412 | 2025-04 | Pedal Bike | Jaguar | NP | Blue | Driving without Reasonable Consideration | None | Avenue Road , Birmingham | Avenue Road , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.522858 | -1.8450606 | ||
| 17223 | op-snap---monthly-publication-march-2025.pdf | 980 | 2025-03 | Pedal Bike | Jaguar | F Pace | White | Driving without Reasonable Consideration | None | Hagley Road Stourbridge | Hagley Road Stourbridge | Dudley | Dudley | Education | N/A | Yes - Via Email | 52.4407776 | -2.1344067 | |
| 18601 | op-snap---monthly-publication-march-2025.pdf | 2358 | 2025-03 | Pedal Bike | Jaguar | XE | White | Driving without Reasonable Consideration | None | Edward Road | Edward Road | Birmingham | Birmingham | Warning Letter | Outside of 14 Days NIP | Yes - Via Email | 52.4580901 | -1.894458 | |
| 6471 | op-snap---monthly-publication-february-2025.pdf | 1288 | 2025-02 | Pedal Bike | Jaguar | I-pace | Blue | Driving without Reasonable Consideration | None | Butts Road | Butts Road | Coventry | Coventry | Education | N/A | Yes - Via Email | 52.4073149 | -1.5250454 | |
| 7075 | op-snap---monthly-publication-february-2025.pdf | 1892 | 2025-02 | Pedal Bike | Jaguar | XF | Black | Driving without Reasonable Consideration | None | TORRINGTON AVENUE | Torrington Avenue | Coventry | Coventry | Education | N/A | Yes - Via Email | 52.3987354 | -1.567693 |
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);