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'}
12 rows where disposal = "Warning Letter", offence = "Driving without Reasonable Consideration" and vehicle_make = "Peugeot" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw
reporter_transport_mode 3
- Pedal Bike 6
- Car 5
- Pedestrian 1
council_area 3
vehicle_make 1
- Peugeot · 12 ✖
offence 1
- Driving without Reasonable Consideration · 12 ✖
disposal 1
- Warning Letter · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 24013 | op-snap---monthly-publication-september-2025.pdf | 232 | 2025-09 | Pedal Bike | Peugeot | 207 | Black | Driving without Reasonable Consideration | None | St Marys Row | Street Marys Row | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 3187 | op-snap---monthly-publication-august-2025.pdf | 1162 | 2025-08 | Car | Peugeot | Van | White | Driving without Reasonable Consideration | None | Thornhill Road | Thornhill Road | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | 52.5690586 | -1.8794686 | ||
| 14223 | op-snap---monthly-publication-june-2025.pdf | 152 | 2025-06 | Pedestrian | Peugeot | Partner | White | Driving without Reasonable Consideration | None | Coventry Road | Coventry Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4726661 | -1.8769032 | ||
| 15467 | op-snap---monthly-publication-june-2025.pdf | 1396 | 2025-06 | Car | Peugeot | 307 | Silver | Driving without Reasonable Consideration | None | Holyhead Road | Holyhead Road | Birmingham | Birmingham | Warning Letter | N/A | 52.505233 | -1.9446276 | ||
| 738 | op-snap---monthly-publication-april-2025.pdf | 737 | 2025-04 | Pedal Bike | Peugeot | 207 | Silver | Driving without Reasonable Consideration | None | Sewall Highway | Sewall Highway | Coventry | Coventry | Warning Letter | N/A | 52.4318623 | -1.4804069 | ||
| 16969 | op-snap---monthly-publication-march-2025.pdf | 726 | 2025-03 | Pedal Bike | Peugeot | 308 | Grey | Driving without Reasonable Consideration | None | Cliff Road Road | Cliff Road Road | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | Yes - Via Email | |||
| 6189 | op-snap---monthly-publication-february-2025.pdf | 1006 | 2025-02 | Pedal Bike | Peugeot | Grey | Driving without Reasonable Consideration | None | Stratford Road | Stratford Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4203897 | -1.8338574 | ||
| 6315 | op-snap---monthly-publication-february-2025.pdf | 1132 | 2025-02 | Car | Peugeot | 308 | White | Driving without Reasonable Consideration | None | Montague Street | Montague Street | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4816806 | -1.8788939 | |
| 6324 | op-snap---monthly-publication-february-2025.pdf | 1141 | 2025-02 | Car | Peugeot | 5008 | Blue | Driving without Reasonable Consideration | None | Belgrave Middleway | Belgrave Middleway | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4668753 | -1.8996143 | |
| 9033 | op-snap---monthly-publication-january-2025.pdf | 141 | 2025-01 | Car | Peugeot | 3008 | Blue | Driving without Reasonable Consideration | None | M42 J5-6 | M42 J5-6 | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | |||
| 9605 | op-snap---monthly-publication-january-2025.pdf | 713 | 2025-01 | Pedal Bike | Peugeot | 3008 | Grey | Driving without Reasonable Consideration | None | Beechwood Avenue | Beechwood Avenue | Coventry | Coventry | Warning Letter | N/A | Yes - Via Email | 52.3960292 | -1.5340332 | |
| 9782 | op-snap---monthly-publication-january-2025.pdf | 890 | 2025-01 | Pedal Bike | Peugeot | Partner | White | Driving without Reasonable Consideration | None | Swancroft Road | Swancroft Road | Coventry | Coventry | Warning Letter | N/A | Yes - Via Email | 52.4201997 | -1.4875978 |
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);