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

15 rows where disposal = "Court", offence = "Contravening a Red Traffic Light" and vehicle_make = "Ford" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

month 9

  • 2025-01 3
  • 2025-03 2
  • 2025-06 2
  • 2025-10 2
  • 2026-02 2
  • 2025-02 1
  • 2025-09 1
  • 2025-11 1
  • 2025-12 1

council_area 7

  • Birmingham 7
  • Dudley 2
  • Sandwell 2
  • Coventry 1
  • Solihull 1
  • Sutton Coldfield 1
  • Walsall 1

vehicle_make 1

  • Ford · 15 ✖

reporter_transport_mode 1

  • Car 15

offence 1

  • Contravening a Red Traffic Light · 15 ✖

disposal 1

  • Court · 15 ✖
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
8360 op-snap---monthly-publication-february-2026.pdf   1107 2026-02 Car Ford Transit Blue Contravening a Red Traffic Light No Insurance Brookvale Road Brookvale Road Birmingham Birmingham Court N/A   52.5219365 -1.8755325
8443 op-snap---monthly-publication-february-2026.pdf   1190 2026-02 Car Ford Fiesta Silver Contravening a Red Traffic Light Drive otherwise than in accordance with a licence Walsall Road Walsall Road Birmingham Birmingham Court N/A   52.5919543 -1.8517118
4894 op-snap---monthly-publication-december-2025.pdf   1022 2025-12 Car Ford Connect White Contravening a Red Traffic Light No Insurance A4041 Newton Road Newton Road Birmingham Birmingham Court N/A   52.4541102 -1.8710993
21508 op-snap---monthly-publication-november-2025.pdf   1050 2025-11 Car Ford Fiesta White Contravening a Red Traffic Light None Swan Lane Swan Lane Coventry Coventry Court N/A   52.4180375 -1.4895028
22497 op-snap---monthly-publication-october-2025.pdf   447 2025-10 Car Ford Transit White Contravening a Red Traffic Light No Insurance Moss Grove Moss Grove Dudley Dudley Court N/A   52.5025066 -2.1702039
22988 op-snap---monthly-publication-october-2025.pdf   938 2025-10 Car Ford Focus White Contravening a Red Traffic Light No Insurance Pedmore Road Pedmore Road Dudley Dudley Court N/A   52.4897451 -2.1069141
24258 op-snap---monthly-publication-september-2025.pdf   477 2025-09 Car Ford Kuga Silver Contravening a Red Traffic Light None A4540 Icknield Street Icknield Street Birmingham Birmingham Court N/A   52.5709191 -1.8759339
14169 op-snap---monthly-publication-june-2025.pdf   98 2025-06 Car Ford Fiesta Blue Contravening a Red Traffic Light Use vehicle on a road without valid test certificate Holland Road jn with A5127 Holland Road jn with A5127 Sutton Coldfield Sutton Coldfield Court N/A      
14212 op-snap---monthly-publication-june-2025.pdf   141 2025-06 Car Ford Fiesta Black Contravening a Red Traffic Light Use vehicle on a road without valid test certificate Bristol Road, Selly Oak Bristol Road, Selly Oak Birmingham Birmingham Court N/A   52.4325994 -1.9481062
17728 op-snap---monthly-publication-march-2025.pdf   1485 2025-03 Car Ford FOCUS Grey Contravening a Red Traffic Light No Insurance SOHO ROAD Soho Road Sandwell Sandwell Court N/A Yes - Via Email 52.495265 -1.9483614
18059 op-snap---monthly-publication-march-2025.pdf   1816 2025-03 Car Ford Fiesta Blue Contravening a Red Traffic Light No Insurance Stratford Rd Stratford Road Birmingham Birmingham Court N/A Yes - Via Email 52.4203897 -1.8338574
5224 op-snap---monthly-publication-february-2025.pdf   41 2025-02 Car Ford FIESTA Black Contravening a Red Traffic Light Driving without Due Care and Attention BRADLEYS LANE Bradleys Lane Sandwell Sandwell Court N/A Yes - Via Email    
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
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    

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