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

8 rows where disposal = "Education", month = "2025-09" and vehicle_make = "Nissan" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, council_area_raw

offence 4

  • Contravening a Red Traffic Light 5
  • Contravene Lane Closure Red X 1
  • Driving without Due Care and Attention 1
  • Driving without Reasonable Consideration 1

council_area 4

  • Birmingham 4
  • Sutton Coldfield 2
  • Coventry 1
  • Wolverhampton 1

reporter_transport_mode 2

  • Car 6
  • Pedal Bike 2

vehicle_make 1

  • Nissan · 8 ✖

month 1

  • 2025-09 · 8 ✖

disposal 1

  • Education · 8 ✖
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
23791 op-snap---monthly-publication-september-2025.pdf   10 2025-09 Pedal Bike Nissan NV400 White Driving without Reasonable Consideration None Chester Road Chester Road Sutton Coldfield Sutton Coldfield Education N/A   52.5359496 -1.8324115
23825 op-snap---monthly-publication-september-2025.pdf   44 2025-09 Car Nissan X Trail Black Contravene Lane Closure Red X None Kings Heath High Street Kings Heath High Street Birmingham Birmingham Education N/A   52.4391028 -1.893289
23847 op-snap---monthly-publication-september-2025.pdf   66 2025-09 Car Nissan Juke Grey Contravening a Red Traffic Light None Tyburn Road Tyburn Road Birmingham Birmingham Education N/A   52.5113867 -1.8337258
23969 op-snap---monthly-publication-september-2025.pdf   188 2025-09 Car Nissan Note Orange Contravening a Red Traffic Light None Broad Lane Kings Heath Broad Lane Kings Heath Birmingham Birmingham Education N/A   52.410787 -1.918202
24192 op-snap---monthly-publication-september-2025.pdf   411 2025-09 Car Nissan Pulsar Blue Contravening a Red Traffic Light None Stafford Road, Jn2 M54 Stafford Road, Jn2 M54 Wolverhampton Wolverhampton Education N/A      
24232 op-snap---monthly-publication-september-2025.pdf   451 2025-09 Car Nissan Qashqai Black Contravening a Red Traffic Light None Birmingham Road Birmingham Road Sutton Coldfield Sutton Coldfield Education N/A   52.5361464 -1.8270283
24374 op-snap---monthly-publication-september-2025.pdf   593 2025-09 Pedal Bike Nissan Note Blue Driving without Due Care and Attention None Albany Road Albany Road Coventry Coventry Education N/A   52.4006218 -1.5284125
24840 op-snap---monthly-publication-september-2025.pdf   1059 2025-09 Car Nissan Acenta White Contravening a Red Traffic Light None Ladypool Road Ladypool Road Birmingham Birmingham Education N/A   52.4520441 -1.8787544

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