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 disposal = "Other Action Taken", month = "2026-02" and offence = "Driving without Due Care and Attention" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw

vehicle_make 7

  • Volkswagen 4
  • Ford 3
  • Audi 1
  • BMW 1
  • Mg 1
  • Mini 1
  • Toyota 1

council_area 5

  • Birmingham 5
  • Dudley 3
  • Walsall 2
  • Coventry 1
  • Solihull 1

reporter_transport_mode 2

  • Car 10
  • Other 2

offence 1

  • Driving without Due Care and Attention · 12 ✖

month 1

  • 2026-02 · 12 ✖

disposal 1

  • Other Action Taken · 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
7387 op-snap---monthly-publication-february-2026.pdf   134 2026-02 Other Volkswagen Golf Blue Driving without Due Care and Attention None Star City Star City Birmingham Birmingham Other Action Taken N/A   52.5054363 -1.8556273
7656 op-snap---monthly-publication-february-2026.pdf   403 2026-02 Other Mini Cooper Silver Driving without Due Care and Attention None Waterfront Waterfront Dudley Dudley Other Action Taken N/A   52.4874281 -2.1117204
7752 op-snap---monthly-publication-february-2026.pdf   499 2026-02 Car Volkswagen V40.. Blue Driving without Due Care and Attention None Chadd Road Coseley Chadd Road Coseley Dudley Dudley Other Action Taken N/A      
7909 op-snap---monthly-publication-february-2026.pdf   656 2026-02 Car Ford Transit Silver Driving without Due Care and Attention No Insurance Turnberry Road Turnberry Road Metropolitan Borough of Walsall Walsall Other Action Taken N/A   52.6309849 -2.0134248
7970 op-snap---monthly-publication-february-2026.pdf   717 2026-02 Car Audi TT White Driving without Due Care and Attention None Belgrave Middleway Belgrave Middleway Birmingham Birmingham Other Action Taken N/A   52.4668753 -1.8996143
8116 op-snap---monthly-publication-february-2026.pdf   863 2026-02 Car Ford Transit Blue Driving without Due Care and Attention None Kitts Green Kitts Green Birmingham Birmingham Other Action Taken N/A   52.4834707 -1.7757966
8119 op-snap---monthly-publication-february-2026.pdf   866 2026-02 Car Toyota Yaris Black Driving without Due Care and Attention None Olton Road Olton Road Birmingham Birmingham Other Action Taken N/A   52.4458625 -1.8174911
8167 op-snap---monthly-publication-february-2026.pdf   914 2026-02 Car Ford Focus Black Driving without Due Care and Attention None Toll Bar End Toll Bar End Coventry Coventry Other Action Taken N/A   52.377406 -1.4651313
8308 op-snap---monthly-publication-february-2026.pdf   1055 2026-02 Car Volkswagen Golf Black Driving without Due Care and Attention None Aqueduct Road Aqueduct Road Solihull Solihull Other Action Taken N/A   52.405364 -1.8512831
8470 op-snap---monthly-publication-february-2026.pdf   1217 2026-02 Car Volkswagen Golf White Driving without Due Care and Attention None Highbridge Road Netherton Highbridge Road Netherton Dudley Dudley Other Action Taken N/A   52.485907 -2.0953009
8493 op-snap---monthly-publication-february-2026.pdf   1240 2026-02 Car Mg ZS Trophy White Driving without Due Care and Attention None Fisher Street Fisher Street Metropolitan Borough of Walsall Walsall Other Action Taken N/A   52.5847585 -2.0437296
8497 op-snap---monthly-publication-february-2026.pdf   1244 2026-02 Car BMW 1 Series Blue Driving without Due Care and Attention No Insurance M6 M6 Birmingham Birmingham Other Action Taken N/A      

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