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

15 rows where offence = "Stop a vehicle on pedestrian crossing" and vehicle_make = "Peugeot" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

month 7

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

reporter_transport_mode 4

  • Car 8
  • Pedestrian 4
  • Pedal Bike 2
  • Bus 1

disposal 4

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

council_area 2

  • Birmingham 14
  • Coventry 1

vehicle_make 1

  • Peugeot · 15 ✖

offence 1

  • Stop a vehicle on pedestrian crossing · 15 ✖
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
21168 op-snap---monthly-publication-november-2025.pdf   710 2025-11 Pedestrian Peugeot 2008 Brown Stop a vehicle on pedestrian crossing None Kingstanding Road Kingstanding Road Birmingham Birmingham Warning Letter N/A   52.5521118 -1.8845138
21215 op-snap---monthly-publication-november-2025.pdf   757 2025-11 Car Peugeot 3008 Black Stop a vehicle on pedestrian crossing None Coleshill Road Coleshill Road Birmingham Birmingham Warning Letter N/A   52.4967329 -1.8097462
14597 op-snap---monthly-publication-june-2025.pdf   526 2025-06 Car Peugeot 2008 Red Stop a vehicle on pedestrian crossing None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
14598 op-snap---monthly-publication-june-2025.pdf   527 2025-06 Car Peugeot Partner White Stop a vehicle on pedestrian crossing None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
15307 op-snap---monthly-publication-june-2025.pdf   1236 2025-06 Bus Peugeot 208 Blue Stop a vehicle on pedestrian crossing None Moseley Road Moseley Road Birmingham Birmingham NFA No Independent Evidence Available   52.4679402 -1.881408
15349 op-snap---monthly-publication-june-2025.pdf   1278 2025-06 Pedal Bike Peugeot 2008 Blue Stop a vehicle on pedestrian crossing None Pershore Road Pershore Road Birmingham Birmingham Education N/A   52.4308271 -1.920078
19725 op-snap---monthly-publication-may-2025.pdf   1087 2025-05 Car Peugeot 3008 Red Stop a vehicle on pedestrian crossing None Washwood Heath Road Washwood Heath Road Birmingham Birmingham NFA No Independent Evidence Available   52.4929304 -1.8229092
1322 op-snap---monthly-publication-april-2025.pdf   1321 2025-04 Car Peugeot NP Blue Stop a vehicle on pedestrian crossing None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
1545 op-snap---monthly-publication-april-2025.pdf   1544 2025-04 Car Peugeot np Silver Stop a vehicle on pedestrian crossing None Washwood Heath road Washwood Heath road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4929304 -1.8229092
16461 op-snap---monthly-publication-march-2025.pdf   218 2025-03 Pedestrian Peugeot 2008 Blue Stop a vehicle on pedestrian crossing None Pershore Road Pershore Road Birmingham Birmingham Education N/A Yes - Via Email 52.4308271 -1.920078
17309 op-snap---monthly-publication-march-2025.pdf   1066 2025-03 Pedal Bike Peugeot 308 Black Stop a vehicle on pedestrian crossing None Stoney Stanton Rd Stoney Stanton Road Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4221152 -1.4959475
17458 op-snap---monthly-publication-march-2025.pdf   1215 2025-03 Pedestrian Peugeot 308 SPORT Red Stop a vehicle on pedestrian crossing None Chapelhouse Road Chapelhouse Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email    
5327 op-snap---monthly-publication-february-2025.pdf   144 2025-02 Car Peugeot 5008 Red Stop a vehicle on pedestrian crossing None Washwood Hetah Rd Washwood Hetah Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email    
5722 op-snap---monthly-publication-february-2025.pdf   539 2025-02 Car Peugeot 2008 Black Stop a vehicle on pedestrian crossing None Washwood Heath Rd Washwood Heath Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4929304 -1.8229092
9074 op-snap---monthly-publication-january-2025.pdf   182 2025-01 Pedestrian Peugeot 2008GT Black Stop a vehicle on pedestrian crossing None Allens Croft Road Allens Croft Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4242527 -1.910803

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