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

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

offence 7

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Cause vehicle to be left in a dangerous position 2
  • Driving without Due Care and Attention 2
  • Using a Mobile Phone Whilst Driving 2
  • Contravening a Red Traffic Light 1
  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen 1
  • No Insurance 1

month 6

  • 2025-01 2
  • 2025-02 2
  • 2025-03 2
  • 2025-05 2
  • 2025-08 2
  • 2025-07 1

council_area 4

  • Birmingham 7
  • Walsall 2
  • Dudley 1
  • Sandwell 1

vehicle_make 1

  • Vauxhall · 11 ✖

reporter_transport_mode 1

  • Pedestrian · 11 ✖

disposal 1

  • Court · 11 ✖
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
2204 op-snap---monthly-publication-august-2025.pdf   179 2025-08 Pedestrian Vauxhall Corsa Silver Using a Mobile Phone Whilst Driving None Hadley Road Hadley Road Birmingham Birmingham Court N/A   52.4419793 -1.9297441
2581 op-snap---monthly-publication-august-2025.pdf   556 2025-08 Pedestrian Vauxhall Corsa Black Driving without Due Care and Attention None Waterfront Car Park Waterfront Car Park Dudley Dudley Court N/A      
12365 op-snap---monthly-publication-july-2025.pdf   417 2025-07 Pedestrian Vauxhall Corsa Black Driving without Due Care and Attention No Insurance Bordsley Green Bordsley Green Birmingham Birmingham Court N/A      
18746 op-snap---monthly-publication-may-2025.pdf   108 2025-05 Pedestrian Vauxhall Zafira Silver Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen Nt one Regent Place Regent Place Birmingham Birmingham Court N/A   52.4860376 -1.9095854
18997 op-snap---monthly-publication-may-2025.pdf   359 2025-05 Pedestrian Vauxhall Astra Black Cause vehicle to be left in a dangerous position No Insurance Ashdale Drive, Hollywood Ashdale Drive, Hollywood Birmingham Birmingham Court N/A      
16322 op-snap---monthly-publication-march-2025.pdf   79 2025-03 Pedestrian Vauxhall ASTRA Grey Using a Mobile Phone Whilst Driving No Seat Belt DAW END LANE Daw End Lane Metropolitan Borough of Walsall Walsall Court N/A Yes - Via Email 52.6068849 -1.9611652
17071 op-snap---monthly-publication-march-2025.pdf   828 2025-03 Pedestrian Vauxhall Insignia Silver Contravening a Red Traffic Light Use vehicle on a road without valid test certificate Daw End Lane Daw End Lane Metropolitan Borough of Walsall Walsall Court N/A Yes - Via Email 52.6068849 -1.9611652
6411 op-snap---monthly-publication-february-2025.pdf   1228 2025-02 Pedestrian Vauxhall MERIVA Silver No Insurance Use vehicle on a road without valid test certificate TAME RISE Tame Rise Birmingham Birmingham Court N/A Yes - Via Email    
6780 op-snap---monthly-publication-february-2025.pdf   1597 2025-02 Pedestrian Vauxhall Vivaro Grey Cause vehicle to be left in a dangerous position Use vehicle on a road without valid test certificate Chantry Road Chantry Road Birmingham Birmingham Court N/A Yes - Via Email 52.4496376 -1.8915224
9010 op-snap---monthly-publication-january-2025.pdf   118 2025-01 Pedestrian Vauxhall ASTRA Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area Use vehicle on a road without valid test c eFrOtiSfBicRaOteOKE ROAD e Fr Oti Sf Bic Ra Ote OKE ROAD Birmingham Birmingham Court N/A Yes - Via Email    
9975 op-snap---monthly-publication-january-2025.pdf   1083 2025-01 Pedestrian Vauxhall Astra White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area No Insurance St Albans Road Street Albans Road 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);