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

11 rows where month = "2025-12", offence = "Driving without Due Care and Attention" and reporter_transport_mode = "Pedestrian" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, council_area_raw, nfa_rationale

vehicle_make 6

  • Audi 2
  • Volkswagen 2
  • BMW 1
  • Renault 1
  • Toyota 1
  • Yamaha 1

disposal 5

  • NFA 6
  • RTC - Actioned 2
  • Education 1
  • Other Action Taken 1
  • Warning Letter 1

council_area 3

  • Birmingham 9
  • Out of Force Area 1
  • Sutton Coldfield 1

reporter_transport_mode 1

  • Pedestrian · 11 ✖

offence 1

  • Driving without Due Care and Attention · 11 ✖

month 1

  • 2025-12 · 11 ✖
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
3876 op-snap---monthly-publication-december-2025.pdf   4 2025-12 Pedestrian Toyota Corolla Silver Driving without Due Care and Attention None New John Street New John Street Birmingham Birmingham Other Action Taken No Independent Evidence Available   52.4920451 -1.8920402
4070 op-snap---monthly-publication-december-2025.pdf   198 2025-12 Pedestrian Volkswagen Passatt Blue Driving without Due Care and Attention None Glenville Drivce Glenville Drivce Birmingham Birmingham NFA No Independent Evidence Available      
4513 op-snap---monthly-publication-december-2025.pdf   641 2025-12 Pedestrian Yamaha GPD125 Blue Driving without Due Care and Attention None bishopsgate street Bishopsgate Street Birmingham Birmingham Education N/A   52.473986 -1.9147087
4577 op-snap---monthly-publication-december-2025.pdf   705 2025-12 Pedestrian Audi A6 Grey Driving without Due Care and Attention None Golden Hillock Road Golden Hillock Road Birmingham Birmingham NFA No Independent Evidence Available   52.4622646 -1.8599985
4592 op-snap---monthly-publication-december-2025.pdf   720 2025-12 Pedestrian Audi s3 Blue Driving without Due Care and Attention None south parade South Parade Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.5618877 -1.8226794
4602 op-snap---monthly-publication-december-2025.pdf   730 2025-12 Pedestrian Renault Clio Black Driving without Due Care and Attention None Shrewsbury Road Shrewsbury Road Out of Force Area Out of Force Area NFA Out of Force      
4625 op-snap---monthly-publication-december-2025.pdf   753 2025-12 Pedestrian   Unknown Red Driving without Due Care and Attention None Mandelson Crescent Mandelson Crescent Birmingham Birmingham RTC - Actioned N/A      
4687 op-snap---monthly-publication-december-2025.pdf   815 2025-12 Pedestrian       Driving without Due Care and Attention None Suffolk Street Queensway Suffolk Street Queensway Birmingham Birmingham NFA No Independent Evidence Available   52.4760986 -1.9018641
4688 op-snap---monthly-publication-december-2025.pdf   816 2025-12 Pedestrian       Driving without Due Care and Attention None Alston Street Alston Street Birmingham Birmingham NFA No Independent Evidence Available   52.4772629 -1.9267359
4936 op-snap---monthly-publication-december-2025.pdf   1064 2025-12 Pedestrian BMW 525d White Driving without Due Care and Attention None oval Oval Birmingham Birmingham NFA Misc Inc Crimes   52.4577754 -1.8692099
4961 op-snap---monthly-publication-december-2025.pdf   1089 2025-12 Pedestrian Volkswagen Golf Black Driving without Due Care and Attention None Aston Church Road Aston Church Road Birmingham Birmingham RTC - Actioned N/A   52.4998848 -1.8630958

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