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

9 rows where offence = "No vehicle excise licence" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

month 7

  • 2025-02 2
  • 2025-04 2
  • 2025-01 1
  • 2025-03 1
  • 2025-06 1
  • 2025-07 1
  • 2025-08 1

vehicle_make 6

  • Vauxhall 3
  • Nissan 2
  • BMW 1
  • Land Rover 1
  • Mercedes-Benz 1
  • Porsche 1

council_area 5

  • Birmingham 5
  • Ao4U0T9 O7F Force Area 1
  • Coventry 1
  • Dudley 1
  • Wolverhampton 1

reporter_transport_mode 2

  • Car 7
  • Pedestrian 2

disposal 2

  • NFA 7
  • Warning Letter 2

offence 1

  • No vehicle excise licence · 9 ✖
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
3090 op-snap---monthly-publication-august-2025.pdf   1065 2025-08 Car Vauxhall Astra Black No vehicle excise licence None Dudley Port Dudley Port Dudley Dudley NFA Not in Public Interest   52.524461 -2.0492538
13028 op-snap---monthly-publication-july-2025.pdf   1080 2025-07 Car BMW m135 Blue No vehicle excise licence Use vehicle on a road without Mvainlidw otertsht ctrearftfiifcic iastlaend , Junction with Mvainlidw otertsht ctrearftfiifcic iastlaend , Junction with AO4u0t9 o7f Force Area Ao4U0T9 O7F Force Area NFA No Offence      
14647 op-snap---monthly-publication-june-2025.pdf   576 2025-06 Car Land Rover Land Rover Black No vehicle excise licence None St Marys Row Street Marys Row Birmingham Birmingham NFA No Offence      
1307 op-snap---monthly-publication-april-2025.pdf   1306 2025-04 Car Nissan Juke Black No vehicle excise licence None Wrentham Street , Birmingham Wrentham Street , Birmingham Birmingham Birmingham NFA Misc Inc Crimes   52.4710565 -1.8991562
1835 op-snap---monthly-publication-april-2025.pdf   1834 2025-04 Car Mercedes-Benz C Class Blue No vehicle excise licence none Links Road , Coventry Links Road , Coventry Coventry Coventry NFA Outside of 14 Days NIP   52.4310925 -1.5197728
17661 op-snap---monthly-publication-march-2025.pdf   1418 2025-03 Car Nissan Navara Blue No vehicle excise licence None Hollywood lane Hollywood lane Birmingham Birmingham Warning Letter N/A Yes - Via Email    
5838 op-snap---monthly-publication-february-2025.pdf   655 2025-02 Pedestrian Vauxhall Vivaro White No vehicle excise licence No Insurance Oxhill Rd Oxhill Road Birmingham Birmingham NFA Misc Inc Crimes Yes - Via Email 52.513857 -1.9367367
6101 op-snap---monthly-publication-february-2025.pdf   918 2025-02 Car Porsche Panamera Silver No vehicle excise licence None Limes Road Tettenhall Limes Road Tettenhall Wolverhampton Wolverhampton Warning Letter N/A Yes - Via Email 52.5972926 -2.1712797
9159 op-snap---monthly-publication-january-2025.pdf   267 2025-01 Pedestrian Vauxhall Corsa White No vehicle excise licence None Canal Court Acocks Green Canal Court Acocks Green Birmingham Birmingham NFA No Offence Yes - Via Email 52.4486586 -1.8085554

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