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", reporter_transport_mode = "Pedestrian" and vehicle_make = "Lexus" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_colour, second_offence, council_area_raw

offence 7

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 3
  • Cause vehicle to be left in a dangerous position 2
  • Using a Mobile Phone Whilst Driving 2
  • Driving a vehicle wholly or partly on a footpath 1
  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 1
  • Stop a vehicle on pedestrian crossing 1
  • Stop a vehicle within pelican pedestrian crossing limits 1

month 6

  • 2025-03 4
  • 2025-01 2
  • 2025-02 2
  • 2025-05 1
  • 2025-10 1
  • 2025-11 1

council_area 4

  • Birmingham 7
  • Dudley 2
  • Coventry 1
  • Sandwell 1

vehicle_make 1

  • Lexus · 11 ✖

reporter_transport_mode 1

  • Pedestrian · 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
22012 op-snap---monthly-publication-november-2025.pdf   1554 2025-11 Pedestrian Lexus NH Black Using a Mobile Phone Whilst Driving None Bristol Road Bristol Road Birmingham Birmingham Fixed Penalty N/A   52.4543565 -1.9114004
22300 op-snap---monthly-publication-october-2025.pdf   250 2025-10 Pedestrian Lexus CT 200 H Grey Using a Mobile Phone Whilst Driving None A4400 Great Charles Street Queensway Great Charles Street Queensway Birmingham Birmingham Fixed Penalty N/A   52.4821283 -1.9037074
18802 op-snap---monthly-publication-may-2025.pdf   164 2025-05 Pedestrian Lexus 300 H White Stop a vehicle within pelican pedestrian crossing limits None Stoney Stanton Road Stoney Stanton Road Coventry Coventry Fixed Penalty N/A   52.4221152 -1.4959475
16902 op-snap---monthly-publication-march-2025.pdf   659 2025-03 Pedestrian Lexus RX250H Grey Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Frederick Street Frederick Street Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4863384 -1.9123011
17105 op-snap---monthly-publication-march-2025.pdf   862 2025-03 Pedestrian Lexus Takumi Red Cause vehicle to be left in a dangerous position None Gayfield Avenue Gayfield Avenue Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.4693896 -2.1251602
17727 op-snap---monthly-publication-march-2025.pdf   1484 2025-03 Pedestrian Lexus NX Red Cause vehicle to be left in a dangerous position None Gayfield Avenue, Brierley Hil Gayfield Avenue, Brierley Hil Dudley Dudley Fixed Penalty N/A Yes - Via Email    
18552 op-snap---monthly-publication-march-2025.pdf   2309 2025-03 Pedestrian Lexus NX 350H Black Driving a vehicle wholly or partly on a footpath None Rea Street Rea Street Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4734695 -1.8890674
6259 op-snap---monthly-publication-february-2025.pdf   1076 2025-02 Pedestrian Lexus GS 300 Blue Stop a vehicle on pedestrian crossing No Insurance Dudley Road Birmingham A457 Dudley Road Birmingham A457 Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4864458 -1.9414973
7163 op-snap---monthly-publication-february-2025.pdf   1980 2025-02 Pedestrian Lexus NX 300 White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Pitmaston Road Pitmaston Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4254701 -1.8322218
9807 op-snap---monthly-publication-january-2025.pdf   915 2025-01 Pedestrian Lexus CT 200H White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Roseberry Road, Cape Hill Roseberry Road, Cape Hill Sandwell Sandwell Fixed Penalty N/A Yes - Via Email    
9961 op-snap---monthly-publication-january-2025.pdf   1069 2025-01 Pedestrian Lexus CT Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Wychwood Crescent Wychwood Crescent Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4597489 -1.7936546

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