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

10 rows where disposal = "Fixed Penalty", reporter_transport_mode = "Car" and vehicle_make = "Jaguar" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw

offence 7

  • Driving without Due Care and Attention 3
  • VRM fails to conform to Regulations 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Driving without Reasonable Consideration 1
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
  • No Insurance 1
  • Stop a vehicle within pelican pedestrian crossing limits 1

month 6

  • 2025-02 4
  • 2025-11 2
  • 2025-01 1
  • 2025-03 1
  • 2025-06 1
  • 2025-08 1

council_area 5

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

vehicle_make 1

  • Jaguar · 10 ✖

reporter_transport_mode 1

  • Car · 10 ✖

disposal 1

  • Fixed Penalty · 10 ✖
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
20768 op-snap---monthly-publication-november-2025.pdf   310 2025-11 Car Jaguar e Pace Grey Driving without Due Care and Attention None Hamstead Hill Hamstead Hill Birmingham Birmingham Fixed Penalty N/A   52.5274116 -1.9287273
21698 op-snap---monthly-publication-november-2025.pdf   1240 2025-11 Car Jaguar i-Pace Black Driving without Due Care and Attention None Longbank Avenue Longbank Avenue Coventry Coventry Fixed Penalty N/A      
2980 op-snap---monthly-publication-august-2025.pdf   955 2025-08 Car Jaguar E Pace Red Driving without Due Care and Attention None College Road College Road Birmingham Birmingham Fixed Penalty N/A   52.5151832 -1.9361664
14181 op-snap---monthly-publication-june-2025.pdf   110 2025-06 Car Jaguar XF.. Black No Insurance None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Fixed Penalty N/A   52.4929304 -1.8229092
17912 op-snap---monthly-publication-march-2025.pdf   1669 2025-03 Car Jaguar X TYPE Green Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None REGENT PLACE Regent Place Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4860376 -1.9095854
5960 op-snap---monthly-publication-february-2025.pdf   777 2025-02 Car Jaguar X-type Blue Stop a vehicle within pelican pedestrian crossing limits None Victoria Road, Sutton Coldfield Victoria Road, Sutton Coldfield Sutton Coldfield Sutton Coldfield Fixed Penalty N/A Yes - Via Email 52.5615573 -1.820549
6351 op-snap---monthly-publication-february-2025.pdf   1168 2025-02 Car Jaguar XE Grey VRM fails to conform to Regulations None Blossomfield Road Blossomfield Road Solihull Solihull Fixed Penalty N/A Yes - Via Email 52.4144779 -1.7848758
6439 op-snap---monthly-publication-february-2025.pdf   1256 2025-02 Car Jaguar XF White VRM fails to conform to Regulations None Hawthorn Road Hawthorn Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5436609 -1.8214668
7017 op-snap---monthly-publication-february-2025.pdf   1834 2025-02 Car Jaguar XF Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Wolseley Road Wolseley Road Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 52.5358409 -2.0205058
10272 op-snap---monthly-publication-january-2025.pdf   1380 2025-01 Car Jaguar XJR Silver Driving without Reasonable Consideration None Kenilworth Road, Knowle Kenilworth Road, Knowle Solihull Solihull Fixed Penalty N/A Yes - Via Email 52.3823459 -1.7067353

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