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

12 rows where disposal = "Court", reporter_transport_mode = "Pedestrian" and vehicle_make = "Mercedes-Benz" 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, council_area_raw, latitude, longitude

month 6

  • 2025-02 5
  • 2025-01 3
  • 2025-03 1
  • 2025-08 1
  • 2026-01 1
  • 2026-02 1

offence 5

  • Cause vehicle to be left in a dangerous position 6
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Stop a vehicle within pelican pedestrian crossing limits 2
  • Driving without Due Care and Attention 1
  • Use a motor vehicle / trailer in a condition likely to cause danger of injury 1

council_area 5

  • Birmingham 6
  • Sandwell 3
  • Coventry 1
  • D7)Udley 1
  • Solihull 1

vehicle_make 1

  • Mercedes-Benz · 12 ✖

reporter_transport_mode 1

  • Pedestrian · 12 ✖

disposal 1

  • Court · 12 ✖
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
7302 op-snap---monthly-publication-february-2026.pdf   49 2026-02 Pedestrian Mercedes-Benz AMG C Black Cause vehicle to be left in a dangerous position None Inverclyde Road Inverclyde Road Birmingham Birmingham Court N/A   52.5218439 -1.9215045
10851 op-snap---monthly-publication-january-2026.pdf   312 2026-01 Pedestrian Mercedes-Benz Splinter White Cause vehicle to be left in a dangerous position None Rotten Park Road Rotten Park Road Birmingham Birmingham Court N/A      
2881 op-snap---monthly-publication-august-2025.pdf   856 2025-08 Pedestrian Mercedes-Benz GLA White Use a motor vehicle / trailer in a condition likely to cause danger of injury None Thomas Lansdail St Thomas Lansdail Street Coventry Coventry Court N/A      
16285 op-snap---monthly-publication-march-2025.pdf   42 2025-03 Pedestrian Mercedes-Benz AMG Silver Cause vehicle to be left in a dangerous position No Insurance Clent Road Clent Road Sandwell Sandwell Court N/A Yes - Via Email 52.4725947 -1.9952306
5276 op-snap---monthly-publication-february-2025.pdf   93 2025-02 Pedestrian Mercedes-Benz GLC220 GREY 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
5455 op-snap---monthly-publication-february-2025.pdf   272 2025-02 Pedestrian Mercedes-Benz E250 Silver Cause vehicle to be left in a dangerous position No Insurance Harvey Road Harvey Road Birmingham Birmingham Court N/A Yes - Via Email 52.4648677 -1.8098193
5991 op-snap---monthly-publication-february-2025.pdf   808 2025-02 Pedestrian Mercedes-Benz E220 Black Stop a vehicle within pelican pedestrian crossing limits No Insurance Poplar Road, Kings Heath Poplar Road, Kings Heath Birmingham Birmingham Court N/A Yes - Via Email 52.436035 -1.891685
6251 op-snap---monthly-publication-february-2025.pdf   1068 2025-02 Pedestrian Mercedes-Benz CLK220 White Driving without Due Care and Attention No Insurance Waterfront Way, Merry Hill (Car Park Waterfront Way, Merry Hill (Car Park D7)udley D7)Udley Court N/A Yes - Via Email    
7011 op-snap---monthly-publication-february-2025.pdf   1828 2025-02 Pedestrian Mercedes-Benz AMG Silver Cause vehicle to be left in a dangerous position No Insurance Clent Road Clent Road Sandwell Sandwell Court N/A Yes - Via Email 52.4725947 -1.9952306
8963 op-snap---monthly-publication-january-2025.pdf   71 2025-01 Pedestrian Mercedes-Benz SPRINTER White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area No Insurance SILVERTON ROAD Silverton Road Birmingham Birmingham Court N/A Yes - Via Email    
9243 op-snap---monthly-publication-january-2025.pdf   351 2025-01 Pedestrian Mercedes-Benz BENZ Black Stop a vehicle within pelican pedestrian crossing limits No Insurance LADYPOOL ROAD Ladypool Road Birmingham Birmingham Court N/A Yes - Via Email 52.4520441 -1.8787544
10285 op-snap---monthly-publication-january-2025.pdf   1393 2025-01 Pedestrian Mercedes-Benz V220 Black Cause vehicle to be left in a dangerous position VRM fails to conform to Regulations Clent Road, Oldbury Clent Road, Oldbury Sandwell Sandwell Court N/A Yes - Via Email    

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