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

11 rows where disposal = "Fixed Penalty", offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" and vehicle_make = "Citroen" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw

month 7

  • 2025-03 3
  • 2025-01 2
  • 2025-02 2
  • 2025-04 1
  • 2025-05 1
  • 2025-06 1
  • 2026-01 1

reporter_transport_mode 5

  • Pedestrian 7
  • Bus 1
  • Car 1
  • Other 1
  • Van 1

council_area 2

  • Birmingham 10
  • Sandwell 1

vehicle_make 1

  • Citroen · 11 ✖

offence 1

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 11 ✖

disposal 1

  • Fixed Penalty · 11 ✖
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
11092 op-snap---monthly-publication-january-2026.pdf   553 2026-01 Other Citroen C3 Red 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
14988 op-snap---monthly-publication-june-2025.pdf   917 2025-06 Pedestrian Citroen Xsara Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Vimmy Road Vimmy Road Sandwell Sandwell Fixed Penalty N/A      
19019 op-snap---monthly-publication-may-2025.pdf   381 2025-05 Van Citroen C4 Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None ELLESMERE ROAD Ellesmere Road Birmingham Birmingham Fixed Penalty N/A   52.4881533 -1.8553625
61 op-snap---monthly-publication-april-2025.pdf   60 2025-04 Pedestrian Citroen C3 Orange Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Avenue Road Avenue Road Birmingham Birmingham Fixed Penalty N/A   52.4941712 -1.8795158
17417 op-snap---monthly-publication-march-2025.pdf   1174 2025-03 Car Citroen C3 Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None AUDLEY ROAD Audley Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4876917 -1.7963729
17743 op-snap---monthly-publication-march-2025.pdf   1500 2025-03 Pedestrian Citroen DS3 Purple Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Deakins Road Yardley Deakins Road Yardley Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4633429 -1.8319192
18385 op-snap---monthly-publication-march-2025.pdf   2142 2025-03 Bus Citroen Berlingo White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Hobmoor Road Hobmoor Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4709249 -1.8295416
5704 op-snap---monthly-publication-february-2025.pdf   521 2025-02 Pedestrian Citroen DS4 Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Fernwood Road, Sutton Coldfield Fernwood Road, Sutton Coldfield Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5436316 -1.8476656
6616 op-snap---monthly-publication-february-2025.pdf   1433 2025-02 Pedestrian Citroen Relay White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Somerville Road Somerville Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5555545 -1.8329387
9486 op-snap---monthly-publication-january-2025.pdf   594 2025-01 Pedestrian Citroen C3 Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Hancock Road Hancock Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4854257 -1.8436094
9840 op-snap---monthly-publication-january-2025.pdf   948 2025-01 Pedestrian Citroen Relay Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Alcester Road Alcester Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4470686 -1.8880749

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