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 month = "2025-03", offence = "Driving without Due Care and Attention" and vehicle_make = "Honda" 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

council_area 5

  • Birmingham 5
  • Out of Force Area 4
  • Coventry 2
  • Sandwell 2
  • Solihull 1

disposal 4

  • NFA 5
  • Fixed Penalty 4
  • Education 3
  • Warning Letter 2

reporter_transport_mode 3

  • Car 11
  • Pedestrian 2
  • Pedal Bike 1

vehicle_make 1

  • Honda · 14 ✖

offence 1

  • Driving without Due Care and Attention · 14 ✖

month 1

  • 2025-03 · 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
16303 op-snap---monthly-publication-march-2025.pdf   60 2025-03 Car Honda Civic Black Driving without Due Care and Attention None Minworth Island Minworth Island Birmingham Birmingham NFA No VRM Yes - Via Email 52.5316279 -1.7762358
16309 op-snap---monthly-publication-march-2025.pdf   66 2025-03 Car Honda CRV Black Driving without Due Care and Attention None Alvechurch Highway, Bromsgrove Alvechurch Highway, Bromsgrove Out of Force Area Out of Force Area NFA Out of Force Yes - Via Email    
16718 op-snap---monthly-publication-march-2025.pdf   475 2025-03 Car Honda Jazz Grey Driving without Due Care and Attention None B4102 Blossomfield Road Blossomfield Road Solihull Solihull Education N/A Yes - Via Email 52.4144779 -1.7848758
16741 op-snap---monthly-publication-march-2025.pdf   498 2025-03 Pedestrian Honda Civic Yellow Driving without Due Care and Attention None Amesbury Road Amesbury Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4465507 -1.8957752
16794 op-snap---monthly-publication-march-2025.pdf   551 2025-03 Pedal Bike Honda WW 125 White Driving without Due Care and Attention None Bristol Street Bristol Street Birmingham Birmingham Education N/A Yes - Via Email 52.4691145 -1.9003257
16825 op-snap---monthly-publication-march-2025.pdf   582 2025-03 Car Honda Accord Silver Driving without Due Care and Attention None Hobs moat road Hobs moat road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4515649 -1.7820482
17007 op-snap---monthly-publication-march-2025.pdf   764 2025-03 Car Honda Jazz Black Driving without Due Care and Attention None A441 Warwick Highway Warwick Highway Out of Force Area Out of Force Area NFA Out of Force Yes - Via Email    
17468 op-snap---monthly-publication-march-2025.pdf   1225 2025-03 Car Honda Civic Silver Driving without Due Care and Attention None Wellington Road Wellington Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5133725 -1.9193405
17626 op-snap---monthly-publication-march-2025.pdf   1383 2025-03 Car Honda Jazz Silver Driving without Due Care and Attention None Holbrook Lane Holbrook Lane Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.436155 -1.5064002
17917 op-snap---monthly-publication-march-2025.pdf   1674 2025-03 Car Honda ENY1 Blue Driving without Due Care and Attention None A4123 Tipton Tipton Sandwell Sandwell Warning Letter N/A Yes - Via Email 52.5290396 -2.0693747
17966 op-snap---monthly-publication-march-2025.pdf   1723 2025-03 Car Honda Civic Black Driving without Due Care and Attention None A428 Northampton Northampton Out of Force Area Out of Force Area NFA Out of Force Yes - Via Email    
18023 op-snap---monthly-publication-march-2025.pdf   1780 2025-03 Pedestrian Honda motorcycle White Driving without Due Care and Attention None Marston Lane, Bedworth Marston Lane, Bedworth Out of Force Area Out of Force Area NFA Out of Force Yes - Via Email    
18204 op-snap---monthly-publication-march-2025.pdf   1961 2025-03 Car Honda JAZZ Blue Driving without Due Care and Attention None M6 JCT 3 M6 Jct 3 Coventry Coventry Education N/A Yes - Via Email 52.6912652 -2.1043715
18440 op-snap---monthly-publication-march-2025.pdf   2197 2025-03 Car Honda Accord Silver Driving without Due Care and Attention None M6 Junction 9 M6 Junction 9 Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 52.676119 -2.0858425

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