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

10 rows where month = "2025-07", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Land Rover" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale

offence 4

  • Driving without Due Care and Attention 6
  • Using a Mobile Phone Whilst Driving 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Cause vehicle to be left in a dangerous position 1

disposal 4

  • NFA 5
  • Fixed Penalty 2
  • Warning Letter 2
  • Education 1

council_area 4

  • Birmingham 5
  • Coventry 2
  • Out of Force Area 2
  • Wolverhampton 1

vehicle_make 1

  • Land Rover · 10 ✖

reporter_transport_mode 1

  • Pedal Bike · 10 ✖

month 1

  • 2025-07 · 10 ✖
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
12082 op-snap---monthly-publication-july-2025.pdf   134 2025-07 Pedal Bike Land Rover Range Rover Black Using a Mobile Phone Whilst Driving None Augustus Road Augustus Road Birmingham Birmingham Fixed Penalty N/A   52.4695793 -1.9378608
12420 op-snap---monthly-publication-july-2025.pdf   472 2025-07 Pedal Bike Land Rover Discovery Silver Driving without Due Care and Attention None Bridgenorth Road Bridgenorth Road Out of Force Area Out of Force Area NFA Out of Force      
12610 op-snap---monthly-publication-july-2025.pdf   662 2025-07 Pedal Bike Land Rover Freelander Black Driving without Due Care and Attention None Robin Hood Island Robin Hood Island Birmingham Birmingham NFA No Offence   52.4220705 -1.8372335
12620 op-snap---monthly-publication-july-2025.pdf   672 2025-07 Pedal Bike Land Rover Range Rover White Driving without Due Care and Attention None Redhill Road Redhill Road Birmingham Birmingham Education N/A   52.4618364 -1.8328803
13040 op-snap---monthly-publication-july-2025.pdf   1092 2025-07 Pedal Bike Land Rover Freelander White Using a Mobile Phone Whilst Driving None Kenilworth Road Kenilworth Road Coventry Coventry Fixed Penalty N/A   52.3833298 -1.5379214
13047 op-snap---monthly-publication-july-2025.pdf   1099 2025-07 Pedal Bike Land Rover Range Rover Grey Driving without Due Care and Attention None Queensbridge Road Queensbridge Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4415108 -1.8971434
13103 op-snap---monthly-publication-july-2025.pdf   1155 2025-07 Pedal Bike Land Rover Defender Green Driving without Due Care and Attention None Killhorse Lane (Ludlow) Killhorse Lane (Ludlow) Out of Force Area Out of Force Area NFA Out of Force      
13134 op-snap---monthly-publication-july-2025.pdf   1186 2025-07 Pedal Bike Land Rover Evoque Black Cause vehicle to be left in a dangerous position None Ambergate Road Road , Bilston Ambergate Road Road , Bilston Wolverhampton Wolverhampton NFA Outside of 14 Days NIP   52.5597351 -2.081298
13167 op-snap---monthly-publication-july-2025.pdf   1219 2025-07 Pedal Bike Land Rover Defender Green Driving without Due Care and Attention None Lavender Hall Lane Lavender Hall Lane Coventry Coventry Warning Letter N/A      
13361 op-snap---monthly-publication-july-2025.pdf   1413 2025-07 Pedal Bike Land Rover SVR Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Edgbaston Street Edgbaston Street Birmingham Birmingham Warning Letter N/A   52.4764509 -1.8958723

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