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'}
7 rows where month = "2025-04", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Seat" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
offence 3
disposal 3
- NFA 5
- Education 1
- Fixed Penalty 1
council_area 3
vehicle_make 1
- Seat · 7 ✖
reporter_transport_mode 1
- Pedal Bike · 7 ✖
month 1
- 2025-04 · 7 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 477 | op-snap---monthly-publication-april-2025.pdf | 476 | 2025-04 | Pedal Bike | Seat | Altea | Black | Driving without Reasonable Consideration | None | Frankley Road | Frankley Road | SOauntd owf eFlolrce | Soauntd Owf Eflolrce | NFA | Outside of 14 Days NIP | 52.4710417 | -2.0082392 | ||
| 545 | op-snap---monthly-publication-april-2025.pdf | 544 | 2025-04 | Pedal Bike | Seat | Arona | Red | Driving without Reasonable Consideration | None | Shenley Lane | Shenley Lane | Birmingham | Birmingham | Education | N/A | 52.430111 | -1.9753703 | ||
| 865 | op-snap---monthly-publication-april-2025.pdf | 864 | 2025-04 | Pedal Bike | Seat | leon | White | Driving without Reasonable Consideration | None | Middleton Hall Road , Birmingham | Middleton Hall Road , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4149989 | -1.9345999 | ||
| 884 | op-snap---monthly-publication-april-2025.pdf | 883 | 2025-04 | Pedal Bike | Seat | Altea | Black | Driving without Reasonable Consideration | None | Alworld Road , Birmingham | Alworld Road , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | ||||
| 1007 | op-snap---monthly-publication-april-2025.pdf | 1006 | 2025-04 | Pedal Bike | Seat | Grey | Cause vehicle to be left in a dangerous position | None | Bradford Street , Birmingham | Bradford Street , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4744205 | -1.8886758 | |||
| 1235 | op-snap---monthly-publication-april-2025.pdf | 1234 | 2025-04 | Pedal Bike | Seat | Black | Driving without Reasonable Consideration | None | Allesley Old Road , Coventry | Allesley Old Road , Coventry | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4132318 | -1.5494767 | |||
| 1290 | op-snap---monthly-publication-april-2025.pdf | 1289 | 2025-04 | Pedal Bike | Seat | Np | Blue | Using a Mobile Phone Whilst Driving | None | Bell Green Road | Bell Green Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4324855 | -1.4815548 |
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);