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

14 rows where council_area = "Coventry", month = "2025-08" and offence = "Contravening a Red Traffic Light" 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 9

  • Ford 3
  • Toyota 3
  • Fiat 1
  • Honda 1
  • Kia 1
  • Mercedes-Benz 1
  • Seat 1
  • Vauxhall 1
  • Volkswagen 1

disposal 5

  • Education 6
  • NFA 3
  • Warning Letter 3
  • Fixed Penalty 1
  • Other Action Taken 1

reporter_transport_mode 3

  • Car 10
  • Pedal Bike 2
  • Pedestrian 2

offence 1

  • Contravening a Red Traffic Light · 14 ✖

month 1

  • 2025-08 · 14 ✖

council_area 1

  • Coventry · 14 ✖
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
2084 op-snap---monthly-publication-august-2025.pdf   59 2025-08 Car Fiat 500 Grey Contravening a Red Traffic Light None Hall Green Road Hall Green Road Coventry Coventry Education N/A   52.4401926 -1.475417
2086 op-snap---monthly-publication-august-2025.pdf   61 2025-08 Car Ford Transit Blue Contravening a Red Traffic Light None Binley Road Binley Road Coventry Coventry Education N/A   52.4070602 -1.4732469
2093 op-snap---monthly-publication-august-2025.pdf   68 2025-08 Car Volkswagen Polo Black Contravening a Red Traffic Light None Ringway St Johns Ringway Street Johns Coventry Coventry NFA No Independent Evidence Available      
2100 op-snap---monthly-publication-august-2025.pdf   75 2025-08 Car Mercedes-Benz   Black Contravening a Red Traffic Light None Foleshill Foleshill Coventry Coventry NFA Not in Public Interest   52.4335692 -1.4944742
2341 op-snap---monthly-publication-august-2025.pdf   316 2025-08 Car Kia Sportage Silver Contravening a Red Traffic Light None Albany Road Albany Road Coventry Coventry Education N/A   52.4006218 -1.5284125
2406 op-snap---monthly-publication-august-2025.pdf   381 2025-08 Car Honda M/C Black Contravening a Red Traffic Light None Ansty Interchange Ansty Interchange Coventry Coventry Other Action Taken N/A   52.4399359 -1.4395909
2409 op-snap---monthly-publication-august-2025.pdf   384 2025-08 Car Seat Ibiza Red Contravening a Red Traffic Light None Walsgrave Road Walsgrave Road Coventry Coventry Warning Letter N/A   52.4096725 -1.487901
2471 op-snap---monthly-publication-august-2025.pdf   446 2025-08 Pedestrian Toyota Auris Grey Contravening a Red Traffic Light None Clifford Bridge Road Clifford Bridge Road Coventry Coventry Education N/A   52.4134557 -1.4442138
2484 op-snap---monthly-publication-august-2025.pdf   459 2025-08 Car       Contravening a Red Traffic Light None Binley Road Binley Road Coventry Coventry NFA No VRM   52.4070602 -1.4732469
2520 op-snap---monthly-publication-august-2025.pdf   495 2025-08 Car Vauxhall Combo Silver Contravening a Red Traffic Light None Clifford Bridge Road Clifford Bridge Road Coventry Coventry Education N/A   52.4134557 -1.4442138
2722 op-snap---monthly-publication-august-2025.pdf   697 2025-08 Pedal Bike Toyota Prius Silver Contravening a Red Traffic Light None Woodway Lane Woodway Lane Coventry Coventry Fixed Penalty N/A   52.4275505 -1.4448681
2871 op-snap---monthly-publication-august-2025.pdf   846 2025-08 Pedestrian Ford Focus Blue Contravening a Red Traffic Light None Fletchamstead Highway Fletchamstead Highway Coventry Coventry Warning Letter N/A   52.396476 -1.5561348
2873 op-snap---monthly-publication-august-2025.pdf   848 2025-08 Pedal Bike Toyota Aygo Red Contravening a Red Traffic Light None Fletchamstead Highway Fletchamstead Highway Coventry Coventry Warning Letter N/A   52.396476 -1.5561348
3173 op-snap---monthly-publication-august-2025.pdf   1148 2025-08 Car Ford Focus Blue Contravening a Red Traffic Light None Ansty Road Ansty Road Coventry Coventry Education N/A   52.4205675 -1.4520187

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