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'}

13 rows where council_area = "Coventry", month = "2026-01" and vehicle_make = "Ford" 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

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 4
  • Contravening a Red Traffic Light 2
  • Driving without Due Care and Attention 2
  • Using a Mobile Phone Whilst Driving 2
  • Driver not in position to have Proper Control 1
  • Stop a vehicle within pelican pedestrian crossing limits 1
  • Use a motor vehicle / trailer in a condition likely to cause danger of injury 1

disposal 4

  • Fixed Penalty 8
  • Education 2
  • Warning Letter 2
  • NFA 1

reporter_transport_mode 3

  • Pedestrian 5
  • Car 4
  • Pedal Bike 4

vehicle_make 1

  • Ford · 13 ✖

month 1

  • 2026-01 · 13 ✖

council_area 1

  • Coventry · 13 ✖
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
10564 op-snap---monthly-publication-january-2026.pdf   25 2026-01 Pedal Bike Ford Transit Silver Using a Mobile Phone Whilst Driving None Stoney Stanton Road Stoney Stanton Road Coventry Coventry Fixed Penalty N/A   52.4221152 -1.4959475
10743 op-snap---monthly-publication-january-2026.pdf   204 2026-01 Car Ford Ranger Red Contravening a Red Traffic Light None A45 Coventry - Jct of Tile Hill Lane Coventry - Junction of Tile Hill Lane Coventry Coventry Education N/A      
10757 op-snap---monthly-publication-january-2026.pdf   218 2026-01 Pedestrian Ford Fiesta Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Fenton Road Fenton Road Coventry Coventry NFA No Independent Evidence Available   52.4331816 -1.5630141
10826 op-snap---monthly-publication-january-2026.pdf   287 2026-01 Pedestrian Ford Transit White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Coombe Park Road Coombe Park Road Coventry Coventry Fixed Penalty N/A   52.4065551 -1.4426433
10878 op-snap---monthly-publication-january-2026.pdf   339 2026-01 Pedestrian Ford Focus Grey Use a motor vehicle / trailer in a condition likely to cause danger of injury None Bell Green Road Bell Green Road Coventry Coventry Fixed Penalty N/A   52.4324855 -1.4815548
10956 op-snap---monthly-publication-january-2026.pdf   417 2026-01 Pedestrian Ford Transit white Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Lentons Lane Lentons Lane Coventry Coventry Fixed Penalty N/A   52.4503238 -1.4546397
10983 op-snap---monthly-publication-january-2026.pdf   444 2026-01 Car Ford Transit White Contravening a Red Traffic Light none London Road London Road Coventry Coventry Fixed Penalty N/A   52.3916468 -1.4925995
10996 op-snap---monthly-publication-january-2026.pdf   457 2026-01 Pedestrian Ford Kuga Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Valley Road Valley Road Coventry Coventry Fixed Penalty N/A   52.4232784 -1.4819114
11120 op-snap---monthly-publication-january-2026.pdf   581 2026-01 Pedal Bike Ford Transit Blue Driving without Due Care and Attention None Burnaby Road at Beake Avenue Burnaby Road at Beake Avenue Coventry Coventry Education N/A   52.4352 -1.5194238
11209 op-snap---monthly-publication-january-2026.pdf   670 2026-01 Pedal Bike Ford Focus Silver Using a Mobile Phone Whilst Driving None Foleshill Road Foleshill Road Coventry Coventry Fixed Penalty N/A   52.4274335 -1.5002381
11472 op-snap---monthly-publication-january-2026.pdf   933 2026-01 Pedal Bike Ford Fiesta Red Stop a vehicle within pelican pedestrian crossing limits None Earlsdon Street Earlsdon Street Coventry Coventry Fixed Penalty N/A   52.3988977 -1.5323674
11528 op-snap---monthly-publication-january-2026.pdf   989 2026-01 Car Ford Transit Blue Driving without Due Care and Attention None Leamington Road Leamington Road Coventry Coventry Warning Letter N/A   52.3921304 -1.5156601
11651 op-snap---monthly-publication-january-2026.pdf   1112 2026-01 Car Ford Fiesta Black Driver not in position to have Proper Control None Winding House Lane Winding House Lane Coventry Coventry Warning Letter N/A   52.4490457 -1.5001195

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