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 = "VRM fails to conform to Regulations" and vehicle_make = "Land Rover" 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-02 5
  • 2025-01 2
  • 2025-08 2
  • 2026-02 2
  • 2025-03 1
  • 2025-04 1
  • 2026-01 1

council_area 4

  • Birmingham 6
  • Solihull 6
  • Dudley 1
  • Sandwell 1

disposal 3

  • Fixed Penalty 6
  • Warning Letter 6
  • NFA 2

reporter_transport_mode 2

  • Car 13
  • Pedestrian 1

vehicle_make 1

  • Land Rover · 14 ✖

offence 1

  • VRM fails to conform to Regulations · 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
7417 op-snap---monthly-publication-february-2026.pdf   164 2026-02 Car Land Rover Range Rover Brown VRM fails to conform to Regulations No Insurance Bristol Road South Bristol Road South Birmingham Birmingham Warning Letter N/A   52.4119174 -1.9735247
8420 op-snap---monthly-publication-february-2026.pdf   1167 2026-02 Car Land Rover Sport Black VRM fails to conform to Regulations None Harborne Lane Island Harborne Lane Island Birmingham Birmingham Warning Letter N/A   52.4439777 -1.9418736
11331 op-snap---monthly-publication-january-2026.pdf   792 2026-01 Car Land Rover Discovery Grey VRM fails to conform to Regulations None Birmingham New Road Birmingham New Road Dudley Dudley Fixed Penalty N/A   52.5478387 -2.0943116
3417 op-snap---monthly-publication-august-2025.pdf   1392 2025-08 Car Land Rover Range Rover Spo Grtrey VRM fails to conform to Regulations None Yardley Wood Road Yardley Wood Road Birmingham Birmingham Warning Letter N/A   52.4103191 -1.8670224
3616 op-snap---monthly-publication-august-2025.pdf   1591 2025-08 Car Land Rover Range Black VRM fails to conform to Regulations None Salop St Salop Street Birmingham Birmingham Warning Letter N/A   52.468559 -1.8840639
403 op-snap---monthly-publication-april-2025.pdf   402 2025-04 Car Land Rover Evoque Black VRM fails to conform to Regulations None Highgate Street, Oldhill Highgate Street, Oldhill Sandwell Sandwell Fixed Penalty N/A      
17633 op-snap---monthly-publication-march-2025.pdf   1390 2025-03 Pedestrian Land Rover Sport Black VRM fails to conform to Regulations None Vincent Drive Vincent Drive Birmingham Birmingham NFA No Independent Evidence Available Yes - Via Email 52.4528789 -1.9354459
5263 op-snap---monthly-publication-february-2025.pdf   80 2025-02 Car Land Rover Discovery Grey VRM fails to conform to Regulations None Streetsbrook Road Streetsbrook Road Solihull Solihull Fixed Penalty N/A Yes - Via Email 52.4223176 -1.8253145
5352 op-snap---monthly-publication-february-2025.pdf   169 2025-02 Car Land Rover Range Rover Gold VRM fails to conform to Regulations None Alcester Road Alcester Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4470686 -1.8880749
5636 op-snap---monthly-publication-february-2025.pdf   453 2025-02 Car Land Rover Freelander Blue VRM fails to conform to Regulations None Solihull Road Solihull Road Solihull Solihull Fixed Penalty N/A Yes - Via Email 52.4114159 -1.8197732
5644 op-snap---monthly-publication-february-2025.pdf   461 2025-02 Car Land Rover Sport Black VRM fails to conform to Regulations None Blossomfield Road Blossomfield Road Solihull Solihull Warning Letter N/A Yes - Via Email 52.4144779 -1.7848758
6406 op-snap---monthly-publication-february-2025.pdf   1223 2025-02 Car Land Rover Sport Black VRM fails to conform to Regulations None Haslucks Road, Shirley Haslucks Road, Shirley Solihull Solihull Warning Letter N/A Yes - Via Email 52.4087463 -1.8388595
8984 op-snap---monthly-publication-january-2025.pdf   92 2025-01 Car Land Rover Vogue Silver VRM fails to conform to Regulations None Streetsbrook Road Streetsbrook Road Solihull Solihull NFA No Independent Evidence Available Yes - Via Email 52.4223176 -1.8253145
10439 op-snap---monthly-publication-january-2025.pdf   1547 2025-01 Car Land Rover Discovery Sport Grey VRM fails to conform to Regulations None Blossomfield Lane, Solihull Blossomfield Lane, Solihull Solihull Solihull Fixed Penalty N/A Yes - Via Email 52.4066206 -1.799933

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