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 month = "2025-08", reporter_transport_mode = "Car" and vehicle_make = "Fiat" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale

offence 4

  • Driving without Due Care and Attention 7
  • Contravening a Red Traffic Light 4
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Misc - Non Traffic Offences 1

disposal 4

  • Education 5
  • Warning Letter 4
  • NFA 3
  • Fixed Penalty 1

council_area 4

  • Birmingham 8
  • Out of Force Area 2
  • Solihull 2
  • Coventry 1

vehicle_make 1

  • Fiat · 13 ✖

reporter_transport_mode 1

  • Car · 13 ✖

month 1

  • 2025-08 · 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
2074 op-snap---monthly-publication-august-2025.pdf   49 2025-08 Car Fiat Scudo Grey Driving without Due Care and Attention None Bunbury Road Bunbury Road Birmingham Birmingham Warning Letter N/A   52.4142089 -1.9587147
2084 op-snap---monthly-publication-august-2025.pdf   59 2025-08 Car Fiat 500 Grey Contravening a Red Traffic Light None Hall Green Road Hall Green Road Coventry Coventry Education N/A   52.4401926 -1.475417
2314 op-snap---monthly-publication-august-2025.pdf   289 2025-08 Car Fiat Tipo Grey Driving without Due Care and Attention None Gravelly Hill Gravelly Hill Birmingham Birmingham Education N/A   52.5153884 -1.8527437
2460 op-snap---monthly-publication-august-2025.pdf   435 2025-08 Car Fiat 500 Blue Driving without Due Care and Attention None Hagley Road West Hagley Road West Birmingham Birmingham Education N/A   52.4656414 -1.9852276
2582 op-snap---monthly-publication-august-2025.pdf   557 2025-08 Car Fiat 500 Grey Contravening a Red Traffic Light None Bulkington Bulkington Out of Force Are Out of Force Area NFA Out of Force      
2626 op-snap---monthly-publication-august-2025.pdf   601 2025-08 Car Fiat 500 Black Driving without Due Care and Attention None Startford rd Startford rd Solihull Solihull NFA Outside of 14 Days NIP      
2649 op-snap---monthly-publication-august-2025.pdf   624 2025-08 Car Fiat Ducato White Driving without Due Care and Attention None A40 Monmouth Monmouth Out of Force Are Out of Force Area NFA Out of Force      
2745 op-snap---monthly-publication-august-2025.pdf   720 2025-08 Car Fiat Doblo Grey Driving without Due Care and Attention None Chester Road Chester Road Birmingham Birmingham Fixed Penalty N/A   52.5359496 -1.8324115
2975 op-snap---monthly-publication-august-2025.pdf   950 2025-08 Car Fiat Bravo Grey Contravening a Red Traffic Light None Argyle Street Argyle Street Birmingham Birmingham Warning Letter N/A   52.5063232 -1.8611255
3136 op-snap---monthly-publication-august-2025.pdf   1111 2025-08 Car Fiat Pando Grey Driving without Due Care and Attention None Poplar Road Poplar Road Birmingham Birmingham Education N/A   52.436035 -1.891685
3184 op-snap---monthly-publication-august-2025.pdf   1159 2025-08 Car Fiat Punto White Contravening a Red Traffic Light None Lode Lane Lode Lane Solihull Solihull Education N/A   52.4149064 -1.7832364
3500 op-snap---monthly-publication-august-2025.pdf   1475 2025-08 Car Fiat Fiorino White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
3792 op-snap---monthly-publication-august-2025.pdf   1767 2025-08 Car Fiat Punto Black Misc - Non Traffic Offences None Gibbins Road Gibbins Road Birmingham Birmingham Warning Letter N/A   52.4390303 -1.9512931

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