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'}
11 rows where disposal = "Education", month = "2025-10" and vehicle_make = "Hyundai" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw
reporter_transport_mode 3
- Car 6
- Pedal Bike 4
- Lorry 1
council_area 3
- Birmingham 8
- Solihull 2
- Sandwell 1
vehicle_make 1
- Hyundai · 11 ✖
month 1
- 2025-10 · 11 ✖
disposal 1
- Education · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22082 | op-snap---monthly-publication-october-2025.pdf | 32 | 2025-10 | Car | Hyundai | I10 | Red | Driving without Due Care and Attention | None | Warwick Road | Warwick Road | Birmingham | Birmingham | Education | N/A | 52.4555288 | -1.8613929 | ||
| 22280 | op-snap---monthly-publication-october-2025.pdf | 230 | 2025-10 | Car | Hyundai | I30 | Blue | Driving without Due Care and Attention | None | Russell Road | Russell Road | Birmingham | Birmingham | Education | N/A | 52.4398245 | -1.8469786 | ||
| 22495 | op-snap---monthly-publication-october-2025.pdf | 445 | 2025-10 | Car | Hyundai | I10 | Grey | Driving without Due Care and Attention | None | Stonebridge Island | Stonebridge Island | Solihull | Solihull | Education | N/A | 52.445911 | -1.68657 | ||
| 22563 | op-snap---monthly-publication-october-2025.pdf | 513 | 2025-10 | Car | Hyundai | I20 | Red | Contravening a Red Traffic Light | None | A452 | A452 | Birmingham | Birmingham | Education | N/A | ||||
| 22635 | op-snap---monthly-publication-october-2025.pdf | 585 | 2025-10 | Car | Hyundai | i30 | Red | Driving without Due Care and Attention | None | Church Road, A4040 | Church Road, A4040 | Birmingham | Birmingham | Education | N/A | 52.4794746 | -1.9520378 | ||
| 22703 | op-snap---monthly-publication-october-2025.pdf | 653 | 2025-10 | Lorry | Hyundai | i30 | Grey | Driving without Due Care and Attention | None | M42 | M42 | Birmingham | Birmingham | Education | N/A | ||||
| 22819 | op-snap---monthly-publication-october-2025.pdf | 769 | 2025-10 | Car | Hyundai | IX20 | Grey | Contravening a Red Traffic Light | None | Stratford Road | Stratford Road | Birmingham | Birmingham | Education | N/A | 52.4203897 | -1.8338574 | ||
| 22902 | op-snap---monthly-publication-october-2025.pdf | 852 | 2025-10 | Pedal Bike | Hyundai | I20.. | Black | Contravening a Red Traffic Light | None | Bristol Road A34 | Bristol Road A34 | Birmingham | Birmingham | Education | N/A | 52.4485462 | -1.9216965 | ||
| 22944 | op-snap---monthly-publication-october-2025.pdf | 894 | 2025-10 | Pedal Bike | Hyundai | I10 | White | Driving without Due Care and Attention | None | Walsall Road | Walsall Road | Sandwell | Sandwell | Education | N/A | 52.5439824 | -1.9306805 | ||
| 23042 | op-snap---monthly-publication-october-2025.pdf | 992 | 2025-10 | Pedal Bike | Hyundai | IX20 | White | Driving without Due Care and Attention | None | Austin Way | Austin Way | Birmingham | Birmingham | Education | N/A | 52.3938378 | -1.9883434 | ||
| 23064 | op-snap---monthly-publication-october-2025.pdf | 1014 | 2025-10 | Pedal Bike | Hyundai | Tucson | Black | Driving without Due Care and Attention | None | Rumbush Lane | Rumbush Lane | Solihull | Solihull | Education | N/A | 52.3807937 | -1.8418159 |
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);