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

13 rows where month = "2025-05", offence = "Stop a vehicle on pedestrian crossing" and reporter_transport_mode = "Pedestrian" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

vehicle_make 7

  • Volkswagen 4
  • Audi 2
  • BMW 2
  • Toyota 2
  • Citroen 1
  • Jaguar 1
  • Seat 1

disposal 4

  • NFA 6
  • Education 4
  • Fixed Penalty 2
  • Warning Letter 1

council_area 3

  • Birmingham 11
  • Askoelsihpuellare Drive 1
  • Solihull 1

reporter_transport_mode 1

  • Pedestrian · 13 ✖

offence 1

  • Stop a vehicle on pedestrian crossing · 13 ✖

month 1

  • 2025-05 · 13 ✖
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
19134 op-snap---monthly-publication-may-2025.pdf   496 2025-05 Pedestrian Audi A3 Grey Stop a vehicle on pedestrian crossing None OLTON BOULEVARD Olton Boulevard Birmingham Birmingham Fixed Penalty N/A   52.443439 -1.8180486
19136 op-snap---monthly-publication-may-2025.pdf   498 2025-05 Pedestrian Audi A4 White Stop a vehicle on pedestrian crossing No vehicle excise lice nOceLTON BOULEVARD n Oce LTON BOULEVARD Birmingham Birmingham Education N/A      
19137 op-snap---monthly-publication-may-2025.pdf   499 2025-05 Pedestrian Toyota COROLLA Black Stop a vehicle on pedestrian crossing none SHAFTMOOR LANE Shaftmoor Lane Birmingham Birmingham Education N/A   52.4418944 -1.8407335
19138 op-snap---monthly-publication-may-2025.pdf   500 2025-05 Pedestrian Volkswagen TOURAN White Stop a vehicle on pedestrian crossing None OLTON BOULEVARD Olton Boulevard Birmingham Birmingham Education N/A   52.443439 -1.8180486
19217 op-snap---monthly-publication-may-2025.pdf   579 2025-05 Pedestrian Toyota Corolla White Stop a vehicle on pedestrian crossing None Bordsley Green Bordsley Green Birmingham Birmingham Fixed Penalty N/A      
19824 op-snap---monthly-publication-may-2025.pdf   1186 2025-05 Pedestrian Volkswagen Transporter Blue Stop a vehicle on pedestrian crossing None Dudley Road Dudley Road Birmingham Birmingham Warning Letter N/A   52.4865107 -1.9386263
19838 op-snap---monthly-publication-may-2025.pdf   1200 2025-05 Pedestrian Citroen Berlingo White Stop a vehicle on pedestrian crossing None Avenue Road Avenue Road Birmingham Birmingham Education N/A   52.4941712 -1.8795158
19908 op-snap---monthly-publication-may-2025.pdf   1270 2025-05 Pedestrian Jaguar NP Black Stop a vehicle on pedestrian crossing None Crossing Barrington road Crossing Barrington road Solihull Solihull NFA Outside of 14 Days NIP      
19939 op-snap---monthly-publication-may-2025.pdf   1301 2025-05 Pedestrian Seat Ateca White Stop a vehicle on pedestrian crossing None Corner of Falstaff road, at JCT of Sh Corner of Falstaff road, at JCT of Sh aSkoelsihpuellare drive Askoelsihpuellare Drive NFA Outside of 14 Days NIP      
19952 op-snap---monthly-publication-may-2025.pdf   1314 2025-05 Pedestrian Volkswagen GOLF Silver Stop a vehicle on pedestrian crossing None A435 King heath high street King heath high street Birmingham Birmingham NFA Outside of 14 Days NIP   52.435978 -1.8925342
19987 op-snap---monthly-publication-may-2025.pdf   1349 2025-05 Pedestrian BMW NP Grey Stop a vehicle on pedestrian crossing None Aston street Aston street Birmingham Birmingham NFA Outside of 14 Days NIP   52.4860595 -1.8878051
20025 op-snap---monthly-publication-may-2025.pdf   1387 2025-05 Pedestrian BMW NP Silver Stop a vehicle on pedestrian crossing None Wattville road Wattville road Birmingham Birmingham NFA Outside of 14 Days NIP   52.5063926 -1.9548648
20103 op-snap---monthly-publication-may-2025.pdf   1465 2025-05 Pedestrian Volkswagen np Grey Stop a vehicle on pedestrian crossing None Allens croft road Allens croft road Birmingham Birmingham NFA Outside of 14 Days NIP   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);