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

7 rows where council_area = "Coventry" and offence = "Motor vehicle fail to accord precedence at a pelican crossing" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, nfa_rationale

vehicle_make 5

  • Toyota 2
  • Volkswagen 2
  • BMW 1
  • Ford 1
  • Hyundai 1

month 5

  • 2025-03 3
  • 2025-01 1
  • 2025-07 1
  • 2025-11 1
  • 2026-02 1

disposal 3

  • Fixed Penalty 4
  • NFA 2
  • Warning Letter 1

reporter_transport_mode 2

  • Car 5
  • Pedal Bike 2

offence 1

  • Motor vehicle fail to accord precedence at a pelican crossing · 7 ✖

council_area 1

  • Coventry · 7 ✖
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
8725 op-snap---monthly-publication-february-2026.pdf   1472 2026-02 Pedal Bike Ford kuga White Motor vehicle fail to accord precedence at a pelican crossing None stoney stanton road Stoney Stanton Road Coventry Coventry Warning Letter N/A   52.4221152 -1.4959475
21812 op-snap---monthly-publication-november-2025.pdf   1354 2025-11 Car Toyota Prius Silver Motor vehicle fail to accord precedence at a pelican crossing None Eaton Road Eaton Road Coventry Coventry NFA No Offence   52.4024496 -1.515209
13225 op-snap---monthly-publication-july-2025.pdf   1277 2025-07 Car Hyundai   Silver Motor vehicle fail to accord precedence at a pelican crossing None Jordan Well Jordan Well Coventry Coventry Fixed Penalty N/A   52.4068069 -1.5051214
17045 op-snap---monthly-publication-march-2025.pdf   802 2025-03 Car Toyota Prius Gold Motor vehicle fail to accord precedence at a pelican crossing None Tile Hill Lane Tile Hill Lane Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4041117 -1.5595662
17303 op-snap---monthly-publication-march-2025.pdf   1060 2025-03 Pedal Bike Volkswagen Golf Grey Motor vehicle fail to accord precedence at a pelican crossing None Corporation Street Corporation Street Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4086244 -1.515132
17609 op-snap---monthly-publication-march-2025.pdf   1366 2025-03 Car Volkswagen Golf Silver Motor vehicle fail to accord precedence at a pelican crossing None Primrose Hill, Coventry Primrose Hill, Coventry Coventry Coventry NFA No Offence Yes - Via Email 52.4129597 -1.4929765
10032 op-snap---monthly-publication-january-2025.pdf   1140 2025-01 Car BMW 420 White Motor vehicle fail to accord precedence at a pelican crossing None Woodway Lane Woodway Lane Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4275505 -1.4448681

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