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 disposal = "Other Action Taken", month = "2026-02" and reporter_transport_mode = "Other" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

vehicle_make 7

  • BMW 2
  • Volkswagen 2
  • Audi 1
  • Kia 1
  • Mercedes-Benz 1
  • Mini 1
  • Toyota 1

offence 4

  • Misc - Non Traffic Offences 6
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Driving a vehicle wholly or partly on a footpath 2
  • Driving without Due Care and Attention 2

council_area 4

  • Birmingham 8
  • Walsall 2
  • Dudley 1
  • Sandwell 1

reporter_transport_mode 1

  • Other · 12 ✖

month 1

  • 2026-02 · 12 ✖

disposal 1

  • Other Action Taken · 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
7306 op-snap---monthly-publication-february-2026.pdf   53 2026-02 Other Audi A1 Blue Misc - Non Traffic Offences None UK Uk Birmingham Birmingham Other Action Taken N/A   52.45124 -1.937937
7387 op-snap---monthly-publication-february-2026.pdf   134 2026-02 Other Volkswagen Golf Blue Driving without Due Care and Attention None Star City Star City Birmingham Birmingham Other Action Taken N/A   52.5054363 -1.8556273
7443 op-snap---monthly-publication-february-2026.pdf   190 2026-02 Other   Multiple   Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Clifton Road Clifton Road Birmingham Birmingham Other Action Taken N/A   52.4564397 -1.8838999
7502 op-snap---monthly-publication-february-2026.pdf   249 2026-02 Other Toyota Prius White Misc - Non Traffic Offences None Newton Street Newton Street Sandwell Sandwell Other Action Taken N/A   52.536581 -1.9817474
7656 op-snap---monthly-publication-february-2026.pdf   403 2026-02 Other Mini Cooper Silver Driving without Due Care and Attention None Waterfront Waterfront Dudley Dudley Other Action Taken N/A   52.4874281 -2.1117204
7842 op-snap---monthly-publication-february-2026.pdf   589 2026-02 Other Mercedes-Benz E220 Grey Driving a vehicle wholly or partly on a footpath None Kingstanding Road Kingstanding Road Birmingham Birmingham Other Action Taken N/A   52.5521118 -1.8845138
7980 op-snap---monthly-publication-february-2026.pdf   727 2026-02 Other Volkswagen Tiguan White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Kingstanding Road Kingstanding Road Birmingham Birmingham Other Action Taken N/A   52.5521118 -1.8845138
8075 op-snap---monthly-publication-february-2026.pdf   822 2026-02 Other   Trials m/cycle   Misc - Non Traffic Offences None Fileds of Poplar Avenue and Stroud Avenue Walsall Fileds of Poplar Avenue and Stroud Avenue Walsall Metropolitan Borough of Walsall Walsall Other Action Taken N/A      
8117 op-snap---monthly-publication-february-2026.pdf   864 2026-02 Other BMW 525d Silver Misc - Non Traffic Offences None Spring Road Spring Road Birmingham Birmingham Other Action Taken N/A   52.444262 -1.8362585
8120 op-snap---monthly-publication-february-2026.pdf   867 2026-02 Other BMW 220.. Grey Misc - Non Traffic Offences None Spring Road Spring Road Birmingham Birmingham Other Action Taken N/A   52.444262 -1.8362585
8226 op-snap---monthly-publication-february-2026.pdf   973 2026-02 Other       Misc - Non Traffic Offences None Fernleigh Road Fernleigh Road Metropolitan Borough of Walsall Walsall Other Action Taken N/A   52.5909213 -1.9596055
8345 op-snap---monthly-publication-february-2026.pdf   1092 2026-02 Other Kia Sportage Grey Driving a vehicle wholly or partly on a footpath None Kingstanding Road Kingstanding Road Birmingham Birmingham Other Action Taken N/A   52.5521118 -1.8845138

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