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

14 rows where month = "2025-09", offence = "Contravening a Red Traffic Light" and vehicle_make = "Nissan" 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, council_area_raw, nfa_rationale, latitude, longitude

disposal 4

  • NFA 6
  • Education 5
  • Court 2
  • Warning Letter 1

council_area 4

  • Birmingham 6
  • Coventry 4
  • Wolverhampton 3
  • Sutton Coldfield 1

reporter_transport_mode 2

  • Car 12
  • Pedestrian 2

vehicle_make 1

  • Nissan · 14 ✖

offence 1

  • Contravening a Red Traffic Light · 14 ✖

month 1

  • 2025-09 · 14 ✖
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
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
24011 op-snap---monthly-publication-september-2025.pdf   230 2025-09 Car Nissan Qashqai Grey Contravening a Red Traffic Light None Northfield Road Northfield Road Birmingham Birmingham Court N/A   52.4167654 -1.9411244
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
24323 op-snap---monthly-publication-september-2025.pdf   542 2025-09 Car Nissan Qashqai Silver Contravening a Red Traffic Light Use vehicle on a road without valid test certificate Wall Hill Road, Allesley Wall Hill Road, Allesley Coventry Coventry Court N/A   52.4528686 -1.5735038
24440 op-snap---monthly-publication-september-2025.pdf   659 2025-09 Car Nissan Micra Blue Contravening a Red Traffic Light None Gravelly Hill North Gravelly Hill North Birmingham Birmingham NFA No Offence   52.5151103 -1.8501538
24446 op-snap---monthly-publication-september-2025.pdf   665 2025-09 Car Nissan X-Trail Silver Contravening a Red Traffic Light None Fletchamstead Highway Fletchamstead Highway Coventry Coventry NFA No Independent Evidence Available   52.396476 -1.5561348
24603 op-snap---monthly-publication-september-2025.pdf   822 2025-09 Car Nissan Juke White Contravening a Red Traffic Light None Queenslands Avenue Queenslands Avenue Coventry Coventry NFA No Independent Evidence Available      
24604 op-snap---monthly-publication-september-2025.pdf   823 2025-09 Car Nissan Qashqai Grey Contravening a Red Traffic Light None Walkers Heath Lane Walkers Heath Lane Coventry Coventry NFA No Independent Evidence Available      
24816 op-snap---monthly-publication-september-2025.pdf   1035 2025-09 Car Nissan Qashqai White Contravening a Red Traffic Light None Chester Road Chester Road Birmingham Birmingham Warning Letter N/A   52.5359496 -1.8324115
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
24919 op-snap---monthly-publication-september-2025.pdf   1138 2025-09 Pedestrian Nissan Leaf Grey Contravening a Red Traffic Light None Cannock Road Cannock Road Wolverhampton Wolverhampton NFA No Independent Evidence Available   52.6083917 -2.1033365
24930 op-snap---monthly-publication-september-2025.pdf   1149 2025-09 Pedestrian Nissan Qashqai Blue Contravening a Red Traffic Light None Cannock Road Cannock Road Wolverhampton Wolverhampton NFA No Independent Evidence Available   52.6083917 -2.1033365

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