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 disposal = "Fixed Penalty", month = "2025-05" 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, second_offence, offence_location_raw, offence_location, council_area_raw, latitude, longitude

offence 6

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 5
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 2
  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen 2
  • No Insurance 1
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1
  • Using a Mobile Phone Whilst Driving 1

reporter_transport_mode 5

  • Pedal Bike 4
  • Pedestrian 4
  • Other 2
  • Car 1
  • car 1

council_area 2

  • Birmingham 10
  • Wolverhampton 2

vehicle_make 1

  • Mercedes-Benz · 12 ✖

month 1

  • 2025-05 · 12 ✖

disposal 1

  • Fixed Penalty · 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
18784 op-snap---monthly-publication-may-2025.pdf   146 2025-05 Pedal Bike Mercedes-Benz BENZ Black Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None KENT STREET Kent Street Birmingham Birmingham Fixed Penalty N/A   52.4717099 -1.897463
19009 op-snap---monthly-publication-may-2025.pdf   371 2025-05 Pedestrian Mercedes-Benz c200 Blue Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen Nt one Metchley Lane Metchley Lane Birmingham Birmingham Fixed Penalty N/A   52.4552055 -1.9461279
19067 op-snap---monthly-publication-may-2025.pdf   429 2025-05 Pedal Bike Mercedes-Benz C class Conv Blue No Insurance None Middle Park Lane Middle Park Lane Birmingham Birmingham Fixed Penalty N/A      
19109 op-snap---monthly-publication-may-2025.pdf   471 2025-05 Pedal Bike Mercedes-Benz 180 Black Using a Mobile Phone Whilst Driving None Augustus Road Augustus Road Birmingham Birmingham Fixed Penalty N/A   52.4695793 -1.9378608
19285 op-snap---monthly-publication-may-2025.pdf   647 2025-05 Pedal Bike Mercedes-Benz A 160. Black Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Moseley Road Moseley Road Birmingham Birmingham Fixed Penalty N/A   52.4679402 -1.881408
19363 op-snap---monthly-publication-may-2025.pdf   725 2025-05 Pedestrian Mercedes-Benz   White Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen Nt one Sherborne Street Sherborne Street Birmingham Birmingham Fixed Penalty N/A   52.4762433 -1.9176665
19552 op-snap---monthly-publication-may-2025.pdf   914 2025-05 car Mercedes-Benz SPRINTER White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None WITTON ROAD Witton Road Birmingham Birmingham Fixed Penalty N/A   52.513336 -1.8833226
19738 op-snap---monthly-publication-may-2025.pdf   1100 2025-05 Car Mercedes-Benz BENZ Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None WITTON ROAD Witton Road Birmingham Birmingham Fixed Penalty N/A   52.513336 -1.8833226
19830 op-snap---monthly-publication-may-2025.pdf   1192 2025-05 Other Mercedes-Benz   White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Knox Road Knox Road Wolverhampton Wolverhampton Fixed Penalty N/A   52.5698737 -2.1259725
19846 op-snap---monthly-publication-may-2025.pdf   1208 2025-05 Other Mercedes-Benz GLE 400 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Knox Road Knox Road Wolverhampton Wolverhampton Fixed Penalty N/A   52.5698737 -2.1259725
19851 op-snap---monthly-publication-may-2025.pdf   1213 2025-05 Pedestrian Mercedes-Benz E-class Black Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Vittoria Street Vittoria Street Birmingham Birmingham Fixed Penalty N/A   52.4851181 -1.9106263
19897 op-snap---monthly-publication-may-2025.pdf   1259 2025-05 Pedestrian Mercedes-Benz Sprinter White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Vicarage Road Vicarage Road Birmingham Birmingham Fixed Penalty N/A   52.470423 -1.9304786

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