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

13 rows where council_area = "Solihull", disposal = "Education" and month = "2025-10" 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, latitude, longitude

vehicle_make 10

  • Audi 2
  • Hyundai 2
  • Volkswagen 2
  • BMW 1
  • Citroen 1
  • Fiat 1
  • Ford 1
  • Mini 1
  • Nissan 1
  • Peugeot 1

reporter_transport_mode 2

  • Pedal Bike 7
  • Car 6

offence 2

  • Driving without Due Care and Attention 10
  • Contravening a Red Traffic Light 3

month 1

  • 2025-10 · 13 ✖

disposal 1

  • Education · 13 ✖

council_area 1

  • Solihull · 13 ✖
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
22155 op-snap---monthly-publication-october-2025.pdf   105 2025-10 Car Fiat 500l Red Contravening a Red Traffic Light None Stratford Road Stratford Road Solihull Solihull Education N/A   52.4191184 -1.8326637
22286 op-snap---monthly-publication-october-2025.pdf   236 2025-10 Pedal Bike Nissan Qashqai Silver Driving without Due Care and Attention None Friday Lane Friday Lane Solihull Solihull Education N/A   52.4142542 -1.7217662
22290 op-snap---monthly-publication-october-2025.pdf   240 2025-10 Car Volkswagen Crafter White Contravening a Red Traffic Light Use vehicle on a road without valid test certificate Hobs Moat Road Hobs Moat Road Solihull Solihull Education N/A   52.4497735 -1.7831925
22431 op-snap---monthly-publication-october-2025.pdf   381 2025-10 Pedal Bike Citroen Berlingo White Driving without Due Care and Attention None Balsall Street Balsall Street Solihull Solihull Education N/A   52.3826029 -1.6998649
22495 op-snap---monthly-publication-october-2025.pdf   445 2025-10 Car Hyundai I10 Grey Driving without Due Care and Attention None Stonebridge Island Stonebridge Island Solihull Solihull Education N/A   52.445911 -1.68657
22549 op-snap---monthly-publication-october-2025.pdf   499 2025-10 Car Peugeot 208 grey Contravening a Red Traffic Light None Lode Lane Lode Lane Solihull Solihull Education N/A   52.4149064 -1.7832364
22595 op-snap---monthly-publication-october-2025.pdf   545 2025-10 Pedal Bike Audi Q3 Silver Driving without Due Care and Attention None Lode Lane Lode Lane Solihull Solihull Education N/A   52.4149064 -1.7832364
22598 op-snap---monthly-publication-october-2025.pdf   548 2025-10 Pedal Bike Volkswagen Fox Black Driving without Due Care and Attention None Friday Lane Friday Lane Solihull Solihull Education N/A   52.4142542 -1.7217662
22705 op-snap---monthly-publication-october-2025.pdf   655 2025-10 Car Audi A3 Red Driving without Due Care and Attention None Damson Parkway Damson Parkway Solihull Solihull Education N/A   52.437016 -1.7578446
22781 op-snap---monthly-publication-october-2025.pdf   731 2025-10 Pedal Bike BMW 218I Grey Driving without Due Care and Attention None Highlands Road Highlands Road Solihull Solihull Education N/A   52.3909869 -1.8032499
22867 op-snap---monthly-publication-october-2025.pdf   817 2025-10 Pedal Bike Mini Mini Silver Driving without Due Care and Attention None A3400 Stratford Road Stratford Road Solihull Solihull Education N/A   52.4191184 -1.8326637
22931 op-snap---monthly-publication-october-2025.pdf   881 2025-10 Car Ford Transit Silver Driving without Due Care and Attention None M42 SB J5 M42 Southbound J5 Solihull Solihull Education N/A      
23064 op-snap---monthly-publication-october-2025.pdf   1014 2025-10 Pedal Bike Hyundai Tucson Black Driving without Due Care and Attention None Rumbush Lane Rumbush Lane Solihull Solihull Education N/A   52.3807937 -1.8418159

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