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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, council_area_raw

offence 6

  • Cause vehicle to be left in a dangerous position 5
  • Driving without Due Care and Attention 3
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Contravene Lane Closure Red X 1
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1
  • Using a Mobile Phone Whilst Driving 1

council_area 6

  • Birmingham 7
  • Coventry 2
  • Dudley 1
  • Solihull 1
  • Walsall 1
  • Wolverhampton 1

reporter_transport_mode 2

  • Car 7
  • Pedestrian 6

vehicle_make 1

  • Citroen · 13 ✖

month 1

  • 2025-07 · 13 ✖

disposal 1

  • Warning Letter · 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
13335 op-snap---monthly-publication-july-2025.pdf   1387 2025-07 Car Citroen Dispatch White Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Upper Holland Road Upper Holland Road Birmingham Birmingham Warning Letter N/A   52.561 -1.8187105
13400 op-snap---monthly-publication-july-2025.pdf   1452 2025-07 Pedestrian Citroen C1 Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Barnsley Raod Barnsley Road Birmingham Birmingham Warning Letter N/A   52.4743497 -1.965737
13405 op-snap---monthly-publication-july-2025.pdf   1457 2025-07 Pedestrian Citroen C4 Grey Cause vehicle to be left in a dangerous position None Avenue Road Avenue Road Birmingham Birmingham Warning Letter N/A   52.4941712 -1.8795158
13410 op-snap---monthly-publication-july-2025.pdf   1462 2025-07 Car Citroen C4 Blue Driving without Due Care and Attention None Cheveral Avenue Cheveral Avenue Coventry Coventry Warning Letter N/A   52.4257402 -1.5185037
13412 op-snap---monthly-publication-july-2025.pdf   1464 2025-07 Pedestrian Citroen DS3 Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Holland Road Holland Road Birmingham Birmingham Warning Letter N/A   52.5568516 -1.8248341
13621 op-snap---monthly-publication-july-2025.pdf   1673 2025-07 Pedestrian Citroen DS3 White Cause vehicle to be left in a dangerous position None Gayfield Road Gayfield Road Dudley Dudley Warning Letter N/A      
13730 op-snap---monthly-publication-july-2025.pdf   1782 2025-07 Car Citroen C3 Grey Cause vehicle to be left in a dangerous position None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
13784 op-snap---monthly-publication-july-2025.pdf   1836 2025-07 Car Citroen C2 Red Driving without Due Care and Attention None M6 Northbound between jct 9 and 10 M6 Northbound between jct 9 and 10 Walsall Walsall Warning Letter N/A   52.676119 -2.0858425
13901 op-snap---monthly-publication-july-2025.pdf   1953 2025-07 Car Citroen Berlingo White Using a Mobile Phone Whilst Driving None Unknon in Coventry Unknon in Coventry Coventry Coventry Warning Letter N/A      
13953 op-snap---monthly-publication-july-2025.pdf   2005 2025-07 Pedestrian Citroen Picasso Grey Cause vehicle to be left in a dangerous position None Cannock Road Cannock Road Wolverhampton Wolverhampton Warning Letter N/A   52.6083917 -2.1033365
13991 op-snap---monthly-publication-july-2025.pdf   2043 2025-07 Car Citroen C1 Blue Contravene Lane Closure Red X None Tyburn Road Tyburn Road Birmingham Birmingham Warning Letter N/A   52.5113867 -1.8337258
14053 op-snap---monthly-publication-july-2025.pdf   2105 2025-07 Pedestrian Citroen C4 Grey Cause vehicle to be left in a dangerous position None Dorridge Dorridge Solihull Solihull Warning Letter N/A   52.371854 -1.7528556
14058 op-snap---monthly-publication-july-2025.pdf   2110 2025-07 Car Citroen Dispatch White Driving without Due Care and Attention None M42 Southbound to airport M42 Southbound to airport Birmingham Birmingham Warning Letter 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);