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-11", offence = "Driving without Due Care and Attention" and vehicle_make = "Land Rover" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale

disposal 5

  • NFA 4
  • Warning Letter 4
  • Education 3
  • Court 2
  • Fixed Penalty 1

reporter_transport_mode 3

  • Car 9
  • Pedal Bike 3
  • Pedestrian 2

council_area 3

  • Birmingham 6
  • Solihull 5
  • Out of Force Area 3

vehicle_make 1

  • Land Rover · 14 ✖

offence 1

  • Driving without Due Care and Attention · 14 ✖

month 1

  • 2025-11 · 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
20486 op-snap---monthly-publication-november-2025.pdf   28 2025-11 Car Land Rover Discovery Black Driving without Due Care and Attention None Congleton Congleton Out of Force Area Out of Force Area NFA Out of Force   52.4408597 -1.4953575
20610 op-snap---monthly-publication-november-2025.pdf   152 2025-11 Pedal Bike Land Rover Discovery Grey Driving without Due Care and Attention None St Bernards Road Street Bernards Road Solihull Solihull Education N/A      
20719 op-snap---monthly-publication-november-2025.pdf   261 2025-11 Car Land Rover Range Rover Black Driving without Due Care and Attention None Queslett Road Queslett Road Birmingham Birmingham Warning Letter N/A   52.5458699 -1.9304484
20846 op-snap---monthly-publication-november-2025.pdf   388 2025-11 Car Land Rover Discovery Red Driving without Due Care and Attention None A452 Collector Collector Birmingham Birmingham NFA No Offence   52.5139393 -1.7600186
21239 op-snap---monthly-publication-november-2025.pdf   781 2025-11 Pedal Bike Land Rover Discovery Black Driving without Due Care and Attention None Frankley Beeches Road Frankley Beeches Road Birmingham Birmingham Warning Letter N/A   52.4094108 -1.9930633
21253 op-snap---monthly-publication-november-2025.pdf   795 2025-11 Car Land Rover Evoque Grey Driving without Due Care and Attention None Washford Drive Washford Drive Out of Force Area Out of Force Area NFA Out of Force      
21326 op-snap---monthly-publication-november-2025.pdf   868 2025-11 Car Land Rover Land Rover Black Driving without Due Care and Attention None Billesley Lane Billesley Lane Birmingham Birmingham Court N/A   52.4344402 -1.8845368
21368 op-snap---monthly-publication-november-2025.pdf   910 2025-11 Car Land Rover Velar Grey Driving without Due Care and Attention None Montpellier Street Montpellier Street Birmingham Birmingham Fixed Penalty N/A   52.462686 -1.8824475
21416 op-snap---monthly-publication-november-2025.pdf   958 2025-11 Car Land Rover Range Rover Black Driving without Due Care and Attention None Richmond Road Richmond Road Solihull Solihull Education N/A   52.4430188 -1.8022218
21488 op-snap---monthly-publication-november-2025.pdf   1030 2025-11 Pedal Bike Land Rover Discovery Silver Driving without Due Care and Attention None Ballsall St Ballsall Street Solihull Solihull Warning Letter N/A      
21559 op-snap---monthly-publication-november-2025.pdf   1101 2025-11 Pedestrian Land Rover Range Rover Black Driving without Due Care and Attention None Leominster bypass A49 Leominster bypass A49 Out of Force Area Out of Force Area NFA Out of Force      
21631 op-snap---monthly-publication-november-2025.pdf   1173 2025-11 Car Land Rover Discovery Black Driving without Due Care and Attention None Blackford Road Blackford Road Solihull Solihull Warning Letter N/A   52.3971653 -1.8189489
21668 op-snap---monthly-publication-november-2025.pdf   1210 2025-11 Car Land Rover Evoque White Driving without Due Care and Attention None Haslucks Green Road Haslucks Green Road Solihull Solihull Court N/A   52.4145149 -1.8301272
21868 op-snap---monthly-publication-november-2025.pdf   1410 2025-11 Pedestrian Land Rover velar Blue Driving without Due Care and Attention None regent place Regent Place Birmingham Birmingham Education N/A   52.4860376 -1.9095854

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