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 disposal = "Court", month = "2025-01" and offence = "Contravening a Red Traffic Light" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, second_offence, council_area_raw

vehicle_make 9

  • Ford 3
  • Vauxhall 3
  • BMW 2
  • Audi 1
  • Hyundai 1
  • Land Rover 1
  • Peugeot 1
  • Skoda 1
  • Volkswagen 1

council_area 5

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

reporter_transport_mode 1

  • Car 14

offence 1

  • Contravening a Red Traffic Light · 14 ✖

month 1

  • 2025-01 · 14 ✖

disposal 1

  • Court · 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
9065 op-snap---monthly-publication-january-2025.pdf   173 2025-01 Car Ford Focus Blue Contravening a Red Traffic Light None Lode Lane, Solihull Lode Lane, Solihull Solihull Solihull Court N/A Yes - Via Email 52.4286691 -1.7775374
9087 op-snap---monthly-publication-january-2025.pdf   195 2025-01 Car BMW 3 series Black Contravening a Red Traffic Light No Insurance Chase Road Chase Road Walsall Walsall Court N/A Yes - Via Email 52.6146822 -2.0143222
9091 op-snap---monthly-publication-january-2025.pdf   199 2025-01 Car Hyundai I10 White Contravening a Red Traffic Light None Coventry Ring Road Coventry Ring Road Coventry Coventry Court N/A Yes - Via Email    
9259 op-snap---monthly-publication-january-2025.pdf   367 2025-01 Car Vauxhall ASTRA SRI Grey Contravening a Red Traffic Light Driving without Due Care and Attention BRISTOL ROAD Bristol Road Birmingham Birmingham Court N/A Yes - Via Email 52.4543565 -1.9114004
9340 op-snap---monthly-publication-january-2025.pdf   448 2025-01 Car Volkswagen UP Silver Contravening a Red Traffic Light No Insurance CUCKOO ROAD Cuckoo Road Birmingham Birmingham Court N/A Yes - Via Email 52.5049023 -1.8603659
9542 op-snap---monthly-publication-january-2025.pdf   650 2025-01 Car Land Rover Evoque Black Contravening a Red Traffic Light Driving without Due Care and Attention Cradley Road, Netherton Cradley Road, Netherton Dudley Dudley Court N/A Yes - Via Email 52.4877241 -2.0818998
9574 op-snap---monthly-publication-january-2025.pdf   682 2025-01 Car Skoda Fabia Silver Contravening a Red Traffic Light No Insurance Washwood Heath Road Washwood Heath Road Birmingham Birmingham Court N/A Yes - Via Email 52.4929304 -1.8229092
9629 op-snap---monthly-publication-january-2025.pdf   737 2025-01 Car Vauxhall Corsa Black Contravening a Red Traffic Light Use vehicle on a road without valid test c eWrtaifriwcaictek Road e Wrtaifriwcaictek Road Birmingham Birmingham Court N/A Yes - Via Email    
9668 op-snap---monthly-publication-january-2025.pdf   776 2025-01 Car BMW 430i White Contravening a Red Traffic Light VRM fails to conform to Regulations High Street, Quarry Bank High Street, Quarry Bank Dudley Dudley Court N/A Yes - Via Email 52.4576453 -2.1150716
9759 op-snap---monthly-publication-january-2025.pdf   867 2025-01 Car Vauxhall CROSSLAND White Contravening a Red Traffic Light No Insurance SALFORD CIRCUS Salford Circus Birmingham Birmingham Court N/A Yes - Via Email 52.5095071 -1.8593732
9889 op-snap---monthly-publication-january-2025.pdf   997 2025-01 Car Audi RS 5 Grey Contravening a Red Traffic Light None Brandwood Road Brandwood Road Birmingham Birmingham Court N/A Yes - Via Email 52.4139427 -1.9037653
10095 op-snap---monthly-publication-january-2025.pdf   1203 2025-01 Car Ford TRANSIT White Contravening a Red Traffic Light No Insurance M6 JCT 10 M6 Jct 10 Walsall Walsall Court N/A Yes - Via Email 52.6760749 -2.0862582
10293 op-snap---monthly-publication-january-2025.pdf   1401 2025-01 Car Ford Transit Grey Contravening a Red Traffic Light Use vehicle on a road without valid test c eMrtoifsiecaletye Avenue e Mrtoifsiecaletye Avenue Birmingham Birmingham Court N/A Yes - Via Email    
10494 op-snap---monthly-publication-january-2025.pdf   1602 2025-01 Car Peugeot 207 Black Contravening a Red Traffic Light No Insurance A41 A41 Birmingham Birmingham Court 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);