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

10 rows where council_area = "Birmingham", month = "2026-02" and vehicle_make = "Volvo" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, nfa_rationale

offence 5

  • Driving without Due Care and Attention 4
  • Using a Mobile Phone Whilst Driving 3
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Contravening a Red Traffic Light 1
  • Misc - Non Traffic Offences 1

disposal 4

  • Education 4
  • Fixed Penalty 3
  • NFA 2
  • RTC - Actioned 1

reporter_transport_mode 3

  • Pedal Bike 5
  • Car 3
  • Other 2

vehicle_make 1

  • Volvo · 10 ✖

month 1

  • 2026-02 · 10 ✖

council_area 1

  • Birmingham · 10 ✖
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
7381 op-snap---monthly-publication-february-2026.pdf   128 2026-02 Pedal Bike Volvo V60 Black Driving without Due Care and Attention None War Lane War Lane Birmingham Birmingham Education N/A   52.4569552 -1.9616483
7419 op-snap---monthly-publication-february-2026.pdf   166 2026-02 Pedal Bike Volvo XC60 White Driving without Due Care and Attention None Bournville Lane Bournville Lane Birmingham Birmingham Education N/A   52.4271614 -1.9302862
7506 op-snap---monthly-publication-february-2026.pdf   253 2026-02 Other Volvo C40 Black Using a Mobile Phone Whilst Driving None Hagley Road Hagley Road Birmingham Birmingham NFA No Independent Evidence Available   52.471632 -1.9456776
7519 op-snap---monthly-publication-february-2026.pdf   266 2026-02 Car Volvo XC90 Grey Misc - Non Traffic Offences None Bristol Street Bristol Street Birmingham Birmingham RTC - Actioned N/A   52.4691145 -1.9003257
7869 op-snap---monthly-publication-february-2026.pdf   616 2026-02 Pedal Bike Volvo XC60 Red Using a Mobile Phone Whilst Driving None Metchley Lane Metchley Lane Birmingham Birmingham Fixed Penalty N/A   52.4552055 -1.9461279
7888 op-snap---monthly-publication-february-2026.pdf   635 2026-02 Other Volvo C30 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Glenville Drive Glenville Drive Birmingham Birmingham Fixed Penalty N/A   52.5265939 -1.8509884
8477 op-snap---monthly-publication-february-2026.pdf   1224 2026-02 Pedal Bike Volvo S40 Black Contravening a Red Traffic Light None Northfield Road Northfield Road Birmingham Birmingham Education N/A   52.4167654 -1.9411244
8491 op-snap---monthly-publication-february-2026.pdf   1238 2026-02 Pedal Bike Volvo XC90 Red Using a Mobile Phone Whilst Driving None Swarthmore Road Swarthmore Road Birmingham Birmingham Fixed Penalty N/A   52.4299657 -1.9599121
8765 op-snap---monthly-publication-february-2026.pdf   1512 2026-02 Car Volvo XC40 Black Driving without Due Care and Attention None Marsh Hill Marsh Hill Birmingham Birmingham NFA No Independent Evidence Available   52.5246617 -1.8687505
8778 op-snap---monthly-publication-february-2026.pdf   1525 2026-02 Car Volvo V40 Black Driving without Due Care and Attention None Sydenham Road, Sparkbrook Sydenham Road, Sparkbrook Birmingham Birmingham Education N/A   52.460903 -1.8617548

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