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

14 rows where month = "2025-04", offence = "Contravening a Red Traffic Light" and vehicle_make = "BMW" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale

council_area 5

  • Birmingham 8
  • Coventry 2
  • Walsall 2
  • Dudley 1
  • Wolverhampton 1

disposal 4

  • NFA 10
  • Warning Letter 2
  • Education 1
  • Fixed Penalty 1

reporter_transport_mode 3

  • Car 11
  • Pedal Bike 2
  • Pedestrian 1

vehicle_make 1

  • BMW · 14 ✖

offence 1

  • Contravening a Red Traffic Light · 14 ✖

month 1

  • 2025-04 · 14 ✖
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
137 op-snap---monthly-publication-april-2025.pdf   136 2025-04 Pedal Bike BMW 216d White Contravening a Red Traffic Light None Hurst Street Hurst Street Birmingham Birmingham Warning Letter N/A   52.4714381 -1.893243
175 op-snap---monthly-publication-april-2025.pdf   174 2025-04 Car BMW 320i White Contravening a Red Traffic Light None TOWNEND STREET Townend Street Walsall Walsall Fixed Penalty N/A   52.5863213 -1.9852108
348 op-snap---monthly-publication-april-2025.pdf   347 2025-04 Car BMW I4... Black Contravening a Red Traffic Light None Pershore Road Pershore Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4308271 -1.920078
626 op-snap---monthly-publication-april-2025.pdf   625 2025-04 Car BMW 3 Seris Blue Contravening a Red Traffic Light None Broadway North Broadway North Walsall Walsall Warning Letter N/A   52.5886007 -1.9741222
772 op-snap---monthly-publication-april-2025.pdf   771 2025-04 Pedestrian BMW M3 Sport White Contravening a Red Traffic Light None Far Gosford Street Far Gosford Street Coventry Coventry Education N/A   52.4071231 -1.4985178
893 op-snap---monthly-publication-april-2025.pdf   892 2025-04 Car BMW   Black Contravening a Red Traffic Light None College Road , Perry Barr College Road , Perry Barr Birmingham Birmingham NFA Outside of 14 Days NIP   52.5321869 -1.886442
937 op-snap---monthly-publication-april-2025.pdf   936 2025-04 Car BMW   Grey Contravening a Red Traffic Light None Priory Road , Edgbaston Priory Road , Edgbaston Birmingham Birmingham NFA Outside of 14 Days NIP   52.4556998 -1.9102592
1065 op-snap---monthly-publication-april-2025.pdf   1064 2025-04 Car BMW   Blue Contravening a Red Traffic Light None Elston Hall Lane , Wolverhampton Elston Hall Lane , Wolverhampton Wolverhampton Wolverhampton NFA Outside of 14 Days NIP   52.6187794 -2.1216676
1259 op-snap---monthly-publication-april-2025.pdf   1258 2025-04 Car BMW   Blue Contravening a Red Traffic Light None The Lea , Birmingham The Lea , Birmingham Birmingham Birmingham NFA Outside of 14 Days NIP   52.4790124 -1.7913257
1293 op-snap---monthly-publication-april-2025.pdf   1292 2025-04 Pedal Bike BMW NP Black Contravening a Red Traffic Light None Bell green road Bell green road Coventry Coventry NFA Outside of 14 Days NIP   52.4324855 -1.4815548
1300 op-snap---monthly-publication-april-2025.pdf   1299 2025-04 Car BMW NP White Contravening a Red Traffic Light None Ladypool road, Sparkbrook, Birmingham Birmingham B12 8JA Ladypool road, Sparkbrook, Birmingham Birmingham B12 8JA Birmingham Birmingham NFA Outside of 14 Days NIP   52.459026 -1.8767525
1512 op-snap---monthly-publication-april-2025.pdf   1511 2025-04 Car BMW NP Grey Contravening a Red Traffic Light None Alcester Road , Birmingham Alcester Road , Birmingham Birmingham Birmingham NFA Outside of 14 Days NIP   52.452635 -1.8874738
1622 op-snap---monthly-publication-april-2025.pdf   1621 2025-04 Car BMW NP Silver Contravening a Red Traffic Light None Bunns Lane JCT Bunns Lane JCT Dudley Dudley NFA Outside of 14 Days NIP      
1903 op-snap---monthly-publication-april-2025.pdf   1902 2025-04 Car BMW 116i White Contravening a Red Traffic Light None Ladypool Road , Birmingham Ladypool Road , Birmingham Birmingham Birmingham NFA Outside of 14 Days NIP   52.4520441 -1.8787544

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