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 disposal = "Education", month = "2025-04" and vehicle_make = "Ford" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, latitude, longitude

council_area 6

  • Birmingham 8
  • Coventry 1
  • Dudley 1
  • Solihull 1
  • Walsall 1
  • Wolverhampton 1

offence 5

  • Driving without Reasonable Consideration 4
  • Stop a vehicle on pedestrian crossing 4
  • Stop a vehicle within pelican pedestrian crossing limits 3
  • Contravening a Red Traffic Light 1
  • Driving without Due Care and Attention 1

reporter_transport_mode 3

  • Car 6
  • Pedal Bike 5
  • Pedestrian 2

vehicle_make 1

  • Ford · 13 ✖

month 1

  • 2025-04 · 13 ✖

disposal 1

  • Education · 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
31 op-snap---monthly-publication-april-2025.pdf   30 2025-04 Car Ford Focus White Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
75 op-snap---monthly-publication-april-2025.pdf   74 2025-04 Pedal Bike Ford FIESTA Silver Stop a vehicle within pelican pedestrian crossing limits None STONEY STANTON ROAD Stoney Stanton Road Coventry Coventry Education N/A   52.4221152 -1.4959475
93 op-snap---monthly-publication-april-2025.pdf   92 2025-04 Car Ford Ecosport ST Red Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
253 op-snap---monthly-publication-april-2025.pdf   252 2025-04 Pedal Bike Ford Fiesta White Stop a vehicle on pedestrian crossing None High Street High Street Birmingham Birmingham Education N/A   52.5254588 -1.8373064
411 op-snap---monthly-publication-april-2025.pdf   410 2025-04 Car Ford Puma Silver Stop a vehicle on pedestrian crossing None Wednesbury Rd Wednesbury Road Walsall Walsall Education N/A   52.5738499 -1.9961575
607 op-snap---monthly-publication-april-2025.pdf   606 2025-04 Car Ford Focus Red Contravening a Red Traffic Light None Nechells Lane Nechells Lane Wolverhampton Wolverhampton Education N/A      
628 op-snap---monthly-publication-april-2025.pdf   627 2025-04 Pedal Bike Ford Transit White Driving without Reasonable Consideration None Swarthmore Road Swarthmore Road Birmingham Birmingham Education N/A   52.4299657 -1.9599121
655 op-snap---monthly-publication-april-2025.pdf   654 2025-04 Pedal Bike Ford Focus Grey Driving without Reasonable Consideration None Gibbins Road Gibbins Road Birmingham Birmingham Education N/A   52.4390303 -1.9512931
658 op-snap---monthly-publication-april-2025.pdf   657 2025-04 Pedestrian Ford Focus Grey Stop a vehicle on pedestrian crossing None Green Lane Green Lane Solihull Solihull Education N/A   52.5069826 -1.7643766
667 op-snap---monthly-publication-april-2025.pdf   666 2025-04 Pedal Bike Ford Kuga Black Driving without Reasonable Consideration None A38 Kingsbury Road Kingsbury Road Birmingham Birmingham Education N/A   52.5292752 -1.7618805
676 op-snap---monthly-publication-april-2025.pdf   675 2025-04 Pedestrian Ford Focus Grey Driving without Reasonable Consideration None Genners Lane Road Genners Lane Road Birmingham Birmingham Education N/A      
734 op-snap---monthly-publication-april-2025.pdf   733 2025-04 Car Ford Fiesta White Driving without Due Care and Attention None Vicarage Road (Dudley) Vicarage Road (Dudley) Dudley Dudley Education N/A   52.4727135 -2.0381096
748 op-snap---monthly-publication-april-2025.pdf   747 2025-04 Car Ford Fiesta Silver Stop a vehicle on pedestrian crossing None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   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);