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

11 rows where disposal = "Fixed Penalty", month = "2025-07" and vehicle_make = "BMW" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, second_offence, council_area_raw

council_area 4

  • Birmingham 7
  • Coventry 2
  • Walsall 1
  • Wolverhampton 1

reporter_transport_mode 2

  • Pedal Bike 7
  • Pedestrian 4

offence 2

  • Using a Mobile Phone Whilst Driving 10
  • Driving without Reasonable Consideration 1

vehicle_make 1

  • BMW · 11 ✖

month 1

  • 2025-07 · 11 ✖

disposal 1

  • Fixed Penalty · 11 ✖
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
12086 op-snap---monthly-publication-july-2025.pdf   138 2025-07 Pedal Bike BMW 320i Silver Using a Mobile Phone Whilst Driving None Granville Street Granville Street Birmingham Birmingham Fixed Penalty N/A   52.4762076 -1.9124263
12089 op-snap---monthly-publication-july-2025.pdf   141 2025-07 Pedal Bike BMW 120.. Grey Using a Mobile Phone Whilst Driving None Aston Webb Boulevard Aston Webb Boulevard Birmingham Birmingham Fixed Penalty N/A   52.4468506 -1.9395619
12093 op-snap---monthly-publication-july-2025.pdf   145 2025-07 Pedal Bike BMW 330e Blue Using a Mobile Phone Whilst Driving None Metchley Lane Metchley Lane Birmingham Birmingham Fixed Penalty N/A   52.4552055 -1.9461279
12356 op-snap---monthly-publication-july-2025.pdf   408 2025-07 Pedal Bike BMW 3 series White Driving without Reasonable Consideration No Insurance Butts Road Butts Road Walsall Walsall Fixed Penalty N/A   52.592263 -1.9743536
12366 op-snap---monthly-publication-july-2025.pdf   418 2025-07 Pedal Bike BMW 120 Grey Using a Mobile Phone Whilst Driving None Aston Webb Aston Webb Birmingham Birmingham Fixed Penalty N/A   52.4468669 -1.9397041
12377 op-snap---monthly-publication-july-2025.pdf   429 2025-07 Pedestrian BMW X5 Grey Using a Mobile Phone Whilst Driving None M6 South M6 South Wolverhampton Wolverhampton Fixed Penalty N/A   52.5649086 -2.1705292
12461 op-snap---monthly-publication-july-2025.pdf   513 2025-07 Pedal Bike BMW 545E Black Using a Mobile Phone Whilst Driving None Kenilworth Road Kenilworth Road Coventry Coventry Fixed Penalty N/A   52.3833298 -1.5379214
12552 op-snap---monthly-publication-july-2025.pdf   604 2025-07 Pedestrian BMW 320d Blue Using a Mobile Phone Whilst Driving None Wrentham Street Wrentham Street Birmingham Birmingham Fixed Penalty N/A   52.4708757 -1.8966158
12599 op-snap---monthly-publication-july-2025.pdf   651 2025-07 Pedestrian BMW 118.. Grey Using a Mobile Phone Whilst Driving None Plough and Harrow Road Plough and Harrow Road Birmingham Birmingham Fixed Penalty N/A   52.5899123 -1.8057069
12793 op-snap---monthly-publication-july-2025.pdf   845 2025-07 Pedal Bike BMW 1 Black Using a Mobile Phone Whilst Driving None Swanswell St Swanswell Street Coventry Coventry Fixed Penalty N/A   52.4135182 -1.504277
12903 op-snap---monthly-publication-july-2025.pdf   955 2025-07 Pedestrian BMW 320D Black Using a Mobile Phone Whilst Driving None High Street, Harborne High Street, Harborne Birmingham Birmingham Fixed Penalty N/A   52.4612733 -1.9430543

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