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 month = "2026-02", reporter_transport_mode = "Pedestrian" and vehicle_make = "Land Rover" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale

offence 6

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 4
  • Cause vehicle to be left in a dangerous position 2
  • Fail to display front VRM plate 1
  • Misc - Non Traffic Offences 1
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
  • Stop a vehicle within pelican pedestrian crossing limits 1

council_area 5

  • Birmingham 6
  • Out of Force Area 1
  • Sandwell 1
  • Solihull 1
  • Sutton Coldfield 1

disposal 4

  • Education 3
  • NFA 3
  • Fixed Penalty 2
  • Warning Letter 2

vehicle_make 1

  • Land Rover · 10 ✖

reporter_transport_mode 1

  • Pedestrian · 10 ✖

month 1

  • 2026-02 · 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
7375 op-snap---monthly-publication-february-2026.pdf   122 2026-02 Pedestrian Land Rover Evoque Grey Cause vehicle to be left in a dangerous position None Roebuck Lane Roebuck Lane Sandwell Sandwell Education N/A   52.5027291 -1.9781818
7463 op-snap---monthly-publication-february-2026.pdf   210 2026-02 Pedestrian Land Rover Discovery Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Woodlands Place Woodlands Place Solihull Solihull Fixed Penalty N/A   52.3744455 -1.8001781
7715 op-snap---monthly-publication-february-2026.pdf   462 2026-02 Pedestrian Land Rover Discovery Green Cause vehicle to be left in a dangerous position None Beech Road Beech Road Birmingham Birmingham Education N/A   52.5393906 -1.8446767
7749 op-snap---monthly-publication-february-2026.pdf   496 2026-02 Pedestrian Land Rover Defender Grey Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Clarence Road Clarence Road Sutton Coldfield Sutton Coldfield Fixed Penalty N/A   52.5940902 -1.843503
7780 op-snap---monthly-publication-february-2026.pdf   527 2026-02 Pedestrian Land Rover Range Rover White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Berwood Road Berwood Road Birmingham Birmingham Warning Letter N/A   52.5342947 -1.8155375
7945 op-snap---monthly-publication-february-2026.pdf   692 2026-02 Pedestrian Land Rover Discovery Silver Stop a vehicle within pelican pedestrian crossing limits None Poplar Road Poplar Road Birmingham Birmingham Education N/A   52.436035 -1.891685
8324 op-snap---monthly-publication-february-2026.pdf   1071 2026-02 Pedestrian Land Rover Range Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Cubley Road Cubley Road Birmingham Birmingham NFA No Offence   52.43878 -1.8509412
8710 op-snap---monthly-publication-february-2026.pdf   1457 2026-02 Pedestrian Land Rover freelander Silver Misc - Non Traffic Offences None out of force Out Of Force Out of Force Area Out of Force Area NFA Misc Inc Crimes      
8830 op-snap---monthly-publication-february-2026.pdf   1577 2026-02 Pedestrian Land Rover   Black Fail to display front VRM plate None edgbaston road Edgbaston Road Birmingham Birmingham NFA Misc Inc Crimes   52.4552785 -1.906384
8876 op-snap---monthly-publication-february-2026.pdf   1623 2026-02 Pedestrian Land Rover Range Rover Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None rotten park road Rotten Park Road Birmingham Birmingham Warning Letter N/A      

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