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 council_area = "Sandwell", disposal = "Fixed Penalty" and month = "2025-04" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, offence_location_raw, offence_location, latitude, longitude

vehicle_make 11

  • Vauxhall 2
  • Citroen 1
  • Ford 1
  • Iveco 1
  • Kia 1
  • Land Rover 1
  • Mercedes-Benz 1
  • Mg 1
  • Mini 1
  • Rolls-Royce 1
  • Volkswagen 1

offence 7

  • Using a Mobile Phone Whilst Driving 5
  • Cause vehicle to be left in a dangerous position 2
  • Stop a vehicle within pelican pedestrian crossing limits 2
  • Contravening a Red Traffic Light 1
  • Driving without Due Care and Attention 1
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
  • VRM fails to conform to Regulations 1

reporter_transport_mode 3

  • Car 7
  • Pedal Bike 3
  • Pedestrian 3

month 1

  • 2025-04 · 13 ✖

disposal 1

  • Fixed Penalty · 13 ✖

council_area 1

  • Sandwell · 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
109 op-snap---monthly-publication-april-2025.pdf   108 2025-04 Car Rolls-Royce Wraith Black Using a Mobile Phone Whilst Driving None M5 SB J2 M5 Southbound J2 Sandwell Sandwell Fixed Penalty N/A   52.4945433 -2.0190848
296 op-snap---monthly-publication-april-2025.pdf   295 2025-04 Pedal Bike Kia Sportage Silver Stop a vehicle within pelican pedestrian crossing limits None Crankhall Lane Crankhall Lane Sandwell Sandwell Fixed Penalty N/A   52.5489715 -1.9927402
297 op-snap---monthly-publication-april-2025.pdf   296 2025-04 Pedal Bike Citroen C4 Black Stop a vehicle within pelican pedestrian crossing limits None Crankhall Lane Crankhall Lane Sandwell Sandwell Fixed Penalty N/A   52.5489715 -1.9927402
403 op-snap---monthly-publication-april-2025.pdf   402 2025-04 Car Land Rover Evoque Black VRM fails to conform to Regulations None Highgate Street, Oldhill Highgate Street, Oldhill Sandwell Sandwell Fixed Penalty N/A      
471 op-snap---monthly-publication-april-2025.pdf   470 2025-04 Pedal Bike Iveco Truck White Using a Mobile Phone Whilst Driving None Tipton Road, Oldbury Tipton Road, Oldbury Sandwell Sandwell Fixed Penalty N/A   52.5324526 -2.0453612
494 op-snap---monthly-publication-april-2025.pdf   493 2025-04 Car Mini Cooper Red Driving without Due Care and Attention None All Saints WAY All Saints WAY Sandwell Sandwell Fixed Penalty N/A   52.5344405 -1.985568
557 op-snap---monthly-publication-april-2025.pdf   556 2025-04 Pedestrian Ford Transit White Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Turners Lane, Brierley Hill Turners Lane, Brierley Hill Sandwell Sandwell Fixed Penalty N/A      
631 op-snap---monthly-publication-april-2025.pdf   630 2025-04 Pedestrian Mercedes-Benz Sprinter White Cause vehicle to be left in a dangerous position None Bertram Road Bertram Road Sandwell Sandwell Fixed Penalty N/A   52.4984114 -1.981609
632 op-snap---monthly-publication-april-2025.pdf   631 2025-04 Pedestrian Vauxhall Astra Silver Cause vehicle to be left in a dangerous position None St Albans Road Street Albans Road Sandwell Sandwell Fixed Penalty N/A      
716 op-snap---monthly-publication-april-2025.pdf   715 2025-04 Car Vauxhall Vivaro White Contravening a Red Traffic Light None High Bullen High Bullen Sandwell Sandwell Fixed Penalty N/A   52.5532368 -2.0227385
1123 op-snap---monthly-publication-april-2025.pdf   1122 2025-04 Car Mg ZS Blue Using a Mobile Phone Whilst Driving None Portway Road , Rowley Regis Portway Road , Rowley Regis Sandwell Sandwell Fixed Penalty N/A      
1194 op-snap---monthly-publication-april-2025.pdf   1193 2025-04 Car Volkswagen Golf Black Using a Mobile Phone Whilst Driving None Holly Lane , Smethwick Holly Lane , Smethwick Sandwell Sandwell Fixed Penalty N/A   52.4968702 -1.98537
1807 op-snap---monthly-publication-april-2025.pdf   1806 2025-04 Car   NP White Using a Mobile Phone Whilst Driving None Kenrick Way, west bromwich Kenrick Way, west bromwich Sandwell Sandwell Fixed Penalty N/A   52.5071009 -1.9841087

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