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 disposal = "Fixed Penalty", month = "2026-02" and vehicle_make = "Seat" 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

offence 6

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

council_area 6

  • Birmingham 4
  • Coventry 2
  • Solihull 2
  • Dudley 1
  • Sandwell 1
  • Wolverhampton 1

reporter_transport_mode 4

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

vehicle_make 1

  • Seat · 11 ✖

month 1

  • 2026-02 · 11 ✖

disposal 1

  • Fixed Penalty · 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
7533 op-snap---monthly-publication-february-2026.pdf   280 2026-02 Car Seat Ateca Grey Contravening a Red Traffic Light None Lode Lane Lode Lane Solihull Solihull Fixed Penalty N/A   52.4149064 -1.7832364
7856 op-snap---monthly-publication-february-2026.pdf   603 2026-02 Pedal Bike Seat Leon Grey Driving without Due Care and Attention None Stoney Stanton Road Stoney Stanton Road Coventry Coventry Fixed Penalty N/A   52.4221152 -1.4959475
7985 op-snap---monthly-publication-february-2026.pdf   732 2026-02 Car Seat Cupra Grey Contravening a Red Traffic Light None Stoney Lane Stoney Lane Birmingham Birmingham Fixed Penalty N/A   52.4745488 -1.8065911
8033 op-snap---monthly-publication-february-2026.pdf   780 2026-02 Car Seat Leon Grey Driving without Due Care and Attention None Rounds Green Road Rounds Green Road Sandwell Sandwell Fixed Penalty N/A   52.5020873 -2.0262185
8106 op-snap---monthly-publication-february-2026.pdf   853 2026-02 Car Seat Leon White Using a Mobile Phone Whilst Driving No vehicle excise licence Wobaston Road Wobaston Road Wolverhampton Wolverhampton Fixed Penalty N/A   52.628768 -2.1306154
8193 op-snap---monthly-publication-february-2026.pdf   940 2026-02 Pedestrian Seat Ibiza Grey Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Regent Place Regent Place Birmingham Birmingham Fixed Penalty N/A   52.4860376 -1.9095854
8242 op-snap---monthly-publication-february-2026.pdf   989 2026-02 Pedestrian Seat Leon Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Bedford Road Bedford Road Birmingham Birmingham Fixed Penalty N/A   52.4718425 -1.8774188
8418 op-snap---monthly-publication-february-2026.pdf   1165 2026-02 Car Seat Ibiza Red Driving without Due Care and Attention None Lady Byron Lane Lady Byron Lane Solihull Solihull Fixed Penalty N/A   52.4026126 -1.7503668
8540 op-snap---monthly-publication-february-2026.pdf   1287 2026-02 Car Seat Ibiza Grey Driving without Due Care and Attention None Longfellow Road Longfellow Road Coventry Coventry Fixed Penalty N/A   52.4102345 -1.4609881
8576 op-snap---monthly-publication-february-2026.pdf   1323 2026-02 Other Seat Leon White Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen t None Stone Street/ Tower Street Stone Street/ Tower Street Dudley Dudley Fixed Penalty N/A   52.5104511 -2.0836025
8688 op-snap---monthly-publication-february-2026.pdf   1435 2026-02 Car Seat Ibiza Red Driving without Due Care and Attention None Upton Road Upton Road Birmingham Birmingham Fixed Penalty N/A   52.4773477 -1.8187617

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