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", month = "2026-02" and vehicle_make = "BMW" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, nfa_rationale

offence 5

  • Driving without Due Care and Attention 6
  • Cause vehicle to be left in a dangerous position 2
  • Using a Mobile Phone Whilst Driving 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Contravening a Red Traffic Light 1

disposal 4

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

reporter_transport_mode 3

  • Pedal Bike 5
  • Car 4
  • Pedestrian 3

vehicle_make 1

  • BMW · 12 ✖

month 1

  • 2026-02 · 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
7312 op-snap---monthly-publication-february-2026.pdf   59 2026-02 Pedal Bike BMW 218i Blue Driving without Due Care and Attention None Bird Street at White Street Bird Street at White Street Coventry Coventry Education N/A   52.4124171 -1.5065021
7497 op-snap---monthly-publication-february-2026.pdf   244 2026-02 Car BMW X1 Blue Driving without Due Care and Attention None Torcross Avenue Torcross Avenue Coventry Coventry Education N/A   52.4218194 -1.46546
7651 op-snap---monthly-publication-february-2026.pdf   398 2026-02 Pedal Bike BMW 640D Blue Using a Mobile Phone Whilst Driving None A429 nr A45 A429 nr A45 Coventry Coventry Fixed Penalty N/A      
7882 op-snap---monthly-publication-february-2026.pdf   629 2026-02 Car BMW 318D Black Driving without Due Care and Attention None London Road London Road Coventry Coventry Education N/A   52.3916468 -1.4925995
7884 op-snap---monthly-publication-february-2026.pdf   631 2026-02 Pedestrian BMW 420D Black Cause vehicle to be left in a dangerous position None St Pauls Road Street Pauls Road Coventry Coventry Education N/A      
7934 op-snap---monthly-publication-february-2026.pdf   681 2026-02 Pedal Bike BMW   Orange Driving without Due Care and Attention None Broad Lane Broad Lane Coventry Coventry Education N/A   52.4074716 -1.5620671
7938 op-snap---monthly-publication-february-2026.pdf   685 2026-02 Pedal Bike BMW   Grey Driving without Due Care and Attention None Back Lane Coventry Back Lane Coventry Coventry Coventry Education N/A   52.3796433 -1.5600371
8245 op-snap---monthly-publication-february-2026.pdf   992 2026-02 Car BMW 5 Series Blue Driving without Due Care and Attention None Coventry Ring Road Coventry Ring Road Coventry Coventry NFA No Independent Evidence Available      
8249 op-snap---monthly-publication-february-2026.pdf   996 2026-02 Car BMW 120 Sport White Using a Mobile Phone Whilst Driving None Scimitar Way Scimitar Way Coventry Coventry NFA No Independent Evidence Available   52.3836203 -1.4862458
8335 op-snap---monthly-publication-february-2026.pdf   1082 2026-02 Pedestrian BMW 320d Silver 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
8815 op-snap---monthly-publication-february-2026.pdf   1562 2026-02 Pedal Bike BMW M3.. Grey Contravening a Red Traffic Light None Jimmy Hill Way Jimmy Hill Way Coventry Coventry Education N/A   52.4214017 -1.4870278
8837 op-snap---monthly-publication-february-2026.pdf   1584 2026-02 Pedestrian BMW 525 Grey Cause vehicle to be left in a dangerous position None earlsdon road Earlsdon Road Coventry Coventry Warning Letter N/A   52.3972344 -1.5388569

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