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 offence = "Cause vehicle to be left in a dangerous position", reporter_transport_mode = "Car" and vehicle_make = "Kia" 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, council_area_raw, nfa_rationale, latitude, longitude

month 9

  • 2025-07 3
  • 2025-11 2
  • 2025-02 1
  • 2025-03 1
  • 2025-04 1
  • 2025-08 1
  • 2025-09 1
  • 2025-12 1
  • 2026-01 1

disposal 4

  • Warning Letter 8
  • Fixed Penalty 2
  • Education 1
  • NFA 1

council_area 4

  • Birmingham 9
  • Edldu Dalveey Brierley Hill 1
  • Sutton Coldfield 1
  • Wolverhampton 1

vehicle_make 1

  • Kia · 12 ✖

reporter_transport_mode 1

  • Car · 12 ✖

offence 1

  • Cause vehicle to be left in a dangerous position · 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
10842 op-snap---monthly-publication-january-2026.pdf   303 2026-01 Car Kia Niro White Cause vehicle to be left in a dangerous position None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Fixed Penalty N/A   52.4929304 -1.8229092
4419 op-snap---monthly-publication-december-2025.pdf   547 2025-12 Car Kia Niro Red Cause vehicle to be left in a dangerous position None Opposite Withymoor School Gayfi Opposite Withymoor School Gayfi eDldu dAlveey Brierley Hill Edldu Dalveey Brierley Hill Warning Letter N/A      
21423 op-snap---monthly-publication-november-2025.pdf   965 2025-11 Car Kia sportage White Cause vehicle to be left in a dangerous position None washwood heath road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
21827 op-snap---monthly-publication-november-2025.pdf   1369 2025-11 Car Kia rio Silver Cause vehicle to be left in a dangerous position None washwood heath road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
25478 op-snap---monthly-publication-september-2025.pdf   1697 2025-09 Car Kia niro Grey Cause vehicle to be left in a dangerous position None lozells road Lozells Road Birmingham Birmingham Warning Letter N/A   52.502683 -1.9033516
3245 op-snap---monthly-publication-august-2025.pdf   1220 2025-08 Car Kia Picanto White Cause vehicle to be left in a dangerous position None Brays Lane Brays Lane Birmingham Birmingham Warning Letter N/A   52.4587041 -1.7911368
13697 op-snap---monthly-publication-july-2025.pdf   1749 2025-07 Car Kia Sportage Silver Cause vehicle to be left in a dangerous position None Eddish Road Eddish Road Birmingham Birmingham Warning Letter N/A   52.4833672 -1.7871439
13752 op-snap---monthly-publication-july-2025.pdf   1804 2025-07 Car Kia Sportage Red Cause vehicle to be left in a dangerous position None Coleshill Street Coleshill Street Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.5645717 -1.8214603
13825 op-snap---monthly-publication-july-2025.pdf   1877 2025-07 Car Kia Sportage White Cause vehicle to be left in a dangerous position None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
1146 op-snap---monthly-publication-april-2025.pdf   1145 2025-04 Car Kia Stonic Yellow Cause vehicle to be left in a dangerous position None Wake Green Road , Birmingham Wake Green Road , Birmingham Birmingham Birmingham NFA Outside of 14 Days NIP   52.4437078 -1.8783408
17383 op-snap---monthly-publication-march-2025.pdf   1140 2025-03 Car Kia Xceed Red Cause vehicle to be left in a dangerous position None Hurstcroft Road Hurstcroft Road Birmingham Birmingham Education N/A Yes - Via Email 52.4830179 -1.783876
6740 op-snap---monthly-publication-february-2025.pdf   1557 2025-02 Car Kia Niro Red Cause vehicle to be left in a dangerous position None Church Hill/Penn Road Church Hill/Penn Road Wolverhampton Wolverhampton Fixed Penalty N/A Yes - Via Email 52.559758 -2.1579394

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