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'}
10 rows where month = "2025-01", offence = "Driving without Reasonable Consideration" and vehicle_make = "Hyundai" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
disposal 4
- Education 6
- Fixed Penalty 2
- NFA 1
- Other Action Taken 1
council_area 4
reporter_transport_mode 3
- Pedal Bike 8
- Car 1
- Horse Rider 1
vehicle_make 1
- Hyundai · 10 ✖
offence 1
- Driving without Reasonable Consideration · 10 ✖
month 1
- 2025-01 · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8948 | op-snap---monthly-publication-january-2025.pdf | 56 | 2025-01 | Pedal Bike | Hyundai | I20 S | Black | Driving without Reasonable Consideration | None | CARTLAND AVENUE | Cartland Avenue | Birmingham | Birmingham | Education | N/A | Yes - Via Email | |||
| 9208 | op-snap---monthly-publication-january-2025.pdf | 316 | 2025-01 | Car | Hyundai | I20 | Black | Driving without Reasonable Consideration | None | LEA VILLAGE ISLAND | Lea Village Island | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4836058 | -1.77661 | |
| 9392 | op-snap---monthly-publication-january-2025.pdf | 500 | 2025-01 | Pedal Bike | Hyundai | I10 | Blue | Driving without Reasonable Consideration | None | Browns Lane | Browns Lane | Coventry | Coventry | Education | N/A | Yes - Via Email | 52.435719 | -1.5617089 | |
| 9399 | op-snap---monthly-publication-january-2025.pdf | 507 | 2025-01 | Pedal Bike | Hyundai | I20 | Grey | Driving without Reasonable Consideration | None | Court Oak Road | Court Oak Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4604383 | -1.9760104 | |
| 9615 | op-snap---monthly-publication-january-2025.pdf | 723 | 2025-01 | Pedal Bike | Hyundai | Ioniq | White | Driving without Reasonable Consideration | None | Foleshill Road | Foleshill Road | Coventry | Coventry | Education | N/A | Yes - Via Email | 52.4274335 | -1.5002381 | |
| 9645 | op-snap---monthly-publication-january-2025.pdf | 753 | 2025-01 | Pedal Bike | Hyundai | Tuscon | Grey | Driving without Reasonable Consideration | None | A38 upton upon severn | A38 upton upon severn | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | |||
| 9825 | op-snap---monthly-publication-january-2025.pdf | 933 | 2025-01 | Pedal Bike | Hyundai | Ioniq | White | Driving without Reasonable Consideration | None | Coleys Lane | Coleys Lane | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4069629 | -1.9672207 | |
| 10022 | op-snap---monthly-publication-january-2025.pdf | 1130 | 2025-01 | Pedal Bike | Hyundai | Ioniq | White | Driving without Reasonable Consideration | None | Newbridge Road | Newbridge Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4726516 | -1.8269412 | |
| 10137 | op-snap---monthly-publication-january-2025.pdf | 1245 | 2025-01 | Horse Rider | Hyundai | SANTA FE | Red | Driving without Reasonable Consideration | None | FEASHILL ROAD | Feashill Road | Wolverhampton | Wolverhampton | Other Action Taken | eNn/A | Yes - Via Email | |||
| 10347 | op-snap---monthly-publication-january-2025.pdf | 1455 | 2025-01 | Pedal Bike | Hyundai | I20 | Black | Driving without Reasonable Consideration | None | GILHURST ROAD | Gilhurst Road | Birmingham | Birmingham | Fixed Penalty | 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);