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

12 rows where council_area = "Coventry", offence = "Use a vehicle / cycle on a road and contravene a local traffic order other than parking" and reporter_transport_mode = "Car" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

vehicle_make 10

  • Ford 2
  • Renault 2
  • Audi 1
  • BMW 1
  • Land Rover 1
  • Mazda 1
  • Mg 1
  • Nissan 1
  • Toyota 1
  • Volkswagen 1

month 8

  • 2025-10 4
  • 2025-05 2
  • 2025-02 1
  • 2025-04 1
  • 2025-06 1
  • 2025-07 1
  • 2025-08 1
  • 2026-01 1

disposal 3

  • Warning Letter 5
  • NFA 4
  • Fixed Penalty 3

reporter_transport_mode 1

  • Car · 12 ✖

offence 1

  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking · 12 ✖

council_area 1

  • Coventry · 12 ✖
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
10976 op-snap---monthly-publication-january-2026.pdf   437 2026-01 Car Renault Megane Grey Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Fenton Road Fenton Road Coventry Coventry NFA No Offence   52.4331816 -1.5630141
22279 op-snap---monthly-publication-october-2025.pdf   229 2025-10 Car Volkswagen Golf Black Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Holyhead Road Holyhead Road Coventry Coventry Warning Letter N/A   52.418488 -1.5472387
22724 op-snap---monthly-publication-october-2025.pdf   674 2025-10 Car Nissan X-Trail Black Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Gulson Road Gulson Road Coventry Coventry NFA No VRM   52.4076795 -1.4911676
23092 op-snap---monthly-publication-october-2025.pdf   1042 2025-10 Car Audi A3 Black Use a vehicle / cycle on a road and contravene a local traffic order other than parking None St Martins Road Street Martins Road Coventry Coventry NFA No Independent Evidence Available      
23322 op-snap---monthly-publication-october-2025.pdf   1272 2025-10 Car Toyota Pirus Silver Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Stontey Stanton Stontey Stanton Coventry Coventry Warning Letter N/A      
2691 op-snap---monthly-publication-august-2025.pdf   666 2025-08 Car BMW 520.. White Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Stoney Stanton Road Stoney Stanton Road Coventry Coventry NFA No Independent Evidence Available   52.4221152 -1.4959475
13759 op-snap---monthly-publication-july-2025.pdf   1811 2025-07 Car Ford BMAX Red Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Barras Lane Barras Lane Coventry Coventry Warning Letter N/A   52.4109877 -1.5203488
14915 op-snap---monthly-publication-june-2025.pdf   844 2025-06 Car Land Rover   Green Use a vehicle / cycle on a road and contravene a local traffic order other than parking None A452 A452 Coventry Coventry Warning Letter N/A      
19269 op-snap---monthly-publication-may-2025.pdf   631 2025-05 Car Mazda CX30 White Use a vehicle / cycle on a road and contravene a local traffic order other than parking None London Road / Chase Road London Road / Chase Road Coventry Coventry Fixed Penalty N/A   52.3946775 -1.4952751
19325 op-snap---monthly-publication-may-2025.pdf   687 2025-05 Car Renault Master White Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Kenpass Highway Kenpass Highway Coventry Coventry Fixed Penalty N/A      
91 op-snap---monthly-publication-april-2025.pdf   90 2025-04 Car Ford Focus Black Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Tile Hill Lane Tile Hill Lane Coventry Coventry Warning Letter N/A   52.4041117 -1.5595662
5572 op-snap---monthly-publication-february-2025.pdf   389 2025-02 Car Mg HS Black Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Tile Hill Lane Tile Hill Lane Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4041117 -1.5595662

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