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-07", reporter_transport_mode = "Other" and vehicle_make = "BMW" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude

council_area 6

  • Birmingham 3
  • Dudley 3
  • Metropolitan Borough Of Dudley 3
  • Coventry 2
  • Sandwell 1
  • Walsall 1

disposal 4

  • NFA 7
  • Warning Letter 3
  • Education 2
  • Other Action Taken 1

offence 3

  • Driving without Due Care and Attention 8
  • Misc - Non Traffic Offences 4
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1

vehicle_make 1

  • BMW · 13 ✖

reporter_transport_mode 1

  • Other · 13 ✖

month 1

  • 2025-07 · 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
12077 op-snap---monthly-publication-july-2025.pdf   129 2025-07 Other BMW   White Misc - Non Traffic Offences None Bond Street Bond Street Coventry Coventry NFA No Offence   52.4096174 -1.5155481
12145 op-snap---monthly-publication-july-2025.pdf   197 2025-07 Other BMW 5 series Grey Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Middlemarch Road Middlemarch Road Coventry Coventry NFA Outside of 14 Days NIP   52.4316434 -1.5142862
12165 op-snap---monthly-publication-july-2025.pdf   217 2025-07 Other BMW 3 series Black Misc - Non Traffic Offences None A38 A38 Birmingham Birmingham NFA No Independent Evidence Available      
12190 op-snap---monthly-publication-july-2025.pdf   242 2025-07 Other BMW 116d White Driving without Due Care and Attention None Waterfront Waterfront Dudley Dudley NFA No Offence   52.4874281 -2.1117204
12219 op-snap---monthly-publication-july-2025.pdf   271 2025-07 Other BMW 330.. White Driving without Due Care and Attention None Waterfrnt Car Park Waterfrnt Car Park Metropolitan Borough of Dudley Metropolitan Borough Of Dudley Warning Letter N/A      
12496 op-snap---monthly-publication-july-2025.pdf   548 2025-07 Other BMW M3 Blue Driving without Due Care and Attention None Main Car Park, Waterfront Main Car Park, Waterfront Sandwell Sandwell Education N/A      
12571 op-snap---monthly-publication-july-2025.pdf   623 2025-07 Other BMW 4 series Grey Misc - Non Traffic Offences None A45 Coventry Road Coventry Road Birmingham Birmingham NFA No Offence   52.4726661 -1.8769032
12637 op-snap---monthly-publication-july-2025.pdf   689 2025-07 Other BMW   Green Driving without Due Care and Attention None Vicarage Road Vicarage Road Metropolitan Borough of Dudley Metropolitan Borough Of Dudley Other Action Taken N/A   52.5028976 -1.8799272
12791 op-snap---monthly-publication-july-2025.pdf   843 2025-07 Other BMW 135.. Blue Driving without Due Care and Attention None Beacon Park Farm Beacon Park Farm Walsall Walsall Warning Letter N/A      
12806 op-snap---monthly-publication-july-2025.pdf   858 2025-07 Other BMW 116.. Black Driving without Due Care and Attention None Waterfront Way Waterfront Way Metropolitan Borough of Dudley Metropolitan Borough Of Dudley Warning Letter N/A   52.5846796 -1.9935385
12830 op-snap---monthly-publication-july-2025.pdf   882 2025-07 Other BMW 520 Black Driving without Due Care and Attention No Insurance Star City Star City Birmingham Birmingham NFA Outside of 14 Days NIP   52.5054363 -1.8556273
13162 op-snap---monthly-publication-july-2025.pdf   1214 2025-07 Other BMW 335D White Driving without Due Care and Attention None Waterfront main car park Waterfront main car park Dudley Dudley Education N/A      
13421 op-snap---monthly-publication-july-2025.pdf   1473 2025-07 Other BMW 116D White Misc - Non Traffic Offences None Waterfront Waterfront Dudley Dudley NFA Misc Inc Crimes   52.4874281 -2.1117204

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