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'}

9 rows where council_area = "Birmingham" and offence = "Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude

month 7

  • 2025-01 2
  • 2025-08 2
  • 2025-02 1
  • 2025-05 1
  • 2025-06 1
  • 2025-07 1
  • 2026-01 1

vehicle_make 6

  • BMW 3
  • Fiat 1
  • Jaguar 1
  • Seat 1
  • Skoda 1
  • Toyota 1

reporter_transport_mode 4

  • Car 4
  • Other 2
  • Pedestrian 2
  • CAR 1

disposal 4

  • NFA 3
  • Warning Letter 3
  • Fixed Penalty 2
  • Other Action Taken 1

offence 1

  • Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger · 9 ✖

council_area 1

  • Birmingham · 9 ✖
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
11007 op-snap---monthly-publication-january-2026.pdf   468 2026-01 Other BMW   White Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger None Canal Court Canal Court Birmingham Birmingham NFA No VRM   52.4486586 -1.8085554
3611 op-snap---monthly-publication-august-2025.pdf   1586 2025-08 Pedestrian Fiat Doblo Grey Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger None Chester Road Chester Road Birmingham Birmingham Warning Letter N/A   52.5359496 -1.8324115
3621 op-snap---monthly-publication-august-2025.pdf   1596 2025-08 Car Toyota Panel White Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger None Lea Hall Road Lea Hall Road Birmingham Birmingham Warning Letter N/A   52.4819286 -1.7943139
13109 op-snap---monthly-publication-july-2025.pdf   1161 2025-07 Car Seat ibiza Grey Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger None Gravelly Hill Gravelly Hill Birmingham Birmingham NFA No Independent Evidence Available   52.5153884 -1.8527437
15229 op-snap---monthly-publication-june-2025.pdf   1158 2025-06 Other Jaguar XE Red Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger None Springfield Crescent Springfield Crescent Birmingham Birmingham Fixed Penalty N/A   52.557106 -1.7918522
20384 op-snap---monthly-publication-may-2025.pdf   1746 2025-05 Car       Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger None Fort Parkway Fort Parkway Birmingham Birmingham NFA No VRM   52.50787 -1.8195713
7195 op-snap---monthly-publication-february-2025.pdf   2012 2025-02 Pedestrian BMW M3 Purple Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger None Somerset Road, Harborne Somerset Road, Harborne Birmingham Birmingham Other Action Taken N/A Yes - Via Email 52.457508 -1.9285211
8907 op-snap---monthly-publication-january-2025.pdf   15 2025-01 CAR Skoda OCTAVIA White Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger None GRANVILLE STREET Granville Street Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4762076 -1.9124263
8916 op-snap---monthly-publication-january-2025.pdf   24 2025-01 Car BMW 520D Gold Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger None Chester Road Chester Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.5359496 -1.8324115

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