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

14 rows where disposal = "Education", month = "2025-04" and vehicle_make = "Volkswagen" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

offence 6

  • Driving without Reasonable Consideration 5
  • Stop a vehicle within pelican pedestrian crossing limits 5
  • Cause vehicle to be left in a dangerous position 1
  • Contravening a Red Traffic Light 1
  • Driving without Due Care and Attention 1
  • Stop a vehicle on pedestrian crossing 1

reporter_transport_mode 3

  • Car 7
  • Pedal Bike 5
  • Pedestrian 2

council_area 3

  • Birmingham 11
  • Wolverhampton 2
  • Walsall 1

vehicle_make 1

  • Volkswagen · 14 ✖

month 1

  • 2025-04 · 14 ✖

disposal 1

  • Education · 14 ✖
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
100 op-snap---monthly-publication-april-2025.pdf   99 2025-04 Car Volkswagen Passat Silver Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
165 op-snap---monthly-publication-april-2025.pdf   164 2025-04 Pedal Bike Volkswagen ID4.. Blue Driving without Reasonable Consideration None Pershore Road Pershore Road Birmingham Birmingham Education N/A   52.4308271 -1.920078
181 op-snap---monthly-publication-april-2025.pdf   180 2025-04 Car Volkswagen Tiguan White Driving without Due Care and Attention Contravening a Red Traffic Light M6 towards J10 M6 towards J10 Wolverhampton Wolverhampton Education N/A      
202 op-snap---monthly-publication-april-2025.pdf   201 2025-04 Car Volkswagen Passat Blue Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
298 op-snap---monthly-publication-april-2025.pdf   297 2025-04 Car Volkswagen Fox Grey Stop a vehicle on pedestrian crossing None High Street High Street Wolverhampton Wolverhampton Education N/A   52.5635963 -2.0827567
472 op-snap---monthly-publication-april-2025.pdf   471 2025-04 Car Volkswagen Caddy White Contravening a Red Traffic Light None Tyburn Road Tyburn Road Birmingham Birmingham Education N/A   52.5113867 -1.8337258
510 op-snap---monthly-publication-april-2025.pdf   509 2025-04 Car Volkswagen Tiguan Grey Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
634 op-snap---monthly-publication-april-2025.pdf   633 2025-04 Pedal Bike Volkswagen Touran Blue Driving without Reasonable Consideration None Dogpool Lane Dogpool Lane Birmingham Birmingham Education N/A   52.4373055 -1.9126748
671 op-snap---monthly-publication-april-2025.pdf   670 2025-04 Pedal Bike Volkswagen T-Roc Black Driving without Reasonable Consideration None Forest Road, Moseley Forest Road, Moseley Birmingham Birmingham Education N/A   52.4467275 -1.8804014
721 op-snap---monthly-publication-april-2025.pdf   720 2025-04 Pedestrian Volkswagen Troc Grey Cause vehicle to be left in a dangerous position None Ashdale Drive Ashdale Drive Birmingham Birmingham Education N/A   52.4027335 -1.876125
724 op-snap---monthly-publication-april-2025.pdf   723 2025-04 Pedal Bike Volkswagen Beetle White Driving without Reasonable Consideration None A456 Hagley Road West Hagley Road West Birmingham Birmingham Education N/A   52.4656414 -1.9852276
746 op-snap---monthly-publication-april-2025.pdf   745 2025-04 Car Volkswagen Golf Black Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
758 op-snap---monthly-publication-april-2025.pdf   757 2025-04 Pedal Bike Volkswagen Polo White Driving without Reasonable Consideration None Sutton Road Sutton Road Walsall Walsall Education N/A   52.5612988 -2.0522715
780 op-snap---monthly-publication-april-2025.pdf   779 2025-04 Pedestrian Volkswagen Golf Blue Stop a vehicle within pelican pedestrian crossing limits None Dudley Road Dudley Road Birmingham Birmingham Education N/A   52.4865107 -1.9386263

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