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 month = "2025-01", offence = "Contravening a Red Traffic Light" 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, nfa_rationale

council_area 7

  • Birmingham 6
  • Wolverhampton 2
  • Coventry 1
  • Out of Force Area 1
  • Sandwell 1
  • Solihull 1
  • Walsall 1

disposal 3

  • Fixed Penalty 8
  • NFA 3
  • Education 2

vehicle_make 1

  • Mercedes-Benz · 13 ✖

reporter_transport_mode 1

  • Car 13

offence 1

  • Contravening a Red Traffic Light · 13 ✖

month 1

  • 2025-01 · 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
8946 op-snap---monthly-publication-january-2025.pdf   54 2025-01 Car Mercedes-Benz GLB 200 Black Contravening a Red Traffic Light None Lickey Road Lickey Road Birmingham Birmingham NFA Out of Force Yes - Via Email 52.3868298 -2.0003781
9151 op-snap---monthly-publication-january-2025.pdf   259 2025-01 Car Mercedes-Benz E220 Blue Contravening a Red Traffic Light None Parkfield Road Parkfield Road Wolverhampton Wolverhampton Fixed Penalty N/A Yes - Via Email 52.567016 -2.1208485
9246 op-snap---monthly-publication-january-2025.pdf   354 2025-01 Car Mercedes-Benz CLA250 White Contravening a Red Traffic Light None Wheelwright Lane Wheelwright Lane Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5089309 -1.8333828
9295 op-snap---monthly-publication-january-2025.pdf   403 2025-01 Car Mercedes-Benz C350 Blue Contravening a Red Traffic Light None Lode Lane Lode Lane Solihull Solihull Fixed Penalty N/A Yes - Via Email 52.4149064 -1.7832364
9497 op-snap---monthly-publication-january-2025.pdf   605 2025-01 Car Mercedes-Benz S350 Black Contravening a Red Traffic Light None Chapel Ash Island Chapel Ash Island Wolverhampton Wolverhampton Fixed Penalty N/A Yes - Via Email 52.5847884 -2.1341887
9639 op-snap---monthly-publication-january-2025.pdf   747 2025-01 Car Mercedes-Benz E250 Silver Contravening a Red Traffic Light None Wolverhampton Road Wolverhampton Road Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 52.4702299 -1.9948976
9665 op-snap---monthly-publication-january-2025.pdf   773 2025-01 Car Mercedes-Benz C class Silver Contravening a Red Traffic Light None Kings Road Kings Road Birmingham Birmingham Education N/A Yes - Via Email 52.5531351 -1.8852761
9864 op-snap---monthly-publication-january-2025.pdf   972 2025-01 Car Mercedes-Benz GLE 400 Grey Contravening a Red Traffic Light None Ladywood Middleway Ladywood Middleway Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.473883 -1.9198244
9885 op-snap---monthly-publication-january-2025.pdf   993 2025-01 Car Mercedes-Benz Sprinter White Contravening a Red Traffic Light None Fletchamstead highway towards Vanguard Avenue Fletchamstead highway towards Vanguard Avenue Coventry Coventry Fixed Penalty N/A Yes - Via Email    
9890 op-snap---monthly-publication-january-2025.pdf   998 2025-01 Car Mercedes-Benz CLA 200 Grey Contravening a Red Traffic Light None Northgate Northgate Walsall Walsall NFA No Offence Yes - Via Email 52.6094474 -1.9202238
10015 op-snap---monthly-publication-january-2025.pdf   1123 2025-01 Car Mercedes-Benz C300 Black Contravening a Red Traffic Light None Croft Road, Upton Snodsbury Croft Road, Upton Snodsbury Out of Force Area Out of Force Area NFA Out of Force Yes - Via Email    
10080 op-snap---monthly-publication-january-2025.pdf   1188 2025-01 Car Mercedes-Benz Sprinter White Contravening a Red Traffic Light None Bromford Lane Bromford Lane Birmingham Birmingham Education N/A Yes - Via Email 52.5083238 -1.8332287
10108 op-snap---monthly-publication-january-2025.pdf   1216 2025-01 Car Mercedes-Benz A180 Grey Contravening a Red Traffic Light None Queslett Road Queslett Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5458699 -1.9304484

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