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 disposal = "Fixed Penalty", month = "2025-10" 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 5

  • Using a Mobile Phone Whilst Driving 7
  • Driving without Due Care and Attention 3
  • Contravening a Red Traffic Light 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

reporter_transport_mode 4

  • Pedal Bike 5
  • Car 4
  • Pedestrian 3
  • Other 1

council_area 4

  • Birmingham 10
  • Coventry 1
  • Dudley 1
  • Wolverhampton 1

vehicle_make 1

  • Mercedes-Benz · 13 ✖

month 1

  • 2025-10 · 13 ✖

disposal 1

  • Fixed Penalty · 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
22070 op-snap---monthly-publication-october-2025.pdf   20 2025-10 Other Mercedes-Benz Sprinter Silver 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
22090 op-snap---monthly-publication-october-2025.pdf   40 2025-10 Car Mercedes-Benz A180 White Driving without Due Care and Attention None Underhill Lane Bushbury Underhill Lane Bushbury Wolverhampton Wolverhampton Fixed Penalty N/A   52.6233052 -2.1008696
22109 op-snap---monthly-publication-october-2025.pdf   59 2025-10 Pedal Bike Mercedes-Benz A250 Black Using a Mobile Phone Whilst Driving None Alcester Road Alcester Road Birmingham Birmingham Fixed Penalty N/A   52.4470686 -1.8880749
22189 op-snap---monthly-publication-october-2025.pdf   139 2025-10 Pedal Bike Mercedes-Benz GLA White Using a Mobile Phone Whilst Driving None High Street, Harborne High Street, Harborne Birmingham Birmingham Fixed Penalty N/A   52.4612733 -1.9430543
22312 op-snap---monthly-publication-october-2025.pdf   262 2025-10 Pedal Bike Mercedes-Benz Sprinter Yellow Contravening a Red Traffic Light No vehicle excise licence Stoney Stanton Road Stoney Stanton Road Coventry Coventry Fixed Penalty N/A   52.4221152 -1.4959475
22338 op-snap---monthly-publication-october-2025.pdf   288 2025-10 Pedestrian Mercedes-Benz   Black Using a Mobile Phone Whilst Driving None Hagley Road Hagley Road Birmingham Birmingham Fixed Penalty N/A   52.471632 -1.9456776
22544 op-snap---monthly-publication-october-2025.pdf   494 2025-10 Car Mercedes-Benz C220 Grey Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Small Heath Highway Small Heath Highway Birmingham Birmingham Fixed Penalty N/A   52.4709298 -1.8722585
22574 op-snap---monthly-publication-october-2025.pdf   524 2025-10 Pedal Bike Mercedes-Benz 250 Red Using a Mobile Phone Whilst Driving None Pershore Road Pershore Road Birmingham Birmingham Fixed Penalty N/A   52.4308271 -1.920078
22615 op-snap---monthly-publication-october-2025.pdf   565 2025-10 Pedestrian Mercedes-Benz Sprinter White 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
22689 op-snap---monthly-publication-october-2025.pdf   639 2025-10 Pedal Bike Mercedes-Benz clk200 Black Using a Mobile Phone Whilst Driving None Augustus Road Augustus Road Birmingham Birmingham Fixed Penalty N/A   52.4695793 -1.9378608
22776 op-snap---monthly-publication-october-2025.pdf   726 2025-10 Pedestrian Mercedes-Benz Citan White Using a Mobile Phone Whilst Driving None Springfield Road Springfield Road Birmingham Birmingham Fixed Penalty N/A   52.4327486 -1.8844997
22823 op-snap---monthly-publication-october-2025.pdf   773 2025-10 Car Mercedes-Benz GLA200 Black Driving without Due Care and Attention None Battery Way Battery Way Birmingham Birmingham Fixed Penalty N/A   52.4493988 -1.8476406
22940 op-snap---monthly-publication-october-2025.pdf   890 2025-10 Car Mercedes-Benz C25.. Black Driving without Due Care and Attention No Insurance Small Heath Highway Small Heath Highway Birmingham Birmingham Fixed Penalty N/A   52.4709298 -1.8722585

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