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 = "BMW" 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, latitude, longitude

offence 6

  • Driving without Due Care and Attention 7
  • Stop a vehicle within pelican pedestrian crossing limits 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Cause vehicle to be left in a dangerous position 1
  • Driving without Reasonable Consideration 1
  • Using a Mobile Phone Whilst Driving 1

council_area 5

  • Birmingham 8
  • Solihull 2
  • Coventry 1
  • Dudley 1
  • Sandwell 1

reporter_transport_mode 3

  • Car 8
  • Pedestrian 3
  • Pedal Bike 2

vehicle_make 1

  • BMW · 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
5209 op-snap---monthly-publication-february-2025.pdf   26 2025-02 Pedal Bike BMW 3351 Blue Driving without Reasonable Consideration No Insurance Forge Lane Forge Lane Sandwell Sandwell Court N/A Yes - Via Email 52.5355846 -1.9687064
5277 op-snap---monthly-publication-february-2025.pdf   94 2025-02 Pedestrian BMW X3 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area VRM fails to conform to Regulations STAPENHALL ROAD Stapenhall Road Solihull Solihull Court N/A Yes - Via Email 52.3858325 -1.7932085
5525 op-snap---monthly-publication-february-2025.pdf   342 2025-02 Pedestrian BMW 320D White Cause vehicle to be left in a dangerous position VRM fails to conform to Regulations Glenville Drive Glenville Drive Birmingham Birmingham Court N/A Yes - Via Email 52.5265939 -1.8509884
5544 op-snap---monthly-publication-february-2025.pdf   361 2025-02 Car BMW 320d Grey Stop a vehicle within pelican pedestrian crossing limits No Insurance Washwood Heath Road Washwood Heath Road Birmingham Birmingham Court N/A Yes - Via Email 52.4929304 -1.8229092
5583 op-snap---monthly-publication-february-2025.pdf   400 2025-02 Car BMW 118D Black Driving without Due Care and Attention None M6, Junction 6 M6, Junction 6 Birmingham Birmingham Court N/A Yes - Via Email 52.6760749 -2.0862582
5724 op-snap---monthly-publication-february-2025.pdf   541 2025-02 Car BMW X2 White Driving without Due Care and Attention None Himley Road, Dudley Himley Road, Dudley Dudley Dudley Court N/A Yes - Via Email 52.5142667 -2.1304764
6076 op-snap---monthly-publication-february-2025.pdf   893 2025-02 Car BMW 135 Black Driving without Due Care and Attention None Prospect Lane and Ralph Road Prospect Lane and Ralph Road Solihull Solihull Court N/A Yes - Via Email 52.4163536 -1.8123298
6404 op-snap---monthly-publication-february-2025.pdf   1221 2025-02 Pedestrian BMW 218 Blue Using a Mobile Phone Whilst Driving Use vehicle on a road without valid test certificate Alcester Road Alcester Road Birmingham Birmingham Court N/A Yes - Via Email 52.4470686 -1.8880749
6475 op-snap---monthly-publication-february-2025.pdf   1292 2025-02 Car BMW 118d Black Stop a vehicle within pelican pedestrian crossing limits No Insurance Washwood Heath Road Washwood Heath Road Birmingham Birmingham Court N/A Yes - Via Email 52.4929304 -1.8229092
6523 op-snap---monthly-publication-february-2025.pdf   1340 2025-02 Car BMW 320D Black Driving without Due Care and Attention None A45 Coventry Road at Heybarnes Coventry Road at Heybarnes Birmingham Birmingham Court N/A Yes - Via Email 52.4513272 -1.7638967
6838 op-snap---monthly-publication-february-2025.pdf   1655 2025-02 Car BMW 630 White Driving without Due Care and Attention VRM fails to conform to Regulations Hearsall Common Hearsall Common Coventry Coventry Court N/A Yes - Via Email 52.402753 -1.5385829
7033 op-snap---monthly-publication-february-2025.pdf   1850 2025-02 Pedal Bike BMW 118 White Driving without Due Care and Attention None Dads Lane Dads Lane Birmingham Birmingham Court N/A Yes - Via Email 52.4375913 -1.9068522
7065 op-snap---monthly-publication-february-2025.pdf   1882 2025-02 Car BMW 320d Black Driving without Due Care and Attention None Gospel Lane Gospel Lane Birmingham Birmingham Court N/A Yes - Via Email 52.4412976 -1.8152918

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