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

9 rows where disposal = "Fixed Penalty", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Mazda" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw

offence 4

  • Using a Mobile Phone Whilst Driving 4
  • Driving without Due Care and Attention 2
  • Stop a vehicle within pelican pedestrian crossing limits 2
  • Driving without Reasonable Consideration 1

month 3

  • 2025-02 5
  • 2025-01 3
  • 2025-06 1

council_area 2

  • Birmingham 8
  • Coventry 1

vehicle_make 1

  • Mazda · 9 ✖

reporter_transport_mode 1

  • Pedal Bike · 9 ✖

disposal 1

  • Fixed Penalty · 9 ✖
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
14294 op-snap---monthly-publication-june-2025.pdf   223 2025-06 Pedal Bike Mazda 3 Silver Using a Mobile Phone Whilst Driving None Aston Webb Boulevard, Selly Oak Aston Webb Boulevard, Selly Oak Birmingham Birmingham Fixed Penalty N/A   52.4443904 -1.9419231
5470 op-snap---monthly-publication-february-2025.pdf   287 2025-02 Pedal Bike Mazda CX5 Grey Driving without Due Care and Attention None Swarthmore Road Swarthmore Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4299657 -1.9599121
5863 op-snap---monthly-publication-february-2025.pdf   680 2025-02 Pedal Bike Mazda 3 Blue Using a Mobile Phone Whilst Driving None Park Hill Road Harbourne Park Hill Road Harbourne Birmingham Birmingham Fixed Penalty N/A Yes - Via Email    
6243 op-snap---monthly-publication-february-2025.pdf   1060 2025-02 Pedal Bike Mazda cx5 Blue Using a Mobile Phone Whilst Driving None Aston Webb Boulevard Aston Webb Boulevard Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4468506 -1.9395619
7109 op-snap---monthly-publication-february-2025.pdf   1926 2025-02 Pedal Bike Mazda 3 Blue Stop a vehicle within pelican pedestrian crossing limits None Alcester Road Alcester Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4470686 -1.8880749
7130 op-snap---monthly-publication-february-2025.pdf   1947 2025-02 Pedal Bike Mazda CX-5 White Driving without Due Care and Attention None Allesley Old Road, Coventry Allesley Old Road, Coventry Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4153857 -1.5506736
9728 op-snap---monthly-publication-january-2025.pdf   836 2025-01 Pedal Bike Mazda 5 Grey Stop a vehicle within pelican pedestrian crossing limits None Yardley Wood Road Yardley Wood Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4103191 -1.8670224
10014 op-snap---monthly-publication-january-2025.pdf   1122 2025-01 Pedal Bike Mazda 2 Red Using a Mobile Phone Whilst Driving None Springfield Road Springfield Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4327486 -1.8844997
10226 op-snap---monthly-publication-january-2025.pdf   1334 2025-01 Pedal Bike Mazda CX5 Grey Driving without Reasonable Consideration None LINDEN ROAD Linden Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4263156 -1.9351622

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