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 = "Warning Letter", offence = "Driving without Due Care and Attention" and vehicle_make = "Mini" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw

month 8

  • 2025-05 5
  • 2025-08 3
  • 2025-06 2
  • 2025-10 2
  • 2025-01 1
  • 2025-07 1
  • 2025-09 1
  • 2025-12 1

council_area 7

  • Birmingham 5
  • Dudley 3
  • Coventry 2
  • Solihull 2
  • Sutton Coldfield 2
  • Sandwell 1
  • Wolverhampton 1

reporter_transport_mode 4

  • Car 10
  • Pedal Bike 3
  • Other 2
  • Pedestrian 1

vehicle_make 1

  • Mini · 16 ✖

offence 1

  • Driving without Due Care and Attention · 16 ✖

disposal 1

  • Warning Letter · 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
5007 op-snap---monthly-publication-december-2025.pdf   1135 2025-12 Car Mini Cooper Grey Driving without Due Care and Attention None Green Lane Green Lane Solihull Solihull Warning Letter N/A   52.5069826 -1.7643766
22448 op-snap---monthly-publication-october-2025.pdf   398 2025-10 Pedal Bike Mini Mini Black Driving without Due Care and Attention None Four Pounds Avenue Four Pounds Avenue Coventry Coventry Warning Letter N/A   52.413228 -1.5323652
23510 op-snap---monthly-publication-october-2025.pdf   1460 2025-10 Car Mini One Blue Driving without Due Care and Attention None M5 M5 Birmingham Birmingham Warning Letter N/A      
24925 op-snap---monthly-publication-september-2025.pdf   1144 2025-09 Car Mini Cooper Red Driving without Due Care and Attention None Four Pound Avenue Four Pound Avenue Coventry Coventry Warning Letter N/A      
2068 op-snap---monthly-publication-august-2025.pdf   43 2025-08 Pedal Bike Mini Cooper White Driving without Due Care and Attention None Beechwood Park Road Beechwood Park Road Sutton Coldfield Sutton Coldfield Warning Letter N/A      
2637 op-snap---monthly-publication-august-2025.pdf   612 2025-08 Other Mini Cooper White Driving without Due Care and Attention None Waterfront carpark Waterfront carpark Dudley Dudley Warning Letter N/A      
2705 op-snap---monthly-publication-august-2025.pdf   680 2025-08 Other Mini cooper White Driving without Due Care and Attention None Waterfront Waterfront Dudley Dudley Warning Letter N/A   52.4874281 -2.1117204
13932 op-snap---monthly-publication-july-2025.pdf   1984 2025-07 Pedestrian Mini Roadster Red Driving without Due Care and Attention None Victoria Street Victoria Street Birmingham Birmingham Warning Letter N/A   52.4751651 -1.8559775
15713 op-snap---monthly-publication-june-2025.pdf   1642 2025-06 Car Mini Countryman Grey Driving without Due Care and Attention None Monmouth Drive Monmouth Drive Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.5575249 -1.8640053
16104 op-snap---monthly-publication-june-2025.pdf   2033 2025-06 Car Mini Countryman Silver Driving without Due Care and Attention None Long Mill South Long Mill South Wolverhampton Wolverhampton Warning Letter N/A   52.6095019 -2.0915196
18967 op-snap---monthly-publication-may-2025.pdf   329 2025-05 Car Mini Cooper Grey Driving without Due Care and Attention None Balsall St Balsall Street Solihull Solihull Warning Letter N/A   52.3826029 -1.6998649
20161 op-snap---monthly-publication-may-2025.pdf   1523 2025-05 Car Mini Cooper Black Driving without Due Care and Attention None Halesowen Road Halesowen Road Sandwell Sandwell Warning Letter N/A   52.4727241 -2.0645309
20162 op-snap---monthly-publication-may-2025.pdf   1524 2025-05 Car Mini Cooper s Black Driving without Due Care and Attention None Halesowen Road Halesowen Road Dudley Dudley Warning Letter N/A   52.4624413 -2.0175178
20259 op-snap---monthly-publication-may-2025.pdf   1621 2025-05 Car Mini JCP Cooper S Black Driving without Due Care and Attention None A452 A452 Birmingham Birmingham Warning Letter N/A      
20359 op-snap---monthly-publication-may-2025.pdf   1721 2025-05 Pedal Bike Mini Cooper White Driving without Due Care and Attention None Hagley Road Hagley Road Birmingham Birmingham Warning Letter N/A   52.471632 -1.9456776
9125 op-snap---monthly-publication-january-2025.pdf   233 2025-01 Car Mini Cooper Blue Driving without Due Care and Attention None Water Orton Road Water Orton Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.5153394 -1.7573409

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