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

13 rows where disposal = "Court", month = "2025-02" and vehicle_make = "Ford" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw

reporter_transport_mode 4

  • Car 9
  • Pedal Bike 2
  • Other 1
  • Pedestrian 1

offence 4

  • Driving without Due Care and Attention 10
  • Cause vehicle to be left in a dangerous position 1
  • Contravening a Red Traffic Light 1
  • Driving without Reasonable Consideration 1

council_area 4

  • Birmingham 6
  • Coventry 4
  • Wolverhampton 2
  • Sandwell 1

vehicle_make 1

  • Ford · 13 ✖

month 1

  • 2025-02 · 13 ✖

disposal 1

  • Court · 13 ✖
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
5224 op-snap---monthly-publication-february-2025.pdf   41 2025-02 Car Ford FIESTA Black Contravening a Red Traffic Light Driving without Due Care and Attention BRADLEYS LANE Bradleys Lane Sandwell Sandwell Court N/A Yes - Via Email    
5280 op-snap---monthly-publication-february-2025.pdf   97 2025-02 Car Ford Kuga Grey Driving without Due Care and Attention None Moseley Road Moseley Road Wolverhampton Wolverhampton Court N/A Yes - Via Email 52.5782924 -2.0742911
5459 op-snap---monthly-publication-february-2025.pdf   276 2025-02 Car Ford S-max Black Driving without Due Care and Attention No Insurance Vicarage Road Vicarage Road Birmingham Birmingham Court N/A Yes - Via Email 52.470423 -1.9304786
5586 op-snap---monthly-publication-february-2025.pdf   403 2025-02 Car Ford Mondeo Black Driving without Due Care and Attention No Insurance Halford Lane, Coventry Halford Lane, Coventry Coventry Coventry Court N/A Yes - Via Email 52.4398231 -1.526811
5715 op-snap---monthly-publication-february-2025.pdf   532 2025-02 Car Ford Fiesta Blue Driving without Due Care and Attention None M5 S/B approaching Jn3 M5 Southbound approaching Jn3 Birmingham Birmingham Court N/A Yes - Via Email    
5928 op-snap---monthly-publication-february-2025.pdf   745 2025-02 Pedestrian Ford TRANSIT White Driving without Due Care and Attention None MILLFIELDS ROAD Millfields Road Wolverhampton Wolverhampton Court N/A Yes - Via Email 52.56459 -2.0933891
5950 op-snap---monthly-publication-february-2025.pdf   767 2025-02 Car Ford Mondeo Grey Driving without Reasonable Consideration No Insurance Gillott Road Birmingham Gillott Road Birmingham Birmingham Birmingham Court N/A Yes - Via Email 52.4817869 -1.9409282
6114 op-snap---monthly-publication-february-2025.pdf   931 2025-02 Pedal Bike Ford Transit Silver Driving without Due Care and Attention None Raglan Street Raglan Street Coventry Coventry Court N/A Yes - Via Email 52.4102012 -1.5006637
6176 op-snap---monthly-publication-february-2025.pdf   993 2025-02 Other Ford Focus White Cause vehicle to be left in a dangerous position No Insurance Glenville Drive Glenville Drive Birmingham Birmingham Court N/A Yes - Via Email 52.5265939 -1.8509884
6348 op-snap---monthly-publication-february-2025.pdf   1165 2025-02 Car Ford Fiesta Black Driving without Due Care and Attention Use vehicle on a road without valid test certificate Fletchamstead Highway Fletchamstead Highway Coventry Coventry Court N/A Yes - Via Email 52.396476 -1.5561348
6388 op-snap---monthly-publication-february-2025.pdf   1205 2025-02 Car Ford Focus White Driving without Due Care and Attention No Insurance Aston Hall Road Aston Hall Road Birmingham Birmingham Court N/A Yes - Via Email 52.5068656 -1.8688678
6503 op-snap---monthly-publication-february-2025.pdf   1320 2025-02 Pedal Bike Ford Connect Blue Driving without Due Care and Attention None Weoley Park Road, Selly Oak Weoley Park Road, Selly Oak Birmingham Birmingham Court N/A Yes - Via Email 52.4383108 -1.9577477
7018 op-snap---monthly-publication-february-2025.pdf   1835 2025-02 Car Ford Focus Black Driving without Due Care and Attention None Heath Crescent Coventry Heath Crescent Coventry Coventry Coventry Court N/A Yes - Via Email 52.4209589 -1.4822638

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