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'}
7 rows where month = "2025-03", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Porsche" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location, nfa_rationale, latitude, longitude
offence 5
disposal 5
- Education 2
- Warning Letter 2
- Court 1
- Fixed Penalty 1
- NFA 1
vehicle_make 1
- Porsche · 7 ✖
reporter_transport_mode 1
- Pedal Bike · 7 ✖
month 1
- 2025-03 · 7 ✖
council_area 1
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16338 | op-snap---monthly-publication-march-2025.pdf | 95 | 2025-03 | Pedal Bike | Porsche | 911 | Black | Fail to Conform to Cycle Lane | No Insurance | LADYPOOL ROAD | Ladypool Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4520441 | -1.8787544 | |
| 16424 | op-snap---monthly-publication-march-2025.pdf | 181 | 2025-03 | Pedal Bike | Porsche | 911 | Black | Cause vehicle to be left in a dangerous position | None | Ladypool Road | Ladypool Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | Yes - Via Email | 52.4520441 | -1.8787544 | |
| 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 | |
| 17030 | op-snap---monthly-publication-march-2025.pdf | 787 | 2025-03 | Pedal Bike | Porsche | Panamera | Black | Using a Mobile Phone Whilst Driving | None | Norfolk Road | Norfolk Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4672547 | -1.9435381 | |
| 17796 | op-snap---monthly-publication-march-2025.pdf | 1553 | 2025-03 | Pedal Bike | Porsche | Macan | Grey | Using a Mobile Phone Whilst Driving | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4470686 | -1.8880749 | |
| 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 | |||
| 18168 | op-snap---monthly-publication-march-2025.pdf | 1925 | 2025-03 | Pedal Bike | Porsche | Taycan | White | Driving without Reasonable Consideration | None | Hagley Road | Hagley Road | Birmingham | Birmingham | Warning Letter | Outside of 14 Days NIP | Yes - Via Email | 52.471632 | -1.9456776 |
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);