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

12 rows where disposal = "Education", month = "2025-05" and vehicle_make = "Hyundai" 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, latitude, longitude

offence 5

  • Contravening a Red Traffic Light 4
  • Driving without Due Care and Attention 3
  • Stop a vehicle within pelican pedestrian crossing limits 3
  • Cause vehicle to be left in a dangerous position 1
  • Stop a vehicle on pedestrian crossing 1

reporter_transport_mode 3

  • Car 10
  • Pedal Bike 1
  • Pedestrian 1

vehicle_make 1

  • Hyundai · 12 ✖

month 1

  • 2025-05 · 12 ✖

disposal 1

  • Education · 12 ✖

council_area 1

  • Birmingham 12
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
18778 op-snap---monthly-publication-may-2025.pdf   140 2025-05 Car Hyundai Ionic Blue Contravening a Red Traffic Light None Drews Lane Drews Lane Birmingham Birmingham Education N/A   52.5005017 -1.8353248
18902 op-snap---monthly-publication-may-2025.pdf   264 2025-05 Car Hyundai Bayon Blue Contravening a Red Traffic Light None A45 Coventry Road Coventry Road Birmingham Birmingham Education N/A   52.4726661 -1.8769032
18982 op-snap---monthly-publication-may-2025.pdf   344 2025-05 Pedal Bike Hyundai Santa Fe Silver Stop a vehicle within pelican pedestrian crossing limits None Pershore Road Pershore Road Birmingham Birmingham Education N/A   52.4308271 -1.920078
19279 op-snap---monthly-publication-may-2025.pdf   641 2025-05 Pedestrian Hyundai I10 Blue Cause vehicle to be left in a dangerous position None Ashdale Drive Ashdale Drive Birmingham Birmingham Education N/A   52.4027335 -1.876125
19392 op-snap---monthly-publication-may-2025.pdf   754 2025-05 Car Hyundai I20 White Driving without Due Care and Attention None Edgbaston Road Edgbaston Road Birmingham Birmingham Education N/A   52.4552785 -1.906384
19413 op-snap---monthly-publication-may-2025.pdf   775 2025-05 Car Hyundai Tucson Blue Contravening a Red Traffic Light None Spitfire Island Spitfire Island Birmingham Birmingham Education N/A   52.5138106 -1.797297
19576 op-snap---monthly-publication-may-2025.pdf   938 2025-05 Car Hyundai Ionic White Contravening a Red Traffic Light None Coventry Road Coventry Road Birmingham Birmingham Education N/A   52.4726661 -1.8769032
19580 op-snap---monthly-publication-may-2025.pdf   942 2025-05 Car Hyundai I10 Blue Driving without Due Care and Attention None The Meadway The Meadway Birmingham Birmingham Education N/A   52.482929 -1.7597922
19670 op-snap---monthly-publication-may-2025.pdf   1032 2025-05 Car Hyundai I10 Silver Driving without Due Care and Attention None BASSETTS POLE Bassetts Pole Birmingham Birmingham Education N/A   52.5622444 -1.816155
19754 op-snap---monthly-publication-may-2025.pdf   1116 2025-05 Car Hyundai IX35 Silver Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
19757 op-snap---monthly-publication-may-2025.pdf   1119 2025-05 Car Hyundai Ix35 Silver Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
19788 op-snap---monthly-publication-may-2025.pdf   1150 2025-05 Car Hyundai IONIQ Blue Stop a vehicle on pedestrian crossing None WITTON ROAD Witton Road Birmingham Birmingham Education N/A   52.513336 -1.8833226

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