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 council_area = "Solihull", disposal = "Fixed Penalty" and month = "2026-02" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, second_offence, offence_location_raw, offence_location

vehicle_make 9

  • Seat 2
  • BMW 1
  • Ford 1
  • Land Rover 1
  • Mercedes-Benz 1
  • Mg 1
  • Mini 1
  • Skoda 1
  • Volkswagen 1

offence 5

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 3
  • Using a Mobile Phone Whilst Driving 3
  • Driving without Due Care and Attention 2
  • Contravening a Red Traffic Light 1
  • Offence to be added 1

reporter_transport_mode 3

  • Car 7
  • Pedestrian 2
  • Pedal Bike 1

month 1

  • 2026-02 · 10 ✖

disposal 1

  • Fixed Penalty · 10 ✖

council_area 1

  • Solihull · 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
7263 op-snap---monthly-publication-february-2026.pdf   10 2026-02 Car BMW 116.. White Using a Mobile Phone Whilst Driving No Insurance Cranmore Road Cranmore Road Solihull Solihull Fixed Penalty N/A   52.3989532 -1.8125728
7266 op-snap---monthly-publication-february-2026.pdf   13 2026-02 Car Mercedes-Benz CLA 250.. White Driving without Due Care and Attention None Solihull Bypass Solihull Bypass Solihull Solihull Fixed Penalty N/A   52.4207529 -1.7757467
7402 op-snap---monthly-publication-february-2026.pdf   149 2026-02 Pedal Bike Mg 5 Blue Using a Mobile Phone Whilst Driving None Homer Road Homer Road Solihull Solihull Fixed Penalty N/A   52.4103123 -1.7790808
7463 op-snap---monthly-publication-february-2026.pdf   210 2026-02 Pedestrian Land Rover Discovery Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Woodlands Place Woodlands Place Solihull Solihull Fixed Penalty N/A   52.3744455 -1.8001781
7493 op-snap---monthly-publication-february-2026.pdf   240 2026-02 Car Volkswagen Golf Black Offence to be added Use vehicle on a road without valid test certificate St Bernards Road Street Bernards Road Solihull Solihull Fixed Penalty N/A      
7533 op-snap---monthly-publication-february-2026.pdf   280 2026-02 Car Seat Ateca Grey Contravening a Red Traffic Light None Lode Lane Lode Lane Solihull Solihull Fixed Penalty N/A   52.4149064 -1.7832364
7784 op-snap---monthly-publication-february-2026.pdf   531 2026-02 Car Skoda Fabia Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None St Bernards Road Street Bernards Road Solihull Solihull Fixed Penalty N/A      
7948 op-snap---monthly-publication-february-2026.pdf   695 2026-02 Pedestrian Mini Cooper SD White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Water Orton Road, outside Arden Hall Water Orton Road, outside Arden Hall Solihull Solihull Fixed Penalty N/A      
8418 op-snap---monthly-publication-february-2026.pdf   1165 2026-02 Car Seat Ibiza Red Driving without Due Care and Attention None Lady Byron Lane Lady Byron Lane Solihull Solihull Fixed Penalty N/A   52.4026126 -1.7503668
8670 op-snap---monthly-publication-february-2026.pdf   1417 2026-02 Car Ford Mondeo Grey Using a Mobile Phone Whilst Driving None M42 SB J5-4 M42 Southbound J5-4 Solihull Solihull Fixed Penalty N/A      

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