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 month = "2025-12", reporter_transport_mode = "Car" and vehicle_make = "Citroen" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude

offence 6

  • Driving without Due Care and Attention 5
  • Cause vehicle to be left in a dangerous position 3
  • Contravening a Red Traffic Light 2
  • Using a Mobile Phone Whilst Driving 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1

council_area 4

  • Birmingham 8
  • Wolverhampton 2
  • Out of Force Area 1
  • Sutton Coldfield 1

disposal 3

  • Warning Letter 6
  • NFA 5
  • Fixed Penalty 3

vehicle_make 1

  • Citroen · 14 ✖

reporter_transport_mode 1

  • Car · 14 ✖

month 1

  • 2025-12 · 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
3973 op-snap---monthly-publication-december-2025.pdf   101 2025-12 Car Citroen berlingo Blue 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
3993 op-snap---monthly-publication-december-2025.pdf   121 2025-12 Car Citroen Relay White Driving without Due Care and Attention None Pooles Lane Pooles Lane Wolverhampton Wolverhampton Fixed Penalty N/A      
4118 op-snap---monthly-publication-december-2025.pdf   246 2025-12 Car Citroen Berlingo Black Driving without Due Care and Attention None Ambergate Road Bilston Ambergate Road Bilston Wolverhampton Wolverhampton Warning Letter N/A   52.5597351 -2.081298
4243 op-snap---monthly-publication-december-2025.pdf   371 2025-12 Car Citroen C3 Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Washwood Heath Road Washwood Heath Road Birmingham Birmingham NFA Misc Inc Crimes   52.4929304 -1.8229092
4367 op-snap---monthly-publication-december-2025.pdf   495 2025-12 Car Citroen dispacth Grey Cause vehicle to be left in a dangerous position None Washwood Heath Road Washwood Heath Road Birmingham Birmingham NFA Misc Inc Crimes   52.4929304 -1.8229092
4393 op-snap---monthly-publication-december-2025.pdf   521 2025-12 Car Citroen Berlingo Blue Using a Mobile Phone Whilst Driving None Cooks Lane Cooks Lane Birmingham Birmingham Fixed Penalty N/A   52.482758 -1.7603097
4449 op-snap---monthly-publication-december-2025.pdf   577 2025-12 Car Citroen Relay Grey Driving without Due Care and Attention None UK Uk     NFA No Independent Evidence Available   52.5019896 -2.0209184
4467 op-snap---monthly-publication-december-2025.pdf   595 2025-12 Car Citroen Berlingo Green Driving without Due Care and Attention None Longbridge Lane Longbridge Lane Birmingham Birmingham Warning Letter N/A   52.3962003 -1.9821252
4699 op-snap---monthly-publication-december-2025.pdf   827 2025-12 Car Citroen c1 Red Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None lower queen street Lower Queen Street Birmingham Birmingham Warning Letter N/A   52.5603978 -1.8227403
4829 op-snap---monthly-publication-december-2025.pdf   957 2025-12 Car Citroen   White Driving without Due Care and Attention None Somewhere in Newark? Somewhere in Newark? Out of Force Area Out of Force Area NFA Out of Force      
4922 op-snap---monthly-publication-december-2025.pdf   1050 2025-12 Car Citroen Berlingo White Contravening a Red Traffic Light None Tyburn Road Tyburn Road Birmingham Birmingham Fixed Penalty N/A   52.5113867 -1.8337258
4927 op-snap---monthly-publication-december-2025.pdf   1055 2025-12 Car Citroen   White Using a Mobile Phone Whilst Driving None M5 M5     NFA No Independent Evidence Available      
4975 op-snap---monthly-publication-december-2025.pdf   1103 2025-12 Car Citroen c3 Silver Cause vehicle to be left in a dangerous position None spring lane Spring Lane Sutton Coldfield Sutton Coldfield Warning Letter N/A      
5060 op-snap---monthly-publication-december-2025.pdf   1188 2025-12 Car Citroen C1 Red Contravening a Red Traffic Light None Stratford Road Stratford Road Birmingham Birmingham Warning Letter No Independent Evidence Available   52.4203897 -1.8338574

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