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 = "Fixed Penalty" and reporter_transport_mode = "car" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, latitude, longitude

vehicle_make 9

  • Mercedes-Benz 2
  • Renault 2
  • Ford 1
  • Honda 1
  • Peugeot 1
  • Seat 1
  • Skoda 1
  • Toyota 1
  • Vauxhall 1

offence 6

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Contravening a Red Traffic Light 2
  • Driving a vehicle wholly or partly on a footpath 2
  • Driving without Due Care and Attention 2
  • Using a Mobile Phone Whilst Driving 2
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1

month 6

  • 2025-05 3
  • 2026-01 3
  • 2025-07 2
  • 2025-01 1
  • 2025-03 1
  • 2025-09 1

council_area 6

  • Birmingham 5
  • Dudley 2
  • Coventry 1
  • Sandwell 1
  • Solihull 1
  • Sutton Coldfield 1

reporter_transport_mode 1

  • car · 11 ✖

disposal 1

  • Fixed Penalty · 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
10556 op-snap---monthly-publication-january-2026.pdf   17 2026-01 car Mercedes-Benz GLE Blue Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Newhall St Newhall Street Birmingham Birmingham Fixed Penalty N/A   52.4830482 -1.905069
10926 op-snap---monthly-publication-january-2026.pdf   387 2026-01 car Vauxhall Astra Black Driving without Due Care and Attention Contravening a Red Traffic Light Streetsbrook Road Streetsbrook Road Solihull Solihull Fixed Penalty N/A   52.4223176 -1.8253145
10931 op-snap---monthly-publication-january-2026.pdf   392 2026-01 car Skoda Fabia Blue Driving without Due Care and Attention None Heathway Road Heathway Road Birmingham Birmingham Fixed Penalty N/A   52.560818 -1.7948304
24847 op-snap---monthly-publication-september-2025.pdf   1066 2025-09 car Ford Transit White Using a Mobile Phone Whilst Driving None Peartree Lane Peartree Lane Dudley Dudley Fixed Penalty N/A   52.4999595 -2.0919022
12805 op-snap---monthly-publication-july-2025.pdf   857 2025-07 car Renault trucks Orange Driving a vehicle wholly or partly on a footpath None Green Lanes Green Lanes Sutton Coldfield Sutton Coldfield Fixed Penalty N/A   52.5375034 -1.8313115
13115 op-snap---monthly-publication-july-2025.pdf   1167 2025-07 car Toyota Aygo Silver Contravening a Red Traffic Light None Hall St Hall Street Dudley Dudley Fixed Penalty N/A   52.5409774 -2.1235921
18987 op-snap---monthly-publication-may-2025.pdf   349 2025-05 car Honda 125 Silver Using a Mobile Phone Whilst Driving None Bromford Lane, West Bromwich Bromford Lane, West Bromwich Sandwell Sandwell Fixed Penalty N/A   52.5138332 -2.0029321
19551 op-snap---monthly-publication-may-2025.pdf   913 2025-05 car Seat LEON Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None WITTON ROAD Witton Road Birmingham Birmingham Fixed Penalty N/A   52.513336 -1.8833226
19552 op-snap---monthly-publication-may-2025.pdf   914 2025-05 car Mercedes-Benz SPRINTER White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None WITTON ROAD Witton Road Birmingham Birmingham Fixed Penalty N/A   52.513336 -1.8833226
16872 op-snap---monthly-publication-march-2025.pdf   629 2025-03 car Renault Master Red Driving a vehicle wholly or partly on a footpath None Lozells Road Lozells Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.502683 -1.9033516
9351 op-snap---monthly-publication-january-2025.pdf   459 2025-01 car Peugeot EXPERT White Contravening a Red Traffic Light None FOLESHILL ROAD Foleshill Road Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4274335 -1.5002381

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