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 month = "2025-01", reporter_transport_mode = "Car" and vehicle_make = "Hyundai" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale

offence 6

  • Contravening a Red Traffic Light 4
  • Driving without Due Care and Attention 4
  • Stop a vehicle within pelican pedestrian crossing limits 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Driving without Reasonable Consideration 1
  • Using a Mobile Phone Whilst Driving 1

disposal 5

  • Education 6
  • Warning Letter 3
  • Court 2
  • Fixed Penalty 1
  • NFA 1

council_area 4

  • Birmingham 9
  • Coventry 2
  • Sutton Coldfield 1
  • Walsall 1

vehicle_make 1

  • Hyundai · 13 ✖

reporter_transport_mode 1

  • Car · 13 ✖

month 1

  • 2025-01 · 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
8998 op-snap---monthly-publication-january-2025.pdf   106 2025-01 Car Hyundai TUCSON Black Stop a vehicle within pelican pedestrian crossing limits None HIGH STREET High Street Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5254588 -1.8373064
9023 op-snap---monthly-publication-january-2025.pdf   131 2025-01 Car Hyundai TUCSON Grey Contravening a Red Traffic Light None Wolverhampton road Wolverhampton road Birmingham Birmingham Education N/A Yes - Via Email 52.463146 -1.9844677
9091 op-snap---monthly-publication-january-2025.pdf   199 2025-01 Car Hyundai I10 White Contravening a Red Traffic Light None Coventry Ring Road Coventry Ring Road Coventry Coventry Court N/A Yes - Via Email    
9208 op-snap---monthly-publication-january-2025.pdf   316 2025-01 Car Hyundai I20 Black Driving without Reasonable Consideration None LEA VILLAGE ISLAND Lea Village Island Birmingham Birmingham Education N/A Yes - Via Email 52.4836058 -1.77661
9330 op-snap---monthly-publication-january-2025.pdf   438 2025-01 Car Hyundai I40 White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Far Gosford Street Far Gosford Street Coventry Coventry Warning Letter N/A Yes - Via Email 52.4071231 -1.4985178
9336 op-snap---monthly-publication-january-2025.pdf   444 2025-01 Car Hyundai Tucson Grey Stop a vehicle within pelican pedestrian crossing limits None Birmingham Road Birmingham Road Sutton Coldfield Sutton Coldfield Warning Letter N/A Yes - Via Email 52.5361464 -1.8270283
9503 op-snap---monthly-publication-january-2025.pdf   611 2025-01 Car Hyundai Ionic Silver Driving without Due Care and Attention None Watery Lane Middleway Watery Lane Middleway Birmingham Birmingham Education N/A Yes - Via Email 52.4752679 -1.8748608
9519 op-snap---monthly-publication-january-2025.pdf   627 2025-01 Car Hyundai TUCSAON Grey Driving without Due Care and Attention None M6 N/B M6 Northbound Birmingham Birmingham Education N/A Yes - Via Email    
9826 op-snap---monthly-publication-january-2025.pdf   934 2025-01 Car Hyundai i10 white Contravening a Red Traffic Light None Bromford Lane roundabout with Heartlands Parkway Bromford Lane roundabout with Heartlands Parkway Birmingham Birmingham Warning Letter N/A Yes - Via Email    
9877 op-snap---monthly-publication-january-2025.pdf   985 2025-01 Car Hyundai BAYON Green Using a Mobile Phone Whilst Driving None OLDBURY ROAD Oldbury Road Birmingham Birmingham Court N/A Yes - Via Email 52.4517563 -1.9823751
10295 op-snap---monthly-publication-january-2025.pdf   1403 2025-01 Car Hyundai I20 Silver Driving without Due Care and Attention None A545 Yardley Yardley Birmingham Birmingham NFA No Offence Yes - Via Email 52.4709562 -1.8159436
10432 op-snap---monthly-publication-january-2025.pdf   1540 2025-01 Car Hyundai Tuscan SE Nav Silver Contravening a Red Traffic Light None Bordesley Green Road, Birmingham. Bordesley Green Road, Birmingham Birmingham Birmingham Education N/A Yes - Via Email 52.4804926 -1.8563658
10472 op-snap---monthly-publication-january-2025.pdf   1580 2025-01 Car Hyundai I30 Blue Driving without Due Care and Attention None M6 Jct 10 roundabout toawards M6 N M6 Junction 10 roundabout toawards M6 N Walsall Walsall Education N/A Yes - Via Email 52.676119 -2.0858425

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