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 disposal = "Warning Letter", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Citroen" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

month 8

  • 2025-01 3
  • 2025-05 2
  • 2025-11 2
  • 2025-02 1
  • 2025-03 1
  • 2025-09 1
  • 2025-12 1
  • 2026-01 1

offence 7

  • Driving without Due Care and Attention 5
  • Driving without Reasonable Consideration 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Driver not in position to have Proper Control 1
  • Fail to Conform to Cycle Lane 1
  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 1
  • Use a motor vehicle / trailer in a condition likely to cause danger of injury 1

council_area 4

  • Birmingham 5
  • Coventry 5
  • Sutton Coldfield 1
  • Wolverhampton 1

vehicle_make 1

  • Citroen · 12 ✖

reporter_transport_mode 1

  • Pedal Bike · 12 ✖

disposal 1

  • Warning Letter · 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
11351 op-snap---monthly-publication-january-2026.pdf   812 2026-01 Pedal Bike Citroen C3 Black Driving without Due Care and Attention None Hollyfast Lane Hollyfast Lane Coventry Coventry Warning Letter N/A   52.4517652 -1.5578662
4771 op-snap---monthly-publication-december-2025.pdf   899 2025-12 Pedal Bike Citroen Dispatch White Driving without Due Care and Attention None Station Road Station Road Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.5463049 -1.8271004
20842 op-snap---monthly-publication-november-2025.pdf   384 2025-11 Pedal Bike Citroen c5 Black Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None vecqueray Vecqueray Coventry Coventry Warning Letter N/A   52.4066697 -1.4969077
22001 op-snap---monthly-publication-november-2025.pdf   1543 2025-11 Pedal Bike Citroen Relay White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Bradford Street Bradford Street Birmingham Birmingham Warning Letter N/A   52.4708802 -1.8792135
24494 op-snap---monthly-publication-september-2025.pdf   713 2025-09 Pedal Bike Citroen C4 Picasso Red Driving without Due Care and Attention None Potters Lane, Wednesbury Potters Lane, Wednesbury Wolverhampton Wolverhampton Warning Letter N/A      
19606 op-snap---monthly-publication-may-2025.pdf   968 2025-05 Pedal Bike Citroen C4 Grey Driving without Due Care and Attention None Chester Road Chester Road Birmingham Birmingham Warning Letter N/A   52.5359496 -1.8324115
20329 op-snap---monthly-publication-may-2025.pdf   1691 2025-05 Pedal Bike Citroen C1 Red Driving without Due Care and Attention None Lower Queen Street Lower Queen Street Birmingham Birmingham Warning Letter N/A   52.5603978 -1.8227403
18489 op-snap---monthly-publication-march-2025.pdf   2246 2025-03 Pedal Bike Citroen C1 Red Fail to Conform to Cycle Lane None UPPER WELL STREET Upper Well Street Coventry Coventry Warning Letter N/A Yes - Via Email 52.4102625 -1.5137293
7047 op-snap---monthly-publication-february-2025.pdf   1864 2025-02 Pedal Bike Citroen Berlingo Red Driving without Reasonable Consideration None Chester Road Chester Road Birmingham Birmingham Warning Letter Outside of 14 Days NIP Yes - Via Email 52.5359496 -1.8324115
9540 op-snap---monthly-publication-january-2025.pdf   648 2025-01 Pedal Bike Citroen   Grey Use a motor vehicle / trailer in a condition likely to cause danger of injury None Moseley Road Moseley Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4679402 -1.881408
9781 op-snap---monthly-publication-january-2025.pdf   889 2025-01 Pedal Bike Citroen C5 Black Driving without Reasonable Consideration None Clifford Bridge Road Clifford Bridge Road Coventry Coventry Warning Letter N/A Yes - Via Email 52.4134557 -1.4442138
10384 op-snap---monthly-publication-january-2025.pdf   1492 2025-01 Pedal Bike Citroen G4 Blue Driver not in position to have Proper Control None Bell Green Road Bell Green Road Coventry Coventry Warning Letter N/A Yes - Via Email 52.4324855 -1.4815548

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