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

15 rows where council_area = "Birmingham", month = "2026-02" and vehicle_make = "Citroen" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

offence 7

  • Driving without Due Care and Attention 4
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 3
  • Contravening a Red Traffic Light 2
  • Stop a vehicle within pelican pedestrian crossing limits 2
  • Using a Mobile Phone Whilst Driving 2
  • Motor vehicle fail to accord precedence at a pelican crossing 1
  • Stop a vehicle on pedestrian crossing 1

disposal 4

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

reporter_transport_mode 3

  • Car 9
  • Pedestrian 4
  • Pedal Bike 2

vehicle_make 1

  • Citroen · 15 ✖

month 1

  • 2026-02 · 15 ✖

council_area 1

  • Birmingham · 15 ✖
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
7300 op-snap---monthly-publication-february-2026.pdf   47 2026-02 Pedestrian Citroen Berlingo Black Stop a vehicle on pedestrian crossing None Cherry Orchard Road Cherry Orchard Road Birmingham Birmingham Fixed Penalty N/A   52.5206297 -1.9208426
7348 op-snap---monthly-publication-february-2026.pdf   95 2026-02 Car Citroen DS3 Purple Contravening a Red Traffic Light None Sir Herbert Austin Way Sir Herbert Austin Way Birmingham Birmingham Education N/A   52.4132666 -1.9735631
7561 op-snap---monthly-publication-february-2026.pdf   308 2026-02 Pedal Bike Citroen C3 Grey Using a Mobile Phone Whilst Driving None Alcester Road Alcester Road Birmingham Birmingham NFA No Independent Evidence Available   52.4470686 -1.8880749
7596 op-snap---monthly-publication-february-2026.pdf   343 2026-02 Car Citroen C3.. White Driving without Due Care and Attention None New John Street West New John Street West Birmingham Birmingham Education N/A   52.4944784 -1.9122329
7597 op-snap---monthly-publication-february-2026.pdf   344 2026-02 Car Citroen C3 Silver Driving without Due Care and Attention None Barnes Hill Barnes Hill Birmingham Birmingham Warning Letter N/A   52.4401325 -1.9785938
7858 op-snap---monthly-publication-february-2026.pdf   605 2026-02 Car Citroen C1 Black Contravening a Red Traffic Light None Church Road Church Road Birmingham Birmingham NFA No Independent Evidence Available   52.4624743 -1.7763934
8014 op-snap---monthly-publication-february-2026.pdf   761 2026-02 Car Citroen C3 Black Driving without Due Care and Attention None Shirley Road Shirley Road Birmingham Birmingham Education N/A   52.4198291 -1.9241732
8067 op-snap---monthly-publication-february-2026.pdf   814 2026-02 Car Citroen C1 Grey Motor vehicle fail to accord precedence at a pelican crossing None Lozells Road Lozells Road Birmingham Birmingham Fixed Penalty N/A   52.502683 -1.9033516
8239 op-snap---monthly-publication-february-2026.pdf   986 2026-02 Car Citroen Berlingo White Stop a vehicle within pelican pedestrian crossing limits None Lozells Road Lozells Road Birmingham Birmingham Education N/A   52.502683 -1.9033516
8303 op-snap---monthly-publication-february-2026.pdf   1050 2026-02 Car Citroen Nemo White Driving without Due Care and Attention None Fox Hollies Road Fox Hollies Road Birmingham Birmingham Education N/A   52.5517052 -1.7825505
8329 op-snap---monthly-publication-february-2026.pdf   1076 2026-02 Car Citroen C4 Blue Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
8527 op-snap---monthly-publication-february-2026.pdf   1274 2026-02 Pedal Bike Citroen C1 Grey Using a Mobile Phone Whilst Driving None Stratford Road Stratford Road Birmingham Birmingham Fixed Penalty N/A   52.4203897 -1.8338574
8709 op-snap---monthly-publication-february-2026.pdf   1456 2026-02 Pedestrian Citroen c1 Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None george arthur road George Arthur Road Birmingham Birmingham Warning Letter N/A   52.4898642 -1.8591742
8853 op-snap---monthly-publication-february-2026.pdf   1600 2026-02 Pedestrian Citroen c1 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area none high street kings heath High Street Kings Heath Birmingham Birmingham Warning Letter N/A   52.4375456 -1.8926849
8878 op-snap---monthly-publication-february-2026.pdf   1625 2026-02 Pedestrian Citroen C1 Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None ellesmere road Ellesmere Road Birmingham Birmingham Warning Letter N/A   52.4881533 -1.8553625

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