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 = "Other Action Taken", reporter_transport_mode = "Car" 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, second_offence, council_area_raw, nfa_rationale

month 7

  • 2025-01 2
  • 2025-07 2
  • 2025-09 2
  • 2026-02 2
  • 2025-02 1
  • 2025-03 1
  • 2025-04 1

offence 5

  • Driving without Due Care and Attention 5
  • Misc - Non Traffic Offences 3
  • Contravene Lane Closure Red X 1
  • Contravening a Red Traffic Light 1
  • Dangerous Driving 1

council_area 2

  • Birmingham 10
  • Coventry 1

vehicle_make 1

  • BMW · 11 ✖

reporter_transport_mode 1

  • Car · 11 ✖

disposal 1

  • Other Action Taken · 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
8038 op-snap---monthly-publication-february-2026.pdf   785 2026-02 Car BMW X3.. White Misc - Non Traffic Offences None Hagley Road Hagley Road Birmingham Birmingham Other Action Taken N/A   52.471632 -1.9456776
8497 op-snap---monthly-publication-february-2026.pdf   1244 2026-02 Car BMW 1 Series Blue Driving without Due Care and Attention No Insurance M6 M6 Birmingham Birmingham Other Action Taken N/A      
24217 op-snap---monthly-publication-september-2025.pdf   436 2025-09 Car BMW X6 White Contravening a Red Traffic Light None Shaftmoor Lane Shaftmoor Lane Birmingham Birmingham Other Action Taken N/A   52.4418944 -1.8407335
25109 op-snap---monthly-publication-september-2025.pdf   1328 2025-09 Car BMW 1 Series Black Contravene Lane Closure Red X None m6 Motorway m6 Motorway Birmingham Birmingham Other Action Taken N/A   52.5327447 -1.899844
12686 op-snap---monthly-publication-july-2025.pdf   738 2025-07 Car BMW 520 D Black Driving without Due Care and Attention None Watson Road Watson Road Birmingham Birmingham Other Action Taken N/A   52.4897107 -1.839943
13201 op-snap---monthly-publication-july-2025.pdf   1253 2025-07 Car BMW M1 White Driving without Due Care and Attention None Warwick Road Warwick Road Birmingham Birmingham Other Action Taken N/A   52.4555288 -1.8613929
1904 op-snap---monthly-publication-april-2025.pdf   1903 2025-04 Car BMW NP Black Misc - Non Traffic Offences None York Road , Birmingham York Road , Birmingham Birmingham Birmingham Other Action Taken N/A   52.5231321 -1.8415573
17867 op-snap---monthly-publication-march-2025.pdf   1624 2025-03 Car BMW X1 White Misc - Non Traffic Offences None Binley Road Binley Road Coventry Coventry Other Action Taken N/A Yes - Via Email 52.4070602 -1.4732469
7128 op-snap---monthly-publication-february-2025.pdf   1945 2025-02 Car BMW 520D Grey Driving without Due Care and Attention None Icknield Street at Five Ways Icknield Street at Five Ways Birmingham Birmingham Other Action Taken N/A Yes - Via Email 52.5709191 -1.8759339
9667 op-snap---monthly-publication-january-2025.pdf   775 2025-01 Car BMW X1 Silver Driving without Due Care and Attention No Insurance M6 northbound J4 to 5 M6 northbound J4 to 5 Birmingham Birmingham Other Action Taken eNn/A Yes - Via Email 52.6912652 -2.1043715
9670 op-snap---monthly-publication-january-2025.pdf   778 2025-01 Car BMW 120D Blue Dangerous Driving No Insurance Stockfield Road Stockfield Road Birmingham Birmingham Other Action Taken eNn/A Yes - Via Email 52.4519414 -1.831688

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