home / opsnap

reports

Each row is one public submission to Operation Snap. Includes the offence, vehicle details, location, and outcome.

Disposal outcomes: Education (driver awareness course), Warning Letter, Fixed Penalty (fine), Court (prosecution), NFA (no further action).

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", month = "2025-09" and vehicle_make = "Toyota" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude

offence 7

  • Driving without Due Care and Attention 3
  • Cause unnecessary obstruction by motor vehicle 2
  • Contravening a Red Traffic Light 2
  • / trailer outside of the Greater London area 1
  • Driving without Reasonable Consideration 1
  • Misc - Non Traffic Offences 1
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1

disposal 5

  • Warning Letter 6
  • NFA 2
  • Court 1
  • Education 1
  • Fixed Penalty 1

reporter_transport_mode 3

  • Car 6
  • Pedal Bike 4
  • Pedestrian 1

vehicle_make 1

  • Toyota · 11 ✖

month 1

  • 2025-09 · 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
23824 op-snap---monthly-publication-september-2025.pdf   43 2025-09 Car Toyota Prius White Contravening a Red Traffic Light None Allesley Old Road Allesley Old Road Coventry Coventry Warning Letter N/A   52.4103629 -1.5441218
24153 op-snap---monthly-publication-september-2025.pdf   372 2025-09 Car Toyota Corolla Grey Driving without Due Care and Attention None Central Six retail park Central Six retail park Coventry Coventry Warning Letter N/A   52.4022899 -1.5191819
24228 op-snap---monthly-publication-september-2025.pdf   447 2025-09 Pedal Bike Toyota Prius White Contravening a Red Traffic Light None Queen Victoria Road and Rover Road Queen Victoria Road and Rover Road Coventry Coventry Fixed Penalty N/A   52.4070937 -1.5157687
24311 op-snap---monthly-publication-september-2025.pdf   530 2025-09 Car Toyota   Silver Driving without Due Care and Attention None Ball Hill A4600 Ball Hill A4600 Coventry Coventry Court N/A   52.4108775 -1.484491
24312 op-snap---monthly-publication-september-2025.pdf   531 2025-09 Pedal Bike Toyota yaris Silver Driving without Reasonable Consideration None Radford Road/Wallace Road Radford Road/Wallace Road Coventry Coventry Education N/A   52.4235908 -1.5226276
24322 op-snap---monthly-publication-september-2025.pdf   541 2025-09 Car Toyota Estima Silver Misc - Non Traffic Offences None A45 Coventry Road, towards B'ham Coventry Road, towards B'ham Coventry Coventry NFA No Independent Evidence Available      
24803 op-snap---monthly-publication-september-2025.pdf   1022 2025-09 Car Toyota Prius White Driving without Due Care and Attention None Radford Road Radford Road Coventry Coventry NFA No Independent Evidence Available   52.4235908 -1.5226276
24965 op-snap---monthly-publication-september-2025.pdf   1184 2025-09 Pedal Bike Toyota Yaris Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Earlsdon Street Earlsdon Street Coventry Coventry Warning Letter N/A   52.3988977 -1.5323674
25025 op-snap---monthly-publication-september-2025.pdf   1244 2025-09 Pedal Bike Toyota yaris White Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Earlsdon Street Earlsdon Street Coventry Coventry Warning Letter N/A   52.3988977 -1.5323674
25284 op-snap---monthly-publication-september-2025.pdf   1503 2025-09 Car Toyota Prius White Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD   Stoney Stanton Road Stoney Stanton Road Coventry Coventry Warning Letter N/A   52.4221152 -1.4959475
25587 op-snap---monthly-publication-september-2025.pdf   1806 2025-09 Pedestrian Toyota C-HR Silver / trailer outside of the Greater London area None Spring Road Spring Road Coventry Coventry Warning Letter N/A   52.4349315 -1.4892435

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);