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 month = "2025-12", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "BMW" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

council_area 6

  • Birmingham 7
  • Coventry 2
  • .Birmingham 1
  • Out of Force Area 1
  • Sutton Coldfield 1
  • Wolverhampton 1

reporter_transport_mode 4

  • Pedal Bike 7
  • Car 3
  • Other 2
  • Pedestrian 1

disposal 2

  • Fixed Penalty 9
  • NFA 4

vehicle_make 1

  • BMW · 13 ✖

offence 1

  • Using a Mobile Phone Whilst Driving · 13 ✖

month 1

  • 2025-12 · 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
4016 op-snap---monthly-publication-december-2025.pdf   144 2025-12 Pedal Bike BMW i4 Green Using a Mobile Phone Whilst Driving None Harborne Road Harborne Road Birmingham Birmingham Fixed Penalty N/A   52.4718503 -1.9195423
4154 op-snap---monthly-publication-december-2025.pdf   282 2025-12 Pedal Bike BMW X5.. Black Using a Mobile Phone Whilst Driving None Harborne Road Harborne Road Birmingham Birmingham Fixed Penalty N/A   52.4718503 -1.9195423
4194 op-snap---monthly-publication-december-2025.pdf   322 2025-12 Pedal Bike BMW 520D Black Using a Mobile Phone Whilst Driving None Sarehole Road Sarehole Road Birmingham Birmingham NFA No Independent Evidence Available   52.4422505 -1.8539684
4301 op-snap---monthly-publication-december-2025.pdf   429 2025-12 Pedal Bike BMW 5 series Black Using a Mobile Phone Whilst Driving None Stoney Stanton Road Stoney Stanton Road Coventry Coventry Fixed Penalty N/A   52.4221152 -1.4959475
4356 op-snap---monthly-publication-december-2025.pdf   484 2025-12 Pedal Bike BMW 120d Black Using a Mobile Phone Whilst Driving None Alcester Road Alcester Road Birmingham Birmingham Fixed Penalty N/A   52.4470686 -1.8880749
4428 op-snap---monthly-publication-december-2025.pdf   556 2025-12 Pedal Bike BMW X3 Black Using a Mobile Phone Whilst Driving None A45 A45 Coventry Coventry Fixed Penalty N/A      
4537 op-snap---monthly-publication-december-2025.pdf   665 2025-12 Other BMW X3.. White Using a Mobile Phone Whilst Driving None Leamington Spa.. No other details Leamington Spa No other details .Birmingham .Birmingham NFA No Independent Evidence Available      
4553 op-snap---monthly-publication-december-2025.pdf   681 2025-12 Other BMW X1 Grey Using a Mobile Phone Whilst Driving None B4124 ROcky Lane B4124 ROcky Lane Birmingham Birmingham NFA No Independent Evidence Available      
4657 op-snap---monthly-publication-december-2025.pdf   785 2025-12 Pedal Bike BMW 320d White Using a Mobile Phone Whilst Driving None Harborne Road Harborne Road Birmingham Birmingham Fixed Penalty N/A   52.4718503 -1.9195423
4748 op-snap---monthly-publication-december-2025.pdf   876 2025-12 Car BMW 218 Grey Using a Mobile Phone Whilst Driving None M6 South near Essington M6 South near Essington Wolverhampton Wolverhampton Fixed Penalty N/A      
4841 op-snap---monthly-publication-december-2025.pdf   969 2025-12 Car BMW 116.. Grey Using a Mobile Phone Whilst Driving No vehicle excise licence Chester Road Chester Road Sutton Coldfield Sutton Coldfield Fixed Penalty N/A   52.5359496 -1.8324115
4858 op-snap---monthly-publication-december-2025.pdf   986 2025-12 Pedestrian BMW M8 Black Using a Mobile Phone Whilst Driving None Regent Place Regent Place Birmingham Birmingham Fixed Penalty N/A   52.4860376 -1.9095854
5000 op-snap---monthly-publication-december-2025.pdf   1128 2025-12 Car BMW   Purple Using a Mobile Phone Whilst Driving None Guildford Guildford Out of Force Area Out of Force Area NFA Out of Force   52.4970635 -1.9013006

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