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 = "NFA", offence = "Stop a vehicle on pedestrian crossing" 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, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude

month 4

  • 2025-04 4
  • 2025-05 4
  • 2025-06 2
  • 2025-02 1

reporter_transport_mode 3

  • Car 5
  • Pedestrian 5
  • Pedal Bike 1

council_area 3

  • Birmingham 9
  • Coventry 1
  • Solihull 1

vehicle_make 1

  • BMW · 11 ✖

offence 1

  • Stop a vehicle on pedestrian crossing · 11 ✖

disposal 1

  • NFA · 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
15962 op-snap---monthly-publication-june-2025.pdf   1891 2025-06 Car BMW 118i Silver Stop a vehicle on pedestrian crossing None Washwood Heath Road Washwood Heath Road Birmingham Birmingham NFA Not in Public Interest   52.4929304 -1.8229092
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
19800 op-snap---monthly-publication-may-2025.pdf   1162 2025-05 Car BMW X5 Black Stop a vehicle on pedestrian crossing None Washwood Heath Road Washwood Heath Road Birmingham Birmingham NFA No Offence   52.4929304 -1.8229092
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
19991 op-snap---monthly-publication-may-2025.pdf   1353 2025-05 Pedal Bike BMW 520D Grey Stop a vehicle on pedestrian crossing None Stoney stanton Stoney stanton Coventry Coventry NFA Outside of 14 Days NIP   52.4196813 -1.4978941
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
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
1440 op-snap---monthly-publication-april-2025.pdf   1439 2025-04 Car BMW NP Blue 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
1949 op-snap---monthly-publication-april-2025.pdf   1948 2025-04 Car BMW NP Grey Stop a vehicle on pedestrian crossing None washwood heath Washwood Heath Birmingham Birmingham NFA Outside of 14 Days NIP   52.4957234 -1.8538937
6842 op-snap---monthly-publication-february-2025.pdf   1659 2025-02 Car BMW 520D Black Stop a vehicle on pedestrian crossing None Washwood Heath Lane Washwood Heath Lane Birmingham Birmingham NFA No VRM Yes - Via Email 52.4895515 -1.816135

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