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 disposal = "Warning Letter", month = "2025-04" and offence = "Contravening a Red Traffic Light" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

vehicle_make 9

  • Ford 6
  • BMW 2
  • Volkswagen 2
  • Audi 1
  • Honda 1
  • Mitsubishi 1
  • Porsche 1
  • Toyota 1
  • Vauxhall 1

reporter_transport_mode 3

  • Car 12
  • Pedal Bike 3
  • Pedestrian 1

council_area 3

  • Birmingham 12
  • Walsall 3
  • Wolverhampton 1

offence 1

  • Contravening a Red Traffic Light · 16 ✖

month 1

  • 2025-04 · 16 ✖

disposal 1

  • Warning Letter · 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
4 op-snap---monthly-publication-april-2025.pdf   3 2025-04 Car Porsche Cayenne Black Contravening a Red Traffic Light None Bordsely Road Bordsely Road Birmingham Birmingham Warning Letter N/A      
11 op-snap---monthly-publication-april-2025.pdf   10 2025-04 Car Mitsubishi Colt Silver Contravening a Red Traffic Light None Coventry Road Coventry Road Birmingham Birmingham Warning Letter N/A   52.4726661 -1.8769032
17 op-snap---monthly-publication-april-2025.pdf   16 2025-04 Car Volkswagen Tiguan Blue Contravening a Red Traffic Light None Stratford Road Stratford Road Birmingham Birmingham Warning Letter N/A   52.4203897 -1.8338574
60 op-snap---monthly-publication-april-2025.pdf   59 2025-04 Car Ford Transit White Contravening a Red Traffic Light None Bunbury Road Bunbury Road Birmingham Birmingham Warning Letter N/A   52.4142089 -1.9587147
65 op-snap---monthly-publication-april-2025.pdf   64 2025-04 Car Vauxhall Corsa Grey Contravening a Red Traffic Light None Bell Lane Bell Lane Birmingham Birmingham Warning Letter N/A   52.4178465 -1.968864
115 op-snap---monthly-publication-april-2025.pdf   114 2025-04 Car Volkswagen Transporter Brown Contravening a Red Traffic Light None Longbridge Lane Longbridge Lane Birmingham Birmingham Warning Letter N/A   52.3962003 -1.9821252
137 op-snap---monthly-publication-april-2025.pdf   136 2025-04 Pedal Bike BMW 216d White Contravening a Red Traffic Light None Hurst Street Hurst Street Birmingham Birmingham Warning Letter N/A   52.4714381 -1.893243
163 op-snap---monthly-publication-april-2025.pdf   162 2025-04 Car Ford KUGA Grey Contravening a Red Traffic Light None SUN ISLAND BROWNHILLS Sun Island Brownhills Walsall Walsall Warning Letter N/A      
172 op-snap---monthly-publication-april-2025.pdf   171 2025-04 Car Ford Transit White Contravening a Red Traffic Light None Hanging Lane at Frankley Beeches Road Hanging Lane at Frankley Beeches Road Birmingham Birmingham Warning Letter N/A   52.4091382 -1.9838016
256 op-snap---monthly-publication-april-2025.pdf   255 2025-04 Car Toyota Yaris Black Contravening a Red Traffic Light None Nechells Parkway Nechells Parkway Birmingham Birmingham Warning Letter N/A   52.4922722 -1.8711754
492 op-snap---monthly-publication-april-2025.pdf   491 2025-04 Car Ford Focus Blue Contravening a Red Traffic Light None Littleton St East Littleton Street East Walsall Walsall Warning Letter N/A   52.5887823 -1.9801166
626 op-snap---monthly-publication-april-2025.pdf   625 2025-04 Car BMW 3 Seris Blue Contravening a Red Traffic Light None Broadway North Broadway North Walsall Walsall Warning Letter N/A   52.5886007 -1.9741222
682 op-snap---monthly-publication-april-2025.pdf   681 2025-04 Car Honda Jazz Red Contravening a Red Traffic Light None A41 Bilston Road Bilston Road Wolverhampton Wolverhampton Warning Letter N/A   52.5801329 -2.1138283
699 op-snap---monthly-publication-april-2025.pdf   698 2025-04 Pedal Bike Audi Q2 Black Contravening a Red Traffic Light None Horton Square Horton Square Birmingham Birmingham Warning Letter N/A   52.4649176 -1.8918971
700 op-snap---monthly-publication-april-2025.pdf   699 2025-04 Pedal Bike Ford Transit Silver Contravening a Red Traffic Light None Horton Square Horton Square Birmingham Birmingham Warning Letter N/A   52.4649176 -1.8918971
727 op-snap---monthly-publication-april-2025.pdf   726 2025-04 Pedestrian Ford Fiesta White Contravening a Red Traffic Light None Stratford Road, Shirley Stratford Road, Shirley Birmingham Birmingham Warning Letter N/A      

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