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

8 rows where disposal = "RTC - Actioned", month = "2025-01" and reporter_transport_mode = "Car" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, second_offence, council_area_raw

vehicle_make 5

  • Seat 2
  • Audi 1
  • Peugeot 1
  • Renault 1
  • Yamaha 1

council_area 5

  • Birmingham 3
  • Coventry 2
  • Dudley 1
  • Halesowen 1
  • Wolverhampton 1

offence 3

  • Driving without Due Care and Attention 5
  • Dangerous Driving 2
  • Using a Mobile Phone Whilst Driving 1

reporter_transport_mode 1

  • Car · 8 ✖

month 1

  • 2025-01 · 8 ✖

disposal 1

  • RTC - Actioned · 8 ✖
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
9060 op-snap---monthly-publication-january-2025.pdf   168 2025-01 Car Seat Unknown Black Driving without Due Care and Attention None Palmerston Road Palmerston Road Birmingham Birmingham RTC - Actioned N/A Yes - Via Email 52.4599575 -1.8708964
9182 op-snap---monthly-publication-january-2025.pdf   290 2025-01 Car Peugeot 107 Black Driving without Due Care and Attention None Lillington Road Lillington Road Coventry Coventry RTC - Actioned N/A Yes - Via Email 52.4383714 -1.4621918
9307 op-snap---monthly-publication-january-2025.pdf   415 2025-01 Car   N/K   Dangerous Driving None COPPICE LANE Coppice Lane Dudley Dudley RTC - Actioned N/A Yes - Via Email 52.4781025 -2.098027
9477 op-snap---monthly-publication-january-2025.pdf   585 2025-01 Car       Driving without Due Care and Attention None Near Coventry Hospital Near Coventry Hospital Coventry Coventry RTC - Actioned N/A Yes - Via Email    
9884 op-snap---monthly-publication-january-2025.pdf   992 2025-01 Car Yamaha Nmax Black Using a Mobile Phone Whilst Driving None Rookery Road Rookery Road Birmingham Birmingham RTC - Actioned N/A Yes - Via Email 52.5076603 -1.9405515
9974 op-snap---monthly-publication-january-2025.pdf   1082 2025-01 Car Renault WIND Black Driving without Due Care and Attention None A444 M6 A444 M6 Birmingham Birmingham RTC - Actioned N/A Yes - Via Email 52.5183642 -1.8724942
10173 op-snap---monthly-publication-january-2025.pdf   1281 2025-01 Car Audi A5 Red Driving without Due Care and Attention No Insurance Oxford Street, Bilston Oxford Street, Bilston Wolverhampton Wolverhampton RTC - Actioned N/A Yes - Via Email 52.5631051 -2.0668747
10302 op-snap---monthly-publication-january-2025.pdf   1410 2025-01 Car Seat Leon Grey Dangerous Driving None Bromsgrove Road Bromsgrove Road Halesowen Halesowen RTC - Actioned N/A Yes - Via Email 52.449941 -2.0446291

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