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 = "Education", month = "2025-01" and vehicle_make = "Hyundai" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw
council_area 4
- Birmingham 8
- Coventry 2
- Solihull 1
- Walsall 1
offence 3
reporter_transport_mode 2
- Car 6
- Pedal Bike 6
vehicle_make 1
- Hyundai · 12 ✖
month 1
- 2025-01 · 12 ✖
disposal 1
- Education · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | |||
| 9023 | op-snap---monthly-publication-january-2025.pdf | 131 | 2025-01 | Car | Hyundai | TUCSON | Grey | Contravening a Red Traffic Light | None | Wolverhampton road | Wolverhampton road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.463146 | -1.9844677 | |
| 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 | |
| 9271 | op-snap---monthly-publication-january-2025.pdf | 379 | 2025-01 | Pedal Bike | Hyundai | I10 | Blue | Driving without Due Care and Attention | None | Streetsbrook Road | Streetsbrook Road | Solihull | Solihull | Education | N/A | Yes - Via Email | 52.4223176 | -1.8253145 | |
| 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 | |
| 9503 | op-snap---monthly-publication-january-2025.pdf | 611 | 2025-01 | Car | Hyundai | Ionic | Silver | Driving without Due Care and Attention | None | Watery Lane Middleway | Watery Lane Middleway | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4752679 | -1.8748608 | |
| 9519 | op-snap---monthly-publication-january-2025.pdf | 627 | 2025-01 | Car | Hyundai | TUCSAON | Grey | Driving without Due Care and Attention | None | M6 N/B | M6 Northbound | Birmingham | Birmingham | Education | N/A | Yes - Via Email | |||
| 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 | |
| 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 | |
| 10432 | op-snap---monthly-publication-january-2025.pdf | 1540 | 2025-01 | Car | Hyundai | Tuscan SE Nav | Silver | Contravening a Red Traffic Light | None | Bordesley Green Road, Birmingham. | Bordesley Green Road, Birmingham | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4804926 | -1.8563658 | |
| 10472 | op-snap---monthly-publication-january-2025.pdf | 1580 | 2025-01 | Car | Hyundai | I30 | Blue | Driving without Due Care and Attention | None | M6 Jct 10 roundabout toawards M6 N | M6 Junction 10 roundabout toawards M6 N | Walsall | Walsall | Education | N/A | Yes - Via Email | 52.676119 | -2.0858425 |
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);