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 disposal = "Fixed Penalty", month = "2025-11" and vehicle_make = "Toyota" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw

council_area 6

  • Birmingham 4
  • Coventry 3
  • Wolverhampton 2
  • Dudley 1
  • Sandwell 1
  • Walsall 1

offence 4

  • Using a Mobile Phone Whilst Driving 6
  • Driving without Due Care and Attention 3
  • Contravening a Red Traffic Light 2
  • Stop a vehicle within pelican pedestrian crossing limits 1

reporter_transport_mode 3

  • Car 6
  • Pedal Bike 4
  • Pedestrian 2

vehicle_make 1

  • Toyota · 12 ✖

month 1

  • 2025-11 · 12 ✖

disposal 1

  • Fixed Penalty · 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
20620 op-snap---monthly-publication-november-2025.pdf   162 2025-11 Car Toyota Yaris Grey Contravening a Red Traffic Light None Bordesley Circus Bordesley Circus Birmingham Birmingham Fixed Penalty N/A   52.4728608 -1.8754722
20693 op-snap---monthly-publication-november-2025.pdf   235 2025-11 Car Toyota   Silver Driving without Due Care and Attention None Long Lane Long Lane Sandwell Sandwell Fixed Penalty N/A   52.4748171 -2.0377939
20730 op-snap---monthly-publication-november-2025.pdf   272 2025-11 Pedal Bike Toyota Prius Silver Using a Mobile Phone Whilst Driving None Foleshill Road Foleshill Road Coventry Coventry Fixed Penalty N/A   52.4274335 -1.5002381
20743 op-snap---monthly-publication-november-2025.pdf   285 2025-11 Pedal Bike Toyota Auris Blue Driving without Due Care and Attention None Lucknow Road Lucknow Road Wolverhampton Wolverhampton Fixed Penalty N/A      
21080 op-snap---monthly-publication-november-2025.pdf   622 2025-11 Car Toyota Aygo White Using a Mobile Phone Whilst Driving None Birmingham Road Dudley Birmingham Road Dudley Dudley Dudley Fixed Penalty N/A   52.5130612 -2.0648903
21254 op-snap---monthly-publication-november-2025.pdf   796 2025-11 Car Toyota Auris Grey Contravening a Red Traffic Light None Millfields Road Millfields Road Wolverhampton Wolverhampton Fixed Penalty N/A   52.56459 -2.0933891
21547 op-snap---monthly-publication-november-2025.pdf   1089 2025-11 Car Toyota Yaris Silver Using a Mobile Phone Whilst Driving None Broadway Broadway Walsall Walsall Fixed Penalty N/A   52.5719937 -1.9639882
21552 op-snap---monthly-publication-november-2025.pdf   1094 2025-11 Pedestrian Toyota Aygo White Using a Mobile Phone Whilst Driving None Hagley Road, Birmingham Hagley Road, Birmingham Birmingham Birmingham Fixed Penalty N/A   52.4720702 -1.9367526
21662 op-snap---monthly-publication-november-2025.pdf   1204 2025-11 Pedal Bike Toyota Yaris Red Using a Mobile Phone Whilst Driving None Humber Road Humber Road Coventry Coventry Fixed Penalty N/A   52.4050667 -1.4866877
21714 op-snap---monthly-publication-november-2025.pdf   1256 2025-11 Pedestrian Toyota Auris Grey Stop a vehicle within pelican pedestrian crossing limits No vehicle excise licence Washwood Heath Road Washwood Heath Road Birmingham Birmingham Fixed Penalty N/A   52.4929304 -1.8229092
21738 op-snap---monthly-publication-november-2025.pdf   1280 2025-11 Car Toyota Prius White Driving without Due Care and Attention None The Green, Kings Norton The Green, Kings Norton Birmingham Birmingham Fixed Penalty N/A   52.4065866 -1.9308921
21924 op-snap---monthly-publication-november-2025.pdf   1466 2025-11 Pedal Bike Toyota Yaris Black Using a Mobile Phone Whilst Driving None Far Gosford Street Far Gosford Street Coventry Coventry Fixed Penalty N/A   52.4071231 -1.4985178

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