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

10 rows where disposal = "Warning Letter", offence = "Misc - Non Traffic Offences" and vehicle_make = "Toyota" 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, latitude, longitude

month 6

  • 2025-02 5
  • 2025-01 1
  • 2025-03 1
  • 2025-05 1
  • 2025-11 1
  • 2025-12 1

reporter_transport_mode 3

  • Pedestrian 7
  • Car 2
  • Pedal Bike 1

council_area 2

  • Birmingham 8
  • Sutton Coldfield 2

vehicle_make 1

  • Toyota · 10 ✖

offence 1

  • Misc - Non Traffic Offences · 10 ✖

disposal 1

  • Warning Letter · 10 ✖
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
3899 op-snap---monthly-publication-december-2025.pdf   27 2025-12 Pedestrian Toyota Yaris Silver Misc - Non Traffic Offences None Gibson Drive Gibson Drive Birmingham Birmingham Warning Letter N/A   52.507404 -1.9170214
22018 op-snap---monthly-publication-november-2025.pdf   1560 2025-11 Pedal Bike Toyota Corolla Blue Misc - Non Traffic Offences None New Town Row New Town Row Birmingham Birmingham Warning Letter N/A   52.4896513 -1.8947514
20390 op-snap---monthly-publication-may-2025.pdf   1752 2025-05 Pedestrian Toyota Prius Blue Misc - Non Traffic Offences None Bewdley Road Bewdley Road Birmingham Birmingham Warning Letter N/A   52.4330724 -1.9181313
17830 op-snap---monthly-publication-march-2025.pdf   1587 2025-03 Car Toyota Prius White Misc - Non Traffic Offences None Hurst Street Hurst Street Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4714381 -1.893243
5740 op-snap---monthly-publication-february-2025.pdf   557 2025-02 Pedestrian Toyota C-HR White Misc - Non Traffic Offences None Grange Road Grange Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.5065077 -1.892207
5795 op-snap---monthly-publication-february-2025.pdf   612 2025-02 Pedestrian Toyota Aygo Black Misc - Non Traffic Offences None Alcester Road, Moseley Alcester Road, Moseley Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4445135 -1.8907323
5799 op-snap---monthly-publication-february-2025.pdf   616 2025-02 Pedestrian Toyota Yaris Black Misc - Non Traffic Offences None Alcester Road, Moseley Alcester Road, Moseley Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4445135 -1.8907323
5804 op-snap---monthly-publication-february-2025.pdf   621 2025-02 Pedestrian Toyota Corolla Grey Misc - Non Traffic Offences None Alcester Road, Moseley Alcester Road, Moseley Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4445135 -1.8907323
6629 op-snap---monthly-publication-february-2025.pdf   1446 2025-02 Pedestrian Toyota Corolla Black Misc - Non Traffic Offences None Rockingham Gardens Rockingham Gardens Sutton Coldfield Sutton Coldfield Warning Letter N/A Yes - Via Email 52.5690681 -1.8271174
10378 op-snap---monthly-publication-january-2025.pdf   1486 2025-01 Car Toyota Avensis Grey Misc - Non Traffic Offences None Lower Queen Street Lower Queen Street Sutton Coldfield Sutton Coldfield Warning Letter N/A Yes - Via Email 52.5603978 -1.8227403

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