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 disposal = "NFA", 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, second_offence, council_area_raw, nfa_rationale
offence 6
- Driving without Due Care and Attention 3
- Driving without Reasonable Consideration 3
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Misc - Non Traffic Offences 1
- Stop a vehicle within pelican pedestrian crossing limits 1
- Using a Mobile Phone Whilst Driving 1
council_area 3
vehicle_make 1
- Jaguar · 10 ✖
reporter_transport_mode 1
- Pedal Bike · 10 ✖
disposal 1
- NFA · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8890 | op-snap---monthly-publication-february-2026.pdf | 1637 | 2026-02 | Pedal Bike | Jaguar | xj | Black | Stop a vehicle within pelican pedestrian crossing limits | None | stoney stanton road | Stoney Stanton Road | Coventry | Coventry | NFA | Misc Inc Crimes | 52.4221152 | -1.4959475 | ||
| 20520 | op-snap---monthly-publication-november-2025.pdf | 62 | 2025-11 | Pedal Bike | Jaguar | XF | Black | Driving without Due Care and Attention | No Insurance | Stretton Sugwas (Hereford) | Stretton Sugwas (Hereford) | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 12700 | op-snap---monthly-publication-july-2025.pdf | 752 | 2025-07 | Pedal Bike | Jaguar | XF | Silver | Misc - Non Traffic Offences | None | Albany Road | Albany Road | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4006218 | -1.5284125 | ||
| 15084 | op-snap---monthly-publication-june-2025.pdf | 1013 | 2025-06 | Pedal Bike | Jaguar | XE | White | Driving without Due Care and Attention | None | Birmingham Road | Birmingham Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5505398 | -1.8252993 | ||
| 15658 | op-snap---monthly-publication-june-2025.pdf | 1587 | 2025-06 | Pedal Bike | Jaguar | XE | White | Using a Mobile Phone Whilst Driving | None | Alcester Road | Alcester Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4470686 | -1.8880749 | ||
| 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 | ||
| 19804 | op-snap---monthly-publication-may-2025.pdf | 1166 | 2025-05 | Pedal Bike | Jaguar | XE | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | The Barley Lea | The Barley Lea | Coventry | Coventry | NFA | No Offence | 52.3952661 | -1.4705187 | ||
| 819 | op-snap---monthly-publication-april-2025.pdf | 818 | 2025-04 | Pedal Bike | Jaguar | F Pace | Black | Driving without Due Care and Attention | None | Yardley Wood Road | Yardley Wood Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4103191 | -1.8670224 | ||
| 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 |
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);