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 disposal = "Fixed Penalty", offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" and vehicle_make = "Hyundai" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, latitude, longitude

month 7

  • 2025-05 3
  • 2025-01 2
  • 2025-03 2
  • 2026-02 2
  • 2025-02 1
  • 2025-04 1
  • 2025-06 1

reporter_transport_mode 4

  • Pedestrian 5
  • Car 3
  • Pedal Bike 3
  • Other 1

council_area 3

  • Birmingham 10
  • Coventry 1
  • Sutton Coldfield 1

vehicle_make 1

  • Hyundai · 12 ✖

offence 1

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

disposal 1

  • Fixed Penalty · 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
7522 op-snap---monthly-publication-february-2026.pdf   269 2026-02 Pedestrian Hyundai I10.. Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Dale Close Dale Close Birmingham Birmingham Fixed Penalty N/A   52.4215728 -1.8433062
8208 op-snap---monthly-publication-february-2026.pdf   955 2026-02 Other Hyundai Tucson Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Brighton Road Brighton Road Birmingham Birmingham Fixed Penalty N/A   52.4543156 -1.8840717
14950 op-snap---monthly-publication-june-2025.pdf   879 2025-06 Car Hyundai I10 White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Birchfield Road Birchfield Road Birmingham Birmingham Fixed Penalty N/A   52.5170745 -1.9012542
18737 op-snap---monthly-publication-may-2025.pdf   99 2025-05 Pedestrian Hyundai Tucson Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Windsor Street South Windsor Street South Birmingham Birmingham Fixed Penalty N/A   52.4850068 -1.8801252
19219 op-snap---monthly-publication-may-2025.pdf   581 2025-05 Car Hyundai I20.. White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Bewdley Road Bewdley Road Birmingham Birmingham Fixed Penalty N/A   52.4330724 -1.9181313
19841 op-snap---monthly-publication-may-2025.pdf   1203 2025-05 Pedestrian Hyundai IX 35 Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Evelyn Road Evelyn Road Birmingham Birmingham Fixed Penalty N/A   52.4515664 -1.8624266
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
16536 op-snap---monthly-publication-march-2025.pdf   293 2025-03 Pedal Bike Hyundai I10 Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Bradford Street Bradford Street Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4708802 -1.8792135
17154 op-snap---monthly-publication-march-2025.pdf   911 2025-03 Pedal Bike Hyundai I10 Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Bradford Street Bradford Street Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4708802 -1.8792135
6703 op-snap---monthly-publication-february-2025.pdf   1520 2025-02 Car Hyundai kona Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None CANNON HILL ROAD Cannon Hill Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4569873 -1.8971744
9891 op-snap---monthly-publication-january-2025.pdf   999 2025-01 Pedestrian Hyundai TUCSON Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None LOWER QUEEN STREET Lower Queen Street Sutton Coldfield Sutton Coldfield Fixed Penalty N/A Yes - Via Email 52.5603978 -1.8227403
10327 op-snap---monthly-publication-january-2025.pdf   1435 2025-01 Pedestrian Hyundai Tucson Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Worlds End Lane Worlds End Lane Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4555997 -1.9882443

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