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 month = "2025-06", 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, council_area_raw, nfa_rationale, latitude, longitude

reporter_transport_mode 3

  • Pedal Bike 6
  • Car 4
  • Pedestrian 2

council_area 3

  • Birmingham 10
  • Out of Force Area 1
  • Sandwell 1

disposal 2

  • Fixed Penalty 8
  • NFA 4

vehicle_make 1

  • BMW · 12 ✖

offence 1

  • Using a Mobile Phone Whilst Driving · 12 ✖

month 1

  • 2025-06 · 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
14091 op-snap---monthly-publication-june-2025.pdf   20 2025-06 Pedestrian BMW X1 White Using a Mobile Phone Whilst Driving None alcester Road alcester Road Birmingham Birmingham Fixed Penalty N/A   52.4470686 -1.8880749
14101 op-snap---monthly-publication-june-2025.pdf   30 2025-06 Car BMW M3 Blue Using a Mobile Phone Whilst Driving None M6 somewhere M6 somewhere Out of Force Area Out of Force Area NFA Out of Force      
14537 op-snap---monthly-publication-june-2025.pdf   466 2025-06 Pedestrian BMW 116d Black Using a Mobile Phone Whilst Driving None Alcester Road Alcester Road Birmingham Birmingham NFA No Independent Evidence Available   52.4470686 -1.8880749
14776 op-snap---monthly-publication-june-2025.pdf   705 2025-06 Pedal Bike BMW 420 Black Using a Mobile Phone Whilst Driving None Suffolk Street Suffolk Street Birmingham Birmingham Fixed Penalty N/A   52.4749336 -1.9003475
14932 op-snap---monthly-publication-june-2025.pdf   861 2025-06 Pedal Bike BMW 320d Black Using a Mobile Phone Whilst Driving None Shenley Lane Shenley Lane Birmingham Birmingham Fixed Penalty N/A   52.430111 -1.9753703
15060 op-snap---monthly-publication-june-2025.pdf   989 2025-06 Pedal Bike BMW 402 I.. Blue Using a Mobile Phone Whilst Driving None Herbert Road Herbert Road Birmingham Birmingham NFA No Independent Evidence Available   52.5097834 -1.9317114
15154 op-snap---monthly-publication-june-2025.pdf   1083 2025-06 Pedal Bike BMW 328i Black Using a Mobile Phone Whilst Driving None Olton Boulevard Olton Boulevard Birmingham Birmingham Fixed Penalty N/A   52.443439 -1.8180486
15250 op-snap---monthly-publication-june-2025.pdf   1179 2025-06 Pedal Bike BMW 316d Black Using a Mobile Phone Whilst Driving None Smallbrook Queensway Smallbrook Queensway Birmingham Birmingham NFA No Offence   52.4772584 -1.8965734
15574 op-snap---monthly-publication-june-2025.pdf   1503 2025-06 Car BMW X3 White Using a Mobile Phone Whilst Driving None Wrentham Street Wrentham Street Birmingham Birmingham Fixed Penalty N/A   52.4708757 -1.8966158
15694 op-snap---monthly-publication-june-2025.pdf   1623 2025-06 Car BMW 3 Series White Using a Mobile Phone Whilst Driving None Coventry Road Coventry Road Birmingham Birmingham Fixed Penalty N/A   52.4726661 -1.8769032
15736 op-snap---monthly-publication-june-2025.pdf   1665 2025-06 Pedal Bike BMW 520D Blue Using a Mobile Phone Whilst Driving None New John Street New John Street Birmingham Birmingham Fixed Penalty N/A   52.4920451 -1.8920402
15750 op-snap---monthly-publication-june-2025.pdf   1679 2025-06 Car BMW 218d Blue Using a Mobile Phone Whilst Driving None All Saints Way All Saints Way Sandwell Sandwell Fixed Penalty N/A   52.5344405 -1.985568

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