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", month = "2025-12" and vehicle_make = "Ford" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, council_area_raw

council_area 7

  • Birmingham 5
  • Coventry 2
  • Dudley 2
  • Hbiirrlmeyingham 1
  • Sutton Coldfield 1
  • Walsall 1
  • Wolverhampton 1

offence 5

  • Using a Mobile Phone Whilst Driving 8
  • Driving without Due Care and Attention 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Motor vehicle fail to accord precedence at a pelican crossing 1
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1

reporter_transport_mode 4

  • Car 6
  • Pedal Bike 4
  • Pedestrian 2
  • Van 1

vehicle_make 1

  • Ford · 13 ✖

month 1

  • 2025-12 · 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
3893 op-snap---monthly-publication-december-2025.pdf   21 2025-12 Car Ford puma Grey Using a Mobile Phone Whilst Driving None Sarehole Road Sarehole Road Birmingham Birmingham Fixed Penalty N/A   52.4422505 -1.8539684
3980 op-snap---monthly-publication-december-2025.pdf   108 2025-12 Car Ford C Maxx Black Using a Mobile Phone Whilst Driving None Ansty Road Ansty Road Coventry Coventry Fixed Penalty N/A   52.4205675 -1.4520187
4022 op-snap---monthly-publication-december-2025.pdf   150 2025-12 Van Ford TRANSIT White Driving without Due Care and Attention None Stourbridge road Stourbridge road Dudley Dudley Fixed Penalty N/A   52.5002997 -2.1081386
4326 op-snap---monthly-publication-december-2025.pdf   454 2025-12 Car Ford Fiesta Silver Using a Mobile Phone Whilst Driving None M6 Motorway M6 Motorway Birmingham Birmingham Fixed Penalty N/A   52.5327447 -1.899844
4374 op-snap---monthly-publication-december-2025.pdf   502 2025-12 Pedal Bike Ford Focus Grey Using a Mobile Phone Whilst Driving None Moseley Road Moseley Road Birmingham Birmingham Fixed Penalty N/A   52.4679402 -1.881408
4391 op-snap---monthly-publication-december-2025.pdf   519 2025-12 Pedal Bike Ford Fiesta Silver Driving without Due Care and Attention None South Road South Road Dudley Dudley Fixed Penalty N/A   52.4530371 -2.1660216
4425 op-snap---monthly-publication-december-2025.pdf   553 2025-12 Car Ford Ranger Black Using a Mobile Phone Whilst Driving None Stratford Road near Union Road, S Stratford Road near Union Road, S hBiirrlmeyingham Hbiirrlmeyingham Fixed Penalty N/A   52.4532265 -1.8659356
4507 op-snap---monthly-publication-december-2025.pdf   635 2025-12 Car Ford Kuga Blue Motor vehicle fail to accord precedence at a pelican crossing None Churchill Road Churchill Road Birmingham Birmingham Fixed Penalty N/A   52.5529597 -1.8615015
4511 op-snap---monthly-publication-december-2025.pdf   639 2025-12 Pedestrian Ford puma Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None boldmere road Boldmere Road Sutton Coldfield Sutton Coldfield Fixed Penalty N/A   52.548309 -1.8411769
4554 op-snap---monthly-publication-december-2025.pdf   682 2025-12 Pedal Bike Ford Transit Silver Using a Mobile Phone Whilst Driving None Granville Street Granville Street Birmingham Birmingham Fixed Penalty N/A   52.4762076 -1.9124263
4740 op-snap---monthly-publication-december-2025.pdf   868 2025-12 Pedestrian Ford C-Max Blue Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Hobbs Road Hobbs Road Wolverhampton Wolverhampton Fixed Penalty N/A      
5057 op-snap---monthly-publication-december-2025.pdf   1185 2025-12 Pedal Bike Ford Fusion Blue Using a Mobile Phone Whilst Driving None Bell Green Road Bell Green Road Coventry Coventry Fixed Penalty N/A   52.4324855 -1.4815548
5168 op-snap---monthly-publication-december-2025.pdf   1296 2025-12 Car Ford Transit White Using a Mobile Phone Whilst Driving None Leamore Leamore Walsall Walsall Fixed Penalty N/A   52.6017244 -2.0081529

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