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

15 rows where month = "2025-06", reporter_transport_mode = "Pedestrian" and vehicle_make = "Honda" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

offence 5

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 7
  • Cause vehicle to be left in a dangerous position 4
  • Driving without Due Care and Attention 2
  • Misc - Non Traffic Offences 1
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1

disposal 4

  • NFA 6
  • Warning Letter 4
  • Fixed Penalty 3
  • Education 2

council_area 3

  • Birmingham 13
  • Metropolitan Borough 1
  • Sutton Coldfield 1

vehicle_make 1

  • Honda · 15 ✖

reporter_transport_mode 1

  • Pedestrian · 15 ✖

month 1

  • 2025-06 · 15 ✖
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
14662 op-snap---monthly-publication-june-2025.pdf   591 2025-06 Pedestrian Honda CRV Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Howard Rd Howard Road Birmingham Birmingham NFA No Offence   52.5154198 -1.9135452
14979 op-snap---monthly-publication-june-2025.pdf   908 2025-06 Pedestrian Honda Civic Blue Misc - Non Traffic Offences None Bedford Road Bedford Road Sutton Coldfield Sutton Coldfield NFA No Offence   52.5751987 -1.8081729
15027 op-snap---monthly-publication-june-2025.pdf   956 2025-06 Pedestrian Honda SH 125 Black Driving without Due Care and Attention None BIRMINGHAM BREW COMPANY Birmingham Brew Company Birmingham Birmingham Education N/A      
15588 op-snap---monthly-publication-june-2025.pdf   1517 2025-06 Pedestrian Honda moped Red Driving without Due Care and Attention None Grove Park, Harborne Grove Park, Harborne Birmingham Birmingham Education N/A   52.4511425 -1.9545301
15773 op-snap---monthly-publication-june-2025.pdf   1702 2025-06 Pedestrian Honda Civic Red Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Gayfield Avenue Gayfield Avenue Metropolitan Borough Metropolitan Borough Fixed Penalty N/A   52.4693896 -2.1251602
15777 op-snap---monthly-publication-june-2025.pdf   1706 2025-06 Pedestrian Honda Jazz Blue Cause vehicle to be left in a dangerous position None Overton Close Overton Close Birmingham Birmingham NFA Outside of 14 Days NIP   52.4228124 -1.8330277
15804 op-snap---monthly-publication-june-2025.pdf   1733 2025-06 Pedestrian Honda Jazz Brown Cause vehicle to be left in a dangerous position None All Saints Road All Saints Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4918459 -1.9192303
15817 op-snap---monthly-publication-june-2025.pdf   1746 2025-06 Pedestrian Honda   Black Cause vehicle to be left in a dangerous position None Rotten Park Road Rotten Park Road Birmingham Birmingham NFA Outside of 14 Days NIP      
15834 op-snap---monthly-publication-june-2025.pdf   1763 2025-06 Pedestrian Honda Jazz Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Chesterton Road Chesterton Road Birmingham Birmingham Fixed Penalty N/A   52.4546719 -1.8753744
15845 op-snap---monthly-publication-june-2025.pdf   1774 2025-06 Pedestrian Honda Jazz Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area   Drayton Road Drayton Road Birmingham Birmingham Fixed Penalty N/A   52.4321165 -1.8902667
15849 op-snap---monthly-publication-june-2025.pdf   1778 2025-06 Pedestrian Honda CR-V Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Coventry Road Coventry Road Birmingham Birmingham NFA No Offence   52.4726661 -1.8769032
15884 op-snap---monthly-publication-june-2025.pdf   1813 2025-06 Pedestrian Honda CR-V Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Reddings Lane Reddings Lane Birmingham Birmingham Warning Letter N/A   52.4506039 -1.8463952
16140 op-snap---monthly-publication-june-2025.pdf   2069 2025-06 Pedestrian Honda civic Black Cause vehicle to be left in a dangerous position None Apsley Road Apsley Road Birmingham Birmingham Warning Letter N/A   52.4633793 -1.9102892
16169 op-snap---monthly-publication-june-2025.pdf   2098 2025-06 Pedestrian Honda civic Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Florence Road Florence Road Birmingham Birmingham Warning Letter N/A   52.5358059 -1.8289953
16175 op-snap---monthly-publication-june-2025.pdf   2104 2025-06 Pedestrian Honda CRV Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Reddings Lane Reddings Lane Birmingham Birmingham Warning Letter N/A   52.4506039 -1.8463952

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