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 month = "2025-04", reporter_transport_mode = "Pedestrian" and vehicle_make = "Nissan" 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

offence 6

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 5
  • Cause vehicle to be left in a dangerous position 2
  • Contravening a Red Traffic Light 2
  • Driving without Reasonable Consideration 1
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic 1

disposal 4

  • NFA 6
  • Fixed Penalty 3
  • Warning Letter 2
  • Education 1

council_area 3

  • Birmingham 9
  • Walsall 2
  • Sutton Coldfield 1

vehicle_make 1

  • Nissan · 12 ✖

reporter_transport_mode 1

  • Pedestrian · 12 ✖

month 1

  • 2025-04 · 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
2 op-snap---monthly-publication-april-2025.pdf   1 2025-04 Pedestrian Nissan Qashqai Brown Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Roebuck Road Roebuck Road Birmingham Birmingham Fixed Penalty N/A   52.4812741 -1.952855
107 op-snap---monthly-publication-april-2025.pdf   106 2025-04 Pedestrian Nissan Cupra White Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Sherbourne Street Sherborne Street Birmingham Birmingham Fixed Penalty N/A   52.4762433 -1.9176665
197 op-snap---monthly-publication-april-2025.pdf   196 2025-04 Pedestrian Nissan Qashqai Black Cause vehicle to be left in a dangerous position None Wylde Green Road Wylde Green Road Sutton Coldfield Sutton Coldfield Fixed Penalty N/A   52.546976 -1.8098124
267 op-snap---monthly-publication-april-2025.pdf   266 2025-04 Pedestrian Nissan Micra Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Moor Green Lane Moor Green Lane Birmingham Birmingham NFA Outside of 14 Days NIP   52.4374665 -1.9119895
523 op-snap---monthly-publication-april-2025.pdf   522 2025-04 Pedestrian Nissan Qashqai Black Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Tinmeadow Crescent Tinmeadow Crescent Birmingham Birmingham Warning Letter N/A   52.3916326 -1.9956777
608 op-snap---monthly-publication-april-2025.pdf   607 2025-04 Pedestrian Nissan Qashqai Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Wheelers Lane Wheelers Lane Birmingham Birmingham Warning Letter N/A   52.4306504 -1.878052
666 op-snap---monthly-publication-april-2025.pdf   665 2025-04 Pedestrian Nissan Qashqai Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Kings Heath High Street Kings Heath High Street Birmingham Birmingham NFA No Offence   52.4391028 -1.893289
674 op-snap---monthly-publication-april-2025.pdf   673 2025-04 Pedestrian Nissan NV200 Black Driving without Reasonable Consideration None Field Lane Field Lane Birmingham Birmingham Education N/A   52.4357693 -2.0087938
1746 op-snap---monthly-publication-april-2025.pdf   1745 2025-04 Pedestrian Nissan NP Blue Contravening a Red Traffic Light None Daw end lane , Walsall Daw end lane , Walsall Walsall Walsall NFA Outside of 14 Days NIP   52.6069179 -1.9610677
1854 op-snap---monthly-publication-april-2025.pdf   1853 2025-04 Pedestrian Nissan NP Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None City Road , Edgbaston City Road , Edgbaston Birmingham Birmingham NFA Outside of 14 Days NIP   52.4686084 -1.9261647
1912 op-snap---monthly-publication-april-2025.pdf   1911 2025-04 Pedestrian Nissan Juke Red Cause vehicle to be left in a dangerous position None Brays Road. jct of herondale road Brays Road. jct of herondale road Birmingham Birmingham NFA Outside of 14 Days NIP      
1986 op-snap---monthly-publication-april-2025.pdf   1985 2025-04 Pedestrian Nissan NP Grey Contravening a Red Traffic Light None LIchfield Street , Walsall LIchfield Street , Walsall Walsall Walsall NFA Outside of 14 Days NIP   52.5854972 -1.9792935

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