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

9 rows where council_area = "Walsall", disposal = "Fixed Penalty" and month = "2026-01" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

vehicle_make 8

  • Hyundai 2
  • Audi 1
  • BMW 1
  • Fiat 1
  • Honda 1
  • Land Rover 1
  • Mercedes-Benz 1
  • Volvo 1

offence 3

  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 6
  • VRM fails to conform to Regulations 2
  • Prohibited vehicle in offside lane of motorway 1

reporter_transport_mode 2

  • Pedestrian 6
  • Car 3

month 1

  • 2026-01 · 9 ✖

disposal 1

  • Fixed Penalty · 9 ✖

council_area 1

  • Walsall · 9 ✖
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
10873 op-snap---monthly-publication-january-2026.pdf   334 2026-01 Car Volvo Truck White Prohibited vehicle in offside lane of motorway None M6 M6 Metropolitan Borough of Walsall Walsall Fixed Penalty N/A      
11175 op-snap---monthly-publication-january-2026.pdf   636 2026-01 Pedestrian Honda Jazz Silver Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Bradford Place Walsall Bradford Place Walsall Metropolitan Borough of Walsall Walsall Fixed Penalty N/A   52.5831708 -1.9837299
11176 op-snap---monthly-publication-january-2026.pdf   637 2026-01 Pedestrian Land Rover Discovery White Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Bradford Place Walsall Bradford Place Walsall Metropolitan Borough of Walsall Walsall Fixed Penalty N/A   52.5831708 -1.9837299
11177 op-snap---monthly-publication-january-2026.pdf   638 2026-01 Pedestrian Hyundai I10.. Grey Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Bradford Place Walsall Bradford Place Walsall Metropolitan Borough of Walsall Walsall Fixed Penalty N/A   52.5831708 -1.9837299
11178 op-snap---monthly-publication-january-2026.pdf   639 2026-01 Pedestrian Fiat 500.. White Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Bradford Place Walsall Bradford Place Walsall Metropolitan Borough of Walsall Walsall Fixed Penalty N/A   52.5831708 -1.9837299
11772 op-snap---monthly-publication-january-2026.pdf   1233 2026-01 Car BMW 420 D Black VRM fails to conform to Regulations None Wallows Lane Wallows Lane Metropolitan Borough of Walsall Walsall Fixed Penalty N/A   52.5699435 -2.0008354
11773 op-snap---monthly-publication-january-2026.pdf   1234 2026-01 Car Audi A3 Grey VRM fails to conform to Regulations None Wallows Lane Wallows Lane Metropolitan Borough of Walsall Walsall Fixed Penalty N/A   52.5699435 -2.0008354
11779 op-snap---monthly-publication-january-2026.pdf   1240 2026-01 Pedestrian Hyundai I10 Grey Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Bradford Street Bradford Street Metropolitan Borough of Walsall Walsall Fixed Penalty N/A   52.5831181 -1.9834255
11780 op-snap---monthly-publication-january-2026.pdf   1241 2026-01 Pedestrian Mercedes-Benz GLC White Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Bradford Street Bradford Street Metropolitan Borough of Walsall Walsall Fixed Penalty N/A   52.5831181 -1.9834255

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