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

13 rows where disposal = "Warning Letter", offence = "Using a Mobile Phone Whilst Driving" and reporter_transport_mode = "Pedal Bike" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

vehicle_make 11

  • Mercedes-Benz 2
  • Toyota 2
  • BMW 1
  • Ford 1
  • Honda 1
  • Kia 1
  • Land Rover 1
  • Porsche 1
  • Scania 1
  • Vauxhall 1
  • Volkswagen 1

month 7

  • 2025-03 4
  • 2025-05 4
  • 2025-01 1
  • 2025-07 1
  • 2025-09 1
  • 2025-10 1
  • 2026-01 1

council_area 2

  • Birmingham 10
  • Coventry 3

reporter_transport_mode 1

  • Pedal Bike · 13 ✖

offence 1

  • Using a Mobile Phone Whilst Driving · 13 ✖

disposal 1

  • Warning Letter · 13 ✖
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
11868 op-snap---monthly-publication-january-2026.pdf   1329 2026-01 Pedal Bike Kia Stonic White Using a Mobile Phone Whilst Driving None Alcester Road Alcester Road Birmingham Birmingham Warning Letter N/A   52.4470686 -1.8880749
22502 op-snap---monthly-publication-october-2025.pdf   452 2025-10 Pedal Bike Toyota Aygo Black Using a Mobile Phone Whilst Driving None Russell Road Russell Road Birmingham Birmingham Warning Letter N/A   52.4398245 -1.8469786
25069 op-snap---monthly-publication-september-2025.pdf   1288 2025-09 Pedal Bike BMW M5 White Using a Mobile Phone Whilst Driving None Pershore road Pershore road Birmingham Birmingham Warning Letter N/A   52.4308271 -1.920078
12776 op-snap---monthly-publication-july-2025.pdf   828 2025-07 Pedal Bike Scania Lorry Red Using a Mobile Phone Whilst Driving None Gooch Street Gooch Street Birmingham Birmingham Warning Letter N/A   52.4686609 -1.8945007
18792 op-snap---monthly-publication-may-2025.pdf   154 2025-05 Pedal Bike Mercedes-Benz G63.. Black Using a Mobile Phone Whilst Driving None Masshouse Lane Masshouse Lane Birmingham Birmingham Warning Letter N/A   52.4072996 -1.9273914
20151 op-snap---monthly-publication-may-2025.pdf   1513 2025-05 Pedal Bike Volkswagen Golf Grey Using a Mobile Phone Whilst Driving None Kings Road Kings Road Birmingham Birmingham Warning Letter N/A   52.5531351 -1.8852761
20335 op-snap---monthly-publication-may-2025.pdf   1697 2025-05 Pedal Bike Mercedes-Benz C200 Grey Using a Mobile Phone Whilst Driving None Harborne High Street Harborne High Street Birmingham Birmingham Warning Letter N/A   52.459563 -1.946922
20457 op-snap---monthly-publication-may-2025.pdf   1819 2025-05 Pedal Bike Ford TRANSIT White Using a Mobile Phone Whilst Driving None Hereford Close, Frankley Hereford Close, Frankley Birmingham Birmingham Warning Letter N/A   52.4047807 -2.0101216
16999 op-snap---monthly-publication-march-2025.pdf   756 2025-03 Pedal Bike Vauxhall Zafira Black Using a Mobile Phone Whilst Driving None Clifford Bridge Road Clifford Bridge Road Coventry Coventry Warning Letter N/A Yes - Via Email 52.4134557 -1.4442138
17774 op-snap---monthly-publication-march-2025.pdf   1531 2025-03 Pedal Bike Land Rover Evoque Orange Using a Mobile Phone Whilst Driving None Woodway Lane Woodway Lane Coventry Coventry Warning Letter N/A Yes - Via Email 52.4275505 -1.4448681
17796 op-snap---monthly-publication-march-2025.pdf   1553 2025-03 Pedal Bike Porsche Macan Grey Using a Mobile Phone Whilst Driving None Alcester Road Alcester Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4470686 -1.8880749
18447 op-snap---monthly-publication-march-2025.pdf   2204 2025-03 Pedal Bike Toyota Prius Silver Using a Mobile Phone Whilst Driving None Alwold Road, Weoley Castle Alwold Road, Weoley Castle Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4436471 -1.9604594
10364 op-snap---monthly-publication-january-2025.pdf   1472 2025-01 Pedal Bike Honda jazz Blue Using a Mobile Phone Whilst Driving None Henley Rd Henley Road Coventry Coventry Warning Letter N/A Yes - Via Email 52.4307281 -1.462755

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