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 = "Fixed Penalty", offence = "Using a Mobile Phone Whilst Driving" and reporter_transport_mode = "Motorbike" 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 11

  • 2025-06 2
  • 2025-08 2
  • 2025-01 1
  • 2025-03 1
  • 2025-04 1
  • 2025-05 1
  • 2025-09 1
  • 2025-10 1
  • 2025-11 1
  • 2026-01 1
  • 2026-02 1

vehicle_make 9

  • Ford 3
  • Audi 2
  • Mini 2
  • BMW 1
  • Fiat 1
  • Mercedes-Benz 1
  • Renault 1
  • Tesla 1
  • Toyota 1

council_area 4

  • Birmingham 9
  • Dudley 2
  • Sandwell 1
  • Wolverhampton 1

reporter_transport_mode 1

  • Motorbike · 13 ✖

offence 1

  • Using a Mobile Phone Whilst Driving · 13 ✖

disposal 1

  • Fixed Penalty · 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
7918 op-snap---monthly-publication-february-2026.pdf   665 2026-02 Motorbike Mercedes-Benz Vito White Using a Mobile Phone Whilst Driving None Belgrave Middleway towards Five Ways Belgrave Middleway towards Five Ways Birmingham Birmingham Fixed Penalty N/A      
11879 op-snap---monthly-publication-january-2026.pdf   1340 2026-01 Motorbike Renault Zoe White Using a Mobile Phone Whilst Driving None Frank Street Frank Street Birmingham Birmingham Fixed Penalty N/A   52.4643146 -1.8879566
20682 op-snap---monthly-publication-november-2025.pdf   224 2025-11 Motorbike Fiat 500l White Using a Mobile Phone Whilst Driving None Mount Pleasant Mount Pleasant Dudley Dudley Fixed Penalty N/A   52.4734063 -2.1135639
22446 op-snap---monthly-publication-october-2025.pdf   396 2025-10 Motorbike Ford Transit Grey Using a Mobile Phone Whilst Driving None Black Country Route Black Country Route Wolverhampton Wolverhampton Fixed Penalty N/A   52.5642677 -2.0755469
24051 op-snap---monthly-publication-september-2025.pdf   270 2025-09 Motorbike Ford Transit White Using a Mobile Phone Whilst Driving None Mucklow Hill Mucklow Hill Birmingham Birmingham Fixed Penalty N/A      
2560 op-snap---monthly-publication-august-2025.pdf   535 2025-08 Motorbike Tesla Model 3 Blue Using a Mobile Phone Whilst Driving None A38M A38M Birmingham Birmingham Fixed Penalty N/A      
3167 op-snap---monthly-publication-august-2025.pdf   1142 2025-08 Motorbike Ford Kuga Blue Using a Mobile Phone Whilst Driving None A47 to Spitfire Island A47 to Spitfire Island Birmingham Birmingham Fixed Penalty N/A      
14256 op-snap---monthly-publication-june-2025.pdf   185 2025-06 Motorbike Mini Cooper Green Using a Mobile Phone Whilst Driving None Lincoln St Lincoln Street Birmingham Birmingham Fixed Penalty N/A   52.459298 -1.8933648
14911 op-snap---monthly-publication-june-2025.pdf   840 2025-06 Motorbike Audi Q3 Black Using a Mobile Phone Whilst Driving None Hagley Road West Hagley Road West Birmingham Birmingham Fixed Penalty N/A   52.4656414 -1.9852276
19057 op-snap---monthly-publication-may-2025.pdf   419 2025-05 Motorbike Toyota Yaris Blue Using a Mobile Phone Whilst Driving None Springfield Road Springfield Road Birmingham Birmingham Fixed Penalty N/A   52.4327486 -1.8844997
789 op-snap---monthly-publication-april-2025.pdf   788 2025-04 Motorbike BMW 840D Black Using a Mobile Phone Whilst Driving None Mount Pleasant Mount Pleasant Dudley Dudley Fixed Penalty N/A   52.4734063 -2.1135639
17369 op-snap---monthly-publication-march-2025.pdf   1126 2025-03 Motorbike Audi A6 Black Using a Mobile Phone Whilst Driving None Halesowen Road Halesowen Road Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 52.4727241 -2.0645309
9217 op-snap---monthly-publication-january-2025.pdf   325 2025-01 Motorbike Mini Cooper Orange Using a Mobile Phone Whilst Driving None A45 Coventry Road Coventry Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4726661 -1.8769032

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