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

16 rows where disposal = "Education", reporter_transport_mode = "Car" and vehicle_make = "Mini" 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 8

  • 2026-01 4
  • 2025-08 3
  • 2026-02 3
  • 2025-05 2
  • 2025-02 1
  • 2025-06 1
  • 2025-10 1
  • 2025-12 1

offence 5

  • Driving without Due Care and Attention 7
  • Contravening a Red Traffic Light 4
  • Stop a vehicle within pelican pedestrian crossing limits 3
  • Contravene Lane Closure Red X 1
  • Stop a vehicle on pedestrian crossing 1

council_area 5

  • Birmingham 10
  • Solihull 3
  • Dudley 1
  • Sutton Coldfield 1
  • Wolverhampton 1

vehicle_make 1

  • Mini · 16 ✖

reporter_transport_mode 1

  • Car · 16 ✖

disposal 1

  • Education · 16 ✖
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
8364 op-snap---monthly-publication-february-2026.pdf   1111 2026-02 Car Mini Cooper Grey Driving without Due Care and Attention None Chester Road Chester Road Birmingham Birmingham Education N/A   52.5359496 -1.8324115
8416 op-snap---monthly-publication-february-2026.pdf   1163 2026-02 Car Mini One Grey Contravening a Red Traffic Light None A4545 Bickenhill Bickenhill Solihull Solihull Education N/A   52.4390963 -1.7239955
8811 op-snap---monthly-publication-february-2026.pdf   1558 2026-02 Car Mini Cooper Silver Driving without Due Care and Attention None Chester Road, Kingshurst Chester Road, Kingshurst Solihull Solihull Education N/A   52.5013241 -1.7644355
10805 op-snap---monthly-publication-january-2026.pdf   266 2026-01 Car Mini Cooper Purple Stop a vehicle on pedestrian crossing None Lozells Road Lozells Road Birmingham Birmingham Education N/A   52.502683 -1.9033516
10941 op-snap---monthly-publication-january-2026.pdf   402 2026-01 Car Mini Mini Black Driving without Due Care and Attention None Western Road Western Road Birmingham Birmingham Education N/A   52.5461182 -1.8340257
11329 op-snap---monthly-publication-january-2026.pdf   790 2026-01 Car Mini Countryman Red Stop a vehicle within pelican pedestrian crossing limits None Witton Road Witton Road Birmingham Birmingham Education N/A   52.513336 -1.8833226
11716 op-snap---monthly-publication-january-2026.pdf   1177 2026-01 Car Mini Clubman Black Stop a vehicle within pelican pedestrian crossing limits No vehicle excise licence Bristol Road Bristol Road Birmingham Birmingham Education N/A   52.4543565 -1.9114004
4578 op-snap---monthly-publication-december-2025.pdf   706 2025-12 Car Mini Cooper Green Driving without Due Care and Attention None Minworth Island Minworth Island Sutton Coldfield Sutton Coldfield Education N/A   52.5310982 -1.7747583
22508 op-snap---monthly-publication-october-2025.pdf   458 2025-10 Car Mini Countryman white Driving without Due Care and Attention None Enville Road / High Street, Wall Heath Enville Road / High Street, Wall Heath Dudley Dudley Education N/A   52.5239908 -2.1262445
2351 op-snap---monthly-publication-august-2025.pdf   326 2025-08 Car Mini Cooper Silver Contravening a Red Traffic Light None Dovehouse Lane Dovehouse Lane Solihull Solihull Education N/A   52.4319915 -1.7915192
2580 op-snap---monthly-publication-august-2025.pdf   555 2025-08 Car Mini Mini Green Contravening a Red Traffic Light None Hunter Street Hunter Street Wolverhampton Wolverhampton Education N/A   52.5944363 -2.1452444
2961 op-snap---monthly-publication-august-2025.pdf   936 2025-08 Car Mini One Purple Contravening a Red Traffic Light None Vicarage Road Vicarage Road Birmingham Birmingham Education N/A   52.470423 -1.9304786
14832 op-snap---monthly-publication-june-2025.pdf   761 2025-06 Car Mini Cooper Red Driving without Due Care and Attention None Cartland Road Cartland Road Birmingham Birmingham Education N/A   52.4298554 -1.9086629
18993 op-snap---monthly-publication-may-2025.pdf   355 2025-05 Car Mini Copper Red Driving without Due Care and Attention None Warstock Road Warstock Road Birmingham Birmingham Education N/A   52.413031 -1.8782144
19007 op-snap---monthly-publication-may-2025.pdf   369 2025-05 Car Mini cooper Yellow Contravene Lane Closure Red X None A38M A38M Birmingham Birmingham Education N/A      
6713 op-snap---monthly-publication-february-2025.pdf   1530 2025-02 Car Mini COOPER Black Stop a vehicle within pelican pedestrian crossing limits None WASHWOOD HEATH ROAD Washwood Heath Road Birmingham Birmingham Education N/A Yes - Via Email 52.4929304 -1.8229092

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