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 = "2025-12" and reporter_transport_mode = "Pedestrian" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

vehicle_make 10

  • Ford 3
  • Volkswagen 2
  • Audi 1
  • BMW 1
  • Citroen 1
  • Daf 1
  • Fiat 1
  • Mercedes-Benz 1
  • Peugeot 1
  • Vauxhall 1

offence 5

  • Cause vehicle to be left in a dangerous position 6
  • Contravening a Red Traffic Light 3
  • Misc - Non Traffic Offences 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger 1

disposal 4

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

reporter_transport_mode 1

  • Pedestrian · 13 ✖

month 1

  • 2025-12 · 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
3905 op-snap---monthly-publication-december-2025.pdf   33 2025-12 Pedestrian Volkswagen Crafter White Contravening a Red Traffic Light None Leaf Lane Leaf Lane Coventry Coventry NFA No Independent Evidence Available   52.3837942 -1.4979145
3906 op-snap---monthly-publication-december-2025.pdf   34 2025-12 Pedestrian Ford Fiesta White Contravening a Red Traffic Light None Leaf Lane Leaf Lane Coventry Coventry NFA No Independent Evidence Available   52.3837942 -1.4979145
3907 op-snap---monthly-publication-december-2025.pdf   35 2025-12 Pedestrian Mercedes-Benz   Grey Contravening a Red Traffic Light None Leaf Lane Leaf Lane Coventry Coventry NFA No Independent Evidence Available   52.3837942 -1.4979145
3966 op-snap---monthly-publication-december-2025.pdf   94 2025-12 Pedestrian BMW 118D Blue Cause vehicle to be left in a dangerous position None charter avenue Charter Avenue Coventry Coventry NFA No Independent Evidence Available   52.3928409 -1.5888076
3967 op-snap---monthly-publication-december-2025.pdf   95 2025-12 Pedestrian Peugeot 308 Silver Cause vehicle to be left in a dangerous position None charter avenue Charter Avenue Coventry Coventry NFA No Independent Evidence Available   52.3928409 -1.5888076
4114 op-snap---monthly-publication-december-2025.pdf   242 2025-12 Pedestrian Audi Q3 Black Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger None Langbank Avenue Langbank Avenue Coventry Coventry Fixed Penalty N/A   52.3903106 -1.4556064
4527 op-snap---monthly-publication-december-2025.pdf   655 2025-12 Pedestrian Fiat tipo Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None black berry lane Black Berry Lane Coventry Coventry Warning Letter N/A      
4595 op-snap---monthly-publication-december-2025.pdf   723 2025-12 Pedestrian Citroen c4 Black Cause vehicle to be left in a dangerous position None halford lane Halford Lane Coventry Coventry NFA Misc Inc Crimes   52.4398231 -1.526811
4651 op-snap---monthly-publication-december-2025.pdf   779 2025-12 Pedestrian Vauxhall corsa Black Misc - Non Traffic Offences None fenton road Fenton Road Coventry Coventry NFA Misc Inc Crimes   52.4331816 -1.5630141
4935 op-snap---monthly-publication-december-2025.pdf   1063 2025-12 Pedestrian Daf trucks White Cause vehicle to be left in a dangerous position None earlsdon avenue Earlsdon Avenue Coventry Coventry Warning Letter N/A   52.4047134 -1.5351834
5038 op-snap---monthly-publication-december-2025.pdf   1166 2025-12 Pedestrian Ford transit White Cause vehicle to be left in a dangerous position None lentons lane Lentons Lane Coventry Coventry Warning Letter N/A   52.4503238 -1.4546397
5136 op-snap---monthly-publication-december-2025.pdf   1264 2025-12 Pedestrian Volkswagen Crafter White Cause vehicle to be left in a dangerous position None Lentons Lane Lentons Lane Coventry Coventry Education N/A   52.4503238 -1.4546397
5182 op-snap---monthly-publication-december-2025.pdf   1310 2025-12 Pedestrian Ford focus Blue Misc - Non Traffic Offences None thistley field Thistley Field Coventry Coventry NFA Misc Inc Crimes   52.4271223 -1.5298007

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