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

14 rows where disposal = "RTC - Actioned", month = "2025-06" and offence = "Driving without Due Care and Attention" 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

vehicle_make 9

  • Volkswagen 3
  • BMW 2
  • Ford 2
  • Nissan 2
  • Audi 1
  • Kia 1
  • Mercedes-Benz 1
  • Peugeot 1
  • Vauxhall 1

council_area 4

  • Birmingham 8
  • Coventry 3
  • Wolverhampton 2
  • Solihull 1

reporter_transport_mode 3

  • Car 11
  • Other 2
  • Pedestrian 1

offence 1

  • Driving without Due Care and Attention · 14 ✖

month 1

  • 2025-06 · 14 ✖

disposal 1

  • RTC - Actioned · 14 ✖
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
14093 op-snap---monthly-publication-june-2025.pdf   22 2025-06 Car Ford Fiesta Red Driving without Due Care and Attention None Shadowbrook lane Shadowbrook lane Solihull Solihull RTC - Actioned N/A   52.4306532 -1.723655
14405 op-snap---monthly-publication-june-2025.pdf   334 2025-06 Car Nissan Qashqai Black Driving without Due Care and Attention None M6 J10 NB M6 J10 Northbound Wolverhampton Wolverhampton RTC - Actioned N/A   52.676119 -2.0858425
14406 op-snap---monthly-publication-june-2025.pdf   335 2025-06 Car BMW 540i Black Driving without Due Care and Attention None Jimmy Hill Way Jimmy Hill Way Coventry Coventry RTC - Actioned N/A   52.4214017 -1.4870278
14411 op-snap---monthly-publication-june-2025.pdf   340 2025-06 Car Volkswagen Polo Black Driving without Due Care and Attention None M42 NB J6 M42 Northbound J6 Birmingham Birmingham RTC - Actioned N/A      
14463 op-snap---monthly-publication-june-2025.pdf   392 2025-06 Other Nissan Qashqai Red Driving without Due Care and Attention None Chipperfield Road Chipperfield Road Birmingham Birmingham RTC - Actioned N/A   52.5061107 -1.8062226
14515 op-snap---monthly-publication-june-2025.pdf   444 2025-06 Pedestrian BMW 4 Series Black Driving without Due Care and Attention None Sherbourne Road Sherbourne Road Birmingham Birmingham RTC - Actioned N/A   52.4495478 -1.8235444
14881 op-snap---monthly-publication-june-2025.pdf   810 2025-06 Car Audi A6 Black Driving without Due Care and Attention None Robin Hood Island Robin Hood Island Birmingham Birmingham RTC - Actioned N/A   52.4220705 -1.8372335
15056 op-snap---monthly-publication-june-2025.pdf   985 2025-06 Car Peugeot   Grey Driving without Due Care and Attention None Swallow Road Swallow Road Coventry Coventry RTC - Actioned N/A   52.4369925 -1.510331
15210 op-snap---monthly-publication-june-2025.pdf   1139 2025-06 Car Mercedes-Benz Sprinter White Driving without Due Care and Attention None Fox Hollies Road Fox Hollies Road Birmingham Birmingham RTC - Actioned N/A   52.5517052 -1.7825505
15364 op-snap---monthly-publication-june-2025.pdf   1293 2025-06 Car Volkswagen Golf Grey Driving without Due Care and Attention Fail to stop, Fail to report Clifford Street Clifford Street Wolverhampton Wolverhampton RTC - Actioned N/A   52.592759 -2.1455592
15538 op-snap---monthly-publication-june-2025.pdf   1467 2025-06 Car Vauxhall Corsa Silver Driving without Due Care and Attention None Edward Road Edward Road Birmingham Birmingham RTC - Actioned N/A   52.4580901 -1.894458
15730 op-snap---monthly-publication-june-2025.pdf   1659 2025-06 Car Kia Pro Ceed Blue Driving without Due Care and Attention None Mackadown Lane Mackadown Lane Birmingham Birmingham RTC - Actioned N/A   52.4708415 -1.7675939
16030 op-snap---monthly-publication-june-2025.pdf   1959 2025-06 Car Volkswagen Golf Silver Driving without Due Care and Attention None Oslo Gardens Oslo Gardens Coventry Coventry RTC - Actioned N/A   52.4261555 -1.4377624
16052 op-snap---monthly-publication-june-2025.pdf   1981 2025-06 Other Ford Transit White Driving without Due Care and Attention None Pinner Grove Pinner Grove Birmingham Birmingham RTC - Actioned N/A   52.4535248 -1.985764

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