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

  • Mercedes-Benz 2
  • Mitsubishi 2
  • BMW 1
  • Ford 1
  • Jaguar 1
  • Kia 1
  • Peugeot 1
  • Skoda 1
  • Toyota 1
  • Volkswagen 1

council_area 6

  • Birmingham 8
  • Dudley 1
  • Sandwell 1
  • Soauntd Owf Eflolrce 1
  • Walsall 1
  • Wolverhampton 1

reporter_transport_mode 2

  • Car 11
  • Pedal Bike 2

offence 1

  • Driving without Due Care and Attention · 13 ✖

month 1

  • 2025-04 · 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
51 op-snap---monthly-publication-april-2025.pdf   50 2025-04 Car Skoda Octavia Grey Driving without Due Care and Attention None Birmingham Road Birmingham Road Sandwell Sandwell Court N/A   52.5461417 -1.9334193
71 op-snap---monthly-publication-april-2025.pdf   70 2025-04 Car Mercedes-Benz A180 Grey Driving without Due Care and Attention None Pump Island Pump Island Birmingham Birmingham Court N/A      
121 op-snap---monthly-publication-april-2025.pdf   120 2025-04 Car Mitsubishi   Blue Driving without Due Care and Attention None Goldthorn Hill Goldthorn Hill Wolverhampton Wolverhampton Court N/A   52.5690522 -2.1388773
122 op-snap---monthly-publication-april-2025.pdf   121 2025-04 Car Jaguar XF White Driving without Due Care and Attention None Beeches Road Beeches Road Birmingham Birmingham Court N/A   52.5394371 -1.9087331
129 op-snap---monthly-publication-april-2025.pdf   128 2025-04 Car   KTM Duke 390 White Driving without Due Care and Attention None Elmore Road Elmore Road Walsall Walsall Court N/A   52.6178185 -2.0093512
225 op-snap---monthly-publication-april-2025.pdf   224 2025-04 Car Mercedes-Benz A180.. White Driving without Due Care and Attention None Wheelers Lane Wheelers Lane Birmingham Birmingham Court N/A   52.4306504 -1.878052
227 op-snap---monthly-publication-april-2025.pdf   226 2025-04 Pedal Bike Mitsubishi Colt Blue Driving without Due Care and Attention None West Boulevard Quinton West Boulevard Quinton Birmingham Birmingham Court N/A      
432 op-snap---monthly-publication-april-2025.pdf   431 2025-04 Car Volkswagen GOLF White Driving without Due Care and Attention No Insurance CHURCH LANE Church Lane SOauntd owf eFlolrce Soauntd Owf Eflolrce Court N/A   52.5022001 -1.877462
657 op-snap---monthly-publication-april-2025.pdf   656 2025-04 Car Peugeot 2008.. White Driving without Due Care and Attention None Northfield Road Northfield Road Dudley Dudley Court N/A   52.4879172 -2.07401
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
704 op-snap---monthly-publication-april-2025.pdf   703 2025-04 Car BMW 3 series Black Driving without Due Care and Attention None Aldridge Road Aldridge Road Birmingham Birmingham Court N/A   52.5368764 -1.8976461
767 op-snap---monthly-publication-april-2025.pdf   766 2025-04 Pedal Bike Kia Ceed White Driving without Due Care and Attention None Wheeler Street Wheeler Street Birmingham Birmingham Court N/A   52.5020639 -1.9026192
774 op-snap---monthly-publication-april-2025.pdf   773 2025-04 Car Ford Focus Silver Driving without Due Care and Attention None Holly Hill Road Holly Hill Road Birmingham Birmingham Court N/A   52.408161 -2.008839

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