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

14 rows where disposal = "Warning Letter", offence = "Use a motor vehicle / trailer in a condition likely to cause danger of injury" and reporter_transport_mode = "Car" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw

vehicle_make 9

  • Ford 4
  • Audi 2
  • Honda 1
  • Iveco 1
  • Land Rover 1
  • Nissan 1
  • Omoda 1
  • Vauxhall 1
  • Volkswagen 1

month 8

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

council_area 5

  • Birmingham 5
  • Sandwell 3
  • Solihull 3
  • Coventry 2
  • Wolverhampton 1

reporter_transport_mode 1

  • Car · 14 ✖

offence 1

  • Use a motor vehicle / trailer in a condition likely to cause danger of injury · 14 ✖

disposal 1

  • Warning Letter · 14 ✖
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
21258 op-snap---monthly-publication-november-2025.pdf   800 2025-11 Car Iveco Daily White Use a motor vehicle / trailer in a condition likely to cause danger of injury None Hagley Road Hagley Road Birmingham Birmingham Warning Letter N/A   52.471632 -1.9456776
23670 op-snap---monthly-publication-october-2025.pdf   1620 2025-10 Car Omoda Noble Blue Use a motor vehicle / trailer in a condition likely to cause danger of injury None George Street George Street Wolverhampton Wolverhampton Warning Letter N/A   52.570991 -2.1012224
3455 op-snap---monthly-publication-august-2025.pdf   1430 2025-08 Car Land Rover red red Use a motor vehicle / trailer in a condition likely to cause danger of injury None A45 Coventry Coventry Coventry Coventry Warning Letter N/A   52.400739 -1.5135474
3576 op-snap---monthly-publication-august-2025.pdf   1551 2025-08 Car Nissan cabstar White Use a motor vehicle / trailer in a condition likely to cause danger of injury None Hockley Heath Hockley Heath Solihull Solihull Warning Letter N/A   52.3515699 -1.7767319
3748 op-snap---monthly-publication-august-2025.pdf   1723 2025-08 Car Ford Focus Blue Use a motor vehicle / trailer in a condition likely to cause danger of injury None M5 near junction 1 M5 near junction 1 Sandwell Sandwell Warning Letter N/A      
3768 op-snap---monthly-publication-august-2025.pdf   1743 2025-08 Car Audi A4 Black Use a motor vehicle / trailer in a condition likely to cause danger of injury None Great Western Way Great Western Way Sandwell Sandwell Warning Letter N/A   52.5312261 -2.0341031
13591 op-snap---monthly-publication-july-2025.pdf   1643 2025-07 Car Honda CR-V Grey Use a motor vehicle / trailer in a condition likely to cause danger of injury None Vicarage Road Vicarage Road Sandwell Sandwell Warning Letter N/A   52.5573855 -2.0133095
13594 op-snap---monthly-publication-july-2025.pdf   1646 2025-07 Car Ford transit White Use a motor vehicle / trailer in a condition likely to cause danger of injury None M6 M6 Birmingham Birmingham Warning Letter N/A      
14563 op-snap---monthly-publication-june-2025.pdf   492 2025-06 Car Audi A4.. Grey Use a motor vehicle / trailer in a condition likely to cause danger of injury None Churchill Avenue Churchill Avenue Coventry Coventry Warning Letter N/A   52.4349565 -1.4998638
15904 op-snap---monthly-publication-june-2025.pdf   1833 2025-06 Car Ford Focus Silver Use a motor vehicle / trailer in a condition likely to cause danger of injury None Holyhead Road Holyhead Road Birmingham Birmingham Warning Letter N/A   52.505233 -1.9446276
16114 op-snap---monthly-publication-june-2025.pdf   2043 2025-06 Car Volkswagen Caddy White Use a motor vehicle / trailer in a condition likely to cause danger of injury None Shirley Road Shirley Road Solihull Solihull Warning Letter N/A   52.4073465 -1.8288279
19709 op-snap---monthly-publication-may-2025.pdf   1071 2025-05 Car Vauxhall Astra Blue Use a motor vehicle / trailer in a condition likely to cause danger of injury None M5 J8 M5 J8 Birmingham Birmingham Warning Letter N/A      
777 op-snap---monthly-publication-april-2025.pdf   776 2025-04 Car Ford Transit White Use a motor vehicle / trailer in a condition likely to cause danger of injury None M42 Junction 4 M42 Junction 4 Birmingham Birmingham Warning Letter N/A      
6342 op-snap---monthly-publication-february-2025.pdf   1159 2025-02 Car   HUMMER White Use a motor vehicle / trailer in a condition likely to cause danger of injury None Lode Lane Lode Lane Solihull Solihull Warning Letter N/A Yes - Via Email 52.4149064 -1.7832364

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