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

12 rows where council_area = "Birmingham", month = "2026-01" 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, nfa_rationale

offence 7

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 5
  • Stop a vehicle within pelican pedestrian crossing limits 2
  • Cause vehicle to be left in a dangerous position 1
  • Driving without Due Care and Attention 1
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
  • Using a Mobile Phone Whilst Driving 1
  • Vehicle overtake within crossing limits 1

reporter_transport_mode 4

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

disposal 4

  • NFA 4
  • Warning Letter 4
  • Education 3
  • Fixed Penalty 1

vehicle_make 1

  • Land Rover · 12 ✖

month 1

  • 2026-01 · 12 ✖

council_area 1

  • Birmingham · 12 ✖
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
10699 op-snap---monthly-publication-january-2026.pdf   160 2026-01 Car Land Rover Range Grey Stop a vehicle within pelican pedestrian crossing limits None Walsall Road Walsall Road Birmingham Birmingham Education N/A   52.5919543 -1.8517118
10724 op-snap---monthly-publication-january-2026.pdf   185 2026-01 Pedestrian Land Rover Discovery White Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Chilcote Close Chilcote Close Birmingham Birmingham NFA No Independent Evidence Available   52.4167178 -1.8457291
10771 op-snap---monthly-publication-january-2026.pdf   232 2026-01 Other Land Rover Discovery Green Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area No Insurance Chantry Road, Moseley Chantry Road, Moseley Birmingham Birmingham NFA No Independent Evidence Available   52.4496376 -1.8915224
10794 op-snap---monthly-publication-january-2026.pdf   255 2026-01 Pedestrian Land Rover R Rover SPort Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Rotten Park Rd Rotten Park Road Birmingham Birmingham Warning Letter N/A      
10904 op-snap---monthly-publication-january-2026.pdf   365 2026-01 Car Land Rover Land Rover Black Vehicle overtake within crossing limits None Highfield Road Highfield Road Birmingham Birmingham Education N/A   52.4216321 -1.855984
10908 op-snap---monthly-publication-january-2026.pdf   369 2026-01 Pedestrian Land Rover Evoque Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Morville Street Morville Street Birmingham Birmingham Warning Letter N/A   52.4771765 -1.9197019
11064 op-snap---monthly-publication-january-2026.pdf   525 2026-01 Car Land Rover Range Blue Driving without Due Care and Attention None Charles Road Charles Road Birmingham Birmingham NFA No Independent Evidence Available   52.5094492 -1.9113648
11362 op-snap---monthly-publication-january-2026.pdf   823 2026-01 Pedestrian Land Rover Land Rover White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Portman Road Portman Road Birmingham Birmingham Warning Letter N/A   52.4306424 -1.8844833
11538 op-snap---monthly-publication-january-2026.pdf   999 2026-01 Pedestrian Land Rover Land Rover Black Cause vehicle to be left in a dangerous position None Woodbridge Road Woodbridge Road Birmingham Birmingham NFA Outside of 14 DAYS Late Submission   52.4482076 -1.8864335
11793 op-snap---monthly-publication-january-2026.pdf   1254 2026-01 Pedestrian Land Rover Discovery Green Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Beech Road Beech Road Birmingham Birmingham Warning Letter N/A   52.5393906 -1.8446767
11827 op-snap---monthly-publication-january-2026.pdf   1288 2026-01 Car Land Rover Disco White Stop a vehicle within pelican pedestrian crossing limits None Coleshill Road Coleshill Road Birmingham Birmingham Education N/A   52.4967329 -1.8097462
11884 op-snap---monthly-publication-january-2026.pdf   1345 2026-01 Pedal Bike Land Rover Range Rover Black Using a Mobile Phone Whilst Driving None Metchley Lane Metchley Lane Birmingham Birmingham Fixed Penalty N/A   52.4552055 -1.9461279

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