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

14 rows where disposal = "Fixed Penalty", month = "2025-10" and vehicle_make = "Toyota" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, offence_location_raw, offence_location, council_area_raw, latitude, longitude

offence 6

  • Using a Mobile Phone Whilst Driving 5
  • Driving without Due Care and Attention 3
  • Contravening a Red Traffic Light 2
  • Motor vehicle fail to accord precedence at a pelican crossing 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 1

reporter_transport_mode 4

  • Car 7
  • Pedal Bike 3
  • Other 2
  • Pedestrian 2

council_area 3

  • Birmingham 10
  • Dudley 2
  • Sandwell 2

vehicle_make 1

  • Toyota · 14 ✖

month 1

  • 2025-10 · 14 ✖

disposal 1

  • Fixed Penalty · 14 ✖
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
22050 op-snap---monthly-publication-october-2025.pdf   0 2025-10 Pedestrian Toyota Corolla Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Wooton Road Wooton Road Birmingham Birmingham Fixed Penalty N/A      
22088 op-snap---monthly-publication-october-2025.pdf   38 2025-10 Other Toyota Yaris Black Driving without Due Care and Attention None Norwood Road Norwood Road Dudley Dudley Fixed Penalty N/A   52.4831397 -2.1309273
22136 op-snap---monthly-publication-october-2025.pdf   86 2025-10 Other Toyota Prius Blue Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Norwood Road Norwood Road Dudley Dudley Fixed Penalty N/A   52.4831397 -2.1309273
22356 op-snap---monthly-publication-october-2025.pdf   306 2025-10 Car Toyota Corolla White Driving without Due Care and Attention None Raglan Road at Pershore Road Raglan Road at Pershore Road Birmingham Birmingham Fixed Penalty N/A   52.458316 -1.9026302
22402 op-snap---monthly-publication-october-2025.pdf   352 2025-10 Pedal Bike Toyota Aygo Green Using a Mobile Phone Whilst Driving None New Fosse Way New Fosse Way Birmingham Birmingham Fixed Penalty N/A   52.4473373 -1.9392405
22597 op-snap---monthly-publication-october-2025.pdf   547 2025-10 Car Toyota Prius White Contravening a Red Traffic Light None Cartland Road Cartland Road Birmingham Birmingham Fixed Penalty N/A   52.4298554 -1.9086629
22639 op-snap---monthly-publication-october-2025.pdf   589 2025-10 Pedal Bike Toyota Avensis Black Using a Mobile Phone Whilst Driving None Harborne Road Harborne Road Birmingham Birmingham Fixed Penalty N/A   52.4718503 -1.9195423
22704 op-snap---monthly-publication-october-2025.pdf   654 2025-10 Pedestrian Toyota Prius Grey Using a Mobile Phone Whilst Driving None Hagley Road Hagley Road Birmingham Birmingham Fixed Penalty N/A   52.471632 -1.9456776
22738 op-snap---monthly-publication-october-2025.pdf   688 2025-10 Car Toyota Aygo Silver Contravening a Red Traffic Light None New John Street / Summer Lane New John Street / Summer Lane Birmingham Birmingham Fixed Penalty N/A   52.4920451 -1.8920402
22893 op-snap---monthly-publication-october-2025.pdf   843 2025-10 Pedal Bike Toyota Yaris Black Using a Mobile Phone Whilst Driving None High Street, Harborne High Street, Harborne Birmingham Birmingham Fixed Penalty N/A   52.4612733 -1.9430543
22907 op-snap---monthly-publication-october-2025.pdf   857 2025-10 Car Toyota Prius Silver Driving without Due Care and Attention None Tollhouse Way Tollhouse Way Sandwell Sandwell Fixed Penalty N/A   52.5003461 -1.9782389
22908 op-snap---monthly-publication-october-2025.pdf   858 2025-10 Car Toyota Yaris White Using a Mobile Phone Whilst Driving None Wolverhampton Road Wolverhampton Road Sandwell Sandwell Fixed Penalty N/A   52.4702299 -1.9948976
22924 op-snap---monthly-publication-october-2025.pdf   874 2025-10 Car Toyota Avensis Black Motor vehicle fail to accord precedence at a pelican crossing None Kitts Green Road Kitts Green Road Birmingham Birmingham Fixed Penalty N/A   52.4815372 -1.7766518
23077 op-snap---monthly-publication-october-2025.pdf   1027 2025-10 Car Toyota Yaris Silver Motor vehicle fail to accord precedence at a pelican crossing None Boldmere Road Boldmere Road Birmingham Birmingham Fixed Penalty N/A   52.548309 -1.8411769

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