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 council_area = "Coventry", disposal = "NFA" and offence = "Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
reporter_transport_mode 4
- Pedal Bike 6
- Car 3
- Horse Rider 1
- Pedestrian 1
offence 1
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD · 11 ✖
disposal 1
- NFA · 11 ✖
council_area 1
- Coventry · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4181 | op-snap---monthly-publication-december-2025.pdf | 309 | 2025-12 | Car | Ford | Transit | Grey | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | A46 Warwick Road | Warwick Road | Coventry | Coventry | NFA | No VRM | 52.401916 | -1.5154953 | ||
| 22516 | op-snap---monthly-publication-october-2025.pdf | 466 | 2025-10 | Car | Toyota | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Far Gosford Street | Far Gosford Street | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4071231 | -1.4985178 | |||
| 22938 | op-snap---monthly-publication-october-2025.pdf | 888 | 2025-10 | Pedal Bike | Ford | Focus | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Far Gosford St | Far Gosford Street | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4071231 | -1.4985178 | ||
| 16053 | op-snap---monthly-publication-june-2025.pdf | 1982 | 2025-06 | Horse Rider | MAN | Yellow | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Kerly Close | Kerly Close | Coventry | Coventry | NFA | No Independent Evidence Available | |||||
| 19105 | op-snap---monthly-publication-may-2025.pdf | 467 | 2025-05 | Pedestrian | Peugeot | 308 | Silver | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Longford Bridge Road | Longford Bridge Road | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4524222 | -1.485562 | ||
| 19985 | op-snap---monthly-publication-may-2025.pdf | 1347 | 2025-05 | Pedal Bike | Toyota | np | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Stoney stanton road | Stoney stanton road | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4221152 | -1.4959475 | ||
| 449 | op-snap---monthly-publication-april-2025.pdf | 448 | 2025-04 | Pedal Bike | Ford | Ranger | Black | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | none | Barras Lane | Barras Lane | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4109877 | -1.5203488 | ||
| 775 | op-snap---monthly-publication-april-2025.pdf | 774 | 2025-04 | Car | Toyota | Aygo | Red | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Foleshill Road | Foleshill Road | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4274335 | -1.5002381 | ||
| 787 | op-snap---monthly-publication-april-2025.pdf | 786 | 2025-04 | Pedal Bike | BMW | X1 | Grey | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Barras Road | Barras Road | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4150239 | -1.4843313 | ||
| 788 | op-snap---monthly-publication-april-2025.pdf | 787 | 2025-04 | Pedal Bike | Mini | Cooper | Red | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Barras Road | Barras Road | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4150239 | -1.4843313 | ||
| 1940 | op-snap---monthly-publication-april-2025.pdf | 1939 | 2025-04 | Pedal Bike | Ford | NP | Silver | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Foleshill road | Foleshill road | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4274335 | -1.5002381 |
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);