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-07" and vehicle_make = "Nissan" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, latitude, longitude
offence 4
council_area 4
- Birmingham 5
- Coventry 4
- Sandwell 1
- Sutton Coldfield 1
reporter_transport_mode 2
- Car 7
- Pedal Bike 4
vehicle_make 1
- Nissan · 11 ✖
month 1
- 2025-07 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 12008 | op-snap---monthly-publication-july-2025.pdf | 60 | 2025-07 | Car | Nissan | Qashqai | Blue | Contravening a Red Traffic Light | None | Castle Bromwich Interchange | Castle Bromwich Interchange | Birmingham | Birmingham | Education | N/A | ||||
| 12084 | op-snap---monthly-publication-july-2025.pdf | 136 | 2025-07 | Car | Nissan | Juke | Grey | Contravening a Red Traffic Light | None | High Street | High Street | Sandwell | Sandwell | Education | N/A | 52.5128738 | -1.9842054 | ||
| 12330 | op-snap---monthly-publication-july-2025.pdf | 382 | 2025-07 | Car | Nissan | Primastar | White | Driving without Due Care and Attention | None | Chester Road | Chester Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | 52.5359496 | -1.8324115 | ||
| 12415 | op-snap---monthly-publication-july-2025.pdf | 467 | 2025-07 | Car | Nissan | Qashqai | Silver | Contravening a Red Traffic Light | None | Four Pounds Avenue | Four Pounds Avenue | Coventry | Coventry | Education | N/A | 52.413228 | -1.5323652 | ||
| 12425 | op-snap---monthly-publication-july-2025.pdf | 477 | 2025-07 | Car | Nissan | Qashqai | Black | Vehicle overtake within crossing limits | None | Heath Street | Heath Street | Birmingham | Birmingham | Education | N/A | 52.4869563 | -1.9351596 | ||
| 12562 | op-snap---monthly-publication-july-2025.pdf | 614 | 2025-07 | Pedal Bike | Nissan | Note | Grey | Driving without Due Care and Attention | None | Oakfield Road | Oakfield Road | Birmingham | Birmingham | Education | N/A | 52.4464556 | -1.9200958 | ||
| 12851 | op-snap---monthly-publication-july-2025.pdf | 903 | 2025-07 | Car | Nissan | Qashqai | Red | Driving without Reasonable Consideration | None | Alcester Road South | Alcester Road South | Birmingham | Birmingham | Education | N/A | 52.4170522 | -1.8906187 | ||
| 12963 | op-snap---monthly-publication-july-2025.pdf | 1015 | 2025-07 | Car | Nissan | Qashqai | Red | Driving without Due Care and Attention | None | Ansty Interchange | Ansty Interchange | Coventry | Coventry | Education | N/A | 52.4399359 | -1.4395909 | ||
| 13043 | op-snap---monthly-publication-july-2025.pdf | 1095 | 2025-07 | Pedal Bike | Nissan | Qashqai | Black | Contravening a Red Traffic Light | None | Far Gosford Street | Far Gosford Street | Coventry | Coventry | Education | N/A | 52.4071231 | -1.4985178 | ||
| 13044 | op-snap---monthly-publication-july-2025.pdf | 1096 | 2025-07 | Pedal Bike | Nissan | Note | Red | Contravening a Red Traffic Light | None | Far Gosford Street | Far Gosford Street | Coventry | Coventry | Education | N/A | 52.4071231 | -1.4985178 | ||
| 13082 | op-snap---monthly-publication-july-2025.pdf | 1134 | 2025-07 | Pedal Bike | Nissan | Qashqai | Grey | Driving without Due Care and Attention | None | War lane | War lane | Birmingham | Birmingham | Education | N/A | 52.4569552 | -1.9616483 |
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);