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 = "2026-01", 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, second_offence, council_area_raw, nfa_rationale

vehicle_make 9

  • Audi 2
  • BMW 2
  • Toyota 2
  • Ford 1
  • Hyundai 1
  • Kia 1
  • Peugeot 1
  • Vauxhall 1
  • Yamaha 1

council_area 5

  • Birmingham 8
  • Out of Force Area 1
  • Solihull 1
  • Sutton Coldfield 1
  • Walsall 1

disposal 4

  • NFA 6
  • Education 3
  • Warning Letter 2
  • Court 1

reporter_transport_mode 1

  • Pedestrian · 12 ✖

offence 1

  • Driving without Due Care and Attention · 12 ✖

month 1

  • 2026-01 · 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
10587 op-snap---monthly-publication-january-2026.pdf   48 2026-01 Pedestrian Yamaha gpd125 Grey Driving without Due Care and Attention None bishopsgate street Bishopsgate Street Birmingham Birmingham Warning Letter N/A   52.473986 -1.9147087
10630 op-snap---monthly-publication-january-2026.pdf   91 2026-01 Pedestrian BMW 3 series White Driving without Due Care and Attention None Navigation Street Navigation Street Walsall Walsall NFA No Independent Evidence Available   52.5842791 -1.9872353
10653 op-snap---monthly-publication-january-2026.pdf   114 2026-01 Pedestrian Hyundai I20 Grey Driving without Due Care and Attention None Sherborne Street Sherborne Street Birmingham Birmingham NFA No Independent Evidence Available   52.4762433 -1.9176665
10988 op-snap---monthly-publication-january-2026.pdf   449 2026-01 Pedestrian Audi A3 Blue Driving without Due Care and Attention None Boleyn Road Boleyn Road Birmingham Birmingham NFA No Offence   52.4030543 -2.0296756
11132 op-snap---monthly-publication-january-2026.pdf   593 2026-01 Pedestrian Peugeot 307.. Silver Driving without Due Care and Attention No Insurance Stonor Road Stonor Road Birmingham Birmingham Court N/A   52.4176973 -1.8351247
11237 op-snap---monthly-publication-january-2026.pdf   698 2026-01 Pedestrian Toyota Prius Silver Driving without Due Care and Attention None Lichfield Road, Mere Green Lichfield Road, Mere Green Sutton Coldfield Sutton Coldfield Education N/A   52.5890813 -1.8316626
11493 op-snap---monthly-publication-january-2026.pdf   954 2026-01 Pedestrian Vauxhall Corsa Black Driving without Due Care and Attention None High Street High Street Birmingham Birmingham NFA No Independent Evidence Available   52.5254588 -1.8373064
11512 op-snap---monthly-publication-january-2026.pdf   973 2026-01 Pedestrian BMW 520D White Driving without Due Care and Attention None Broad Street Broad Street Out of Force Area Out of Force Area NFA Out of Force   52.474024 -1.9163084
11664 op-snap---monthly-publication-january-2026.pdf   1125 2026-01 Pedestrian Toyota Aygo Red Driving without Due Care and Attention None Maypole Lane Maypole Lane Birmingham Birmingham Warning Letter N/A   52.4046925 -1.8764112
11755 op-snap---monthly-publication-january-2026.pdf   1216 2026-01 Pedestrian Audi Q2 Grey Driving without Due Care and Attention None Cotford Road Cotford Road Birmingham Birmingham Education N/A   52.4062317 -1.8814294
11784 op-snap---monthly-publication-january-2026.pdf   1245 2026-01 Pedestrian Ford B Max White Driving without Due Care and Attention None Streetsbrook Road Streetsbrook Road Solihull Solihull Education N/A   52.4223176 -1.8253145
11840 op-snap---monthly-publication-january-2026.pdf   1301 2026-01 Pedestrian Kia Sportage Black Driving without Due Care and Attention No Insurance Floodgate Street Floodgate Street Birmingham Birmingham NFA Misc Inc Crimes   52.4752856 -1.8858047

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