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 = "Fixed Penalty", month = "2025-07" and vehicle_make = "Mercedes-Benz" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, council_area_raw

reporter_transport_mode 5

  • Pedal Bike 6
  • Car 5
  • Other 1
  • Pedestrian 1
  • Van 1

offence 5

  • Using a Mobile Phone Whilst Driving 10
  • Contravening a Red Traffic Light 1
  • Driving without Due Care and Attention 1
  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 1
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1

council_area 3

  • Birmingham 11
  • Coventry 2
  • Dudley 1

vehicle_make 1

  • Mercedes-Benz · 14 ✖

month 1

  • 2025-07 · 14 ✖

disposal 1

  • Fixed Penalty · 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
11968 op-snap---monthly-publication-july-2025.pdf   20 2025-07 Car Mercedes-Benz Sprinter White Using a Mobile Phone Whilst Driving None Harborne Lane Harborne Lane Birmingham Birmingham Fixed Penalty N/A   52.4468464 -1.9454816
12020 op-snap---monthly-publication-july-2025.pdf   72 2025-07 Pedal Bike Mercedes-Benz GLC220 Black Using a Mobile Phone Whilst Driving None Bramble Street Bramble Street Coventry Coventry Fixed Penalty N/A   52.4071693 -1.4960723
12060 op-snap---monthly-publication-july-2025.pdf   112 2025-07 Car Mercedes-Benz A 180.. Blue Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Bell Lane Bell Lane Birmingham Birmingham Fixed Penalty N/A   52.4178465 -1.968864
12083 op-snap---monthly-publication-july-2025.pdf   135 2025-07 Car Mercedes-Benz GLA Black Contravening a Red Traffic Light None Amesbury Road Amesbury Road Birmingham Birmingham Fixed Penalty N/A   52.4465507 -1.8957752
12117 op-snap---monthly-publication-july-2025.pdf   169 2025-07 Pedal Bike Mercedes-Benz Sprinter White Using a Mobile Phone Whilst Driving None Lionel Street Lionel Street Birmingham Birmingham Fixed Penalty N/A   52.4821516 -1.9058355
12257 op-snap---monthly-publication-july-2025.pdf   309 2025-07 Pedestrian Mercedes-Benz A200 Blue Using a Mobile Phone Whilst Driving None Hagley Road Hagley Road Birmingham Birmingham Fixed Penalty N/A   52.471632 -1.9456776
12286 op-snap---monthly-publication-july-2025.pdf   338 2025-07 Pedal Bike Mercedes-Benz SL320 Green Using a Mobile Phone Whilst Driving None Longmore Street Longmore Street Birmingham Birmingham Fixed Penalty N/A   52.464484 -1.8923374
12301 op-snap---monthly-publication-july-2025.pdf   353 2025-07 Van Mercedes-Benz E220 Grey Using a Mobile Phone Whilst Driving None A444 to M6, jn3 A444 to M6, jn3 Coventry Coventry Fixed Penalty N/A      
12409 op-snap---monthly-publication-july-2025.pdf   461 2025-07 Pedal Bike Mercedes-Benz GLA Black Using a Mobile Phone Whilst Driving None Metchley Lane Metchley Lane Birmingham Birmingham Fixed Penalty N/A   52.4552055 -1.9461279
12414 op-snap---monthly-publication-july-2025.pdf   466 2025-07 Car Mercedes-Benz Sprinter White Driving without Due Care and Attention None Meadway Meadway Birmingham Birmingham Fixed Penalty N/A   52.4783348 -1.8007708
12583 op-snap---monthly-publication-july-2025.pdf   635 2025-07 Pedal Bike Mercedes-Benz Vito Black Using a Mobile Phone Whilst Driving None Pershore Road Pershore Road Birmingham Birmingham Fixed Penalty N/A   52.4308271 -1.920078
12827 op-snap---monthly-publication-july-2025.pdf   879 2025-07 Pedal Bike Mercedes-Benz 180 Black Using a Mobile Phone Whilst Driving None Clifford Street Clifford Street Birmingham Birmingham Fixed Penalty N/A   52.4989738 -1.9005402
12878 op-snap---monthly-publication-july-2025.pdf   930 2025-07 Car Mercedes-Benz Sprinter White Using a Mobile Phone Whilst Driving None Highgate Middleway Highgate Middleway Birmingham Birmingham Fixed Penalty N/A   52.4661171 -1.8832818
13227 op-snap---monthly-publication-july-2025.pdf   1279 2025-07 Other Mercedes-Benz A250 Black Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Norwood Road Norwood Road Dudley Dudley Fixed Penalty N/A   52.4831397 -2.1309273

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