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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_colour, second_offence

month 8

  • 2025-06 3
  • 2025-07 2
  • 2026-01 2
  • 2025-01 1
  • 2025-02 1
  • 2025-03 1
  • 2025-10 1
  • 2025-11 1

offence 3

  • Driving without Due Care and Attention 10
  • No Insurance 1
  • Using a Mobile Phone Whilst Driving 1

reporter_transport_mode 2

  • Car 10
  • Pedal Bike 2

vehicle_make 1

  • BMW · 12 ✖

disposal 1

  • Court · 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
11647 op-snap---monthly-publication-january-2026.pdf   1108 2026-01 Car BMW 430.. Black Driving without Due Care and Attention None Gulson Road Gulson Road Coventry Coventry Court N/A   52.4076795 -1.4911676
11680 op-snap---monthly-publication-january-2026.pdf   1141 2026-01 Car BMW M135i Black Driving without Due Care and Attention No Insurance Cox Street Cox Street Coventry Coventry Court N/A   52.4092228 -1.5034119
20703 op-snap---monthly-publication-november-2025.pdf   245 2025-11 Pedal Bike BMW 330E Black Driving without Due Care and Attention Drive otherwise than in accordance with a licence Foleshill Road Foleshill Road Coventry Coventry Court N/A   52.4274335 -1.5002381
22866 op-snap---monthly-publication-october-2025.pdf   816 2025-10 Car BMW 5 Series Grey Driving without Due Care and Attention None Upper Well Street Upper Well Street Coventry Coventry Court N/A   52.4102625 -1.5137293
12458 op-snap---monthly-publication-july-2025.pdf   510 2025-07 Pedal Bike BMW 330e Black Using a Mobile Phone Whilst Driving Driving without Due Care and AStttoennetiyo nStanton Road AStttoennetiyo n Stanton Road Coventry Coventry Court N/A      
13087 op-snap---monthly-publication-july-2025.pdf   1139 2025-07 Car BMW 320i Blue No Insurance Use vehicle on a road without Kvainligds t eRsot acde,r tCifoicvaetentry Kvainligds t e Rsot acde, r t Cifoicvaetentry Coventry Coventry Court N/A      
14125 op-snap---monthly-publication-june-2025.pdf   54 2025-06 Car BMW 420d Black Driving without Due Care and Attention None Much Park Street Much Park Street Coventry Coventry Court N/A   52.4061531 -1.505845
14914 op-snap---monthly-publication-june-2025.pdf   843 2025-06 Car BMW M140i Black Driving without Due Care and Attention None Ring Road Ring Road Coventry Coventry Court N/A      
14916 op-snap---monthly-publication-june-2025.pdf   845 2025-06 Car BMW X6.. Black Driving without Due Care and Attention No Insurance A453 A453 Coventry Coventry Court N/A      
17582 op-snap---monthly-publication-march-2025.pdf   1339 2025-03 Car BMW 3 series White Driving without Due Care and Attention None Holyhead Road Holyhead Road Coventry Coventry Court N/A Yes - Via Email 52.418488 -1.5472387
6838 op-snap---monthly-publication-february-2025.pdf   1655 2025-02 Car BMW 630 White Driving without Due Care and Attention VRM fails to conform to Regulations Hearsall Common Hearsall Common Coventry Coventry Court N/A Yes - Via Email 52.402753 -1.5385829
9875 op-snap---monthly-publication-january-2025.pdf   983 2025-01 Car BMW X5 White Driving without Due Care and Attention No Insurance CHARTER AVENUE Charter Avenue Coventry Coventry Court N/A Yes - Via Email 52.3928409 -1.5888076

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