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 = "Nissan" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, nfa_rationale

offence 7

  • Contravening a Red Traffic Light 4
  • Driving without Due Care and Attention 2
  • /C atruasiele ur nonuetsciedses aorfy t hoeb sGtrruecattieorn L boyn dmoont oarr evaehicle 1
  • Cause unnecessary obstruction by motor vehicle 1
  • Driving a vehicle wholly or partly on a footpath 1
  • Motor vehicle fail to comply with a non endorsab 1
  • Using a Mobile Phone Whilst Driving 1

reporter_transport_mode 4

  • Car 7
  • Pedal Bike 2
  • Other 1
  • Pedestrian 1

disposal 4

  • Warning Letter 5
  • NFA 4
  • Court 1
  • Education 1

vehicle_make 1

  • Nissan · 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
24265 op-snap---monthly-publication-september-2025.pdf   484 2025-09 Car Nissan Qashqai Orange Driving without Due Care and Attention None Butts Road Butts Road Coventry Coventry Warning Letter N/A   52.4073149 -1.5250454
24323 op-snap---monthly-publication-september-2025.pdf   542 2025-09 Car Nissan Qashqai Silver Contravening a Red Traffic Light Use vehicle on a road without valid test certificate Wall Hill Road, Allesley Wall Hill Road, Allesley Coventry Coventry Court N/A   52.4528686 -1.5735038
24349 op-snap---monthly-publication-september-2025.pdf   568 2025-09 Pedal Bike Nissan Qashqai Grey Using a Mobile Phone Whilst Driving None Bell Green Road Bell Green Road Coventry Coventry NFA No Independent Evidence Available   52.4324855 -1.4815548
24374 op-snap---monthly-publication-september-2025.pdf   593 2025-09 Pedal Bike Nissan Note Blue Driving without Due Care and Attention None Albany Road Albany Road Coventry Coventry Education N/A   52.4006218 -1.5284125
24446 op-snap---monthly-publication-september-2025.pdf   665 2025-09 Car Nissan X-Trail Silver Contravening a Red Traffic Light None Fletchamstead Highway Fletchamstead Highway Coventry Coventry NFA No Independent Evidence Available   52.396476 -1.5561348
24603 op-snap---monthly-publication-september-2025.pdf   822 2025-09 Car Nissan Juke White Contravening a Red Traffic Light None Queenslands Avenue Queenslands Avenue Coventry Coventry NFA No Independent Evidence Available      
24604 op-snap---monthly-publication-september-2025.pdf   823 2025-09 Car Nissan Qashqai Grey Contravening a Red Traffic Light None Walkers Heath Lane Walkers Heath Lane Coventry Coventry NFA No Independent Evidence Available      
24823 op-snap---monthly-publication-september-2025.pdf   1042 2025-09 Other Nissan Note Red Driving a vehicle wholly or partly on a footpath None Empire Road, Tile Hill Empire Road, Tile Hill Coventry Coventry Warning Letter N/A   52.4073518 -1.5831621
25329 op-snap---monthly-publication-september-2025.pdf   1548 2025-09 Car Nissan Qashqai Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Coat of Arms Road Coat of Arms Road Coventry Coventry Warning Letter N/A   52.3872957 -1.524318
25439 op-snap---monthly-publication-september-2025.pdf   1658 2025-09 Car Nissan micra Grey Motor vehicle fail to comply with a non endorsab le traffic sign - detectedN boyn meeans other than ACD stoney stanton road Stoney Stanton Road Coventry Coventry Warning Letter N/A   52.4221152 -1.4959475
25625 op-snap---monthly-publication-september-2025.pdf   1844 2025-09 Pedestrian Nissan Qashqai Black /C atruasiele ur nonuetsciedses aorfy t hoeb sGtrruecattieorn L boyn dmoont oarr evaehicle 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);