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

13 rows where offence = "Misc - Non Traffic Offences", reporter_transport_mode = "Other" 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 7

  • 2025-07 4
  • 2025-09 2
  • 2026-01 2
  • 2026-02 2
  • 2025-05 1
  • 2025-06 1
  • 2025-08 1

council_area 6

  • Birmingham 7
  • Walsall 2
  • Bbiirrmminingghahmam 1
  • Coventry 1
  • Dudley 1
  • Solihull 1

disposal 3

  • NFA 10
  • Other Action Taken 2
  • Warning Letter 1

vehicle_make 1

  • BMW · 13 ✖

reporter_transport_mode 1

  • Other · 13 ✖

offence 1

  • Misc - Non Traffic Offences · 13 ✖
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
8117 op-snap---monthly-publication-february-2026.pdf   864 2026-02 Other BMW 525d Silver Misc - Non Traffic Offences None Spring Road Spring Road Birmingham Birmingham Other Action Taken N/A   52.444262 -1.8362585
8120 op-snap---monthly-publication-february-2026.pdf   867 2026-02 Other BMW 220.. Grey Misc - Non Traffic Offences None Spring Road Spring Road Birmingham Birmingham Other Action Taken N/A   52.444262 -1.8362585
10692 op-snap---monthly-publication-january-2026.pdf   153 2026-01 Other BMW X3.. White Misc - Non Traffic Offences None Canal Court Canal Court Birmingham Birmingham Warning Letter N/A   52.4486586 -1.8085554
11185 op-snap---monthly-publication-january-2026.pdf   646 2026-01 Other BMW 3 series White Misc - Non Traffic Offences None Walsall Walsall Walsall Walsall NFA No Offence   52.5841365 -1.9852679
24059 op-snap---monthly-publication-september-2025.pdf   278 2025-09 Other BMW 1 series Blue Misc - Non Traffic Offences None Doe Bank Lane Doe Bank Lane Walsall Walsall NFA No Independent Evidence Available   52.5679007 -1.9058642
24669 op-snap---monthly-publication-september-2025.pdf   888 2025-09 Other BMW NK Blue Misc - Non Traffic Offences None Buryfield Road Buryfield Road Solihull Solihull NFA No VRM   52.4244296 -1.7823135
2683 op-snap---monthly-publication-august-2025.pdf   658 2025-08 Other BMW 3 Series Blue Misc - Non Traffic Offences None Chester Road Chester Road Birmingham Birmingham NFA No Offence   52.5359496 -1.8324115
12077 op-snap---monthly-publication-july-2025.pdf   129 2025-07 Other BMW   White Misc - Non Traffic Offences None Bond Street Bond Street Coventry Coventry NFA No Offence   52.4096174 -1.5155481
12165 op-snap---monthly-publication-july-2025.pdf   217 2025-07 Other BMW 3 series Black Misc - Non Traffic Offences None A38 A38 Birmingham Birmingham NFA No Independent Evidence Available      
12571 op-snap---monthly-publication-july-2025.pdf   623 2025-07 Other BMW 4 series Grey Misc - Non Traffic Offences None A45 Coventry Road Coventry Road Birmingham Birmingham NFA No Offence   52.4726661 -1.8769032
13421 op-snap---monthly-publication-july-2025.pdf   1473 2025-07 Other BMW 116D White Misc - Non Traffic Offences None Waterfront Waterfront Dudley Dudley NFA Misc Inc Crimes   52.4874281 -2.1117204
15378 op-snap---monthly-publication-june-2025.pdf   1307 2025-06 Other BMW 325D Black Misc - Non Traffic Offences None Heather Road Heather Road Birmingham Birmingham NFA No Offence   52.4699812 -1.841443
20116 op-snap---monthly-publication-may-2025.pdf   1478 2025-05 Other BMW 116 White Misc - Non Traffic Offences None 99 HEATHER RD, SMALL HEATH 99 Heather Rd, Small Heath BBIiRrmMinINgGhaHmAM Bbiirrmminingghahmam NFA Not in Public Interest   52.4676363 -1.8428066

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