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

8 rows where council_area = "Birmingham" and offence = "Use a vehicle / cycle on a road and contravene a l" 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 6

  • Yamaha 2
  • Audi 1
  • Ford 1
  • Mercedes-Benz 1
  • Skoda 1
  • Volkswagen 1

disposal 3

  • Warning Letter 5
  • Fixed Penalty 2
  • NFA 1

reporter_transport_mode 2

  • Pedestrian 5
  • Car 3

offence 1

  • Use a vehicle / cycle on a road and contravene a l · 8 ✖

month 1

  • 2025-09 8

council_area 1

  • Birmingham · 8 ✖
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
24214 op-snap---monthly-publication-september-2025.pdf   433 2025-09 Pedestrian Volkswagen Golf Blue Use a vehicle / cycle on a road and contravene a l ocal traffic order other Nthoanne parking Walsall Road Walsall Road Birmingham Birmingham Fixed Penalty N/A   52.5919543 -1.8517118
24687 op-snap---monthly-publication-september-2025.pdf   906 2025-09 Pedestrian Skoda Superb Grey Use a vehicle / cycle on a road and contravene a l ocal traffic order other Nthoanne parking Newhall Street jn with Gr Charles Queensway Newhall Street jn with Gr Charles Queensway Birmingham Birmingham Fixed Penalty N/A      
24701 op-snap---monthly-publication-september-2025.pdf   920 2025-09 Pedestrian   multiple   Use a vehicle / cycle on a road and contravene a l ocal traffic order other Nthoanne parking Powell Street Powell Street Birmingham Birmingham NFA No Independent Evidence Available   52.4839387 -1.9157049
24950 op-snap---monthly-publication-september-2025.pdf   1169 2025-09 Pedestrian Yamaha GPD125 Grey Use a vehicle / cycle on a road and contravene a l ocal traffic order other Nthoanne parking Bishopsgate Street Bishopsgate Street Birmingham Birmingham Warning Letter N/A   52.473986 -1.9147087
24951 op-snap---monthly-publication-september-2025.pdf   1170 2025-09 Pedestrian Yamaha VMOTO Silver Use a vehicle / cycle on a road and contravene a l ocal traffic order other Nthoanne parking Bishopsgate Street Bishopsgate Street Birmingham Birmingham Warning Letter N/A   52.473986 -1.9147087
25369 op-snap---monthly-publication-september-2025.pdf   1588 2025-09 Car Ford Ranger White Use a vehicle / cycle on a road and contravene a l ocal traffic order other Nthoanne parking New Street New Street Birmingham Birmingham Warning Letter N/A   52.4791344 -1.8986915
25403 op-snap---monthly-publication-september-2025.pdf   1622 2025-09 Car Mercedes-Benz e220 Black Use a vehicle / cycle on a road and contravene a l ocal traffic order other Nthoanne parking Regent Place Regent Place Birmingham Birmingham Warning Letter N/A   52.4860376 -1.9095854
25429 op-snap---monthly-publication-september-2025.pdf   1648 2025-09 Car Audi Q2 White Use a vehicle / cycle on a road and contravene a l ocal traffic order other Nthoanne parking Great Charles St Great Charles Street Birmingham Birmingham Warning Letter N/A   52.4837518 -1.901874

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