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", disposal = "Warning Letter" and vehicle_make = "Peugeot" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour

month 8

  • 2025-02 3
  • 2025-12 2
  • 2025-05 1
  • 2025-06 1
  • 2025-07 1
  • 2025-08 1
  • 2025-10 1
  • 2025-11 1

offence 4

  • Driving without Due Care and Attention 6
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Contravening a Red Traffic Light 2
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1

reporter_transport_mode 3

  • Car 8
  • Pedestrian 2
  • Pedal Bike 1

vehicle_make 1

  • Peugeot · 11 ✖

disposal 1

  • Warning Letter · 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
4664 op-snap---monthly-publication-december-2025.pdf   792 2025-12 Car Peugeot 208 Silver Driving without Due Care and Attention None Warwick Road Warwick Road Solihull Solihull Warning Letter N/A   52.4428606 -1.812114
5152 op-snap---monthly-publication-december-2025.pdf   1280 2025-12 Pedestrian Peugeot 308 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Priory Road Priory Road Solihull Solihull Warning Letter N/A   52.4080373 -1.8511521
20765 op-snap---monthly-publication-november-2025.pdf   307 2025-11 Pedal Bike Peugeot 3008 GT Brown Driving without Due Care and Attention None Widney Road Widney Road Solihull Solihull Warning Letter N/A   52.3795667 -1.7478958
23001 op-snap---monthly-publication-october-2025.pdf   951 2025-10 Car Peugeot Partner Silver Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Chester Road Chester Road Solihull Solihull Warning Letter N/A   52.5021946 -1.7719526
2870 op-snap---monthly-publication-august-2025.pdf   845 2025-08 Car Peugeot Partner White Driving without Due Care and Attention None Sears Retails Park Sears Retails Park Solihull Solihull Warning Letter N/A      
13959 op-snap---monthly-publication-july-2025.pdf   2011 2025-07 Car Peugeot Expert Grey Contravening a Red Traffic Light None Junction 4 M42 roundabout Shirley Junction 4 M42 roundabout Shirley Solihull Solihull Warning Letter N/A      
14900 op-snap---monthly-publication-june-2025.pdf   829 2025-06 Car Peugeot 3008 Blue Driving without Due Care and Attention None Netherwood Lane Netherwood Lane Solihull Solihull Warning Letter N/A   52.3572751 -1.7083402
20324 op-snap---monthly-publication-may-2025.pdf   1686 2025-05 Car Peugeot 208 Yellow Driving without Due Care and Attention None Solihull college Solihull college Solihull Solihull Warning Letter N/A   52.410343 -1.793238
5551 op-snap---monthly-publication-february-2025.pdf   368 2025-02 Car Peugeot Boxer White Contravening a Red Traffic Light None Streetbrook Road Streetbrook Road Solihull Solihull Warning Letter N/A Yes - Via Email    
6115 op-snap---monthly-publication-february-2025.pdf   932 2025-02 Car Peugeot 206 Blue Driving without Due Care and Attention None Streetsbrook Road Streetsbrook Road Solihull Solihull Warning Letter N/A Yes - Via Email 52.4223176 -1.8253145
6297 op-snap---monthly-publication-february-2025.pdf   1114 2025-02 Pedestrian Peugeot 308 Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Fernhill Road Fernhill Road Solihull Solihull Warning Letter N/A Yes - Via Email 52.4445476 -1.8038437

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