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

14 rows where offence = "Using a Mobile Phone Whilst Driving", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Skoda" 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 7

  • 2025-01 3
  • 2025-03 3
  • 2025-04 2
  • 2025-12 2
  • 2026-01 2
  • 2025-06 1
  • 2025-09 1

disposal 3

  • Fixed Penalty 12
  • Court 1
  • NFA 1

council_area 2

  • Birmingham 11
  • Coventry 3

vehicle_make 1

  • Skoda · 14 ✖

reporter_transport_mode 1

  • Pedal Bike · 14 ✖

offence 1

  • Using a Mobile Phone Whilst Driving · 14 ✖
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
11078 op-snap---monthly-publication-january-2026.pdf   539 2026-01 Pedal Bike Skoda Roomster Silver Using a Mobile Phone Whilst Driving None Alcester Road Alcester Road Birmingham Birmingham Fixed Penalty N/A   52.4470686 -1.8880749
11863 op-snap---monthly-publication-january-2026.pdf   1324 2026-01 Pedal Bike Skoda Kodiaq Blue Using a Mobile Phone Whilst Driving None Stonehouse Hill Stonehouse Hill Birmingham Birmingham NFA No Independent Evidence Available   52.4448348 -1.9713792
4353 op-snap---monthly-publication-december-2025.pdf   481 2025-12 Pedal Bike Skoda Octavia Beige Using a Mobile Phone Whilst Driving None Aston Webb Blvd, Selly Oak Aston Webb Boulevard, Selly Oak Birmingham Birmingham Fixed Penalty N/A   52.4443904 -1.9419231
4358 op-snap---monthly-publication-december-2025.pdf   486 2025-12 Pedal Bike Skoda Kamiq Black Using a Mobile Phone Whilst Driving None Alcester Road Alcester Road Birmingham Birmingham Fixed Penalty N/A   52.4470686 -1.8880749
24473 op-snap---monthly-publication-september-2025.pdf   692 2025-09 Pedal Bike Skoda Kamiq Grey Using a Mobile Phone Whilst Driving None High St High Street Birmingham Birmingham Fixed Penalty N/A   52.5254588 -1.8373064
14731 op-snap---monthly-publication-june-2025.pdf   660 2025-06 Pedal Bike Skoda KAROQ Grey Using a Mobile Phone Whilst Driving None Augustus Road Augustus Road Birmingham Birmingham Fixed Penalty N/A   52.4695793 -1.9378608
318 op-snap---monthly-publication-april-2025.pdf   317 2025-04 Pedal Bike Skoda Fabia Silver Using a Mobile Phone Whilst Driving None Clifford Bridge Road Clifford Bridge Road Coventry Coventry Fixed Penalty N/A   52.4134557 -1.4442138
1122 op-snap---monthly-publication-april-2025.pdf   1121 2025-04 Pedal Bike Skoda Kodiaq Grey Using a Mobile Phone Whilst Driving None Metchley Road , Harbourne Metchley Road , Harbourne Birmingham Birmingham Fixed Penalty N/A      
16877 op-snap---monthly-publication-march-2025.pdf   634 2025-03 Pedal Bike Skoda Kodiaq Black Using a Mobile Phone Whilst Driving None Moseley Road Moseley Road Birmingham Birmingham Court N/A Yes - Via Email 52.4679402 -1.881408
17134 op-snap---monthly-publication-march-2025.pdf   891 2025-03 Pedal Bike Skoda Kodiaq Blue Using a Mobile Phone Whilst Driving None Augustus Road Edgbaston Augustus Road Edgbaston Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4695793 -1.9378608
17862 op-snap---monthly-publication-march-2025.pdf   1619 2025-03 Pedal Bike Skoda Kamiq White Using a Mobile Phone Whilst Driving None Foles Hill Road Foleshill Road Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4274335 -1.5002381
9237 op-snap---monthly-publication-january-2025.pdf   345 2025-01 Pedal Bike Skoda Karoq Black Using a Mobile Phone Whilst Driving None Bell Green Road Bell Green Road Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4324855 -1.4815548
9622 op-snap---monthly-publication-january-2025.pdf   730 2025-01 Pedal Bike Skoda Kamiq White Using a Mobile Phone Whilst Driving None New Fosse Way New Fosse Way Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4473373 -1.9392405
10485 op-snap---monthly-publication-january-2025.pdf   1593 2025-01 Pedal Bike Skoda CITIGO Silver Using a Mobile Phone Whilst Driving 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);