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

12 rows where council_area = "Birmingham", month = "2025-07" and offence = "Use a vehicle / cycle on a road and contravene a local traffic order other than parking" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, nfa_rationale

vehicle_make 8

  • BMW 2
  • Mercedes-Benz 2
  • Skoda 2
  • Chysler 1
  • Citroen 1
  • Ford 1
  • Mg 1
  • Volkswagen 1

reporter_transport_mode 3

  • Car 10
  • Pedal Bike 1
  • Pedestrian 1

disposal 3

  • Warning Letter 8
  • Fixed Penalty 3
  • NFA 1

offence 1

  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking · 12 ✖

month 1

  • 2025-07 · 12 ✖

council_area 1

  • Birmingham · 12 ✖
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
12059 op-snap---monthly-publication-july-2025.pdf   111 2025-07 Pedal Bike BMW 4 series White Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Bristol Road Bristol Road Birmingham Birmingham Warning Letter N/A   52.4543565 -1.9114004
12060 op-snap---monthly-publication-july-2025.pdf   112 2025-07 Car Mercedes-Benz A 180.. Blue Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Bell Lane Bell Lane Birmingham Birmingham Fixed Penalty N/A   52.4178465 -1.968864
12128 op-snap---monthly-publication-july-2025.pdf   180 2025-07 Car Skoda Elroq White Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Church Road Church Road Birmingham Birmingham Warning Letter N/A   52.4624743 -1.7763934
12177 op-snap---monthly-publication-july-2025.pdf   229 2025-07 Car   Ssangyong taxi Black Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Stetchford Lesiure Centre Stetchford Lesiure Centre Birmingham Birmingham Warning Letter N/A      
12628 op-snap---monthly-publication-july-2025.pdf   680 2025-07 Car Volkswagen Tiguan White Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Alcester Road Alcester Road Birmingham Birmingham Warning Letter N/A   52.4470686 -1.8880749
12681 op-snap---monthly-publication-july-2025.pdf   733 2025-07 Car Chysler Grand Voyager Beige Use a vehicle / cycle on a road and contravene a local traffic order other than parking None School Road School Road Birmingham Birmingham Fixed Penalty N/A   52.4161736 -1.8619692
12818 op-snap---monthly-publication-july-2025.pdf   870 2025-07 Car Skoda Kamiq White Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Walsall Road Walsall Road Birmingham Birmingham Fixed Penalty N/A   52.5919543 -1.8517118
12976 op-snap---monthly-publication-july-2025.pdf   1028 2025-07 Car Mercedes-Benz C250 Black Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Spring Hill Spring Hill Birmingham Birmingham Warning Letter N/A   52.4854232 -1.9218159
13194 op-snap---monthly-publication-july-2025.pdf   1246 2025-07 Pedestrian BMW 330e Black Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Sherborne Street Sherborne Street Birmingham Birmingham NFA No Independent Evidence Available   52.4762433 -1.9176665
13322 op-snap---monthly-publication-july-2025.pdf   1374 2025-07 Car Mg HS Grey Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Lee Bank Middleway Lee Bank Middleway Birmingham Birmingham Warning Letter N/A   52.4677721 -1.9037358
13324 op-snap---monthly-publication-july-2025.pdf   1376 2025-07 Car Ford Transit White Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Camp Hill Circus Camp Hill Circus Birmingham Birmingham Warning Letter N/A   52.4682339 -1.8793662
13335 op-snap---monthly-publication-july-2025.pdf   1387 2025-07 Car Citroen Dispatch White Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Upper Holland Road Upper Holland Road Birmingham Birmingham Warning Letter N/A   52.561 -1.8187105

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