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", reporter_transport_mode = "Pedestrian" and vehicle_make = "BMW" 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, nfa_rationale

month 6

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

disposal 4

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

council_area 4

  • Birmingham 12
  • Solihull 1
  • Sutton Coldfield 1
  • Wolverhampton 1

vehicle_make 1

  • BMW · 15 ✖

reporter_transport_mode 1

  • Pedestrian · 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
7447 op-snap---monthly-publication-february-2026.pdf   194 2026-02 Pedestrian BMW 218I White Stop a vehicle on pedestrian crossing None Cherry Orchard Road Cherry Orchard Road Birmingham Birmingham Education N/A   52.5206297 -1.9208426
23136 op-snap---monthly-publication-october-2025.pdf   1086 2025-10 Pedestrian BMW 530D Black Stop a vehicle on pedestrian crossing None Highbury Road Highbury Road Birmingham Birmingham Warning Letter N/A   52.4326994 -1.8979459
23273 op-snap---monthly-publication-october-2025.pdf   1223 2025-10 Pedestrian BMW 420d Silver Stop a vehicle on pedestrian crossing None avenue road Avenue Road Birmingham Birmingham Warning Letter N/A   52.4941712 -1.8795158
23274 op-snap---monthly-publication-october-2025.pdf   1224 2025-10 Pedestrian BMW 218i White Stop a vehicle on pedestrian crossing None high street, tettenhall High Street, Tettenhall Wolverhampton Wolverhampton Warning Letter N/A   52.5980906 -2.168057
14085 op-snap---monthly-publication-june-2025.pdf   14 2025-06 Pedestrian BMW 520d Black Stop a vehicle on pedestrian crossing None High Street, Kings Heath High Street, Kings Heath Birmingham Birmingham Education N/A   52.4353506 -1.8927483
16011 op-snap---monthly-publication-june-2025.pdf   1940 2025-06 Pedestrian BMW 320D Blue Stop a vehicle on pedestrian crossing None Alcester Road Alcester Road Birmingham Birmingham Warning Letter N/A   52.4470686 -1.8880749
16042 op-snap---monthly-publication-june-2025.pdf   1971 2025-06 Pedestrian BMW X1 Grey Stop a vehicle on pedestrian crossing None Green Lane Green Lane Solihull Solihull NFA No Independent Evidence Available   52.5069826 -1.7643766
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
484 op-snap---monthly-publication-april-2025.pdf   483 2025-04 Pedestrian BMW X7 Black Stop a vehicle on pedestrian crossing None Alum Rock Rd Alum Rock Road Birmingham Birmingham Fixed Penalty N/A   52.4883936 -1.8310056
591 op-snap---monthly-publication-april-2025.pdf   590 2025-04 Pedestrian BMW 316d White Stop a vehicle on pedestrian crossing None Westley Road Westley Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4456462 -1.827993
1435 op-snap---monthly-publication-april-2025.pdf   1434 2025-04 Pedestrian BMW NP White Stop a vehicle on pedestrian crossing None Hazelville Road Hazelville Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4254442 -1.8341081
8970 op-snap---monthly-publication-january-2025.pdf   78 2025-01 Pedestrian BMW 320D Grey Stop a vehicle on pedestrian crossing None Dudley Road Dudley Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4865107 -1.9386263
9333 op-snap---monthly-publication-january-2025.pdf   441 2025-01 Pedestrian BMW 320D Black Stop a vehicle on pedestrian crossing None Birmingham Road Birmingham Road Sutton Coldfield Sutton Coldfield Fixed Penalty N/A Yes - Via Email 52.5361464 -1.8270283
10076 op-snap---monthly-publication-january-2025.pdf   1184 2025-01 Pedestrian BMW 118 Black Stop a vehicle on pedestrian crossing None Moseley Rd Moseley Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4679402 -1.881408

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