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

10 rows where council_area = "Birmingham", disposal = "Education" and vehicle_make = "Suzuki" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

month 7

  • 2025-03 2
  • 2025-05 2
  • 2026-02 2
  • 2025-01 1
  • 2025-02 1
  • 2025-11 1
  • 2025-12 1

offence 6

  • Driving without Due Care and Attention 4
  • Stop a vehicle within pelican pedestrian crossing limits 2
  • Cause vehicle to be left in a dangerous position 1
  • Contravening a Red Traffic Light 1
  • Driving without Reasonable Consideration 1
  • Stop a vehicle on pedestrian crossing 1

reporter_transport_mode 3

  • Car 6
  • Pedal Bike 3
  • Pedestrian 1

vehicle_make 1

  • Suzuki · 10 ✖

disposal 1

  • Education · 10 ✖

council_area 1

  • Birmingham · 10 ✖
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
8066 op-snap---monthly-publication-february-2026.pdf   813 2026-02 Car Suzuki Alto Grey Driving without Due Care and Attention None Alum Rock Road Alum Rock Road Birmingham Birmingham Education N/A   52.4883936 -1.8310056
8195 op-snap---monthly-publication-february-2026.pdf   942 2026-02 Car Suzuki Swift Black Driving without Due Care and Attention No vehicle excise licence Bells Lane, Kings Norton Bells Lane, Kings Norton Birmingham Birmingham Education N/A   52.4082356 -1.9162085
4073 op-snap---monthly-publication-december-2025.pdf   201 2025-12 Car Suzuki Swift White Contravening a Red Traffic Light None Dartmouth Middleway Dartmouth Middleway Birmingham Birmingham Education N/A   52.4861917 -1.8829748
20792 op-snap---monthly-publication-november-2025.pdf   334 2025-11 Pedal Bike Suzuki Swift Silver Driving without Due Care and Attention None Frankley Beeches Road Frankley Beeches Road Birmingham Birmingham Education N/A   52.4094108 -1.9930633
19222 op-snap---monthly-publication-may-2025.pdf   584 2025-05 Car Suzuki Alto White Stop a vehicle on pedestrian crossing None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
19751 op-snap---monthly-publication-may-2025.pdf   1113 2025-05 Car Suzuki Alto White Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
17253 op-snap---monthly-publication-march-2025.pdf   1010 2025-03 Pedestrian Suzuki Grand Vitara Black Stop a vehicle within pelican pedestrian crossing limits No vehicle excise licence Dudley Road Dudley Road Birmingham Birmingham Education N/A Yes - Via Email 52.4865107 -1.9386263
17385 op-snap---monthly-publication-march-2025.pdf   1142 2025-03 Car Suzuki Baleno Black Cause vehicle to be left in a dangerous position None Hurstcroft Road Hurstcroft Road Birmingham Birmingham Education N/A Yes - Via Email 52.4830179 -1.783876
5438 op-snap---monthly-publication-february-2025.pdf   255 2025-02 Pedal Bike Suzuki Alto White Driving without Due Care and Attention None Redhill Rd and A441 Kings Norton Redhill Road and A441 Kings Norton Birmingham Birmingham Education N/A Yes - Via Email 52.3942085 -1.9534932
9484 op-snap---monthly-publication-january-2025.pdf   592 2025-01 Pedal Bike Suzuki Jimny Blue Driving without Reasonable Consideration None Chester Road, Streetly Chester Road, Streetly Birmingham Birmingham Education N/A Yes - Via Email    

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