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'}
13 rows where month = "2025-08", offence = "Contravening a Red Traffic Light" and vehicle_make = "Nissan" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 6
reporter_transport_mode 3
- Car 11
- Pedal Bike 1
- Pedestrian 1
disposal 3
- Education 6
- Warning Letter 4
- NFA 3
vehicle_make 1
- Nissan · 13 ✖
offence 1
- Contravening a Red Traffic Light · 13 ✖
month 1
- 2025-08 · 13 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2038 | op-snap---monthly-publication-august-2025.pdf | 13 | 2025-08 | Car | Nissan | Note | Black | Contravening a Red Traffic Light | None | Lozells Road | Lozells Road | Birmingham | Birmingham | Warning Letter | N/A | 52.502683 | -1.9033516 | ||
| 2069 | op-snap---monthly-publication-august-2025.pdf | 44 | 2025-08 | Car | Nissan | Juke | White | Contravening a Red Traffic Light | None | A449 Stafford Road | Stafford Road | Wolverhampton | Wolverhampton | Education | N/A | 52.6291998 | -2.126312 | ||
| 2348 | op-snap---monthly-publication-august-2025.pdf | 323 | 2025-08 | Car | Nissan | Juke | Red | Contravening a Red Traffic Light | None | A457 Dudley Road | Dudley Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4865107 | -1.9386263 | ||
| 2453 | op-snap---monthly-publication-august-2025.pdf | 428 | 2025-08 | Car | Nissan | Qashqai | Black | Contravening a Red Traffic Light | None | Monument Road | Monument Road | Birmingham | Birmingham | NFA | No Offence | 52.4731312 | -1.930947 | ||
| 2466 | op-snap---monthly-publication-august-2025.pdf | 441 | 2025-08 | Pedestrian | Nissan | Juke | Grey | Contravening a Red Traffic Light | None | Birchley Island Oldbury | Birchley Island Oldbury | Sandwell | Sandwell | Education | N/A | 52.4926604 | -2.0216743 | ||
| 2489 | op-snap---monthly-publication-august-2025.pdf | 464 | 2025-08 | Car | Nissan | Note | Grey | Contravening a Red Traffic Light | None | Hampton Lane | Hampton Lane | Birmingham | Birmingham | Education | N/A | 52.4381761 | -1.6508099 | ||
| 2562 | op-snap---monthly-publication-august-2025.pdf | 537 | 2025-08 | Car | Nissan | Qashqai | Grey | Contravening a Red Traffic Light | None | A45 | A45 | Birmingham | Birmingham | Education | N/A | ||||
| 2578 | op-snap---monthly-publication-august-2025.pdf | 553 | 2025-08 | Car | Nissan | Micra | Red | Contravening a Red Traffic Light | None | Park Hall Scool | Park Hall Scool | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 2607 | op-snap---monthly-publication-august-2025.pdf | 582 | 2025-08 | Car | Nissan | Qashqai | Silver | Contravening a Red Traffic Light | None | Warwick Road | Warwick Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4555288 | -1.8613929 | ||
| 2613 | op-snap---monthly-publication-august-2025.pdf | 588 | 2025-08 | Car | Nissan | Juke | Silver | Contravening a Red Traffic Light | None | Walmley Ash Road | Walmley Ash Road | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | 52.5376726 | -1.7973346 | ||
| 2760 | op-snap---monthly-publication-august-2025.pdf | 735 | 2025-08 | Car | Nissan | Juke | White | Contravening a Red Traffic Light | None | Stanley Matthews Way (Stoke) Staffs | Stanley Matthews Way (Stoke) Staffs | Out of Force Are | Out of Force Area | NFA | Out of Force | ||||
| 2782 | op-snap---monthly-publication-august-2025.pdf | 757 | 2025-08 | Car | Nissan | Qashqai | Black | Contravening a Red Traffic Light | None | A491 Hagley Road Stourbridge | Hagley Road Stourbridge | Dudley | Dudley | Education | N/A | 52.4407776 | -2.1344067 | ||
| 2922 | op-snap---monthly-publication-august-2025.pdf | 897 | 2025-08 | Pedal Bike | Nissan | Qashqai | White | Contravening a Red Traffic Light | None | Tunnel Road, Kings Norton | Tunnel Road, Kings Norton | Birmingham | Birmingham | Education | N/A | 52.3995677 | -1.9364122 |
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);