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

8 rows where disposal = "NFA" and offence = "Fail to Conform to Cycle Lane" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale

vehicle_make 4

  • Ford 3
  • BMW 1
  • Mitsubishi 1
  • Vauxhall 1

month 4

  • 2025-04 5
  • 2025-05 1
  • 2025-06 1
  • 2025-09 1

reporter_transport_mode 3

  • Pedal Bike 4
  • Car 3
  • Pedestrian 1

council_area 3

  • Birmingham 4
  • Coventry 3
  • Out of Force Area 1

offence 1

  • Fail to Conform to Cycle Lane · 8 ✖

disposal 1

  • NFA · 8 ✖
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
24080 op-snap---monthly-publication-september-2025.pdf   299 2025-09 Car   Triumph Tiger White Fail to Conform to Cycle Lane None Aylestone Hill, Hereford Aylestone Hill, Hereford Out of Force Area Out of Force Area NFA Out of Force      
15759 op-snap---monthly-publication-june-2025.pdf   1688 2025-06 Pedal Bike BMW 520 Silver Fail to Conform to Cycle Lane Use vehicle on a road without valid test certificate Stoney Stanton Road Stoney Stanton Road Coventry Coventry NFA No Offence   52.4221152 -1.4959475
19171 op-snap---monthly-publication-may-2025.pdf   533 2025-05 Pedestrian Vauxhall CORSA Silver Fail to Conform to Cycle Lane None CANN HILL ROAD Cann Hill Road Birmingham Birmingham NFA No Independent Evidence Available      
450 op-snap---monthly-publication-april-2025.pdf   449 2025-04 Pedal Bike Mitsubishi Colt Blue Fail to Conform to Cycle Lane none West Hill Road West Hill Road Coventry Coventry NFA Outside of 14 Days NIP   52.3994858 -1.4923603
1461 op-snap---monthly-publication-april-2025.pdf   1460 2025-04 Car Ford Transit Silver Fail to Conform to Cycle Lane None High street , Kings Heath High street , Kings Heath Birmingham Birmingham NFA Outside of 14 Days NIP   52.4375456 -1.8926849
1465 op-snap---monthly-publication-april-2025.pdf   1464 2025-04 Pedal Bike Ford NP Red Fail to Conform to Cycle Lane None Soney Stanton Road , Coventry Soney Stanton Road , Coventry Coventry Coventry NFA Outside of 14 Days NIP      
1556 op-snap---monthly-publication-april-2025.pdf   1555 2025-04 Car Ford NP Grey Fail to Conform to Cycle Lane None College Road , Birmingham College Road , Birmingham Birmingham Birmingham NFA Outside of 14 Days NIP   52.54782 -1.8534716
1862 op-snap---monthly-publication-april-2025.pdf   1861 2025-04 Pedal Bike   Golf 4X 4 Grey Fail to Conform to Cycle Lane None Bristol Road Bristol Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4543565 -1.9114004

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