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 = "Using a Mobile Phone Whilst Driving" and vehicle_make = "BMW" 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

reporter_transport_mode 3

  • Pedal Bike 11
  • Car 2
  • Motorbike 1

disposal 2

  • Fixed Penalty 11
  • NFA 3

council_area 2

  • Birmingham 10
  • Coventry 4

vehicle_make 1

  • BMW · 14 ✖

offence 1

  • Using a Mobile Phone Whilst Driving · 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
20528 op-snap---monthly-publication-november-2025.pdf   70 2025-11 Pedal Bike BMW 320d White Using a Mobile Phone Whilst Driving None Augustus Road Augustus Road Birmingham Birmingham Fixed Penalty N/A   52.4695793 -1.9378608
20606 op-snap---monthly-publication-november-2025.pdf   148 2025-11 Pedal Bike BMW X1 White Using a Mobile Phone Whilst Driving None Harborne High Street Harborne High Street Birmingham Birmingham Fixed Penalty N/A   52.459563 -1.946922
20728 op-snap---monthly-publication-november-2025.pdf   270 2025-11 Pedal Bike BMW X3 Blue Using a Mobile Phone Whilst Driving None Foleshill Road Foleshill Road Coventry Coventry Fixed Penalty N/A   52.4274335 -1.5002381
20757 op-snap---monthly-publication-november-2025.pdf   299 2025-11 Pedal Bike BMW X1 Black Using a Mobile Phone Whilst Driving None Augustus Road Augustus Road Birmingham Birmingham Fixed Penalty N/A   52.4695793 -1.9378608
20760 op-snap---monthly-publication-november-2025.pdf   302 2025-11 Motorbike BMW 320D Grey Using a Mobile Phone Whilst Driving None Lordswood Road Lordswood Road Birmingham Birmingham NFA No Independent Evidence Available   52.4591339 -1.9601054
20808 op-snap---monthly-publication-november-2025.pdf   350 2025-11 Car BMW 118D Black Using a Mobile Phone Whilst Driving None A45 A45 Birmingham Birmingham NFA No Independent Evidence Available      
20986 op-snap---monthly-publication-november-2025.pdf   528 2025-11 Pedal Bike BMW 320.. Black Using a Mobile Phone Whilst Driving None Bell Green Road Bell Green Road Coventry Coventry Fixed Penalty N/A   52.4324855 -1.4815548
21112 op-snap---monthly-publication-november-2025.pdf   654 2025-11 Pedal Bike BMW 520D Black Using a Mobile Phone Whilst Driving None Valentine Road Valentine Road Birmingham Birmingham Fixed Penalty N/A   52.4381959 -1.8907391
21385 op-snap---monthly-publication-november-2025.pdf   927 2025-11 Pedal Bike BMW 218D Grey Using a Mobile Phone Whilst Driving None Moseley Av Cov Moseley Avenue Cov Coventry Coventry Fixed Penalty N/A   52.417344 -1.5264979
21700 op-snap---monthly-publication-november-2025.pdf   1242 2025-11 Pedal Bike BMW 120d Blue Using a Mobile Phone Whilst Driving None Bell Green Road Bell Green Road Coventry Coventry Fixed Penalty N/A   52.4324855 -1.4815548
21741 op-snap---monthly-publication-november-2025.pdf   1283 2025-11 Car BMW 120d Grey Using a Mobile Phone Whilst Driving None Reddings Lane Reddings Lane Birmingham Birmingham NFA No Independent Evidence Available   52.4506039 -1.8463952
21861 op-snap---monthly-publication-november-2025.pdf   1403 2025-11 Pedal Bike BMW IX3 White Using a Mobile Phone Whilst Driving None Metchley Lane Metchley Lane Birmingham Birmingham Fixed Penalty N/A   52.4552055 -1.9461279
21954 op-snap---monthly-publication-november-2025.pdf   1496 2025-11 Pedal Bike BMW X5 Black Using a Mobile Phone Whilst Driving None Augustus Road Augustus Road Birmingham Birmingham Fixed Penalty N/A   52.4695793 -1.9378608
22027 op-snap---monthly-publication-november-2025.pdf   1569 2025-11 Pedal Bike BMW 3 series Black Using a Mobile Phone Whilst Driving None High Street, Kings Heath High Street, Kings Heath Birmingham Birmingham Fixed Penalty N/A   52.4353506 -1.8927483

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