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

15 rows where disposal = "Education" and offence = "Vehicle overtake within crossing limits" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_colour, second_offence, council_area_raw

vehicle_make 11

  • Ford 3
  • BMW 2
  • Land Rover 2
  • Audi 1
  • Hyundai 1
  • Nissan 1
  • Tesla 1
  • Toyota 1
  • Vauxhall 1
  • Volkswagen 1
  • Yamaha 1

month 10

  • 2026-01 3
  • 2025-02 2
  • 2025-03 2
  • 2025-05 2
  • 2025-01 1
  • 2025-06 1
  • 2025-07 1
  • 2025-08 1
  • 2025-12 1
  • 2026-02 1

council_area 3

  • Birmingham 12
  • Dudley 2
  • Wolverhampton 1

reporter_transport_mode 2

  • Car 11
  • Pedal Bike 4

offence 1

  • Vehicle overtake within crossing limits · 15 ✖

disposal 1

  • Education · 15 ✖
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
8298 op-snap---monthly-publication-february-2026.pdf   1045 2026-02 Car Audi S3 Blue Vehicle overtake within crossing limits None Alcester Road Alcester Road Birmingham Birmingham Education N/A   52.4470686 -1.8880749
10752 op-snap---monthly-publication-january-2026.pdf   213 2026-01 Car Volkswagen Tiguan Blue Vehicle overtake within crossing limits None Highstreet towards Lordswood Road Highstreet towards Lordswood Road Birmingham Birmingham Education N/A      
10904 op-snap---monthly-publication-january-2026.pdf   365 2026-01 Car Land Rover Land Rover Black Vehicle overtake within crossing limits None Highfield Road Highfield Road Birmingham Birmingham Education N/A   52.4216321 -1.855984
11591 op-snap---monthly-publication-january-2026.pdf   1052 2026-01 Pedal Bike Hyundai I40 Grey Vehicle overtake within crossing limits None Sycamore Road Sycamore Road Birmingham Birmingham Education N/A   52.5398019 -1.8455792
4466 op-snap---monthly-publication-december-2025.pdf   594 2025-12 Car Land Rover Defender Brown Vehicle overtake within crossing limits None Solihull lane Solihull lane Birmingham Birmingham Education N/A   52.4230862 -1.8347873
2643 op-snap---monthly-publication-august-2025.pdf   618 2025-08 Car Tesla Model Y White Vehicle overtake within crossing limits None Bromley Lane Bromley Lane Dudley Dudley Education N/A   52.4893583 -2.1529025
12425 op-snap---monthly-publication-july-2025.pdf   477 2025-07 Car Nissan Qashqai Black Vehicle overtake within crossing limits None Heath Street Heath Street Birmingham Birmingham Education N/A   52.4869563 -1.9351596
15592 op-snap---monthly-publication-june-2025.pdf   1521 2025-06 Pedal Bike Toyota Auris Grey Vehicle overtake within crossing limits None Cole Hall Road Cole Hall Road Birmingham Birmingham Education N/A   52.4968357 -1.7908553
18878 op-snap---monthly-publication-may-2025.pdf   240 2025-05 Car Yamaha Moped Grey Vehicle overtake within crossing limits None Dibdale Road Dibdale Road Dudley Dudley Education N/A   52.5168444 -2.1028136
19094 op-snap---monthly-publication-may-2025.pdf   456 2025-05 Pedal Bike BMW 1 series White Vehicle overtake within crossing limits Use vehicle on a road wStitrhaotfuotr dv aRlioda tdest certificate w Stitrhaotfuotr dv a Rlioda tdest certificate Birmingham Birmingham Education N/A      
17109 op-snap---monthly-publication-march-2025.pdf   866 2025-03 Pedal Bike BMW Mini Black Vehicle overtake within crossing limits None Weoley Park Road Weoley Park Road Birmingham Birmingham Education N/A Yes - Via Email 52.4368136 -1.9495478
17887 op-snap---monthly-publication-march-2025.pdf   1644 2025-03 Car Ford Mustang E Black Vehicle overtake within crossing limits None High Street, Tettenhall High Street, Tettenhall Wolverhampton Wolverhampton Education N/A Yes - Via Email 52.5980906 -2.168057
5305 op-snap---monthly-publication-february-2025.pdf   122 2025-02 Car Ford Fiesta Red Vehicle overtake within crossing limits None Stratford Road Stratford Road Birmingham Birmingham Education N/A Yes - Via Email 52.4203897 -1.8338574
7176 op-snap---monthly-publication-february-2025.pdf   1993 2025-02 Car Ford C-Max Blue Vehicle overtake within crossing limits None Monument Road Monument Road Birmingham Birmingham Education N/A Yes - Via Email 52.4731312 -1.930947
9766 op-snap---monthly-publication-january-2025.pdf   874 2025-01 Car Vauxhall Corsa Black Vehicle overtake within crossing limits None Handsworth Wood Road Handsworth Wood Road Birmingham Birmingham Education N/A Yes - Via Email 52.5162348 -1.9245419

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