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

12 rows where council_area = "Birmingham", month = "2025-09" 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_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude

vehicle_make 7

  • Citroen 3
  • Mercedes-Benz 2
  • Toyota 2
  • Kia 1
  • Vauxhall 1
  • Volkswagen 1
  • Yamaha 1

disposal 4

  • Fixed Penalty 5
  • NFA 4
  • Warning Letter 2
  • Education 1

reporter_transport_mode 3

  • Car 7
  • Pedestrian 4
  • Pedal Bike 1

offence 1

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

month 1

  • 2025-09 · 12 ✖

council_area 1

  • Birmingham · 12 ✖
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
23851 op-snap---monthly-publication-september-2025.pdf   70 2025-09 Pedestrian Yamaha 125 Blue Driving a vehicle wholly or partly on a footpath None Cotteridge Park Cotteridge Park Birmingham Birmingham Fixed Penalty N/A   52.4214441 -1.928416
24002 op-snap---monthly-publication-september-2025.pdf   221 2025-09 Car Kia Xceed Silver Driving a vehicle wholly or partly on a footpath None Oxford Road Oxford Road Birmingham Birmingham NFA Outside of 14 DAYS Late Submission   52.4456323 -1.8858352
24241 op-snap---monthly-publication-september-2025.pdf   460 2025-09 Pedestrian Mercedes-Benz SLK 200 Black Driving a vehicle wholly or partly on a footpath None Tenbury Road Kings Heath Tenbury Road Kings Heath Birmingham Birmingham NFA No Independent Evidence Available   52.4264041 -1.8966768
24271 op-snap---monthly-publication-september-2025.pdf   490 2025-09 Car Citroen C3 Black Driving a vehicle wholly or partly on a footpath None Grove Lane, Handsworth Grove Lane, Handsworth Birmingham Birmingham Fixed Penalty N/A   52.5094412 -1.9304582
24409 op-snap---monthly-publication-september-2025.pdf   628 2025-09 Pedestrian Vauxhall Corsa Black Driving a vehicle wholly or partly on a footpath None Marsh Lane Marsh Lane Birmingham Birmingham Fixed Penalty N/A   52.527277 -1.8519677
24502 op-snap---monthly-publication-september-2025.pdf   721 2025-09 Car Citroen C1 Red Driving a vehicle wholly or partly on a footpath None South Road, Northfield South Road, Northfield Birmingham Birmingham Education N/A   52.4074768 -1.9720667
24557 op-snap---monthly-publication-september-2025.pdf   776 2025-09 Car Toyota Auris Blue Driving a vehicle wholly or partly on a footpath None Marsh Lane Marsh Lane Birmingham Birmingham Warning Letter N/A   52.527277 -1.8519677
24558 op-snap---monthly-publication-september-2025.pdf   777 2025-09 Car Citroen C3 Black Driving a vehicle wholly or partly on a footpath None Marsh Lane Marsh Lane Birmingham Birmingham Warning Letter N/A   52.527277 -1.8519677
24806 op-snap---monthly-publication-september-2025.pdf   1025 2025-09 Car Toyota Prius Brown Driving a vehicle wholly or partly on a footpath None Bromford Lane Bromford Lane Birmingham Birmingham Fixed Penalty N/A   52.5083238 -1.8332287
24811 op-snap---monthly-publication-september-2025.pdf   1030 2025-09 Pedal Bike Mercedes-Benz Sprinter White Driving a vehicle wholly or partly on a footpath None Aston Webb Boulevard Aston Webb Boulevard Birmingham Birmingham NFA Outside of 14 Days NIP   52.4468506 -1.9395619
24878 op-snap---monthly-publication-september-2025.pdf   1097 2025-09 Pedestrian   Yamaha Black Driving a vehicle wholly or partly on a footpath None Langley Walk Langley Walk Birmingham Birmingham NFA No Independent Evidence Available   52.4723508 -1.9072403
24942 op-snap---monthly-publication-september-2025.pdf   1161 2025-09 Car Volkswagen Polo Silver Driving a vehicle wholly or partly on a footpath None Raddlebarn Road Raddlebarn Road Birmingham Birmingham Fixed Penalty N/A   52.4397168 -1.9260414

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