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 disposal = "Court" and vehicle_make = "Volvo" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, latitude, longitude

month 7

  • 2025-07 3
  • 2025-02 2
  • 2025-03 2
  • 2025-09 2
  • 2025-12 2
  • 2025-01 1
  • 2025-11 1

council_area 5

  • Birmingham 9
  • Coventry 1
  • Mbinirgmhianmgham 1
  • Sutton Coldfield 1
  • Wolverhampton 1

offence 4

  • Driving without Due Care and Attention 8
  • Driving without Reasonable Consideration 3
  • Cause vehicle to be left in a dangerous position 1
  • Use on a road a motor vehicle / trailer in such a c 1

reporter_transport_mode 3

  • Car 10
  • Pedal Bike 2
  • Pedestrian 1

vehicle_make 1

  • Volvo · 13 ✖

disposal 1

  • Court · 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
4186 op-snap---monthly-publication-december-2025.pdf   314 2025-12 Car Volvo XC90 Blue Driving without Due Care and Attention No Insurance Richmond Road Richmond Road Birmingham Birmingham Court N/A   52.566947 -1.8291809
4351 op-snap---monthly-publication-december-2025.pdf   479 2025-12 Car Volvo V40.. Blue Driving without Due Care and Attention None Greenholm Road Greenholm Road Birmingham Birmingham Court N/A   52.5356973 -1.8929646
20506 op-snap---monthly-publication-november-2025.pdf   48 2025-11 Car Volvo Lorry White Driving without Due Care and Attention None M42 Motorway M42 Motorway Birmingham Birmingham Court N/A   52.490826 -1.8882034
23858 op-snap---monthly-publication-september-2025.pdf   77 2025-09 Car Volvo C30 Grey Use on a road a motor vehicle / trailer in such a c ondition it caused / wasN lioknleey to cause danger The Green, Kings Norton The Green, Kings Norton Birmingham Birmingham Court N/A   52.4065866 -1.9308921
24505 op-snap---monthly-publication-september-2025.pdf   724 2025-09 Car Volvo XC90 Black Driving without Reasonable Consideration None Webster Way Webster Way Sutton Coldfield Sutton Coldfield Court N/A   52.5445328 -1.7884784
11952 op-snap---monthly-publication-july-2025.pdf   4 2025-07 Car Volvo XC40 Blue Driving without Due Care and Attention None Metcheley Lane Metcheley Lane Birmingham Birmingham Court N/A      
12538 op-snap---monthly-publication-july-2025.pdf   590 2025-07 Car Volvo XC60 Blue Driving without Due Care and Attention No Insurance Moseley Road Moseley Road Wolverhampton Wolverhampton Court N/A   52.5782924 -2.0742911
12938 op-snap---monthly-publication-july-2025.pdf   990 2025-07 Car Volvo Lorry White Driving without Reasonable Consideration None Cornetts End lane Cornetts End lane Coventry Coventry Court N/A      
17382 op-snap---monthly-publication-march-2025.pdf   1139 2025-03 Car Volvo S60 Black Driving without Due Care and Attention None Tyburn Road Tyburn Road Birmingham Birmingham Court N/A Yes - Via Email 52.5113867 -1.8337258
17634 op-snap---monthly-publication-march-2025.pdf   1391 2025-03 Pedal Bike Volvo XC60 White Driving without Reasonable Consideration None Alcester Road Alcester Road Birmingham Birmingham Court N/A Yes - Via Email 52.4470686 -1.8880749
6504 op-snap---monthly-publication-february-2025.pdf   1321 2025-02 Pedal Bike Volvo V40 Grey Driving without Due Care and Attention None Gillhurst Road at Lordwood Road Bir Gillhurst Road at Lordwood Road Bir mBinirgmhianmgham Mbinirgmhianmgham Court N/A Yes - Via Email 52.467676 -1.9548345
6936 op-snap---monthly-publication-february-2025.pdf   1753 2025-02 Car Volvo S40 Black Driving without Due Care and Attention None Alcester Road Alcester Road Birmingham Birmingham Court N/A Yes - Via Email 52.4470686 -1.8880749
9702 op-snap---monthly-publication-january-2025.pdf   810 2025-01 Pedestrian Volvo V60 Black Cause vehicle to be left in a dangerous position No Insurance GLENVILLE DRIVE Glenville Drive Birmingham Birmingham Court N/A Yes - Via Email 52.5265939 -1.8509884

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