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 disposal = "Fixed Penalty", month = "2025-11" 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, latitude, longitude

offence 3

  • Using a Mobile Phone Whilst Driving 11
  • Driving without Due Care and Attention 2
  • Contravening a Red Traffic Light 1

reporter_transport_mode 2

  • Pedal Bike 11
  • Car 3

council_area 2

  • Birmingham 9
  • Coventry 5

vehicle_make 1

  • BMW · 14 ✖

month 1

  • 2025-11 · 14 ✖

disposal 1

  • Fixed Penalty · 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
20535 op-snap---monthly-publication-november-2025.pdf   77 2025-11 Car BMW 335D Black Driving without Due Care and Attention None Watercall Avenue Watercall Avenue Coventry Coventry Fixed Penalty N/A   52.3848987 -1.511199
20583 op-snap---monthly-publication-november-2025.pdf   125 2025-11 Car BMW 118I Blue Driving without Due Care and Attention None Heathfield Road Heathfield Road Birmingham Birmingham Fixed Penalty N/A   52.5905365 -1.8453418
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
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
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
22008 op-snap---monthly-publication-november-2025.pdf   1550 2025-11 Car BMW 330.. Black Contravening a Red Traffic Light None Reddings Lane at Battery Way Reddings Lane at Battery Way Birmingham Birmingham Fixed Penalty N/A   52.4454569 -1.8475135
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);