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 council_area = "Birmingham", month = "2025-04" and reporter_transport_mode = "Other" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, second_offence, nfa_rationale, latitude, longitude

vehicle_make 10

  • Mercedes-Benz 2
  • Toyota 2
  • Volkswagen 2
  • BMW 1
  • Ford 1
  • Hyundai 1
  • Kia 1
  • Peugeot 1
  • Renault 1
  • Vauxhall 1

offence 8

  • Cause vehicle to be left in a dangerous position 3
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Misc - Non Traffic Offences 2
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 2
  • Driving a vehicle wholly or partly on a footpath 1
  • Driving without Due Care and Attention 1
  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic 1
  • Using a Mobile Phone Whilst Driving 1

disposal 4

  • NFA 8
  • Warning Letter 3
  • Fixed Penalty 1
  • RTC - Actioned 1

reporter_transport_mode 1

  • Other · 13 ✖

month 1

  • 2025-04 · 13 ✖

council_area 1

  • Birmingham · 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
190 op-snap---monthly-publication-april-2025.pdf   189 2025-04 Other Volkswagen Crafter Red Driving a vehicle wholly or partly on a footpath None Smallbrook Queensway Smallbrook Queensway Birmingham Birmingham NFA No Offence   52.4772584 -1.8965734
407 op-snap---monthly-publication-april-2025.pdf   406 2025-04 Other Mercedes-Benz E220 White Cause vehicle to be left in a dangerous position None Glenville Drive Glenville Drive Birmingham Birmingham NFA Outside of 14 Days NIP   52.5265939 -1.8509884
427 op-snap---monthly-publication-april-2025.pdf   426 2025-04 Other Peugeot 207 Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Vicarage Road, Kings Heath Vicarage Road, Kings Heath Birmingham Birmingham Warning Letter N/A   52.4301512 -1.8996659
428 op-snap---monthly-publication-april-2025.pdf   427 2025-04 Other Mercedes-Benz E class Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Dad's Lane, Stirchley Dad's Lane, Stirchley Birmingham Birmingham Warning Letter N/A   52.436802 -1.9083747
526 op-snap---monthly-publication-april-2025.pdf   525 2025-04 Other BMW M135I Orange Using a Mobile Phone Whilst Driving None South Roundhay South Roundhay Birmingham Birmingham NFA No Independent Evidence Available   52.4841536 -1.7938562
669 op-snap---monthly-publication-april-2025.pdf   668 2025-04 Other Kia Ceed Orange Misc - Non Traffic Offences None England England Birmingham Birmingham NFA Misc Inc Crimes   52.4882696 -1.9143495
697 op-snap---monthly-publication-april-2025.pdf   696 2025-04 Other Hyundai I10.. White Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Metchley Lane Metchley Lane Birmingham Birmingham Warning Letter N/A   52.4552055 -1.9461279
741 op-snap---monthly-publication-april-2025.pdf   740 2025-04 Other Ford Transit White Driving without Due Care and Attention None Priory Road Birmingham Priory Road Birmingham Birmingham Birmingham RTC - Actioned N/A   52.4556232 -1.9092906
745 op-snap---monthly-publication-april-2025.pdf   744 2025-04 Other Volkswagen Troc White Cause vehicle to be left in a dangerous position None Glenvill Drive Glenvill Drive Birmingham Birmingham Fixed Penalty N/A      
810 op-snap---monthly-publication-april-2025.pdf   809 2025-04 Other Toyota Auris Grey Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Tower Street Tower Street Birmingham Birmingham NFA Outside of 14 Days NIP   52.490562 -1.9003853
1398 op-snap---monthly-publication-april-2025.pdf   1397 2025-04 Other Renault Clio White Cause vehicle to be left in a dangerous position None Fulham Road , Birmingham Fulham Road , Birmingham Birmingham Birmingham NFA Outside of 14 Days NIP   52.4561743 -1.8694787
1629 op-snap---monthly-publication-april-2025.pdf   1628 2025-04 Other Vauxhall Astra White Misc - Non Traffic Offences None 120 lindsworth road 120 Lindsworth Road Birmingham Birmingham NFA No Offence   52.41339 -1.9128473
1812 op-snap---monthly-publication-april-2025.pdf   1811 2025-04 Other Toyota NP Red Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Tower street Tower street Birmingham Birmingham NFA Outside of 14 Days NIP   52.490562 -1.9003853

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