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 council_area = "Solihull", month = "2025-06" and vehicle_make = "Audi" 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

offence 6

  • Contravening a Red Traffic Light 4
  • Driving without Due Care and Attention 4
  • Using a Mobile Phone Whilst Driving 2
  • Driving without Reasonable Consideration 1
  • Misc - Non Traffic Offences 1
  • Stop a vehicle within pelican pedestrian crossing limits 1

disposal 5

  • NFA 7
  • Fixed Penalty 2
  • Warning Letter 2
  • Court 1
  • Education 1

reporter_transport_mode 3

  • Car 9
  • Pedal Bike 3
  • Pedestrian 1

vehicle_make 1

  • Audi · 13 ✖

month 1

  • 2025-06 · 13 ✖

council_area 1

  • Solihull · 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
14084 op-snap---monthly-publication-june-2025.pdf   13 2025-06 Pedal Bike Audi Q5 Silver Driving without Reasonable Consideration None GRANGE ROAD Grange Road Solihull Solihull NFA No Independent Evidence Available   52.4285724 -1.8019101
14115 op-snap---monthly-publication-june-2025.pdf   44 2025-06 Car Audi A3 Blue Contravening a Red Traffic Light None Streetsbrook Road Streetsbrook Road Solihull Solihull NFA No Independent Evidence Available   52.4223176 -1.8253145
14279 op-snap---monthly-publication-june-2025.pdf   208 2025-06 Car Audi S3 Grey Driving without Due Care and Attention None Richmond Road Richmond Road Solihull Solihull Court N/A   52.4430188 -1.8022218
14574 op-snap---monthly-publication-june-2025.pdf   503 2025-06 Pedal Bike Audi A4 Black Driving without Due Care and Attention None Windward Way Windward Way Solihull Solihull NFA No Offence   52.5023715 -1.7555515
14804 op-snap---monthly-publication-june-2025.pdf   733 2025-06 Car Audi A6 Black Driving without Due Care and Attention None Blossomfield Road Blossomfield Road Solihull Solihull Warning Letter N/A   52.4144779 -1.7848758
14820 op-snap---monthly-publication-june-2025.pdf   749 2025-06 Car Audi Q4 Silver Driving without Due Care and Attention None Kenilworth Road Kenilworth Road Solihull Solihull Warning Letter N/A   52.4322443 -1.6746508
14954 op-snap---monthly-publication-june-2025.pdf   883 2025-06 Pedestrian Audi A3 Black Misc - Non Traffic Offences None St Bernards Road Street Bernards Road Solihull Solihull NFA No Offence      
15144 op-snap---monthly-publication-june-2025.pdf   1073 2025-06 Car Audi A3 Grey Using a Mobile Phone Whilst Driving None St Margarets Road Street Margarets Road Solihull Solihull NFA No Independent Evidence Available      
15177 op-snap---monthly-publication-june-2025.pdf   1106 2025-06 Car Audi A4 Black Contravening a Red Traffic Light None Homer Road Homer Road Solihull Solihull Education N/A   52.4103123 -1.7790808
15195 op-snap---monthly-publication-june-2025.pdf   1124 2025-06 Car Audi R8 Black Contravening a Red Traffic Light None Coventry Road Coventry Road Solihull Solihull NFA No Offence   52.4505232 -1.7606378
15197 op-snap---monthly-publication-june-2025.pdf   1126 2025-06 Car Audi S3 White Contravening a Red Traffic Light None Coventry Road Coventry Road Solihull Solihull NFA No Offence   52.4505232 -1.7606378
15613 op-snap---monthly-publication-june-2025.pdf   1542 2025-06 Pedal Bike Audi A1 Blue Using a Mobile Phone Whilst Driving None Warwick Road Warwick Road Solihull Solihull Fixed Penalty N/A   52.4428606 -1.812114
15918 op-snap---monthly-publication-june-2025.pdf   1847 2025-06 Car Audi A4 Silver Stop a vehicle within pelican pedestrian crossing limits None Knowles high street Knowles high street Solihull Solihull Fixed Penalty N/A      

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