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

12 rows where council_area = "Coventry", month = "2025-04" and offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

vehicle_make 8

  • Ford 4
  • BMW 2
  • Honda 1
  • Hyundai 1
  • Mg 1
  • Peugeot 1
  • Renault 1
  • Volkswagen 1

disposal 4

  • Fixed Penalty 4
  • Warning Letter 4
  • NFA 3
  • Other Action Taken 1

reporter_transport_mode 2

  • Pedal Bike 8
  • Pedestrian 4

offence 1

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 12 ✖

month 1

  • 2025-04 · 12 ✖

council_area 1

  • Coventry · 12 ✖
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
150 op-snap---monthly-publication-april-2025.pdf   149 2025-04 Pedal Bike BMW 318I Green Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Peel Street Peel Street Coventry Coventry NFA Misc Inc Crimes   52.4220254 -1.4950687
168 op-snap---monthly-publication-april-2025.pdf   167 2025-04 Pedestrian Honda Civic Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Bingle Ave Bingle Ave Coventry Coventry Other Action Taken N/A      
323 op-snap---monthly-publication-april-2025.pdf   322 2025-04 Pedal Bike Volkswagen Crafter Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Barker Butts Lane Barker Butts Lane Coventry Coventry Warning Letter N/A      
325 op-snap---monthly-publication-april-2025.pdf   324 2025-04 Pedal Bike Ford Transit White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Westhill Road Westhill Road Coventry Coventry Fixed Penalty N/A   52.4225058 -1.5356916
326 op-snap---monthly-publication-april-2025.pdf   325 2025-04 Pedal Bike Hyundai Accent Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Westhill Road Westhill Road Coventry Coventry Fixed Penalty N/A   52.4225058 -1.5356916
328 op-snap---monthly-publication-april-2025.pdf   327 2025-04 Pedal Bike Peugeot 3008.. Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Westhill Road Westhill Road Coventry Coventry Fixed Penalty N/A   52.4225058 -1.5356916
331 op-snap---monthly-publication-april-2025.pdf   330 2025-04 Pedestrian Ford Focus Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Dewsbury Avenue Dewsbury Avenue Coventry Coventry Fixed Penalty N/A   52.3848122 -1.5204351
573 op-snap---monthly-publication-april-2025.pdf   572 2025-04 Pedal Bike BMW 118.. White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Corporation Street Corporation Street Coventry Coventry Warning Letter N/A   52.4086244 -1.515132
694 op-snap---monthly-publication-april-2025.pdf   693 2025-04 Pedestrian Ford Fiesta Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Parkgate Road Parkgate Road Coventry Coventry Warning Letter N/A   52.445796 -1.5148141
765 op-snap---monthly-publication-april-2025.pdf   764 2025-04 Pedal Bike Ford Ranger Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Binley Road Binley Road Coventry Coventry Warning Letter N/A   52.4070602 -1.4732469
794 op-snap---monthly-publication-april-2025.pdf   793 2025-04 Pedal Bike Mg HS White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Tile House Lane Tile House Lane Coventry Coventry NFA No Offence      
1292 op-snap---monthly-publication-april-2025.pdf   1291 2025-04 Pedestrian Renault NP Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Earlsdon avenue south Earlsdon avenue south Coventry Coventry NFA Not in Public Interest   52.3960991 -1.5255671

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