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 council_area = "Solihull", month = "2025-04" and reporter_transport_mode = "Pedestrian" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude

vehicle_make 8

  • Mercedes-Benz 3
  • Ford 2
  • Audi 1
  • Mitsubishi 1
  • Porsche 1
  • Seat 1
  • Skoda 1
  • Volkswagen 1

offence 7

  • Stop a vehicle on pedestrian crossing 3
  • Cause vehicle to be left in a dangerous position 2
  • Misc - Non Traffic Offences 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Contravening a Red Traffic Light 1
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
  • Using a Mobile Phone Whilst Driving 1

disposal 3

  • NFA 8
  • Education 2
  • Fixed Penalty 1

reporter_transport_mode 1

  • Pedestrian · 11 ✖

month 1

  • 2025-04 · 11 ✖

council_area 1

  • Solihull · 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
79 op-snap---monthly-publication-april-2025.pdf   78 2025-04 Pedestrian Volkswagen Golf Black Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Upper Holland Road Upper Holland Road Solihull Solihull Fixed Penalty N/A      
332 op-snap---monthly-publication-april-2025.pdf   331 2025-04 Pedestrian Mercedes-Benz Sprinter White Cause vehicle to be left in a dangerous position None Coverdale Road Coverdale Road Solihull Solihull NFA Outside of 14 Days NIP   52.452017 -1.7918994
568 op-snap---monthly-publication-april-2025.pdf   567 2025-04 Pedestrian Mercedes-Benz Sprinter White Misc - Non Traffic Offences None Stratford Road Stratford Road Solihull Solihull NFA Misc Inc Crimes   52.4191184 -1.8326637
658 op-snap---monthly-publication-april-2025.pdf   657 2025-04 Pedestrian Ford Focus Grey Stop a vehicle on pedestrian crossing None Green Lane Green Lane Solihull Solihull Education N/A   52.5069826 -1.7643766
659 op-snap---monthly-publication-april-2025.pdf   658 2025-04 Pedestrian Mitsubishi Colt Red Stop a vehicle on pedestrian crossing None Green Lane Green Lane Solihull Solihull Education N/A   52.5069826 -1.7643766
662 op-snap---monthly-publication-april-2025.pdf   661 2025-04 Pedestrian Porsche 911 Grey Misc - Non Traffic Offences None Not known   Solihull Solihull NFA Not in Public Interest      
776 op-snap---monthly-publication-april-2025.pdf   775 2025-04 Pedestrian Skoda Zodiaq Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Hatchford Brook Hatchford Brook Solihull Solihull NFA No Offence   52.4492207 -1.7785424
1083 op-snap---monthly-publication-april-2025.pdf   1082 2025-04 Pedestrian Mercedes-Benz   Black Using a Mobile Phone Whilst Driving None Dower Road Dower Road Solihull Solihull NFA No Independent Evidence Available      
1321 op-snap---monthly-publication-april-2025.pdf   1320 2025-04 Pedestrian Ford NP Black Contravening a Red Traffic Light None Greyfriars Road near the junction with Sheriffs Greyfriars Road near the junction with Sheriffs Solihull Solihull NFA Outside of 14 Days NIP      
1351 op-snap---monthly-publication-april-2025.pdf   1350 2025-04 Pedestrian Audi A6 Grey Cause vehicle to be left in a dangerous position None Lyndon Road , Solihull Lyndon Road , Solihull Solihull Solihull NFA Outside of 14 Days NIP   52.4527113 -1.789438
1420 op-snap---monthly-publication-april-2025.pdf   1419 2025-04 Pedestrian Seat Leon Black Stop a vehicle on pedestrian crossing None stratford road Stratford Road Solihull Solihull NFA Outside of 14 Days NIP   52.4191184 -1.8326637

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