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

13 rows where month = "2025-08", offence = "Driving without Reasonable Consideration" and vehicle_make = "Ford" 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 7

  • Birmingham 6
  • Solihull 2
  • Coventry 1
  • Dudley 1
  • Sandwell 1
  • Walsall 1
  • Wolverhampton 1

reporter_transport_mode 4

  • Car 8
  • Pedal Bike 3
  • Motorbike 1
  • Other 1

disposal 3

  • Education 7
  • Warning Letter 5
  • NFA 1

vehicle_make 1

  • Ford · 13 ✖

offence 1

  • Driving without Reasonable Consideration · 13 ✖

month 1

  • 2025-08 · 13 ✖
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
2055 op-snap---monthly-publication-august-2025.pdf   30 2025-08 Car Ford Fiesta Grey Driving without Reasonable Consideration None Friston Av Friston Avenue Birmingham Birmingham Warning Letter N/A   52.4744592 -1.9198786
2089 op-snap---monthly-publication-august-2025.pdf   64 2025-08 Pedal Bike Ford Transit Yellow Driving without Reasonable Consideration None Meadowbrook Road Meadowbrook Road Birmingham Birmingham Education N/A      
2159 op-snap---monthly-publication-august-2025.pdf   134 2025-08 Pedal Bike Ford Transit White Driving without Reasonable Consideration None Salisbury Road Salisbury Road Birmingham Birmingham Education N/A   52.4943878 -1.8504211
2189 op-snap---monthly-publication-august-2025.pdf   164 2025-08 Car Ford fiesta Black Driving without Reasonable Consideration None Fenton Street Fenton Street Sandwell Sandwell Education N/A   52.5004036 -1.9790049
2208 op-snap---monthly-publication-august-2025.pdf   183 2025-08 Pedal Bike Ford Transit White Driving without Reasonable Consideration None Harborne Road Harborne Road Birmingham Birmingham Education N/A   52.4718503 -1.9195423
2312 op-snap---monthly-publication-august-2025.pdf   287 2025-08 Car Ford kuga Grey Driving without Reasonable Consideration None M6 J10 M6 J10 Walsall Walsall NFA No Independent Evidence Available   52.676119 -2.0858425
2378 op-snap---monthly-publication-august-2025.pdf   353 2025-08 Car Ford Transit White Driving without Reasonable Consideration None Station Road, Marston Green Station Road, Marston Green Solihull Solihull Education N/A   52.4667342 -1.747421
2556 op-snap---monthly-publication-august-2025.pdf   531 2025-08 Car Ford Kuga Blue Driving without Reasonable Consideration None Tyburn House Island Tyburn House Island Birmingham Birmingham Education N/A   52.5194011 -1.8008643
2585 op-snap---monthly-publication-august-2025.pdf   560 2025-08 Other Ford Fiesta Black Driving without Reasonable Consideration None Waterfront car park Waterfront car park Dudley Dudley Warning Letter N/A      
2894 op-snap---monthly-publication-august-2025.pdf   869 2025-08 Motorbike Ford Focus Blue Driving without Reasonable Consideration None Sir Robert Peel Junction, Bloxwich Sir Robert Peel Junction, Bloxwich Wolverhampton Wolverhampton Warning Letter N/A      
3120 op-snap---monthly-publication-august-2025.pdf   1095 2025-08 Car Ford Fiesta Blue Driving without Reasonable Consideration None Bickenhill Lane Bickenhill Lane Solihull Solihull Warning Letter N/A   52.4490463 -1.7296897
3201 op-snap---monthly-publication-august-2025.pdf   1176 2025-08 Car Ford puma White Driving without Reasonable Consideration None Walsall Road Walsall Road Birmingham Birmingham Education N/A   52.5919543 -1.8517118
3784 op-snap---monthly-publication-august-2025.pdf   1759 2025-08 Car Ford Focus Blue Driving without Reasonable Consideration None Torrington Avenue Torrington Avenue Coventry Coventry Warning Letter N/A   52.3987354 -1.567693

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