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

15 rows where month = "2026-01", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Audi" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale

offence 5

  • Driving without Due Care and Attention 6
  • Using a Mobile Phone Whilst Driving 5
  • Cause vehicle to be left in a dangerous position 2
  • Contravening a Red Traffic Light 1
  • Stop a vehicle within pelican pedestrian crossing limits 1

disposal 4

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

council_area 3

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

vehicle_make 1

  • Audi · 15 ✖

reporter_transport_mode 1

  • Pedal Bike · 15 ✖

month 1

  • 2026-01 · 15 ✖
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
10914 op-snap---monthly-publication-january-2026.pdf   375 2026-01 Pedal Bike Audi A7 Blue Stop a vehicle within pelican pedestrian crossing limits None Earlsdon St Cov Earlsdon Street Cov Coventry Coventry Education N/A   52.3988977 -1.5323674
10928 op-snap---monthly-publication-january-2026.pdf   389 2026-01 Pedal Bike Audi Q5 Grey Cause vehicle to be left in a dangerous position None Swarthmore Road Swarthmore Road Birmingham Birmingham Education N/A   52.4299657 -1.9599121
10994 op-snap---monthly-publication-january-2026.pdf   455 2026-01 Pedal Bike Audi A3 Blue Driving without Due Care and Attention None Camp Hill Circus Camp Hill Circus Birmingham Birmingham Education N/A   52.4682339 -1.8793662
11042 op-snap---monthly-publication-january-2026.pdf   503 2026-01 Pedal Bike Audi A1 Grey Cause vehicle to be left in a dangerous position None Springfield Road Springfield Road Birmingham Birmingham Fixed Penalty N/A   52.4327486 -1.8844997
11110 op-snap---monthly-publication-january-2026.pdf   571 2026-01 Pedal Bike Audi Q2 Black Using a Mobile Phone Whilst Driving None Bristol Street Bristol Street Birmingham Birmingham Fixed Penalty N/A   52.4691145 -1.9003257
11166 op-snap---monthly-publication-january-2026.pdf   627 2026-01 Pedal Bike Audi Q3 Grey Using a Mobile Phone Whilst Driving None Metchley Lane Metchley Lane Birmingham Birmingham Fixed Penalty N/A   52.4552055 -1.9461279
11273 op-snap---monthly-publication-january-2026.pdf   734 2026-01 Pedal Bike Audi A3 Black Driving without Due Care and Attention None Hearsall Common Hearsall Common Coventry Coventry Warning Letter N/A   52.402753 -1.5385829
11451 op-snap---monthly-publication-january-2026.pdf   912 2026-01 Pedal Bike Audi A3 Grey Driving without Due Care and Attention None Broad Lane Broad Lane Coventry Coventry Education N/A   52.4074716 -1.5620671
11477 op-snap---monthly-publication-january-2026.pdf   938 2026-01 Pedal Bike Audi A3 White Contravening a Red Traffic Light None Ridgeacre Road Ridgeacre Road Birmingham Birmingham Education N/A   52.4620871 -2.0123436
11562 op-snap---monthly-publication-january-2026.pdf   1023 2026-01 Pedal Bike Audi A4 Red Driving without Due Care and Attention None Westfield Road Westfield Road Birmingham Birmingham Fixed Penalty N/A   52.4362187 -1.8987821
11757 op-snap---monthly-publication-january-2026.pdf   1218 2026-01 Pedal Bike Audi S5 Black Using a Mobile Phone Whilst Driving None Harborne Road Harborne Road Birmingham Birmingham Fixed Penalty N/A   52.4718503 -1.9195423
11768 op-snap---monthly-publication-january-2026.pdf   1229 2026-01 Pedal Bike Audi Q7 Black Using a Mobile Phone Whilst Driving None Bristol Road Bristol Road Birmingham Birmingham Fixed Penalty N/A   52.4543565 -1.9114004
11844 op-snap---monthly-publication-january-2026.pdf   1305 2026-01 Pedal Bike Audi   White Driving without Due Care and Attention None Albany Road Albany Road Birmingham Birmingham NFA No VRM   52.4591259 -1.9506139
11878 op-snap---monthly-publication-january-2026.pdf   1339 2026-01 Pedal Bike Audi A5 Black Using a Mobile Phone Whilst Driving None Bell Green Road Bell Green Road Coventry Coventry Fixed Penalty N/A   52.4324855 -1.4815548
11939 op-snap---monthly-publication-january-2026.pdf   1400 2026-01 Pedal Bike Audi   White Driving without Due Care and Attention None off force Off Force Out of Force Area Out of Force Area NFA Out of Force      

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