reports
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'}
8 rows where council_area = "Birmingham", disposal = "Education" and vehicle_make = "Porsche" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour
offence 5
reporter_transport_mode 2
- Car 4
- Pedal Bike 4
vehicle_make 1
- Porsche · 8 ✖
disposal 1
- Education · 8 ✖
council_area 1
- Birmingham · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11344 | op-snap---monthly-publication-january-2026.pdf | 805 | 2026-01 | Pedal Bike | Porsche | Panamera | Black | Driving without Due Care and Attention | None | Lordswood Road | Lordswood Road | Birmingham | Birmingham | Education | N/A | 52.4591339 | -1.9601054 | ||
| 21878 | op-snap---monthly-publication-november-2025.pdf | 1420 | 2025-11 | Pedal Bike | Porsche | Cayenne | Grey | Driving without Due Care and Attention | None | Pershore Road | Pershore Road | Birmingham | Birmingham | Education | N/A | 52.4308271 | -1.920078 | ||
| 22266 | op-snap---monthly-publication-october-2025.pdf | 216 | 2025-10 | Car | Porsche | Panamera | White | Driving without Due Care and Attention | None | A452 Castle Bromwich Interchange | Castle Bromwich Interchange | Birmingham | Birmingham | Education | N/A | ||||
| 2092 | op-snap---monthly-publication-august-2025.pdf | 67 | 2025-08 | Car | Porsche | Macan | Grey | Contravene Lane Closure Red X | None | A38M Expressway | A38M Expressway | Birmingham | Birmingham | Education | N/A | ||||
| 19400 | op-snap---monthly-publication-may-2025.pdf | 762 | 2025-05 | Car | Porsche | Macan | Silver | Cause vehicle to be left in a dangerous position | None | Cannon Hill Road | Cannon Hill Road | Birmingham | Birmingham | Education | N/A | 52.4569873 | -1.8971744 | ||
| 16472 | op-snap---monthly-publication-march-2025.pdf | 229 | 2025-03 | Car | Porsche | Cayenne | Grey | Contravening a Red Traffic Light | None | A452 towards Castle Bromwich | A452 towards Castle Bromwich | Birmingham | Birmingham | Education | N/A | Yes - Via Email | |||
| 17029 | op-snap---monthly-publication-march-2025.pdf | 786 | 2025-03 | Pedal Bike | Porsche | Macan | Black | Driving without Reasonable Consideration | None | Queensbridge Road | Queensbridge Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4415108 | -1.8971434 | |
| 17903 | op-snap---monthly-publication-march-2025.pdf | 1660 | 2025-03 | Pedal Bike | Porsche | 911 | Grey | Driving without Due Care and Attention | None | Lyons Queensway | Lyons Queensway | Birmingham | Birmingham | Education | N/A | Yes - Via Email |
Advanced export
JSON shape: default, array, newline-delimited, object
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);