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

10 rows where disposal = "Fixed Penalty", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Porsche" 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, latitude, longitude

month 8

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

offence 2

  • Using a Mobile Phone Whilst Driving 9
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1

council_area 2

  • Birmingham 9
  • Coventry 1

vehicle_make 1

  • Porsche · 10 ✖

reporter_transport_mode 1

  • Pedal Bike · 10 ✖

disposal 1

  • Fixed Penalty · 10 ✖
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
8549 op-snap---monthly-publication-february-2026.pdf   1296 2026-02 Pedal Bike Porsche Cayenne Grey Using a Mobile Phone Whilst Driving None Stoney Stanton Road Stoney Stanton Road Coventry Coventry Fixed Penalty N/A   52.4221152 -1.4959475
11436 op-snap---monthly-publication-january-2026.pdf   897 2026-01 Pedal Bike Porsche Cayenne Grey Using a Mobile Phone Whilst Driving None Harborne High Street Harborne High Street Birmingham Birmingham Fixed Penalty N/A   52.459563 -1.946922
4281 op-snap---monthly-publication-december-2025.pdf   409 2025-12 Pedal Bike Porsche 911.. White Using a Mobile Phone Whilst Driving None Augustus Road Augustus Road Birmingham Birmingham Fixed Penalty N/A   52.4695793 -1.9378608
4352 op-snap---monthly-publication-december-2025.pdf   480 2025-12 Pedal Bike Porsche Taycan Grey Using a Mobile Phone Whilst Driving None Harborne Road Harborne Road Birmingham Birmingham Fixed Penalty N/A   52.4718503 -1.9195423
21859 op-snap---monthly-publication-november-2025.pdf   1401 2025-11 Pedal Bike Porsche Macan Grey Using a Mobile Phone Whilst Driving None Augustus Road Augustus Road Birmingham Birmingham Fixed Penalty N/A   52.4695793 -1.9378608
21863 op-snap---monthly-publication-november-2025.pdf   1405 2025-11 Pedal Bike Porsche Macan Black Using a Mobile Phone Whilst Driving None High Street, Harborne High Street, Harborne Birmingham Birmingham Fixed Penalty N/A   52.4612733 -1.9430543
23904 op-snap---monthly-publication-september-2025.pdf   123 2025-09 Pedal Bike Porsche Panamera Black Using a Mobile Phone Whilst Driving None Park Hill Road Park Hill Road Birmingham Birmingham Fixed Penalty N/A   52.4612518 -1.9515542
17030 op-snap---monthly-publication-march-2025.pdf   787 2025-03 Pedal Bike Porsche Panamera Black Using a Mobile Phone Whilst Driving None Norfolk Road Norfolk Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4672547 -1.9435381
5630 op-snap---monthly-publication-february-2025.pdf   447 2025-02 Pedal Bike Porsche Boxter Silver 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
9127 op-snap---monthly-publication-january-2025.pdf   235 2025-01 Pedal Bike Porsche 911 Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Ladypool Rd Ladypool Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4520441 -1.8787544

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