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'}

11 rows where month = "2025-08", reporter_transport_mode = "Other" and vehicle_make = "Ford" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale

offence 5

  • Driving without Due Care and Attention 6
  • Misc - Non Traffic Offences 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Driving without Reasonable Consideration 1
  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 1

disposal 4

  • NFA 6
  • Warning Letter 3
  • Court 1
  • Fixed Penalty 1

council_area 2

  • Dudley 8
  • Birmingham 3

vehicle_make 1

  • Ford · 11 ✖

reporter_transport_mode 1

  • Other · 11 ✖

month 1

  • 2025-08 · 11 ✖
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
2223 op-snap---monthly-publication-august-2025.pdf   198 2025-08 Other Ford S Max Blue Misc - Non Traffic Offences None Fosbrooke Road Fosbrooke Road Birmingham Birmingham NFA Not in Public Interest   52.4700545 -1.834436
2490 op-snap---monthly-publication-august-2025.pdf   465 2025-08 Other Ford Fiesta White Driving without Due Care and Attention None Merry Hill Merry Hill Dudley Dudley NFA Not in Public Interest   52.4817646 -2.1113435
2585 op-snap---monthly-publication-august-2025.pdf   560 2025-08 Other Ford Fiesta Black Driving without Reasonable Consideration None Waterfront car park Waterfront car park Dudley Dudley Warning Letter N/A      
2706 op-snap---monthly-publication-august-2025.pdf   681 2025-08 Other Ford Fiesta Silver Driving without Due Care and Attention None Waterfront Waterfront Dudley Dudley Warning Letter N/A   52.4874281 -2.1117204
2721 op-snap---monthly-publication-august-2025.pdf   696 2025-08 Other Ford Transit Black 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
2740 op-snap---monthly-publication-august-2025.pdf   715 2025-08 Other Ford Fiesta Red Driving without Due Care and Attention None Waterfront main car park Waterfront main car park Dudley Dudley NFA No Offence      
2819 op-snap---monthly-publication-august-2025.pdf   794 2025-08 Other Ford Fiesta Red Driving without Due Care and Attention None Water front Merry Hill Water front Merry Hill Dudley Dudley Warning Letter N/A      
2893 op-snap---monthly-publication-august-2025.pdf   868 2025-08 Other Ford Fiesta Black Driving without Due Care and Attention None Waterfront Car Park Waterfront Car Park Dudley Dudley Court N/A      
3066 op-snap---monthly-publication-august-2025.pdf   1041 2025-08 Other Ford Fiesta Silver Misc - Non Traffic Offences No Insurance Baltimore Road Baltimore Road Birmingham Birmingham NFA No Offence   52.5286702 -1.9241545
3190 op-snap---monthly-publication-august-2025.pdf   1165 2025-08 Other Ford Fiesta Red Driving without Due Care and Attention None Waterfront Merry Hill Waterfront Merry Hill Dudley Dudley NFA No Independent Evidence Available   52.4874176 -2.1129449
3856 op-snap---monthly-publication-august-2025.pdf   1831 2025-08 Other Ford fiesta White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None john street John Street Birmingham Birmingham NFA Misc Inc Crimes   52.5010537 -1.9155739

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