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'}

14 rows where offence = "Cause vehicle to be left in a dangerous position" and vehicle_make = "Mazda" 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_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude

month 7

  • 2025-07 5
  • 2025-02 2
  • 2025-04 2
  • 2025-11 2
  • 2025-01 1
  • 2025-03 1
  • 2025-12 1

disposal 4

  • Warning Letter 7
  • Fixed Penalty 4
  • NFA 2
  • Education 1

reporter_transport_mode 2

  • Car 7
  • Pedestrian 7

council_area 2

  • Birmingham 13
  • Sutton Coldfield 1

vehicle_make 1

  • Mazda · 14 ✖

offence 1

  • Cause vehicle to be left in a dangerous position · 14 ✖
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
4993 op-snap---monthly-publication-december-2025.pdf   1121 2025-12 Pedestrian Mazda 2 Black Cause vehicle to be left in a dangerous position None kingstanding road Kingstanding Road Birmingham Birmingham Warning Letter N/A   52.5521118 -1.8845138
21548 op-snap---monthly-publication-november-2025.pdf   1090 2025-11 Car Mazda 2 Black Cause vehicle to be left in a dangerous position None Petersfield Road, Hall Green Petersfield Road, Hall Green Birmingham Birmingham Education N/A   52.4307 -1.8494663
21800 op-snap---monthly-publication-november-2025.pdf   1342 2025-11 Car Mazda mpv Silver Cause vehicle to be left in a dangerous position None lozells road Lozells Road Birmingham Birmingham Warning Letter N/A   52.502683 -1.9033516
13763 op-snap---monthly-publication-july-2025.pdf   1815 2025-07 Pedestrian Mazda 2 Sport Grey Cause vehicle to be left in a dangerous position None Barnsley Road Barnsley Road Birmingham Birmingham Warning Letter N/A   52.4743497 -1.965737
13796 op-snap---monthly-publication-july-2025.pdf   1848 2025-07 Car Mazda 3 Grey 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
13828 op-snap---monthly-publication-july-2025.pdf   1880 2025-07 Car Mazda 3 Grey Cause vehicle to be left in a dangerous position No Insurance Washwood Heath Road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
14041 op-snap---monthly-publication-july-2025.pdf   2093 2025-07 Pedestrian Mazda 3 Blue Cause vehicle to be left in a dangerous position None Law Cliff Road Law Cliff Road Birmingham Birmingham Warning Letter N/A   52.5333535 -1.9189815
14057 op-snap---monthly-publication-july-2025.pdf   2109 2025-07 Pedestrian Mazda 6 SE Silver Cause vehicle to be left in a dangerous position None Colehill Street Colehill Street Sutton Coldfield Sutton Coldfield Warning Letter N/A      
1004 op-snap---monthly-publication-april-2025.pdf   1003 2025-04 Car Mazda   Grey Cause vehicle to be left in a dangerous position None High Street , Kings Heath High Street , Kings Heath Birmingham Birmingham NFA Outside of 14 Days NIP   52.4375456 -1.8926849
1130 op-snap---monthly-publication-april-2025.pdf   1129 2025-04 Car Mazda   Blue Cause vehicle to be left in a dangerous position No vehicle excise licence Coventry Road , Birmingham Coventry Road , Birmingham Birmingham Birmingham NFA Outside of 14 Days NIP   52.4513272 -1.7638967
17591 op-snap---monthly-publication-march-2025.pdf   1348 2025-03 Car Mazda 2 SPORT Grey Cause vehicle to be left in a dangerous position None Edward Road Edward Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4580901 -1.894458
5232 op-snap---monthly-publication-february-2025.pdf   49 2025-02 Pedestrian Mazda CX5 Blue Cause vehicle to be left in a dangerous position None WOODBRIDGE ROAD Woodbridge Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4482076 -1.8864335
5656 op-snap---monthly-publication-february-2025.pdf   473 2025-02 Pedestrian Mazda 3 Silver Cause vehicle to be left in a dangerous position None Larch Avenue Birmingham Larch Avenue Birmingham Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5153484 -1.9438891
10487 op-snap---monthly-publication-january-2025.pdf   1595 2025-01 Pedestrian Mazda 2 SE Black Cause vehicle to be left in a dangerous position None Evelyn Road Evelyn Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4515664 -1.8624266

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