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 month = "2025-02", offence = "Contravening a Red Traffic Light" and vehicle_make = "Vauxhall" 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

council_area 5

  • Birmingham 4
  • Dudley 2
  • Walsall 2
  • Coventry 1
  • Sandwell 1

disposal 4

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

reporter_transport_mode 2

  • Car 8
  • Pedestrian 2

vehicle_make 1

  • Vauxhall · 10 ✖

offence 1

  • Contravening a Red Traffic Light · 10 ✖

month 1

  • 2025-02 · 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
5239 op-snap---monthly-publication-february-2025.pdf   56 2025-02 Car Vauxhall Corsa White Contravening a Red Traffic Light None Hagley Road Hagley Road Birmingham Birmingham NFA No Offence Yes - Via Email 52.471632 -1.9456776
5540 op-snap---monthly-publication-february-2025.pdf   357 2025-02 Car Vauxhall Corsa Silver Contravening a Red Traffic Light None Tamworth Road Tamworth Road Coventry Coventry Education N/A Yes - Via Email 52.4380313 -1.5339558
5556 op-snap---monthly-publication-february-2025.pdf   373 2025-02 Car Vauxhall CORSA Grey Contravening a Red Traffic Light None HAGLEY ROAD Hagley Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.471632 -1.9456776
6275 op-snap---monthly-publication-february-2025.pdf   1092 2025-02 Pedestrian Vauxhall Vivaro White Contravening a Red Traffic Light None Daw End Lane Daw End Lane Walsall Walsall Education N/A Yes - Via Email 52.6068849 -1.9611652
6349 op-snap---monthly-publication-february-2025.pdf   1166 2025-02 Car Vauxhall Corsa Grey Contravening a Red Traffic Light None Monument Road [B4124], Ladywood Monument Road [B4124], Ladywood Birmingham Birmingham NFA No Offence Yes - Via Email 52.4773692 -1.9280585
6489 op-snap---monthly-publication-february-2025.pdf   1306 2025-02 Pedestrian Vauxhall Corsa Silver Contravening a Red Traffic Light None Daw End Lane Daw End Lane Walsall Walsall Warning Letter N/A Yes - Via Email 52.6068849 -1.9611652
6595 op-snap---monthly-publication-february-2025.pdf   1412 2025-02 Car Vauxhall CORSA White Contravening a Red Traffic Light NONE HIGH STREET QUARRY BANK High Street Quarry Bank Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.4583107 -2.1169703
6826 op-snap---monthly-publication-february-2025.pdf   1643 2025-02 Car Vauxhall Meriva Silver Contravening a Red Traffic Light None Sandwell Road Sandwell Road Sandwell Sandwell Education N/A Yes - Via Email 52.5225375 -1.9987666
6905 op-snap---monthly-publication-february-2025.pdf   1722 2025-02 Car Vauxhall Mokka Blue Contravening a Red Traffic Light None Union Street, Dudley Union Street, Dudley Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.45514 -2.1136761
7157 op-snap---monthly-publication-february-2025.pdf   1974 2025-02 Car Vauxhall Astra Silver Contravening a Red Traffic Light None Ladywood Middleway Ladywood Middleway Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.473883 -1.9198244

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