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

13 rows where council_area = "Birmingham", month = "2025-12" and vehicle_make = "Land Rover" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location, nfa_rationale, latitude, longitude

offence 7

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 4
  • Driving without Due Care and Attention 3
  • Cause vehicle to be left in a dangerous position 2
  • Drive a vehicle other than on the carriageway of a motorway 1
  • Misc - Non Traffic Offences 1
  • Using a Mobile Phone Whilst Driving 1
  • Vehicle overtake within crossing limits 1

disposal 5

  • NFA 5
  • Warning Letter 5
  • Education 1
  • Fixed Penalty 1
  • Other Action Taken 1

reporter_transport_mode 4

  • Pedestrian 6
  • Car 5
  • Other 1
  • Pedal Bike 1

vehicle_make 1

  • Land Rover · 13 ✖

month 1

  • 2025-12 · 13 ✖

council_area 1

  • Birmingham · 13 ✖
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
3971 op-snap---monthly-publication-december-2025.pdf   99 2025-12 Pedestrian Land Rover discovery White Misc - Non Traffic Offences None chilcote close Chilcote Close Birmingham Birmingham NFA Misc Inc Crimes   52.4167178 -1.8457291
4011 op-snap---monthly-publication-december-2025.pdf   139 2025-12 Pedal Bike Land Rover Velar Black Driving without Due Care and Attention None High Street, Deritend High Street, Deritend Birmingham Birmingham Warning Letter N/A   52.4746492 -1.8839977
4126 op-snap---monthly-publication-december-2025.pdf   254 2025-12 Pedestrian Land Rover Discovery White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Chilcote Close Chilcote Close Birmingham Birmingham NFA No Offence   52.4167178 -1.8457291
4187 op-snap---monthly-publication-december-2025.pdf   315 2025-12 Other Land Rover SE Black Using a Mobile Phone Whilst Driving Use vehicle on a road withou tB viramlidin tgehsat mcertificate t B viramlidin tgehsat mcertificate Birmingham Birmingham NFA No Independent Evidence Available      
4207 op-snap---monthly-publication-december-2025.pdf   335 2025-12 Pedestrian Land Rover Range Rover Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Grove Road Grove Road Birmingham Birmingham Warning Letter N/A   52.4453942 -1.8644982
4212 op-snap---monthly-publication-december-2025.pdf   340 2025-12 Pedestrian Land Rover Range Rover Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Moseley Old ROad Moseley Old ROad Birmingham Birmingham NFA Duplicate Submission      
4220 op-snap---monthly-publication-december-2025.pdf   348 2025-12 Pedestrian Land Rover Sport Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Glenville drive Glenville drive Birmingham Birmingham Warning Letter N/A   52.5265939 -1.8509884
4299 op-snap---monthly-publication-december-2025.pdf   427 2025-12 Pedestrian Land Rover range rover Black Cause vehicle to be left in a dangerous position None barclay road Barclay Road Birmingham Birmingham NFA Misc Inc Crimes      
4383 op-snap---monthly-publication-december-2025.pdf   511 2025-12 Car Land Rover Range Rover Black Driving without Due Care and Attention None Pershore Road Pershore Road Birmingham Birmingham Warning Letter N/A   52.4308271 -1.920078
4464 op-snap---monthly-publication-december-2025.pdf   592 2025-12 Car Land Rover Range Grey Driving without Due Care and Attention No Insurance Garrision Lane Garrision Lane Birmingham Birmingham Other Action Taken Misc Inc Crimes      
4466 op-snap---monthly-publication-december-2025.pdf   594 2025-12 Car Land Rover Defender Brown Vehicle overtake within crossing limits None Solihull lane Solihull lane Birmingham Birmingham Education N/A   52.4230862 -1.8347873
4646 op-snap---monthly-publication-december-2025.pdf   774 2025-12 Car Land Rover Range Black Drive a vehicle other than on the carriageway of a motorway None M6 j6 M6 j6 Birmingham Birmingham Fixed Penalty N/A   52.676119 -2.0858425
4952 op-snap---monthly-publication-december-2025.pdf   1080 2025-12 Car Land Rover range rover Black Cause vehicle to be left in a dangerous position None Dawson Road Dawson Road Birmingham Birmingham Warning Letter N/A   52.5048623 -1.9349662

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