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 disposal = "Warning Letter", offence = "Driving a vehicle wholly or partly on a footpath" and reporter_transport_mode = "Car" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_colour, offence_location_raw, offence_location, council_area_raw, latitude, longitude

vehicle_make 11

  • Nissan 2
  • Audi 1
  • Citroen 1
  • Ford 1
  • Hyundai 1
  • Land Rover 1
  • Mitsubishi 1
  • Seat 1
  • Toyota 1
  • Vauxhall 1
  • Volkswagen 1

month 7

  • 2025-10 3
  • 2025-06 2
  • 2025-07 2
  • 2025-08 2
  • 2025-09 2
  • 2025-03 1
  • 2025-11 1

council_area 4

  • Birmingham 9
  • Dudley 2
  • Walsall 1
  • Wolverhampton 1

reporter_transport_mode 1

  • Car · 13 ✖

offence 1

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

disposal 1

  • Warning Letter · 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
20752 op-snap---monthly-publication-november-2025.pdf   294 2025-11 Car Audi A6 Black Driving a vehicle wholly or partly on a footpath None Reservoir Road Reservoir Road Birmingham Birmingham Warning Letter N/A   52.5242452 -1.8572541
22182 op-snap---monthly-publication-october-2025.pdf   132 2025-10 Car   Bajaj Black Driving a vehicle wholly or partly on a footpath None Oxford Road Oxford Road Birmingham Birmingham Warning Letter N/A   52.4456323 -1.8858352
22339 op-snap---monthly-publication-october-2025.pdf   289 2025-10 Car Ford Transit Blue Driving a vehicle wholly or partly on a footpath None South Road Wollaston South Road Wollaston Dudley Dudley Warning Letter N/A   52.4520277 -2.1653372
22961 op-snap---monthly-publication-october-2025.pdf   911 2025-10 Car Volkswagen Golf Grey Driving a vehicle wholly or partly on a footpath None Bridgeman Street Bridgeman Street Walsall Walsall Warning Letter N/A   52.583034 -1.9839161
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
3081 op-snap---monthly-publication-august-2025.pdf   1056 2025-08 Car Vauxhall Insignia Grey Driving a vehicle wholly or partly on a footpath None Cannock Road Cannock Road Wolverhampton Wolverhampton Warning Letter N/A   52.6083917 -2.1033365
3151 op-snap---monthly-publication-august-2025.pdf   1126 2025-08 Car Seat Ibiza Blue Driving a vehicle wholly or partly on a footpath None Church Hill Church Hill Birmingham Birmingham Warning Letter N/A   52.4112239 -1.9643143
12101 op-snap---monthly-publication-july-2025.pdf   153 2025-07 Car Hyundai I40 Black Driving a vehicle wholly or partly on a footpath None Grove Lane Grove Lane Birmingham Birmingham Warning Letter N/A   52.5055208 -1.9328067
13993 op-snap---monthly-publication-july-2025.pdf   2045 2025-07 Car Nissan Juke White Driving a vehicle wholly or partly on a footpath None High street, princes end High street, princes end Dudley Dudley Warning Letter N/A   52.5260689 -2.0738642
15552 op-snap---monthly-publication-june-2025.pdf   1481 2025-06 Car Land Rover   Grey Driving a vehicle wholly or partly on a footpath None Boucher Street Boucher Street Birmingham Birmingham Warning Letter N/A      
15595 op-snap---monthly-publication-june-2025.pdf   1524 2025-06 Car Nissan Micra Blue Driving a vehicle wholly or partly on a footpath None Howard Road Howard Road Birmingham Birmingham Warning Letter N/A   52.5154198 -1.9135452
17112 op-snap---monthly-publication-march-2025.pdf   869 2025-03 Car Mitsubishi Barbarian Black Driving a vehicle wholly or partly on a footpath None Reservoir Road Reservoir Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.5242452 -1.8572541

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