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-07" and offence = "Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, nfa_rationale

vehicle_make 6

  • BMW 3
  • Mercedes-Benz 3
  • Toyota 3
  • Honda 2
  • Ford 1
  • Nissan 1

reporter_transport_mode 3

  • Car 7
  • Pedestrian 4
  • Pedal Bike 2

disposal 2

  • Warning Letter 12
  • NFA 1

offence 1

  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD · 13 ✖

month 1

  • 2025-07 · 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
12068 op-snap---monthly-publication-july-2025.pdf   120 2025-07 Car Mercedes-Benz E220 Black Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Edward Road Edward Road Birmingham Birmingham NFA No Independent Evidence Available   52.4580901 -1.894458
12428 op-snap---monthly-publication-july-2025.pdf   480 2025-07 Pedestrian BMW 420D Black Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Windward Way Windward Way Birmingham Birmingham Warning Letter N/A      
12690 op-snap---monthly-publication-july-2025.pdf   742 2025-07 Pedal Bike Honda Moped Black Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Belgrave Middleway Belgrave Middleway Birmingham Birmingham Warning Letter N/A   52.4668753 -1.8996143
13365 op-snap---monthly-publication-july-2025.pdf   1417 2025-07 Pedestrian Ford transit Black Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Upper Holland Road Upper Holland Road Birmingham Birmingham Warning Letter N/A   52.561 -1.8187105
13411 op-snap---monthly-publication-july-2025.pdf   1463 2025-07 Pedestrian Toyota Corolla White Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Corporation Street Corporation Street Birmingham Birmingham Warning Letter N/A   52.4895456 -1.8900666
13463 op-snap---monthly-publication-july-2025.pdf   1515 2025-07 Car Honda CRV Black Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Bristol Road Bristol Road Birmingham Birmingham Warning Letter N/A   52.4543565 -1.9114004
13539 op-snap---monthly-publication-july-2025.pdf   1591 2025-07 Car Mercedes-Benz c220 Blue Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None New Town Road New Town Road Birmingham Birmingham Warning Letter N/A   52.517641 -2.029198
13540 op-snap---monthly-publication-july-2025.pdf   1592 2025-07 Pedestrian BMW 120D White Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Poplar Road Poplar Road Birmingham Birmingham Warning Letter N/A   52.436035 -1.891685
13694 op-snap---monthly-publication-july-2025.pdf   1746 2025-07 Car Toyota Avensis White Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Stechford Stechford Birmingham Birmingham Warning Letter N/A   52.4851563 -1.8110345
13728 op-snap---monthly-publication-july-2025.pdf   1780 2025-07 Pedal Bike Mercedes-Benz B180 Black Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None station Road station Road Birmingham Birmingham Warning Letter N/A   52.5054559 -1.9506109
13854 op-snap---monthly-publication-july-2025.pdf   1906 2025-07 Car BMW 330D Blue Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Mosely Road Mosely Road Birmingham Birmingham Warning Letter N/A      
13855 op-snap---monthly-publication-july-2025.pdf   1907 2025-07 Car Nissan Qasqai Grey Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Moseley Road Moseley Road Birmingham Birmingham Warning Letter N/A   52.4679402 -1.881408
13996 op-snap---monthly-publication-july-2025.pdf   2048 2025-07 Car Toyota Auris Grey Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Jewellery Quater Jewellery Quater 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);