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

13 rows where council_area = "Birmingham", month = "2025-03" and offence = "Use a vehicle / cycle on a road and contravene a local traffic order other than parking" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

vehicle_make 7

  • Toyota 4
  • BMW 2
  • Seat 2
  • Volkswagen 2
  • Audi 1
  • Kia 1
  • Volvo 1

reporter_transport_mode 3

  • Car 8
  • Pedal Bike 3
  • Pedestrian 2

disposal 2

  • Warning Letter 8
  • Fixed Penalty 5

offence 1

  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking · 13 ✖

month 1

  • 2025-03 · 13 ✖

council_area 1

  • Birmingham · 13 ✖
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
16559 op-snap---monthly-publication-march-2025.pdf   316 2025-03 Pedal Bike Toyota Auris Silver Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Bradford Street Bradford Street Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4708802 -1.8792135
16560 op-snap---monthly-publication-march-2025.pdf   317 2025-03 Pedal Bike Seat Ibiza Grey Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Bradford Street Bradford Street Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4708802 -1.8792135
17637 op-snap---monthly-publication-march-2025.pdf   1394 2025-03 Car Toyota Prius White Use a vehicle / cycle on a road and contravene a local traffic order other than parking None James Watt Queensway James Watt Queensway Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4824626 -1.8907785
17647 op-snap---monthly-publication-march-2025.pdf   1404 2025-03 Car Kia Ceed White Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Small Heath Highway Small Heath Highway Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4709298 -1.8722585
17648 op-snap---monthly-publication-march-2025.pdf   1405 2025-03 Car Volkswagen Golf Blue Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Small Heath Highway Small Heath Highway Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4709298 -1.8722585
17677 op-snap---monthly-publication-march-2025.pdf   1434 2025-03 Pedestrian Seat Ibiza Black Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Addison Road Addison Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4313296 -1.8882575
18160 op-snap---monthly-publication-march-2025.pdf   1917 2025-03 Car Volvo V40 Blue Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Tenby Street to Tenby Street North Tenby Street to Tenby Street North Birmingham Birmingham Fixed Penalty N/A Yes - Via Email    
18390 op-snap---monthly-publication-march-2025.pdf   2147 2025-03 Pedal Bike Toyota PRIUS Grey Use a vehicle / cycle on a road and contravene a local traffic order other than parking None SMALLBROOK, QUEENSWAY Smallbrook, Queensway Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4768926 -1.8963292
18391 op-snap---monthly-publication-march-2025.pdf   2148 2025-03 Pedestrian BMW X7 Black Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Regent Street Regent Street Birmingham Birmingham Warning Letter Outside of 14 Days NIP Yes - Via Email 52.4291721 -1.9250565
18396 op-snap---monthly-publication-march-2025.pdf   2153 2025-03 Car Volkswagen Golf Blue Use a vehicle / cycle on a road and contravene a local traffic order other than parking None New John Street New John Street Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4920451 -1.8920402
18397 op-snap---monthly-publication-march-2025.pdf   2154 2025-03 Car Toyota Prius Silver Use a vehicle / cycle on a road and contravene a local traffic order other than parking None New John Street New John Street Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4920451 -1.8920402
18602 op-snap---monthly-publication-march-2025.pdf   2359 2025-03 Car BMW 128 Grey Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Small Heath Highway Small Heath Highway Birmingham Birmingham Warning Letter Outside of 14 Days NIP Yes - Via Email 52.4709298 -1.8722585
18603 op-snap---monthly-publication-march-2025.pdf   2360 2025-03 Car Audi     Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Small Heath Highway Small Heath Highway Birmingham Birmingham Warning Letter Outside of 14 Days NIP Yes - Via Email 52.4709298 -1.8722585

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