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

8 rows where disposal = "Fixed Penalty", month = "2025-02" and offence = "Driving a vehicle wholly or partly on a footpath" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, council_area_raw

vehicle_make 5

  • Ford 3
  • Vauxhall 2
  • Honda 1
  • Peugeot 1
  • Renault 1

reporter_transport_mode 4

  • Pedestrian 4
  • Other 2
  • Car 1
  • Pedal Bike 1

council_area 4

  • Birmingham 5
  • Halesowen 1
  • Walsall 1
  • Wolverhampton 1

offence 1

  • Driving a vehicle wholly or partly on a footpath · 8 ✖

month 1

  • 2025-02 · 8 ✖

disposal 1

  • Fixed Penalty · 8 ✖
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
5204 op-snap---monthly-publication-february-2025.pdf   21 2025-02 Pedestrian Ford Fiesta Black Driving a vehicle wholly or partly on a footpath None Alcester Road Alcester Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4470686 -1.8880749
5425 op-snap---monthly-publication-february-2025.pdf   242 2025-02 Pedal Bike Ford CMAX Brown Driving a vehicle wholly or partly on a footpath None Chester Road, Brownhills Chester Road, Brownhills Walsall Walsall Fixed Penalty N/A Yes - Via Email 52.6298869 -1.9079971
6636 op-snap---monthly-publication-february-2025.pdf   1453 2025-02 Pedestrian Renault Traffic White Driving a vehicle wholly or partly on a footpath None A4040 Linden Road at Franklin Road Linden Road at Franklin Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4258654 -1.9347755
6689 op-snap---monthly-publication-february-2025.pdf   1506 2025-02 Pedestrian Ford Transit White Driving a vehicle wholly or partly on a footpath None Woodgate Lane at Clapgate Lane Woodgate Lane at Clapgate Lane Halesowen Halesowen Fixed Penalty N/A Yes - Via Email 52.4424238 -2.010981
6821 op-snap---monthly-publication-february-2025.pdf   1638 2025-02 Car Vauxhall CROSSLAND Blue Driving a vehicle wholly or partly on a footpath None OLD CHURCH ROAD Old Church Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4529004 -1.9554069
6908 op-snap---monthly-publication-february-2025.pdf   1725 2025-02 Pedestrian Honda M/C White Driving a vehicle wholly or partly on a footpath None Geranium Grove Geranium Grove Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4836233 -1.8425591
6960 op-snap---monthly-publication-february-2025.pdf   1777 2025-02 Other Peugeot Exert Tepee White Driving a vehicle wholly or partly on a footpath None Friary Road Friary Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5162814 -1.9395798
7087 op-snap---monthly-publication-february-2025.pdf   1904 2025-02 Other Vauxhall Insignia Black Driving a vehicle wholly or partly on a footpath None Hadley Road Bilston Hadley Road Bilston Wolverhampton Wolverhampton Fixed Penalty N/A Yes - Via Email 52.57132 -2.0894067

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