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

9 rows where council_area = "Birmingham", month = "2025-05" and vehicle_make = "Tesla" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

offence 7

  • Driving without Due Care and Attention 2
  • Driving without Reasonable Consideration 2
  • Cause vehicle to be left in a dangerous position 1
  • Contravening a Red Traffic Light 1
  • Stop a vehicle within pelican pedestrian crossing limits 1
  • Use vehicle on a road without valid test certificate 1
  • Using a Mobile Phone Whilst Driving 1

disposal 4

  • Warning Letter 3
  • Education 2
  • Fixed Penalty 2
  • NFA 2

reporter_transport_mode 3

  • Pedal Bike 4
  • Car 3
  • Pedestrian 2

vehicle_make 1

  • Tesla · 9 ✖

month 1

  • 2025-05 · 9 ✖

council_area 1

  • Birmingham · 9 ✖
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
18654 op-snap---monthly-publication-may-2025.pdf   16 2025-05 Pedal Bike Tesla   White Using a Mobile Phone Whilst Driving None Pershore Road Pershore Road Birmingham Birmingham Fixed Penalty N/A   52.4308271 -1.920078
18703 op-snap---monthly-publication-may-2025.pdf   65 2025-05 Pedal Bike Tesla Y Model Grey Use vehicle on a road without valid test certificate None Bristol Street Bristol Street Birmingham Birmingham Fixed Penalty N/A   52.4691145 -1.9003257
18783 op-snap---monthly-publication-may-2025.pdf   145 2025-05 Pedal Bike Tesla Model 3 White Driving without Reasonable Consideration None Priory Road Priory Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4132696 -1.8555008
18837 op-snap---monthly-publication-may-2025.pdf   199 2025-05 Pedal Bike Tesla Y Black Driving without Reasonable Consideration None Pershore Road Pershore Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4308271 -1.920078
19377 op-snap---monthly-publication-may-2025.pdf   739 2025-05 Car Tesla Model 3 Black Contravening a Red Traffic Light None A34 Birmingham Road Birmingham Road Birmingham Birmingham Education N/A   52.5505398 -1.8252993
19791 op-snap---monthly-publication-may-2025.pdf   1153 2025-05 Car Tesla   Black Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
20131 op-snap---monthly-publication-may-2025.pdf   1493 2025-05 Pedestrian Tesla   Blue Driving without Due Care and Attention None Lower Queen Street Lower Queen Street Birmingham Birmingham Warning Letter N/A   52.5603978 -1.8227403
20189 op-snap---monthly-publication-may-2025.pdf   1551 2025-05 Car Tesla Model Y White 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
20190 op-snap---monthly-publication-may-2025.pdf   1552 2025-05 Pedestrian Tesla Model Y Grey Driving without Due Care and Attention none Hagley Road Hagley Road Birmingham Birmingham Warning Letter N/A   52.471632 -1.9456776

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