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

14 rows where council_area = "Birmingham", month = "2026-01" and vehicle_make = "Citroen" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

offence 5

  • Stop a vehicle within pelican pedestrian crossing limits 4
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 3
  • Driving without Due Care and Attention 3
  • Contravening a Red Traffic Light 2
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 2

disposal 5

  • Education 6
  • Fixed Penalty 3
  • NFA 2
  • Warning Letter 2
  • RTC - Actioned 1

reporter_transport_mode 4

  • Car 10
  • Pedestrian 2
  • Other 1
  • Pedal Bike 1

vehicle_make 1

  • Citroen · 14 ✖

month 1

  • 2026-01 · 14 ✖

council_area 1

  • Birmingham · 14 ✖
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
10635 op-snap---monthly-publication-january-2026.pdf   96 2026-01 Car Citroen Dispatch white Contravening a Red Traffic Light None A45 Sheldon Sheldon Birmingham Birmingham Fixed Penalty N/A   52.4533229 -1.778016
10678 op-snap---monthly-publication-january-2026.pdf   139 2026-01 Car Citroen C1 White Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
10733 op-snap---monthly-publication-january-2026.pdf   194 2026-01 Car Citroen C4 White Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Walmley Road Walmley Road Birmingham Birmingham NFA No Offence   52.5534398 -1.7987049
10783 op-snap---monthly-publication-january-2026.pdf   244 2026-01 Pedestrian Citroen Picasso Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Reservoir Rd Reservoir Road Birmingham Birmingham Warning Letter N/A   52.5242452 -1.8572541
10967 op-snap---monthly-publication-january-2026.pdf   428 2026-01 Car Citroen C5 Black Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
10973 op-snap---monthly-publication-january-2026.pdf   434 2026-01 Car Citroen Berlingo Black Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
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
11173 op-snap---monthly-publication-january-2026.pdf   634 2026-01 Car Citroen Dispatch White Driving without Due Care and Attention None Kingstanding Road Kingstanding Road Birmingham Birmingham RTC - Actioned N/A   52.5521118 -1.8845138
11304 op-snap---monthly-publication-january-2026.pdf   765 2026-01 Pedestrian Citroen C1.. Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Ellesmere Road Ellesmere Road Birmingham Birmingham Warning Letter N/A   52.4881533 -1.8553625
11334 op-snap---monthly-publication-january-2026.pdf   795 2026-01 Car Citroen DS3 Silver Contravening a Red Traffic Light None Blakesley Road Blakesley Road Birmingham Birmingham Education N/A   52.473201 -1.8086134
11335 op-snap---monthly-publication-january-2026.pdf   796 2026-01 Car Citroen Berlingo Black Driving without Due Care and Attention None Tyburn Road Tyburn Road Birmingham Birmingham NFA No VRM   52.5113867 -1.8337258
11644 op-snap---monthly-publication-january-2026.pdf   1105 2026-01 Car Citroen C4.. White Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Moseley Road at Edwards Road. Moseley Road at Edwards Road Birmingham Birmingham Fixed Penalty N/A   52.4679402 -1.881408
11817 op-snap---monthly-publication-january-2026.pdf   1278 2026-01 Car Citroen Brlingo White Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
11914 op-snap---monthly-publication-january-2026.pdf   1375 2026-01 Pedal Bike Citroen Berlingo Grey Driving without Due Care and Attention None Tessall Lane Tessall Lane Birmingham Birmingham Education N/A   52.4045186 -1.9891793

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