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 month = "2025-08", offence = "Contravening a Red Traffic Light" and reporter_transport_mode = "Pedestrian" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale

vehicle_make 8

  • Toyota 5
  • BMW 2
  • Ford 2
  • Mazda 1
  • Nissan 1
  • Vauxhall 1
  • Volkswagen 1
  • Yamaha 1

council_area 5

  • Birmingham 9
  • Coventry 2
  • Sandwell 2
  • Out of Force Area 1
  • Walsall 1

disposal 4

  • Education 8
  • NFA 3
  • Fixed Penalty 2
  • Warning Letter 2

reporter_transport_mode 1

  • Pedestrian · 15 ✖

offence 1

  • Contravening a Red Traffic Light · 15 ✖

month 1

  • 2025-08 · 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
2116 op-snap---monthly-publication-august-2025.pdf   91 2025-08 Pedestrian BMW X7 Silver Contravening a Red Traffic Light None Lawley Middleway Lawley Middleway Birmingham Birmingham Education N/A   52.4801772 -1.8769185
2257 op-snap---monthly-publication-august-2025.pdf   232 2025-08 Pedestrian   Bus Blue Contravening a Red Traffic Light None Easemore Road Easemore Road Out of Force Are Out of Force Area NFA Out of Force      
2334 op-snap---monthly-publication-august-2025.pdf   309 2025-08 Pedestrian Toyota Prius White Contravening a Red Traffic Light None Hall Green Road Hall Green Road Sandwell Sandwell Education N/A   52.5457385 -1.9935809
2412 op-snap---monthly-publication-august-2025.pdf   387 2025-08 Pedestrian BMW 420.. Grey Contravening a Red Traffic Light None Alcester Road South Alcester Road South Birmingham Birmingham Education N/A   52.4170522 -1.8906187
2466 op-snap---monthly-publication-august-2025.pdf   441 2025-08 Pedestrian Nissan Juke Grey Contravening a Red Traffic Light None Birchley Island Oldbury Birchley Island Oldbury Sandwell Sandwell Education N/A   52.4926604 -2.0216743
2471 op-snap---monthly-publication-august-2025.pdf   446 2025-08 Pedestrian Toyota Auris Grey Contravening a Red Traffic Light None Clifford Bridge Road Clifford Bridge Road Coventry Coventry Education N/A   52.4134557 -1.4442138
2579 op-snap---monthly-publication-august-2025.pdf   554 2025-08 Pedestrian Toyota Auris White Contravening a Red Traffic Light None California Way California Way Birmingham Birmingham Education N/A   52.4454714 -1.9753804
2701 op-snap---monthly-publication-august-2025.pdf   676 2025-08 Pedestrian Toyota Prius White Contravening a Red Traffic Light None Newtown Road Newtown Road Birmingham Birmingham Fixed Penalty N/A   52.4990909 -1.8963634
2776 op-snap---monthly-publication-august-2025.pdf   751 2025-08 Pedestrian Yamaha 125cc Black Contravening a Red Traffic Light No Insurance Hagley Road, Quinton Hagley Road, Quinton Birmingham Birmingham Fixed Penalty N/A   52.4633457 -2.0003455
2848 op-snap---monthly-publication-august-2025.pdf   823 2025-08 Pedestrian Volkswagen Golf Silver Contravening a Red Traffic Light None Highgate Middleway Highgate Middleway Birmingham Birmingham Education N/A   52.4661171 -1.8832818
2871 op-snap---monthly-publication-august-2025.pdf   846 2025-08 Pedestrian Ford Focus Blue Contravening a Red Traffic Light None Fletchamstead Highway Fletchamstead Highway Coventry Coventry Warning Letter N/A   52.396476 -1.5561348
2901 op-snap---monthly-publication-august-2025.pdf   876 2025-08 Pedestrian Vauxhall Insignia Silver Contravening a Red Traffic Light None Littleton Street East Littleton Street East Walsall Walsall Education N/A   52.5887823 -1.9801166
3022 op-snap---monthly-publication-august-2025.pdf   997 2025-08 Pedestrian Toyota Prius Silver Contravening a Red Traffic Light None Monument Road Monument Road Birmingham Birmingham NFA No Independent Evidence Available   52.4731312 -1.930947
3070 op-snap---monthly-publication-august-2025.pdf   1045 2025-08 Pedestrian Ford Transit White Contravening a Red Traffic Light None California Way at Stonehouse Hill. California Way at Stonehouse Hill Birmingham Birmingham Warning Letter N/A   52.4453318 -1.9760483
3209 op-snap---monthly-publication-august-2025.pdf   1184 2025-08 Pedestrian Mazda 3.. White Contravening a Red Traffic Light None Bristol Road South Bristol Road South Birmingham Birmingham NFA No Independent Evidence Available   52.4119174 -1.9735247

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