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

11 rows where month = "2025-03", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Kia" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

offence 6

  • Driving without Reasonable Consideration 4
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 2
  • Using a Mobile Phone Whilst Driving 2
  • Contravening a Red Traffic Light 1
  • Driving without Due Care and Attention 1
  • Fail to Conform to Cycle Lane 1

council_area 4

  • Coventry 5
  • Birmingham 4
  • Dudley 1
  • Sutton Coldfield 1

disposal 3

  • Fixed Penalty 8
  • Education 2
  • Warning Letter 1

vehicle_make 1

  • Kia · 11 ✖

reporter_transport_mode 1

  • Pedal Bike · 11 ✖

month 1

  • 2025-03 · 11 ✖
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
16514 op-snap---monthly-publication-march-2025.pdf   271 2025-03 Pedal Bike Kia Rio White Driving without Reasonable Consideration None Queensbridge Road Queensbridge Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4415108 -1.8971434
16581 op-snap---monthly-publication-march-2025.pdf   338 2025-03 Pedal Bike Kia Sportage Grey Driving without Reasonable Consideration None Chester Road Chester Road Sutton Coldfield Sutton Coldfield Education N/A Yes - Via Email 52.5359496 -1.8324115
16690 op-snap---monthly-publication-march-2025.pdf   447 2025-03 Pedal Bike Kia Stonic White Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Foleshill Road Foleshill Road Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4274335 -1.5002381
17163 op-snap---monthly-publication-march-2025.pdf   920 2025-03 Pedal Bike Kia Optima White Driving without Due Care and Attention None Green Lanes Green Lanes Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5432983 -1.8280167
17304 op-snap---monthly-publication-march-2025.pdf   1061 2025-03 Pedal Bike Kia Sportage White Driving without Reasonable Consideration None Holyhead Road Holyhead Road Coventry Coventry Warning Letter N/A Yes - Via Email 52.418488 -1.5472387
17621 op-snap---monthly-publication-march-2025.pdf   1378 2025-03 Pedal Bike Kia Rio Grey Using a Mobile Phone Whilst Driving None Augustus Road Augustus Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4695793 -1.9378608
17643 op-snap---monthly-publication-march-2025.pdf   1400 2025-03 Pedal Bike Kia RIO Black Using a Mobile Phone Whilst Driving None CLIFFORD BRIDGE ROAD Clifford Bridge Road Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4134557 -1.4442138
17778 op-snap---monthly-publication-march-2025.pdf   1535 2025-03 Pedal Bike Kia Ceed White Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Foleshill Road Foleshill Road Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4274335 -1.5002381
17815 op-snap---monthly-publication-march-2025.pdf   1572 2025-03 Pedal Bike Kia Sportage Grey Driving without Reasonable Consideration None The Broadway The Broadway Dudley Dudley Education N/A Yes - Via Email 52.515445 -2.0885791
17868 op-snap---monthly-publication-march-2025.pdf   1625 2025-03 Pedal Bike Kia SORRENTO Grey Contravening a Red Traffic Light None BELL GREEN ROAD Bell Green Road Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4324855 -1.4815548
18386 op-snap---monthly-publication-march-2025.pdf   2143 2025-03 Pedal Bike Kia CEED White Fail to Conform to Cycle Lane None BRISTOL ROAD Bristol Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 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);