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 council_area = "Birmingham", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Suzuki" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude

month 8

  • 2025-04 3
  • 2025-02 2
  • 2025-05 2
  • 2025-11 2
  • 2025-01 1
  • 2025-03 1
  • 2025-06 1
  • 2026-02 1

offence 4

  • Using a Mobile Phone Whilst Driving 6
  • Driving without Due Care and Attention 5
  • Cause vehicle to be left in a dangerous position 1
  • Driving without Reasonable Consideration 1

disposal 3

  • Fixed Penalty 6
  • NFA 4
  • Education 3

vehicle_make 1

  • Suzuki · 13 ✖

reporter_transport_mode 1

  • Pedal Bike · 13 ✖

council_area 1

  • Birmingham · 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
8733 op-snap---monthly-publication-february-2026.pdf   1480 2026-02 Pedal Bike Suzuki Swift Blue Using a Mobile Phone Whilst Driving None Metchley Lane Metchley Lane Birmingham Birmingham Fixed Penalty N/A   52.4552055 -1.9461279
20767 op-snap---monthly-publication-november-2025.pdf   309 2025-11 Pedal Bike Suzuki Swift Grey Using a Mobile Phone Whilst Driving None Alcester Road Alcester Road Birmingham Birmingham Fixed Penalty N/A   52.4470686 -1.8880749
20792 op-snap---monthly-publication-november-2025.pdf   334 2025-11 Pedal Bike Suzuki Swift Silver Driving without Due Care and Attention None Frankley Beeches Road Frankley Beeches Road Birmingham Birmingham Education N/A   52.4094108 -1.9930633
15310 op-snap---monthly-publication-june-2025.pdf   1239 2025-06 Pedal Bike Suzuki Vitara Red Cause vehicle to be left in a dangerous position None Suffolk Street Queensway Suffolk Street Queensway Birmingham Birmingham NFA Outside of 14 Days NIP   52.4760986 -1.9018641
19124 op-snap---monthly-publication-may-2025.pdf   486 2025-05 Pedal Bike Suzuki Ignis Black Using a Mobile Phone Whilst Driving None Augustus Road Augustus Road Birmingham Birmingham Fixed Penalty N/A   52.4695793 -1.9378608
19329 op-snap---monthly-publication-may-2025.pdf   691 2025-05 Pedal Bike Suzuki Alto Red Using a Mobile Phone Whilst Driving None Alcester Road Alcester Road Birmingham Birmingham Fixed Penalty N/A   52.4470686 -1.8880749
1443 op-snap---monthly-publication-april-2025.pdf   1442 2025-04 Pedal Bike Suzuki NP Black Driving without Due Care and Attention None Frankley Lane Frankley Lane Birmingham Birmingham NFA Outside of 14 Days NIP   52.4244805 -1.9946147
1501 op-snap---monthly-publication-april-2025.pdf   1500 2025-04 Pedal Bike Suzuki NP Black Driving without Due Care and Attention None Frankely Lane Frankely Lane Birmingham Birmingham NFA Outside of 14 Days NIP      
1646 op-snap---monthly-publication-april-2025.pdf   1645 2025-04 Pedal Bike Suzuki NP Blue Driving without Due Care and Attention None Lordswood Road Lordswood Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4591339 -1.9601054
17283 op-snap---monthly-publication-march-2025.pdf   1040 2025-03 Pedal Bike Suzuki Alto White Using a Mobile Phone Whilst Driving None Bristol Road Bristol Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4543565 -1.9114004
5438 op-snap---monthly-publication-february-2025.pdf   255 2025-02 Pedal Bike Suzuki Alto White Driving without Due Care and Attention None Redhill Rd and A441 Kings Norton Redhill Road and A441 Kings Norton Birmingham Birmingham Education N/A Yes - Via Email 52.3942085 -1.9534932
7048 op-snap---monthly-publication-february-2025.pdf   1865 2025-02 Pedal Bike Suzuki Swift Grey Using a Mobile Phone Whilst Driving None Augustus Road Augustus Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4695793 -1.9378608
9484 op-snap---monthly-publication-january-2025.pdf   592 2025-01 Pedal Bike Suzuki Jimny Blue Driving without Reasonable Consideration None Chester Road, Streetly Chester Road, Streetly Birmingham Birmingham Education N/A Yes - Via Email    

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