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

9 rows where disposal = "Other Action Taken", month = "2025-01" and reporter_transport_mode = "Car" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale

offence 7

  • Driving without Due Care and Attention 2
  • Misc - Non Traffic Offences 2
  • Contravening a Red Traffic Light 1
  • Dangerous Driving 1
  • Driving without Reasonable Consideration 1
  • Stop a vehicle within pelican pedestrian crossing limits 1
  • Using a Mobile Phone Whilst Driving 1

vehicle_make 5

  • BMW 2
  • Ford 2
  • Toyota 2
  • Daf 1
  • Vauxhall 1

council_area 2

  • Birmingham 8
  • Walsall 1

reporter_transport_mode 1

  • Car · 9 ✖

month 1

  • 2025-01 · 9 ✖

disposal 1

  • Other Action Taken · 9 ✖
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
9121 op-snap---monthly-publication-january-2025.pdf   229 2025-01 Car Toyota Yaris Silver Driving without Reasonable Consideration No Insurance Dudley Road Dudley Road Birmingham Birmingham Other Action Taken eNn/A Yes - Via Email 52.4865107 -1.9386263
9165 op-snap---monthly-publication-january-2025.pdf   273 2025-01 Car Toyota Yaris Blue Misc - Non Traffic Offences None Collector Road Collector Road Birmingham Birmingham Other Action Taken eNn/A Yes - Via Email 52.5139393 -1.7600186
9566 op-snap---monthly-publication-january-2025.pdf   674 2025-01 Car Daf TRUCK White Contravening a Red Traffic Light None WOLVERHAMPTON ROAD Wolverhampton Road Walsall Walsall Other Action Taken eNn/A Yes - Via Email 52.5867763 -2.0104342
9667 op-snap---monthly-publication-january-2025.pdf   775 2025-01 Car BMW X1 Silver Driving without Due Care and Attention No Insurance M6 northbound J4 to 5 M6 northbound J4 to 5 Birmingham Birmingham Other Action Taken eNn/A Yes - Via Email 52.6912652 -2.1043715
9670 op-snap---monthly-publication-january-2025.pdf   778 2025-01 Car BMW 120D Blue Dangerous Driving No Insurance Stockfield Road Stockfield Road Birmingham Birmingham Other Action Taken eNn/A Yes - Via Email 52.4519414 -1.831688
9763 op-snap---monthly-publication-january-2025.pdf   871 2025-01 Car       Misc - Non Traffic Offences None Ladypool Road Ladypool Road Birmingham Birmingham Other Action Taken eNn/A Yes - Via Email 52.4520441 -1.8787544
9798 op-snap---monthly-publication-january-2025.pdf   906 2025-01 Car Ford Fiesta Blue Stop a vehicle within pelican pedestrian crossing limits No Insurance Washwood Heath Road Washwood Heath Road Birmingham Birmingham Other Action Taken eNn/A Yes - Via Email 52.4929304 -1.8229092
10447 op-snap---monthly-publication-january-2025.pdf   1555 2025-01 Car Ford fiesta White Driving without Due Care and Attention None A4540/Broadway Plaza towards Ladywood A4540/Broadway Plaza towards Ladywood Birmingham Birmingham Other Action Taken eNn/A Yes - Via Email 52.4723801 -1.9169887
10483 op-snap---monthly-publication-january-2025.pdf   1591 2025-01 Car Vauxhall Corsa Silver Using a Mobile Phone Whilst Driving No Insurance New Foss Way New Foss Way Birmingham Birmingham Other Action Taken N/A Yes - Via Email    

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