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 council_area = "Birmingham", month = "2025-01" and vehicle_make = "Skoda" 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 8

  • Contravening a Red Traffic Light 2
  • Driving without Reasonable Consideration 2
  • Using a Mobile Phone Whilst Driving 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Driving without Due Care and Attention 1
  • Misc - Non Traffic Offences 1
  • Stop a vehicle within pelican pedestrian crossing limits 1
  • Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger 1

disposal 5

  • Education 4
  • Fixed Penalty 4
  • Court 1
  • Other Action Taken 1
  • Warning Letter 1

reporter_transport_mode 4

  • Pedal Bike 6
  • Car 3
  • CAR 1
  • Pedestrian 1

vehicle_make 1

  • Skoda · 11 ✖

month 1

  • 2025-01 · 11 ✖

council_area 1

  • Birmingham · 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
8907 op-snap---monthly-publication-january-2025.pdf   15 2025-01 CAR Skoda OCTAVIA White Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger None GRANVILLE STREET Granville Street Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4762076 -1.9124263
9022 op-snap---monthly-publication-january-2025.pdf   130 2025-01 Pedal Bike Skoda Octavia Silver Driving without Due Care and Attention None Bristol Road Bristol Road Birmingham Birmingham Education N/A Yes - Via Email 52.4543565 -1.9114004
9552 op-snap---monthly-publication-january-2025.pdf   660 2025-01 Pedal Bike Skoda Citigo Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Breedon Road Breedon Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4191978 -1.9251219
9574 op-snap---monthly-publication-january-2025.pdf   682 2025-01 Car Skoda Fabia Silver Contravening a Red Traffic Light No Insurance Washwood Heath Road Washwood Heath Road Birmingham Birmingham Court N/A Yes - Via Email 52.4929304 -1.8229092
9622 op-snap---monthly-publication-january-2025.pdf   730 2025-01 Pedal Bike Skoda Kamiq White Using a Mobile Phone Whilst Driving None New Fosse Way New Fosse Way Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4473373 -1.9392405
9659 op-snap---monthly-publication-january-2025.pdf   767 2025-01 Pedal Bike Skoda Fabia Blue Driving without Reasonable Consideration None Merritts Hill Merritts Hill Birmingham Birmingham Education N/A Yes - Via Email 52.424853 -1.9814275
9740 op-snap---monthly-publication-january-2025.pdf   848 2025-01 Pedestrian Skoda Octavia Silver Misc - Non Traffic Offences None Pilkington Way Pilkington Way Birmingham Birmingham Other Action Taken eNn/A Yes - Via Email    
10039 op-snap---monthly-publication-january-2025.pdf   1147 2025-01 Pedal Bike Skoda Fabia Red Driving without Reasonable Consideration None Salisbury Road Salisbury Road Birmingham Birmingham Education N/A Yes - Via Email 52.4943878 -1.8504211
10262 op-snap---monthly-publication-january-2025.pdf   1370 2025-01 Car Skoda Octavia Silver Contravening a Red Traffic Light None Tyburn Road Tyburn Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5113867 -1.8337258
10314 op-snap---monthly-publication-january-2025.pdf   1422 2025-01 Car Skoda Fabia Grey Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A Yes - Via Email 52.4929304 -1.8229092
10485 op-snap---monthly-publication-january-2025.pdf   1593 2025-01 Pedal Bike Skoda CITIGO Silver Using a Mobile Phone Whilst Driving None BRISTOL ROAD Bristol Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4543565 -1.9114004

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