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

11 rows where month = "2026-01", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Mercedes-Benz" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude

disposal 3

  • Fixed Penalty 9
  • Duplicate Submission 1
  • NFA 1

reporter_transport_mode 2

  • Pedal Bike 10
  • Car 1

council_area 2

  • Birmingham 7
  • Coventry 4

vehicle_make 1

  • Mercedes-Benz · 11 ✖

offence 1

  • Using a Mobile Phone Whilst Driving · 11 ✖

month 1

  • 2026-01 · 11 ✖
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
10543 op-snap---monthly-publication-january-2026.pdf   4 2026-01 Pedal Bike Mercedes-Benz Vito White Using a Mobile Phone Whilst Driving None Stoney Stanton Road Stoney Stanton Road Coventry Coventry Fixed Penalty N/A   52.4221152 -1.4959475
10547 op-snap---monthly-publication-january-2026.pdf   8 2026-01 Pedal Bike Mercedes-Benz Vito White Using a Mobile Phone Whilst Driving No Insurance Stoney Stanton Road Stoney Stanton Road Coventry Coventry Duplicate Submission Duplicate Submission   52.4221152 -1.4959475
10548 op-snap---monthly-publication-january-2026.pdf   9 2026-01 Car Mercedes-Benz A200 Black Using a Mobile Phone Whilst Driving None Binley Road Binley Road Coventry Coventry NFA No Independent Evidence Available   52.4070602 -1.4732469
10562 op-snap---monthly-publication-january-2026.pdf   23 2026-01 Pedal Bike Mercedes-Benz CITAN White Using a Mobile Phone Whilst Driving None Hipswell Highway Hipswell Highway Coventry Coventry Fixed Penalty N/A   52.4119456 -1.4589896
10993 op-snap---monthly-publication-january-2026.pdf   454 2026-01 Pedal Bike Mercedes-Benz GLA 200 Black Using a Mobile Phone Whilst Driving None Sarehole Road Sarehole Road Birmingham Birmingham Fixed Penalty N/A   52.4422505 -1.8539684
11115 op-snap---monthly-publication-january-2026.pdf   576 2026-01 Pedal Bike Mercedes-Benz B180 Blue Using a Mobile Phone Whilst Driving None Metchley Lane, Harborne Metchley Lane, Harborne Birmingham Birmingham Fixed Penalty N/A   52.4552055 -1.9461279
11434 op-snap---monthly-publication-january-2026.pdf   895 2026-01 Pedal Bike Mercedes-Benz A200 White Using a Mobile Phone Whilst Driving None Augustus Road Augustus Road Birmingham Birmingham Fixed Penalty N/A   52.4695793 -1.9378608
11435 op-snap---monthly-publication-january-2026.pdf   896 2026-01 Pedal Bike Mercedes-Benz QB 350 Black Using a Mobile Phone Whilst Driving None Bristol Road Bristol Road Birmingham Birmingham Fixed Penalty N/A   52.4543565 -1.9114004
11865 op-snap---monthly-publication-january-2026.pdf   1326 2026-01 Pedal Bike Mercedes-Benz E220 Black Using a Mobile Phone Whilst Driving No Insurance A435 Alcester Road Alcester Road Birmingham Birmingham Fixed Penalty N/A   52.4470686 -1.8880749
11867 op-snap---monthly-publication-january-2026.pdf   1328 2026-01 Pedal Bike Mercedes-Benz 180 White Using a Mobile Phone Whilst Driving None Alcester Road Alcester Road Birmingham Birmingham Fixed Penalty N/A   52.4470686 -1.8880749
11882 op-snap---monthly-publication-january-2026.pdf   1343 2026-01 Pedal Bike Mercedes-Benz GLB Red Using a Mobile Phone Whilst Driving None Augustus Road Augustus Road Birmingham Birmingham Fixed Penalty N/A   52.4695793 -1.9378608

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