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

15 rows where council_area = "Birmingham", month = "2025-11" and vehicle_make = "Honda" 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, nfa_rationale, latitude, longitude

offence 5

  • Driving without Due Care and Attention 6
  • Cause vehicle to be left in a dangerous position 3
  • Contravening a Red Traffic Light 3
  • Misc - Non Traffic Offences 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1

disposal 4

  • Warning Letter 7
  • NFA 4
  • Education 3
  • Other Action Taken 1

reporter_transport_mode 3

  • Car 12
  • Pedestrian 2
  • Pedal Bike 1

vehicle_make 1

  • Honda · 15 ✖

month 1

  • 2025-11 · 15 ✖

council_area 1

  • Birmingham · 15 ✖
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
20589 op-snap---monthly-publication-november-2025.pdf   131 2025-11 Car Honda Jazz Blue Contravening a Red Traffic Light None Dartmouth Circus Dartmouth Circus Birmingham Birmingham Education N/A   52.4926487 -1.8879638
20735 op-snap---monthly-publication-november-2025.pdf   277 2025-11 Car Honda CRV Grey Contravening a Red Traffic Light None Coventry Road Coventry Road Birmingham Birmingham NFA No Offence   52.4726661 -1.8769032
20887 op-snap---monthly-publication-november-2025.pdf   429 2025-11 Car Honda Jazz Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Witton Road Witton Road Birmingham Birmingham Warning Letter N/A   52.513336 -1.8833226
20904 op-snap---monthly-publication-november-2025.pdf   446 2025-11 Pedestrian Honda FRV Grey Driving without Due Care and Attention None Wootton Road Wootton Road Birmingham Birmingham Warning Letter N/A   52.3905192 -1.968829
20934 op-snap---monthly-publication-november-2025.pdf   476 2025-11 Car Honda Jazz Grey Contravening a Red Traffic Light None Winson Green Road Winson Green Road Birmingham Birmingham NFA Outside of 14 DAYS Late Submission   52.4870332 -1.9373713
20987 op-snap---monthly-publication-november-2025.pdf   529 2025-11 Pedestrian Honda frv Grey Misc - Non Traffic Offences None Longbridge Longbridge Birmingham Birmingham NFA Misc Inc Crimes   52.3940521 -1.9807506
21084 op-snap---monthly-publication-november-2025.pdf   626 2025-11 Pedal Bike Honda HR-V Grey Driving without Due Care and Attention None Spiceland Road, Northfield Spiceland Road, Northfield Birmingham Birmingham Education N/A   52.4240276 -1.9735466
21300 op-snap---monthly-publication-november-2025.pdf   842 2025-11 Car Honda Z-RV White Driving without Due Care and Attention None Lee Bank Middleway Lee Bank Middleway Birmingham Birmingham Warning Letter N/A   52.4677721 -1.9037358
21453 op-snap---monthly-publication-november-2025.pdf   995 2025-11 Car Honda JAzz Grey Driving without Due Care and Attention None Bristol Road South Bristol Road South Birmingham Birmingham Warning Letter N/A   52.4119174 -1.9735247
21580 op-snap---monthly-publication-november-2025.pdf   1122 2025-11 Car Honda Civic Grey Driving without Due Care and Attention None Coventry Road Coventry Road Birmingham Birmingham NFA No Independent Evidence Available   52.4726661 -1.8769032
21602 op-snap---monthly-publication-november-2025.pdf   1144 2025-11 Car Honda jazz Red 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
21744 op-snap---monthly-publication-november-2025.pdf   1286 2025-11 Car Honda stepwagon Black Cause vehicle to be left in a dangerous position None lozells road Lozells Road Birmingham Birmingham Warning Letter N/A   52.502683 -1.9033516
21842 op-snap---monthly-publication-november-2025.pdf   1384 2025-11 Car Honda civic Brown 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
21881 op-snap---monthly-publication-november-2025.pdf   1423 2025-11 Car Honda Jazz Red Driving without Due Care and Attention None Handsworh Wood Road Handsworh Wood Road Birmingham Birmingham Education N/A      
21890 op-snap---monthly-publication-november-2025.pdf   1432 2025-11 Car Honda cb600 Silver Misc - Non Traffic Offences None alcester road south Alcester Road South Birmingham Birmingham Other Action Taken Misc Inc Crimes   52.4170522 -1.8906187

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