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'}
9 rows where disposal = "Education", month = "2025-03" and vehicle_make = "Kia" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw
offence 5
council_area 4
- Birmingham 4
- Sutton Coldfield 2
- Walsall 2
- Dudley 1
reporter_transport_mode 3
- Car 5
- Pedal Bike 2
- Pedestrian 2
vehicle_make 1
- Kia · 9 ✖
month 1
- 2025-03 · 9 ✖
disposal 1
- Education · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16581 | op-snap---monthly-publication-march-2025.pdf | 338 | 2025-03 | Pedal Bike | Kia | Sportage | Grey | Driving without Reasonable Consideration | None | Chester Road | Chester Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | Yes - Via Email | 52.5359496 | -1.8324115 | |
| 17157 | op-snap---monthly-publication-march-2025.pdf | 914 | 2025-03 | Pedestrian | Kia | Niro | Blue | Driving without Due Care and Attention | None | Vittoria Street | Vittoria Street | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4851181 | -1.9106263 | |
| 17242 | op-snap---monthly-publication-march-2025.pdf | 999 | 2025-03 | Pedestrian | Kia | Picanto | Green | Stop a vehicle within pelican pedestrian crossing limits | None | Hill Village Road | Hill Village Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | Yes - Via Email | 52.5959906 | -1.8345802 | |
| 17383 | op-snap---monthly-publication-march-2025.pdf | 1140 | 2025-03 | Car | Kia | Xceed | Red | Cause vehicle to be left in a dangerous position | None | Hurstcroft Road | Hurstcroft Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4830179 | -1.783876 | |
| 17815 | op-snap---monthly-publication-march-2025.pdf | 1572 | 2025-03 | Pedal Bike | Kia | Sportage | Grey | Driving without Reasonable Consideration | None | The Broadway | The Broadway | Dudley | Dudley | Education | N/A | Yes - Via Email | 52.515445 | -2.0885791 | |
| 18009 | op-snap---monthly-publication-march-2025.pdf | 1766 | 2025-03 | Car | Kia | Sportage | Yellow | Contravening a Red Traffic Light | None | A4123 | A4123 | Walsall | Walsall | Education | N/A | Yes - Via Email | |||
| 18076 | op-snap---monthly-publication-march-2025.pdf | 1833 | 2025-03 | Car | Kia | Picanto | Red | Contravening a Red Traffic Light | None | Bosty Lane B4154 Walsall | Bosty Lane B4154 Walsall | Walsall | Walsall | Education | N/A | Yes - Via Email | 52.5960984 | -1.934731 | |
| 18126 | op-snap---monthly-publication-march-2025.pdf | 1883 | 2025-03 | Car | Kia | Sportage | Green | Driving without Due Care and Attention | None | Tenbury Road Kings Heath | Tenbury Road Kings Heath | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4264041 | -1.8966768 | |
| 18203 | op-snap---monthly-publication-march-2025.pdf | 1960 | 2025-03 | Car | Kia | Ceed | Brown | Stop a vehicle within pelican pedestrian crossing limits | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4929304 | -1.8229092 |
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);