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

16 rows where disposal = "Education", month = "2025-11" and vehicle_make = "Toyota" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, council_area_raw

offence 5

  • Contravening a Red Traffic Light 9
  • Driving without Due Care and Attention 4
  • Cause vehicle to be left in a dangerous position 1
  • Driver not in position to have Proper Control 1
  • Driving without Reasonable Consideration 1

council_area 4

  • Birmingham 10
  • Coventry 3
  • Sutton Coldfield 2
  • Walsall 1

reporter_transport_mode 2

  • Car 14
  • Pedal Bike 2

vehicle_make 1

  • Toyota · 16 ✖

month 1

  • 2025-11 · 16 ✖

disposal 1

  • Education · 16 ✖
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
20490 op-snap---monthly-publication-november-2025.pdf   32 2025-11 Car Toyota Yaris Black Contravening a Red Traffic Light None Gravelly Lane Gravelly Lane Birmingham Birmingham Education N/A   52.534608 -1.8379769
20538 op-snap---monthly-publication-november-2025.pdf   80 2025-11 Car Toyota   Grey Contravening a Red Traffic Light None Reddicap Heath Road Reddicap Heath Road Sutton Coldfield Sutton Coldfield Education N/A   52.561164 -1.7912646
20563 op-snap---monthly-publication-november-2025.pdf   105 2025-11 Car Toyota Prius Red Contravening a Red Traffic Light None Highgate Middleway Highgate Middleway Birmingham Birmingham Education N/A   52.4661171 -1.8832818
20635 op-snap---monthly-publication-november-2025.pdf   177 2025-11 Pedal Bike Toyota Auris Blue Driving without Reasonable Consideration None Corporation Street Corporation Street Coventry Coventry Education N/A   52.4086244 -1.515132
20677 op-snap---monthly-publication-november-2025.pdf   219 2025-11 Car Toyota Aygo White Driver not in position to have Proper Control None New Road, New Road Birmingham Birmingham Education N/A   52.3947919 -2.0141009
20702 op-snap---monthly-publication-november-2025.pdf   244 2025-11 Car Toyota Auris Grey Contravening a Red Traffic Light None Dudley Road Winson Green Dudley Road Winson Green Birmingham Birmingham Education N/A   52.4864302 -1.9419503
20817 op-snap---monthly-publication-november-2025.pdf   359 2025-11 Car Toyota Auris Grey Driving without Due Care and Attention None Pickford Way Pickford Way Coventry Coventry Education N/A   52.4220824 -1.5625669
20955 op-snap---monthly-publication-november-2025.pdf   497 2025-11 Car Toyota Yaris Silver Contravening a Red Traffic Light None Islington Row Middleway Islington Row Middleway Birmingham Birmingham Education N/A   52.4720132 -1.9142946
21301 op-snap---monthly-publication-november-2025.pdf   843 2025-11 Car Toyota Rav 4 Black Contravening a Red Traffic Light None Bristol Road at Priory Road Bristol Road at Priory Road Birmingham Birmingham Education N/A   52.4606311 -1.90591
21672 op-snap---monthly-publication-november-2025.pdf   1214 2025-11 Car Toyota Yaris Silver Driving without Due Care and Attention None Drew's Lane, Washwood Heath Drew's Lane, Washwood Heath Birmingham Birmingham Education N/A      
21674 op-snap---monthly-publication-november-2025.pdf   1216 2025-11 Car Toyota C-HR White Driving without Due Care and Attention None Ogley Road Ogley Road Walsall Walsall Education N/A   52.6449907 -1.9244475
21756 op-snap---monthly-publication-november-2025.pdf   1298 2025-11 Pedal Bike Toyota Yaris Black Driving without Due Care and Attention None A38 A38 Birmingham Birmingham Education N/A      
21855 op-snap---monthly-publication-november-2025.pdf   1397 2025-11 Car Toyota aygo Blue Cause vehicle to be left in a dangerous position None lozells road Lozells Road Birmingham Birmingham Education N/A   52.502683 -1.9033516
21904 op-snap---monthly-publication-november-2025.pdf   1446 2025-11 Car Toyota Prius White Contravening a Red Traffic Light None Water Orton Lane Water Orton Lane Sutton Coldfield Sutton Coldfield Education N/A   52.5216687 -1.7541681
21963 op-snap---monthly-publication-november-2025.pdf   1505 2025-11 Car Toyota Aygo Red Contravening a Red Traffic Light None Hamstead Hill Hamstead Hill Birmingham Birmingham Education N/A   52.5274116 -1.9287273
21976 op-snap---monthly-publication-november-2025.pdf   1518 2025-11 Car Toyota C-HR Blue Contravening a Red Traffic Light None Bell Green Road Bell Green Road Coventry Coventry Education N/A   52.4324855 -1.4815548

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