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 month = "2025-06", offence = "Using a Mobile Phone Whilst Driving" and reporter_transport_mode = "Pedestrian" 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, nfa_rationale, latitude, longitude

vehicle_make 9

  • BMW 2
  • Mercedes-Benz 2
  • Audi 1
  • Citroen 1
  • Fiat 1
  • Nissan 1
  • Vauxhall 1
  • Volkswagen 1
  • Volvo 1

disposal 3

  • Fixed Penalty 5
  • NFA 5
  • Warning Letter 1

council_area 3

  • Birmingham 8
  • Sandwell 2
  • Wolverhampton 1

reporter_transport_mode 1

  • Pedestrian · 11 ✖

offence 1

  • Using a Mobile Phone Whilst Driving · 11 ✖

month 1

  • 2025-06 · 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
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
14254 op-snap---monthly-publication-june-2025.pdf   183 2025-06 Pedestrian Mercedes-Benz A180 Brown Using a Mobile Phone Whilst Driving None Islington Row Islington Row Birmingham Birmingham Fixed Penalty N/A   52.472238 -1.9127983
14355 op-snap---monthly-publication-june-2025.pdf   284 2025-06 Pedestrian Audi A3 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
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
14857 op-snap---monthly-publication-june-2025.pdf   786 2025-06 Pedestrian Vauxhall Corsa Grey Using a Mobile Phone Whilst Driving None Edgbaston Road Edgbaston Road Birmingham Birmingham NFA No Independent Evidence Available   52.4552785 -1.906384
15123 op-snap---monthly-publication-june-2025.pdf   1052 2025-06 Pedestrian Volkswagen transporter Yellow Using a Mobile Phone Whilst Driving None Gooch Street Gooch Street Birmingham Birmingham Fixed Penalty N/A   52.4686609 -1.8945007
15515 op-snap---monthly-publication-june-2025.pdf   1444 2025-06 Pedestrian Citroen Berlingo White Using a Mobile Phone Whilst Driving None Cranhall Lane Cranhall Lane Sandwell Sandwell NFA No Independent Evidence Available      
15519 op-snap---monthly-publication-june-2025.pdf   1448 2025-06 Pedestrian Fiat Punto Black Using a Mobile Phone Whilst Driving None Church Vale Church Vale Sandwell Sandwell Warning Letter N/A   52.5293055 -1.9862196
15653 op-snap---monthly-publication-june-2025.pdf   1582 2025-06 Pedestrian Nissan Micra Black Using a Mobile Phone Whilst Driving None Alcester Road Alcester Road Birmingham Birmingham Fixed Penalty N/A   52.4470686 -1.8880749
15664 op-snap---monthly-publication-june-2025.pdf   1593 2025-06 Pedestrian Volvo XC40 Black Using a Mobile Phone Whilst Driving None Duram Road Duram Road Birmingham Birmingham NFA No Independent Evidence Available      
15882 op-snap---monthly-publication-june-2025.pdf   1811 2025-06 Pedestrian Mercedes-Benz C63.. White Using a Mobile Phone Whilst Driving None High Street Tettenhall High Street Tettenhall Wolverhampton Wolverhampton NFA No Independent Evidence Available   52.5980906 -2.168057

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