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 council_area = "Birmingham", disposal = "Education" and vehicle_make = "Tesla" 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, latitude, longitude

month 9

  • 2025-06 3
  • 2025-03 2
  • 2025-05 2
  • 2026-02 2
  • 2025-01 1
  • 2025-07 1
  • 2025-10 1
  • 2025-11 1
  • 2026-01 1

offence 6

  • Contravening a Red Traffic Light 5
  • Stop a vehicle within pelican pedestrian crossing limits 3
  • Cause vehicle to be left in a dangerous position 2
  • Driving without Due Care and Attention 2
  • Contravene Lane Closure Red X 1
  • Stop a vehicle on pedestrian crossing 1

reporter_transport_mode 3

  • Car 9
  • Pedestrian 4
  • Pedal Bike 1

vehicle_make 1

  • Tesla · 14 ✖

disposal 1

  • Education · 14 ✖

council_area 1

  • Birmingham · 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
7878 op-snap---monthly-publication-february-2026.pdf   625 2026-02 Car Tesla Model Y White Driving without Due Care and Attention None Anglesey Street Anglesey Street Birmingham Birmingham Education N/A   52.5000379 -1.9102942
8444 op-snap---monthly-publication-february-2026.pdf   1191 2026-02 Car Tesla   Black Stop a vehicle within pelican pedestrian crossing limits None washwood Heath Road washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
11935 op-snap---monthly-publication-january-2026.pdf   1396 2026-01 Car Tesla Model Y White Contravening a Red Traffic Light None High Street, Harborne High Street, Harborne Birmingham Birmingham Education N/A   52.4612733 -1.9430543
21455 op-snap---monthly-publication-november-2025.pdf   997 2025-11 Car Tesla model 3 Grey Contravening a Red Traffic Light None B4118 Water Orton Road Water Orton Road Birmingham Birmingham Education N/A   52.5153394 -1.7573409
22251 op-snap---monthly-publication-october-2025.pdf   201 2025-10 Car Tesla Model Y White Contravening a Red Traffic Light None Stratford Road Stratford Road Birmingham Birmingham Education N/A   52.4203897 -1.8338574
12846 op-snap---monthly-publication-july-2025.pdf   898 2025-07 Pedal Bike Tesla Modle Y Grey Contravene Lane Closure Red X None Augustus Road Augustus Road Birmingham Birmingham Education N/A   52.4695793 -1.9378608
14136 op-snap---monthly-publication-june-2025.pdf   65 2025-06 Pedestrian Tesla Model Y Blue Contravening a Red Traffic Light None Portland Road Portland Road Birmingham Birmingham Education N/A   52.4737014 -1.9412436
14869 op-snap---monthly-publication-june-2025.pdf   798 2025-06 Car Tesla Model Y White Driving without Due Care and Attention None Walsall Road Walsall Road Birmingham Birmingham Education N/A   52.5919543 -1.8517118
15974 op-snap---monthly-publication-june-2025.pdf   1903 2025-06 Pedestrian Tesla Model 3 White Stop a vehicle on pedestrian crossing None Robin Hood Lane Robin Hood Lane Birmingham Birmingham Education N/A   52.4221526 -1.8425617
19377 op-snap---monthly-publication-may-2025.pdf   739 2025-05 Car Tesla Model 3 Black Contravening a Red Traffic Light None A34 Birmingham Road Birmingham Road Birmingham Birmingham Education N/A   52.5505398 -1.8252993
19791 op-snap---monthly-publication-may-2025.pdf   1153 2025-05 Car Tesla   Black Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
17221 op-snap---monthly-publication-march-2025.pdf   978 2025-03 Pedestrian Tesla Model 3 White Cause vehicle to be left in a dangerous position None Fern Road Fern Road Birmingham Birmingham Education N/A Yes - Via Email 52.5215217 -1.8359393
17431 op-snap---monthly-publication-march-2025.pdf   1188 2025-03 Car Tesla Model 3 Black Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A Yes - Via Email 52.4929304 -1.8229092
9674 op-snap---monthly-publication-january-2025.pdf   782 2025-01 Pedestrian Tesla Model 3 Blue Cause vehicle to be left in a dangerous position None Heath Road, Bournville Heath Road, Bournville Birmingham Birmingham Education N/A Yes - Via Email 52.4220874 -1.9409615

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