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 disposal = "Fixed Penalty", month = "2025-09" and vehicle_make = "BMW" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, second_offence, council_area_raw

offence 5

  • Driving without Due Care and Attention 6
  • Contravening a Red Traffic Light 3
  • Using a Mobile Phone Whilst Driving 3
  • Cause unnecessary obstruction by motor vehicle 1
  • Motor vehicle fail to accord precedence at a pelic 1

council_area 5

  • Birmingham 10
  • Coventry 1
  • Dudley 1
  • Halesowen 1
  • Sandwell 1

reporter_transport_mode 3

  • Car 8
  • Pedal Bike 3
  • Pedestrian 3

vehicle_make 1

  • BMW · 14 ✖

month 1

  • 2025-09 · 14 ✖

disposal 1

  • Fixed Penalty · 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
23821 op-snap---monthly-publication-september-2025.pdf   40 2025-09 Pedestrian BMW 4 series White Motor vehicle fail to accord precedence at a pelic an crossing None Edgbaston Road Edgbaston Road Birmingham Birmingham Fixed Penalty N/A   52.4552785 -1.906384
23986 op-snap---monthly-publication-september-2025.pdf   205 2025-09 Car BMW 320.. White Driving without Due Care and Attention None Wash Lane Yardley Wood Wash Lane Yardley Wood Birmingham Birmingham Fixed Penalty N/A      
24134 op-snap---monthly-publication-september-2025.pdf   353 2025-09 Pedestrian BMW X5 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Hobbs Road Hobbs Road Sandwell Sandwell Fixed Penalty N/A      
24140 op-snap---monthly-publication-september-2025.pdf   359 2025-09 Car BMW 118 Grey Driving without Due Care and Attention None Harborne Lane Harborne Lane Birmingham Birmingham Fixed Penalty N/A   52.4468464 -1.9454816
24148 op-snap---monthly-publication-september-2025.pdf   367 2025-09 Pedal Bike BMW   Black Using a Mobile Phone Whilst Driving None Augustus Road Augustus Road Birmingham Birmingham Fixed Penalty N/A   52.4695793 -1.9378608
24283 op-snap---monthly-publication-september-2025.pdf   502 2025-09 Pedestrian BMW 1 series Black Using a Mobile Phone Whilst Driving None Roundabout of Springfild Rd, Poplar Road, Kings Heath Roundabout of Springfild Road, Poplar Road, Kings Heath Birmingham Birmingham Fixed Penalty N/A      
24511 op-snap---monthly-publication-september-2025.pdf   730 2025-09 Pedal Bike BMW M135 Grey Driving without Due Care and Attention None Tanners Lane Coventry Tanners Lane Coventry Coventry Coventry Fixed Penalty N/A   52.4007746 -1.5997847
24613 op-snap---monthly-publication-september-2025.pdf   832 2025-09 Car BMW i4 Grey Using a Mobile Phone Whilst Driving None Wright Street, Halesowen Wright Street, Halesowen Halesowen Halesowen Fixed Penalty N/A   52.4514959 -2.0468797
24668 op-snap---monthly-publication-september-2025.pdf   887 2025-09 Car BMW 3 series Blue Contravening a Red Traffic Light None Reddings Lane and Battery Way junction Reddings Lane and Battery Way junction Birmingham Birmingham Fixed Penalty N/A   52.4454569 -1.8475135
24749 op-snap---monthly-publication-september-2025.pdf   968 2025-09 Car BMW X4.. Grey Contravening a Red Traffic Light None Camp Hill Midlleway Camp Hill Midlleway Birmingham Birmingham Fixed Penalty N/A      
24772 op-snap---monthly-publication-september-2025.pdf   991 2025-09 Car BMW M340D Black Driving without Due Care and Attention None Hall Street Hall Street Dudley Dudley Fixed Penalty N/A   52.5409774 -2.1235921
24777 op-snap---monthly-publication-september-2025.pdf   996 2025-09 Car BMW X3 Black Contravening a Red Traffic Light None Battery Road at Warwick Road Battery Road at Warwick Road Birmingham Birmingham Fixed Penalty N/A   52.4429462 -1.9379408
24805 op-snap---monthly-publication-september-2025.pdf   1024 2025-09 Car BMW 116.. Black Driving without Due Care and Attention None Kitts Green Road Kitts Green Road Birmingham Birmingham Fixed Penalty N/A   52.4815372 -1.7766518
24947 op-snap---monthly-publication-september-2025.pdf   1166 2025-09 Pedal Bike BMW 218I White Driving without Due Care and Attention None Tyburn Road Tyburn Road Birmingham Birmingham Fixed Penalty N/A   52.5113867 -1.8337258

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