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-03" and vehicle_make = "Fiat" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, latitude, longitude

offence 7

  • Stop a vehicle on pedestrian crossing 3
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Contravening a Red Traffic Light 2
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 2
  • Using a Mobile Phone Whilst Driving 2
  • Driving without Due Care and Attention 1
  • Stop a vehicle within pelican pedestrian crossing limits 1

council_area 6

  • Birmingham 8
  • Coventry 1
  • Dudley 1
  • Sutton Coldfield 1
  • Walsall 1
  • Wolverhampton 1

reporter_transport_mode 3

  • Car 5
  • Pedestrian 5
  • Pedal Bike 3

vehicle_make 1

  • Fiat · 13 ✖

month 1

  • 2025-03 · 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
16361 op-snap---monthly-publication-march-2025.pdf   118 2025-03 Pedestrian Fiat 500X Green Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Lonsdale Road Lonsdale Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4598834 -1.9579382
16441 op-snap---monthly-publication-march-2025.pdf   198 2025-03 Car Fiat 500 White Contravening a Red Traffic Light None Bilston Street Bilston Street Wolverhampton Wolverhampton Fixed Penalty N/A Yes - Via Email 52.5838892 -2.1231759
16558 op-snap---monthly-publication-march-2025.pdf   315 2025-03 Pedal Bike Fiat 500 White Stop a vehicle on pedestrian crossing None Raddlebarn Road Raddlebarn Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4397168 -1.9260414
16932 op-snap---monthly-publication-march-2025.pdf   689 2025-03 Pedestrian Fiat 500 Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Charles Road Charles Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5094492 -1.9113648
16937 op-snap---monthly-publication-march-2025.pdf   694 2025-03 Car Fiat 500 E Gold Driving without Due Care and Attention None Himley Road, Dudley Himley Road, Dudley Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.5142667 -2.1304764
17081 op-snap---monthly-publication-march-2025.pdf   838 2025-03 Pedestrian Fiat Ducato Yellow Stop a vehicle within pelican pedestrian crossing limits None Church Road Church Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4624743 -1.7763934
17160 op-snap---monthly-publication-march-2025.pdf   917 2025-03 Pedal Bike Fiat Punto Blue Using a Mobile Phone Whilst Driving None Alcester Road Alcester Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4470686 -1.8880749
17165 op-snap---monthly-publication-march-2025.pdf   922 2025-03 Pedestrian Fiat Scudo White Contravening a Red Traffic Light None Daw End Lane Daw End Lane Walsall Walsall Fixed Penalty N/A Yes - Via Email 52.6068849 -1.9611652
17389 op-snap---monthly-publication-march-2025.pdf   1146 2025-03 Car Fiat Panda Blue Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Foleshill Road Foleshill Road Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4274335 -1.5002381
17701 op-snap---monthly-publication-march-2025.pdf   1458 2025-03 Pedal Bike Fiat 500 White Using a Mobile Phone Whilst Driving None Metchley Lane Metchley Lane Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4552055 -1.9461279
17764 op-snap---monthly-publication-march-2025.pdf   1521 2025-03 Car Fiat Fiorino White Stop a vehicle on pedestrian crossing None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4929304 -1.8229092
18177 op-snap---monthly-publication-march-2025.pdf   1934 2025-03 Car Fiat TIPO Black Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None UPPER HOLLAND ROAD Upper Holland Road Sutton Coldfield Sutton Coldfield Fixed Penalty N/A Yes - Via Email 52.561 -1.8187105
18444 op-snap---monthly-publication-march-2025.pdf   2201 2025-03 Pedestrian Fiat 500 Black Stop a vehicle on pedestrian crossing None Alcester Road Alcester Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4470686 -1.8880749

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