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

15 rows where council_area = "Birmingham", disposal = "Court" and vehicle_make = "Nissan" 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-07 5
  • 2025-02 3
  • 2025-03 3
  • 2025-06 1
  • 2025-09 1
  • 2025-11 1
  • 2026-01 1

offence 6

  • Driving without Due Care and Attention 8
  • Contravening a Red Traffic Light 2
  • Using a Mobile Phone Whilst Driving 2
  • Cause vehicle to be left in a dangerous position 1
  • Dangerous Driving 1
  • Driving without Reasonable Consideration 1

reporter_transport_mode 3

  • Car 10
  • Pedal Bike 4
  • Other 1

vehicle_make 1

  • Nissan · 15 ✖

disposal 1

  • Court · 15 ✖

council_area 1

  • Birmingham · 15 ✖
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
11208 op-snap---monthly-publication-january-2026.pdf   669 2026-01 Car Nissan Qashqai Black Driving without Due Care and Attention None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Court N/A   52.4929304 -1.8229092
21403 op-snap---monthly-publication-november-2025.pdf   945 2025-11 Car Nissan QASQHAI Silver Driving without Due Care and Attention None Reddings LANE Reddings LANE Birmingham Birmingham Court N/A   52.4506039 -1.8463952
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
12486 op-snap---monthly-publication-july-2025.pdf   538 2025-07 Car Nissan Note Silver Driving without Due Care and Attention No Insurance Shenley Lane Shenley Lane Birmingham Birmingham Court N/A   52.430111 -1.9753703
12638 op-snap---monthly-publication-july-2025.pdf   690 2025-07 Pedal Bike Nissan Note Silver Using a Mobile Phone Whilst Driving No Insurance Somerfield Road Somerfield Road Birmingham Birmingham Court N/A      
12746 op-snap---monthly-publication-july-2025.pdf   798 2025-07 Car Nissan Note Red Driving without Due Care and Attention None A38 A38 Birmingham Birmingham Court N/A      
12811 op-snap---monthly-publication-july-2025.pdf   863 2025-07 Car Nissan Note White Driving without Due Care and Attention None Stratford Road Stratford Road Birmingham Birmingham Court N/A   52.4203897 -1.8338574
12910 op-snap---monthly-publication-july-2025.pdf   962 2025-07 Car Nissan Qashqai White Driving without Due Care and Attention None M6 N/B at Jn8 M6 Northbound at Jn8 Birmingham Birmingham Court N/A      
15071 op-snap---monthly-publication-june-2025.pdf   1000 2025-06 Pedal Bike Nissan Qashqai Black Driving without Due Care and Attention None Chester Road Chester Road Birmingham Birmingham Court N/A   52.5359496 -1.8324115
16745 op-snap---monthly-publication-march-2025.pdf   502 2025-03 Car Nissan Juke White Contravening a Red Traffic Light Use vehicle on a road without valid test certificate Kingsbury Road Kingsbury Road Birmingham Birmingham Court N/A Yes - Via Email 52.5292752 -1.7618805
16803 op-snap---monthly-publication-march-2025.pdf   560 2025-03 Car Nissan Juke White Driving without Due Care and Attention None Sherlock Street, Birmingham Sherlock Street, Birmingham Birmingham Birmingham Court N/A Yes - Via Email 52.4723406 -1.8933053
18035 op-snap---monthly-publication-march-2025.pdf   1792 2025-03 Car Nissan Micra Silver Dangerous Driving None Church Road Church Road Birmingham Birmingham Court N/A Yes - Via Email 52.4624743 -1.7763934
5670 op-snap---monthly-publication-february-2025.pdf   487 2025-02 Pedal Bike Nissan QASHQUI Blue Driving without Reasonable Consideration None QUEENSBRIDGE ROAD Queensbridge Road Birmingham Birmingham Court N/A Yes - Via Email 52.4415108 -1.8971434
5675 op-snap---monthly-publication-february-2025.pdf   492 2025-02 Pedal Bike Nissan QASHQUI Blue Using a Mobile Phone Whilst Driving NONE QUEENSBRIDGE ROAD Queensbridge Road Birmingham Birmingham Court N/A Yes - Via Email 52.4415108 -1.8971434
6116 op-snap---monthly-publication-february-2025.pdf   933 2025-02 Other Nissan Qashqai White Cause vehicle to be left in a dangerous position None Glenville Drive Glenville Drive Birmingham Birmingham Court N/A Yes - Via Email 52.5265939 -1.8509884

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