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 disposal = "Education", offence = "Driving without Reasonable Consideration" and vehicle_make = "Hyundai" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, offence_location, council_area_raw, latitude, longitude

month 3

  • 2025-01 6
  • 2025-03 5
  • 2025-02 1

council_area 3

  • Birmingham 9
  • Coventry 2
  • Walsall 1

reporter_transport_mode 2

  • Pedal Bike 11
  • Car 1

vehicle_make 1

  • Hyundai · 12 ✖

offence 1

  • Driving without Reasonable Consideration · 12 ✖

disposal 1

  • Education · 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
16402 op-snap---monthly-publication-march-2025.pdf   159 2025-03 Pedal Bike Hyundai I30. Red Driving without Reasonable Consideration None Bristol Road Bristol Road Birmingham Birmingham Education N/A Yes - Via Email 52.4543565 -1.9114004
17110 op-snap---monthly-publication-march-2025.pdf   867 2025-03 Pedal Bike Hyundai Tucson Red Driving without Reasonable Consideration None A38 Bristol Road Bristol Road Birmingham Birmingham Education N/A Yes - Via Email 52.4543565 -1.9114004
17295 op-snap---monthly-publication-march-2025.pdf   1052 2025-03 Pedal Bike Hyundai TUCSON Brown Driving without Reasonable Consideration None MERE GREEN ROAD Mere Green Road Birmingham Birmingham Education N/A Yes - Via Email 52.5874888 -1.8297106
17671 op-snap---monthly-publication-march-2025.pdf   1428 2025-03 Pedal Bike Hyundai IX20 Silver Driving without Reasonable Consideration None Tennal Road Tennal Road Birmingham Birmingham Education N/A Yes - Via Email 52.4578511 -1.9734988
17705 op-snap---monthly-publication-march-2025.pdf   1462 2025-03 Pedal Bike Hyundai I30 White Driving without Reasonable Consideration No vehicle excise licence BROWNHILLS ROAD Brownhills Road Walsall Walsall Education N/A Yes - Via Email 52.6328141 -1.9272671
6955 op-snap---monthly-publication-february-2025.pdf   1772 2025-02 Pedal Bike Hyundai Tucson Grey Driving without Reasonable Consideration None Leach Green Lane Birmingham Leach Green Lane Birmingham Birmingham Birmingham Education N/A Yes - Via Email 52.3938891 -2.0126531
8948 op-snap---monthly-publication-january-2025.pdf   56 2025-01 Pedal Bike Hyundai I20 S Black Driving without Reasonable Consideration None CARTLAND AVENUE Cartland Avenue Birmingham Birmingham Education N/A Yes - Via Email    
9208 op-snap---monthly-publication-january-2025.pdf   316 2025-01 Car Hyundai I20 Black Driving without Reasonable Consideration None LEA VILLAGE ISLAND Lea Village Island Birmingham Birmingham Education N/A Yes - Via Email 52.4836058 -1.77661
9392 op-snap---monthly-publication-january-2025.pdf   500 2025-01 Pedal Bike Hyundai I10 Blue Driving without Reasonable Consideration None Browns Lane Browns Lane Coventry Coventry Education N/A Yes - Via Email 52.435719 -1.5617089
9399 op-snap---monthly-publication-january-2025.pdf   507 2025-01 Pedal Bike Hyundai I20 Grey Driving without Reasonable Consideration None Court Oak Road Court Oak Road Birmingham Birmingham Education N/A Yes - Via Email 52.4604383 -1.9760104
9615 op-snap---monthly-publication-january-2025.pdf   723 2025-01 Pedal Bike Hyundai Ioniq White Driving without Reasonable Consideration None Foleshill Road Foleshill Road Coventry Coventry Education N/A Yes - Via Email 52.4274335 -1.5002381
10022 op-snap---monthly-publication-january-2025.pdf   1130 2025-01 Pedal Bike Hyundai Ioniq White Driving without Reasonable Consideration None Newbridge Road Newbridge Road Birmingham Birmingham Education N/A Yes - Via Email 52.4726516 -1.8269412

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