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'}
8 rows where month = "2025-06", offence = "Misc - Non Traffic Offences" and vehicle_make = "Toyota" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw
council_area 6
- Solihull 2
- Sutton Coldfield 2
- Birmingham 1
- Coventry 1
- Dudley 1
- Sandwell 1
reporter_transport_mode 4
- Car 4
- Pedal Bike 2
- Other 1
- Pedestrian 1
vehicle_make 1
- Toyota · 8 ✖
offence 1
- Misc - Non Traffic Offences · 8 ✖
month 1
- 2025-06 · 8 ✖
disposal 1
- NFA 8
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14565 | op-snap---monthly-publication-june-2025.pdf | 494 | 2025-06 | Car | Toyota | Aygo | White | Misc - Non Traffic Offences | None | High Street Dudley | High Street Dudley | Dudley | Dudley | NFA | No Offence | 52.4506569 | -2.0527394 | ||
| 14589 | op-snap---monthly-publication-june-2025.pdf | 518 | 2025-06 | Car | Toyota | Silver | Misc - Non Traffic Offences | None | Rosemary Hill Road | Rosemary Hill Road | Sutton Coldfield | Sutton Coldfield | NFA | No Offence | 52.5918569 | -1.8630817 | |||
| 14747 | op-snap---monthly-publication-june-2025.pdf | 676 | 2025-06 | Pedal Bike | Toyota | Yaris | Red | Misc - Non Traffic Offences | None | Sarehole Rd | Sarehole Road | Solihull | Solihull | NFA | No Offence | ||||
| 14980 | op-snap---monthly-publication-june-2025.pdf | 909 | 2025-06 | Other | Toyota | Auris | Blue | Misc - Non Traffic Offences | None | M6 | M6 | Coventry | Coventry | NFA | No Offence | ||||
| 15396 | op-snap---monthly-publication-june-2025.pdf | 1325 | 2025-06 | Pedestrian | Toyota | RAV4 | Grey | Misc - Non Traffic Offences | None | Berwood Road | Berwood Road | Sutton Coldfield | Sutton Coldfield | NFA | No Offence | 52.5342947 | -1.8155375 | ||
| 15475 | op-snap---monthly-publication-june-2025.pdf | 1404 | 2025-06 | Pedal Bike | Toyota | Auris | Silver | Misc - Non Traffic Offences | None | Witton Road | Witton Road | Birmingham | Birmingham | NFA | No Offence | 52.513336 | -1.8833226 | ||
| 15585 | op-snap---monthly-publication-june-2025.pdf | 1514 | 2025-06 | Car | Toyota | Hilux | Blue | Misc - Non Traffic Offences | None | M42 S/B Jn 5 to 4 | M42 Southbound Junction 5 to 4 | Solihull | Solihull | NFA | No Offence | ||||
| 15744 | op-snap---monthly-publication-june-2025.pdf | 1673 | 2025-06 | Car | Toyota | Avensis | Silver | Misc - Non Traffic Offences | None | A457 Oldbury | Oldbury | Sandwell | Sandwell | NFA | No Offence | 52.5039074 | -2.0163917 |
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);