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 = "Education", month = "2025-05" and offence = "Cause vehicle to be left in a dangerous position" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

vehicle_make 11

  • Toyota 2
  • Audi 1
  • BMW 1
  • Fiat 1
  • Ford 1
  • Hyundai 1
  • Iveco 1
  • Mitsubishi 1
  • Porsche 1
  • Seat 1
  • Volkswagen 1

reporter_transport_mode 4

  • Pedestrian 8
  • Pedal Bike 2
  • Car 1
  • Other 1

council_area 2

  • Birmingham 10
  • Dudley 2

offence 1

  • Cause vehicle to be left in a dangerous position · 12 ✖

month 1

  • 2025-05 · 12 ✖

disposal 1

  • Education · 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
18851 op-snap---monthly-publication-may-2025.pdf   213 2025-05 Pedestrian BMW 320I Grey Cause vehicle to be left in a dangerous position None High St Kings Heath High Street Kings Heath Birmingham Birmingham Education N/A   52.4375456 -1.8926849
18913 op-snap---monthly-publication-may-2025.pdf   275 2025-05 Other Seat Cupra Grey Cause vehicle to be left in a dangerous position None Haywards Close Haywards Close Birmingham Birmingham Education N/A   52.526412 -1.8514249
18960 op-snap---monthly-publication-may-2025.pdf   322 2025-05 Pedestrian Volkswagen Golf Grey Cause vehicle to be left in a dangerous position None Whittington Oval Whittington Oval Birmingham Birmingham Education N/A   52.4800782 -1.7942034
18975 op-snap---monthly-publication-may-2025.pdf   337 2025-05 Pedal Bike Iveco Daily White Cause vehicle to be left in a dangerous position None Northfield Rd Northfield Road Birmingham Birmingham Education N/A   52.4167654 -1.9411244
18985 op-snap---monthly-publication-may-2025.pdf   347 2025-05 Pedal Bike Mitsubishi Outlander White Cause vehicle to be left in a dangerous position None Colmore Road Colmore Road Birmingham Birmingham Education N/A   52.4296373 -1.8993161
19148 op-snap---monthly-publication-may-2025.pdf   510 2025-05 Pedestrian Toyota YARIS Grey Cause vehicle to be left in a dangerous position None WOODVILLE ROAD Woodville Road Birmingham Birmingham Education N/A   52.4616763 -1.9653016
19162 op-snap---monthly-publication-may-2025.pdf   524 2025-05 Pedestrian Fiat 500 Blue Cause vehicle to be left in a dangerous position None GAYFIELD AVENUE Gayfield Avenue Dudley Dudley Education N/A   52.4693896 -2.1251602
19164 op-snap---monthly-publication-may-2025.pdf   526 2025-05 Pedestrian Toyota COROLLA Silver Cause vehicle to be left in a dangerous position None GAYFIELD AVENUE Gayfield Avenue Dudley Dudley Education N/A   52.4693896 -2.1251602
19202 op-snap---monthly-publication-may-2025.pdf   564 2025-05 Pedestrian Audi A3 Blue Cause vehicle to be left in a dangerous position None Ashdale Drive Ashdale Drive Birmingham Birmingham Education N/A   52.4027335 -1.876125
19204 op-snap---monthly-publication-may-2025.pdf   566 2025-05 Pedestrian Ford Focus Grey Cause vehicle to be left in a dangerous position None Ashdale Road Ashdale Road Birmingham Birmingham Education N/A      
19279 op-snap---monthly-publication-may-2025.pdf   641 2025-05 Pedestrian Hyundai I10 Blue Cause vehicle to be left in a dangerous position None Ashdale Drive Ashdale Drive Birmingham Birmingham Education N/A   52.4027335 -1.876125
19400 op-snap---monthly-publication-may-2025.pdf   762 2025-05 Car Porsche Macan Silver Cause vehicle to be left in a dangerous position None Cannon Hill Road Cannon Hill Road Birmingham Birmingham Education N/A   52.4569873 -1.8971744

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