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 disposal = "Warning Letter", offence = "Stop a vehicle within pelican pedestrian crossing limits" and vehicle_make = "Toyota" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

month 8

  • 2025-03 5
  • 2025-06 2
  • 2025-12 2
  • 2025-04 1
  • 2025-05 1
  • 2025-08 1
  • 2025-11 1
  • 2026-02 1

reporter_transport_mode 4

  • Car 9
  • Pedestrian 3
  • Pedal Bike 1
  • Van 1

council_area 3

  • Birmingham 11
  • Coventry 2
  • Solihull 1

vehicle_make 1

  • Toyota · 14 ✖

offence 1

  • Stop a vehicle within pelican pedestrian crossing limits · 14 ✖

disposal 1

  • Warning Letter · 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
7269 op-snap---monthly-publication-february-2026.pdf   16 2026-02 Van Toyota C-HR White Stop a vehicle within pelican pedestrian crossing limits None Radford Road Radford Road Coventry Coventry Warning Letter N/A   52.4235908 -1.5226276
4616 op-snap---monthly-publication-december-2025.pdf   744 2025-12 Car Toyota prius Black Stop a vehicle within pelican pedestrian crossing limits None washwood heath road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
5085 op-snap---monthly-publication-december-2025.pdf   1213 2025-12 Pedestrian Toyota Prius Silver Stop a vehicle within pelican pedestrian crossing limits None Watford Road Watford Road Birmingham Birmingham Warning Letter N/A   52.4182952 -1.9316395
21218 op-snap---monthly-publication-november-2025.pdf   760 2025-11 Car Toyota Yaris Silver Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
3498 op-snap---monthly-publication-august-2025.pdf   1473 2025-08 Car Toyota Yaris Silver Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath road Washwood Heath road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
15417 op-snap---monthly-publication-june-2025.pdf   1346 2025-06 Pedestrian Toyota Aygo Black Stop a vehicle within pelican pedestrian crossing limits None Solihull Train Station Solihull Train Station Solihull Solihull Warning Letter N/A   52.4147491 -1.7879378
15940 op-snap---monthly-publication-june-2025.pdf   1869 2025-06 Car Toyota CHR.. Red Stop a vehicle within pelican pedestrian crossing limits None Alcester Road Alcester Road Birmingham Birmingham Warning Letter N/A   52.4470686 -1.8880749
19872 op-snap---monthly-publication-may-2025.pdf   1234 2025-05 Car Toyota Proace White Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
1289 op-snap---monthly-publication-april-2025.pdf   1288 2025-04 Pedal Bike Toyota PRIUS Black Stop a vehicle within pelican pedestrian crossing limits None Far Gosford Street Far Gosford Street Coventry Coventry Warning Letter N/A   52.4071231 -1.4985178
16323 op-snap---monthly-publication-march-2025.pdf   80 2025-03 Car Toyota Yaris Blue Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4929304 -1.8229092
16609 op-snap---monthly-publication-march-2025.pdf   366 2025-03 Car Toyota Camry Grey Stop a vehicle within pelican pedestrian crossing limits None Eddish Road Eddish Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4833672 -1.7871439
16643 op-snap---monthly-publication-march-2025.pdf   400 2025-03 Pedestrian Toyota Prius White Stop a vehicle within pelican pedestrian crossing limits None Allens Croft Road Allens Croft Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4242527 -1.910803
16867 op-snap---monthly-publication-march-2025.pdf   624 2025-03 Car Toyota Prius Silver Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4929304 -1.8229092
18250 op-snap---monthly-publication-march-2025.pdf   2007 2025-03 Car Toyota Prius White Stop a vehicle within pelican pedestrian crossing limits None Ladypool Road Ladypool Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4520441 -1.8787544

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