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

12 rows where month = "2026-01", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Ford" 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

council_area 3

  • Birmingham 7
  • Out of Force Area 3
  • Coventry 2

reporter_transport_mode 2

  • Car 6
  • Pedal Bike 6

disposal 2

  • Fixed Penalty 6
  • NFA 6

vehicle_make 1

  • Ford · 12 ✖

offence 1

  • Using a Mobile Phone Whilst Driving · 12 ✖

month 1

  • 2026-01 · 12 ✖
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
10564 op-snap---monthly-publication-january-2026.pdf   25 2026-01 Pedal Bike Ford Transit Silver Using a Mobile Phone Whilst Driving None Stoney Stanton Road Stoney Stanton Road Coventry Coventry Fixed Penalty N/A   52.4221152 -1.4959475
10739 op-snap---monthly-publication-january-2026.pdf   200 2026-01 Car Ford Fiesta Red Using a Mobile Phone Whilst Driving None Boardsley Middleway Boardsley Middleway Birmingham Birmingham NFA No VRM      
10740 op-snap---monthly-publication-january-2026.pdf   201 2026-01 Car Ford Ka White Using a Mobile Phone Whilst Driving None B4215 Ross on Wye Ross on Wye Out of Force Area Out of Force Area NFA Out of Force      
10800 op-snap---monthly-publication-january-2026.pdf   261 2026-01 Pedal Bike Ford Ecosport Grey Using a Mobile Phone Whilst Driving None Metchley Lane Metchley Lane Birmingham Birmingham Fixed Penalty N/A   52.4552055 -1.9461279
10848 op-snap---monthly-publication-january-2026.pdf   309 2026-01 Car Ford Fiesta Red Using a Mobile Phone Whilst Driving None Warwick Warwick Out of Force Area Out of Force Area NFA Out of Force   52.3813073 -1.5639569
11073 op-snap---monthly-publication-january-2026.pdf   534 2026-01 Pedal Bike Ford Kuga White Using a Mobile Phone Whilst Driving None Priory Road, Edgbaston Priory Road, Edgbaston Birmingham Birmingham Fixed Penalty N/A   52.4556998 -1.9102592
11076 op-snap---monthly-publication-january-2026.pdf   537 2026-01 Pedal Bike Ford Transit White Using a Mobile Phone Whilst Driving None Moseley Road Moseley Road Birmingham Birmingham Fixed Penalty N/A   52.4679402 -1.881408
11209 op-snap---monthly-publication-january-2026.pdf   670 2026-01 Pedal Bike Ford Focus Silver Using a Mobile Phone Whilst Driving None Foleshill Road Foleshill Road Coventry Coventry Fixed Penalty N/A   52.4274335 -1.5002381
11276 op-snap---monthly-publication-january-2026.pdf   737 2026-01 Car Ford Fiesta Black Using a Mobile Phone Whilst Driving None Regent Place Regent Place Birmingham Birmingham NFA Not in Public Interest   52.4860376 -1.9095854
11316 op-snap---monthly-publication-january-2026.pdf   777 2026-01 Car Ford Transit 350 White Using a Mobile Phone Whilst Driving None Graham St Graham Street Birmingham Birmingham NFA No Independent Evidence Available   52.4843802 -1.9108415
11543 op-snap---monthly-publication-january-2026.pdf   1004 2026-01 Car Ford Transit White Using a Mobile Phone Whilst Driving No Insurance M25 Dartford M25 Dartford Out of Force Area Out of Force Area NFA Out of Force   52.6162979 -2.0165105
11866 op-snap---monthly-publication-january-2026.pdf   1327 2026-01 Pedal Bike Ford Focus White Using a Mobile Phone Whilst Driving None Moseley Road Moseley Road Birmingham Birmingham Fixed Penalty N/A   52.4679402 -1.881408

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