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

16 rows where month = "2025-04", offence = "Driving without Due Care and Attention" and vehicle_make = "Toyota" 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

reporter_transport_mode 4

  • Car 13
  • Pedal Bike 1
  • Pedestrian 1
  • Van 1

disposal 4

  • NFA 12
  • Fixed Penalty 2
  • Court 1
  • Warning Letter 1

council_area 4

  • Birmingham 11
  • Out of Force Area 3
  • Area 1
  • Coventry 1

vehicle_make 1

  • Toyota · 16 ✖

offence 1

  • Driving without Due Care and Attention · 16 ✖

month 1

  • 2025-04 · 16 ✖
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
235 op-snap---monthly-publication-april-2025.pdf   234 2025-04 Car Toyota Corolla Blue Driving without Due Care and Attention None Stoney Lane Stoney Lane Birmingham Birmingham NFA Outside of 14 Days NIP   52.4745488 -1.8065911
250 op-snap---monthly-publication-april-2025.pdf   249 2025-04 Car Toyota Aygo Grey Driving without Due Care and Attention None Cartland Rd Cartland Road Birmingham Birmingham Warning Letter N/A   52.4298554 -1.9086629
311 op-snap---monthly-publication-april-2025.pdf   310 2025-04 Car Toyota Auris White Driving without Due Care and Attention None Yardley Wood Road Yardley Wood Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4103191 -1.8670224
342 op-snap---monthly-publication-april-2025.pdf   341 2025-04 Van Toyota Yaris Brown Driving without Due Care and Attention None Reservoir Road Reservoir Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.5242452 -1.8572541
460 op-snap---monthly-publication-april-2025.pdf   459 2025-04 Pedestrian Toyota aYGO Blue Driving without Due Care and Attention None Sherborne St Sherborne Street Birmingham Birmingham Fixed Penalty N/A   52.4762433 -1.9176665
470 op-snap---monthly-publication-april-2025.pdf   469 2025-04 Car Toyota Prius Silver Driving without Due Care and Attention None Marston Lane Bedworth Marston Lane Bedworth Area Area NFA Out of Force      
548 op-snap---monthly-publication-april-2025.pdf   547 2025-04 Car Toyota Aygo Red Driving without Due Care and Attention None Coventry Road Coventry Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4726661 -1.8769032
585 op-snap---monthly-publication-april-2025.pdf   584 2025-04 Car Toyota C-HR Black Driving without Due Care and Attention None Wahswood Heath Road Wahswood Heath Road Birmingham Birmingham Fixed Penalty N/A      
702 op-snap---monthly-publication-april-2025.pdf   701 2025-04 Car Toyota Yaris Black Driving without Due Care and Attention None Holder Road Holder Road Birmingham Birmingham Court N/A   52.4655509 -1.8219
714 op-snap---monthly-publication-april-2025.pdf   713 2025-04 Car Toyota Rav 4 Blue Driving without Due Care and Attention None A49 Hereford Hereford Out of Force Area Out of Force Area NFA Out of Force   52.4047807 -2.0101216
736 op-snap---monthly-publication-april-2025.pdf   735 2025-04 Car Toyota Aygo White Driving without Due Care and Attention None M42 Junction 6 M42 Junction 6 Birmingham Birmingham NFA Outside of 14 Days NIP      
1324 op-snap---monthly-publication-april-2025.pdf   1323 2025-04 Car Toyota Prius Red Driving without Due Care and Attention None junction of shirley road and dolphin lane Junction Of Shirley Road And Dolphin Lane Birmingham Birmingham NFA Outside of 14 Days NIP      
1326 op-snap---monthly-publication-april-2025.pdf   1325 2025-04 Car Toyota Yaris blue Driving without Due Care and Attention None North bound off slip road to Ashby North bound off slip road to Ashby Out of Force Area Out of Force Area NFA Out of Force      
1389 op-snap---monthly-publication-april-2025.pdf   1388 2025-04 Car Toyota NP Blue Driving without Due Care and Attention None Junction of A426 and technology drive, rugby Junction of A426 and technology drive, rugby Out of Force Area Out of Force Area NFA Out of Force      
1709 op-snap---monthly-publication-april-2025.pdf   1708 2025-04 Car Toyota avensis Grey Driving without Due Care and Attention None Cotterills lane Cotterills lane Birmingham Birmingham NFA Outside of 14 Days NIP   52.4884297 -1.817811
1946 op-snap---monthly-publication-april-2025.pdf   1945 2025-04 Pedal Bike Toyota Prius White Driving without Due Care and Attention None foleshill road Foleshill Road Coventry Coventry NFA Outside of 14 Days NIP   52.4274335 -1.5002381

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