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 = "Warning Letter", month = "2025-06" and vehicle_make = "Nissan" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

offence 7

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 4
  • Contravening a Red Traffic Light 2
  • Cause vehicle to be left in a dangerous position 1
  • Driving a vehicle wholly or partly on a footpath 1
  • Driving without Reasonable Consideration 1
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1
  • Using a Mobile Phone Whilst Driving 1

council_area 4

  • Birmingham 7
  • Solihull 2
  • Coventry 1
  • Wolverhampton 1

reporter_transport_mode 3

  • Car 7
  • Pedestrian 3
  • Pedal Bike 1

vehicle_make 1

  • Nissan · 11 ✖

month 1

  • 2025-06 · 11 ✖

disposal 1

  • Warning Letter · 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
14431 op-snap---monthly-publication-june-2025.pdf   360 2025-06 Pedestrian Nissan Xtrail Black Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Sherborne Street Sherborne Street Birmingham Birmingham Warning Letter N/A   52.4762433 -1.9176665
14663 op-snap---monthly-publication-june-2025.pdf   592 2025-06 Pedestrian Nissan Qashqai Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Highwood Avenue Highwood Avenue Solihull Solihull Warning Letter N/A   52.434852 -1.7860069
14664 op-snap---monthly-publication-june-2025.pdf   593 2025-06 Pedestrian Nissan Qashqai White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Highwood Avenue Highwood Avenue Solihull Solihull Warning Letter N/A   52.434852 -1.7860069
14697 op-snap---monthly-publication-june-2025.pdf   626 2025-06 Car Nissan Qashqai Silver Contravening a Red Traffic Light None Bromford Lane Bromford Lane Birmingham Birmingham Warning Letter N/A   52.5083238 -1.8332287
14754 op-snap---monthly-publication-june-2025.pdf   683 2025-06 Car Nissan Micra Grey Using a Mobile Phone Whilst Driving None Fletchhamstead Highway Fletchhamstead Highway Coventry Coventry Warning Letter N/A      
15045 op-snap---monthly-publication-june-2025.pdf   974 2025-06 Car Nissan Note Blue Contravening a Red Traffic Light None Newtown Middleway Newtown Middleway Birmingham Birmingham Warning Letter N/A   52.4922617 -1.8912734
15370 op-snap---monthly-publication-june-2025.pdf   1299 2025-06 Pedal Bike Nissan Almera Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Gristhorpe Road, Selly Oak Gristhorpe Road, Selly Oak Birmingham Birmingham Warning Letter N/A   52.434716 -1.9254196
15595 op-snap---monthly-publication-june-2025.pdf   1524 2025-06 Car Nissan Micra Blue Driving a vehicle wholly or partly on a footpath None Howard Road Howard Road Birmingham Birmingham Warning Letter N/A   52.5154198 -1.9135452
15633 op-snap---monthly-publication-june-2025.pdf   1562 2025-06 Car Nissan Qashqai Black Driving without Reasonable Consideration None Henwood Road Henwood Road Wolverhampton Wolverhampton Warning Letter N/A   52.5930037 -2.1685306
16143 op-snap---monthly-publication-june-2025.pdf   2072 2025-06 Car Nissan micra Black Cause vehicle to be left in a dangerous position None washwood heath road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
16174 op-snap---monthly-publication-june-2025.pdf   2103 2025-06 Car Nissan micra Beige Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Stratford Road Stratford Road Birmingham Birmingham Warning Letter N/A   52.4203897 -1.8338574

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