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

12 rows where disposal = "Fixed Penalty", month = "2025-10" 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

reporter_transport_mode 4

  • Car 8
  • Pedal Bike 2
  • Lorry 1
  • Pedestrian 1

offence 4

  • Driving without Due Care and Attention 5
  • Using a Mobile Phone Whilst Driving 4
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 2
  • Contravening a Red Traffic Light 1

council_area 4

  • Birmingham 9
  • Coventry 1
  • Sutton Coldfield 1
  • Wolverhampton 1

vehicle_make 1

  • BMW · 12 ✖

month 1

  • 2025-10 · 12 ✖

disposal 1

  • Fixed Penalty · 12 ✖
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
22273 op-snap---monthly-publication-october-2025.pdf   223 2025-10 Pedestrian BMW 320.. Beige Using a Mobile Phone Whilst Driving None Bishop Street Bishop Street Coventry Coventry Fixed Penalty N/A   52.411051 -1.5111644
22306 op-snap---monthly-publication-october-2025.pdf   256 2025-10 Car BMW 330d Blue Contravening a Red Traffic Light None Alcester Road Alcester Road Birmingham Birmingham Fixed Penalty N/A   52.4470686 -1.8880749
22370 op-snap---monthly-publication-october-2025.pdf   320 2025-10 Car BMW 116 Grey Driving without Due Care and Attention None Holyhead Road Holyhead Road Birmingham Birmingham Fixed Penalty N/A   52.505233 -1.9446276
22399 op-snap---monthly-publication-october-2025.pdf   349 2025-10 Pedal Bike BMW 118.. Grey Using a Mobile Phone Whilst Driving None Harbourne Road Harborne Road Birmingham Birmingham Fixed Penalty N/A   52.4718503 -1.9195423
22562 op-snap---monthly-publication-october-2025.pdf   512 2025-10 Car BMW X5 Grey Driving without Due Care and Attention None Kings Road Kings Road Birmingham Birmingham Fixed Penalty N/A   52.5531351 -1.8852761
22614 op-snap---monthly-publication-october-2025.pdf   564 2025-10 Car BMW 118D White Driving without Due Care and Attention None Soho Road Soho Road Birmingham Birmingham Fixed Penalty N/A   52.502568 -1.9305447
22638 op-snap---monthly-publication-october-2025.pdf   588 2025-10 Car BMW 116i Black Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Lower Queen Street Lower Queen Street Sutton Coldfield Sutton Coldfield Fixed Penalty N/A   52.5603978 -1.8227403
22641 op-snap---monthly-publication-october-2025.pdf   591 2025-10 Pedal Bike BMW X5 Black Using a Mobile Phone Whilst Driving None New Fosse Way New Fosse Way Birmingham Birmingham Fixed Penalty N/A   52.4473373 -1.9392405
22644 op-snap---monthly-publication-october-2025.pdf   594 2025-10 Lorry BMW M140. Black Driving without Due Care and Attention None Keyway Junction Roundabout Keyway Junction Roundabout Wolverhampton Wolverhampton Fixed Penalty N/A      
22663 op-snap---monthly-publication-october-2025.pdf   613 2025-10 Car BMW 320.. White Using a Mobile Phone Whilst Driving None M6 Jct 8 M6 Junction 8 Birmingham Birmingham Fixed Penalty N/A   52.6912891 -2.1046372
22838 op-snap---monthly-publication-october-2025.pdf   788 2025-10 Car BMW 320D Black Driving without Due Care and Attention None Newton Row Newton Row Birmingham Birmingham Fixed Penalty N/A      
22843 op-snap---monthly-publication-october-2025.pdf   793 2025-10 Car BMW 118.. Orange Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Birchfield Road Birchfield Road Birmingham Birmingham Fixed Penalty N/A   52.5170745 -1.9012542

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