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

10 rows where month = "2025-04" and reporter_transport_mode = "Lorry" 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, latitude, longitude

vehicle_make 7

  • Vauxhall 2
  • Honda 1
  • Land Rover 1
  • Mercedes-Benz 1
  • Seat 1
  • Skoda 1
  • Volkswagen 1

offence 6

  • Driving without Due Care and Attention 4
  • Contravene Lane Closure Red X 2
  • Misc - Non Traffic Offences 1
  • Prohibited vehicle in offside lane of motorway 1
  • Stop a vehicle within pelican pedestrian crossing limits 1
  • Using a Mobile Phone Whilst Driving 1

council_area 6

  • Birmingham 4
  • Coventry 2
  • Sandwell 1
  • Solihull 1
  • Walsall 1
  • Wolverhampton 1

disposal 4

  • NFA 7
  • Education 1
  • Fixed Penalty 1
  • Warning Letter 1

reporter_transport_mode 1

  • Lorry · 10 ✖

month 1

  • 2025-04 · 10 ✖
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
10 op-snap---monthly-publication-april-2025.pdf   9 2025-04 Lorry Volkswagen Golf White Driving without Due Care and Attention None A41 A41 Sandwell Sandwell Warning Letter N/A      
74 op-snap---monthly-publication-april-2025.pdf   73 2025-04 Lorry Land Rover Defender Black Using a Mobile Phone Whilst Driving None M6 M6 Coventry Coventry Fixed Penalty N/A      
183 op-snap---monthly-publication-april-2025.pdf   182 2025-04 Lorry Honda Civic Silver Driving without Due Care and Attention None M6 SB J6 M6 Southbound J6 Birmingham Birmingham NFA Outside of 14 Days NIP   52.676119 -2.0858425
191 op-snap---monthly-publication-april-2025.pdf   190 2025-04 Lorry Mercedes-Benz AMG G63 Blue Driving without Due Care and Attention None M6 NB J6 M6 Northbound J6 Birmingham Birmingham NFA Outside of 14 Days NIP   52.676119 -2.0858425
280 op-snap---monthly-publication-april-2025.pdf   279 2025-04 Lorry   Scania Black Prohibited vehicle in offside lane of motorway None m6 junction 4 M6 Junction 4 Birmingham Birmingham Education N/A   52.6912891 -2.1046372
417 op-snap---monthly-publication-april-2025.pdf   416 2025-04 Lorry Seat Exeo Silver Contravene Lane Closure Red X None M6 Junction 9 - 10. M6 Junction 9 - 10 Birmingham Birmingham NFA No VRM   52.676119 -2.0858425
616 op-snap---monthly-publication-april-2025.pdf   615 2025-04 Lorry   Scania White Driving without Due Care and Attention None New Union Street New Union Street Coventry Coventry NFA Outside of 14 Days NIP   52.4048717 -1.5098536
620 op-snap---monthly-publication-april-2025.pdf   619 2025-04 Lorry Vauxhall Corsa Black Contravene Lane Closure Red X None Oxford Street Oxford Street Walsall Walsall NFA Outside of 14 Days NIP   52.5740295 -1.99768
622 op-snap---monthly-publication-april-2025.pdf   621 2025-04 Lorry Skoda Fabia Silver Stop a vehicle within pelican pedestrian crossing limits None High St, tettenhall High Street, tettenhall Wolverhampton Wolverhampton NFA Outside of 14 Days NIP   52.5980906 -2.168057
1653 op-snap---monthly-publication-april-2025.pdf   1652 2025-04 Lorry Vauxhall NP White Misc - Non Traffic Offences None Station road Lapworth Station road Lapworth Solihull Solihull NFA Outside of 14 Days NIP      

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