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 = "Court", month = "2025-09" and offence = "Contravening a Red Traffic Light" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, latitude, longitude
vehicle_make 7
- Mercedes-Benz 3
- Nissan 2
- Seat 2
- Audi 1
- BMW 1
- Ford 1
- Volkswagen 1
council_area 5
- Birmingham 6
- Coventry 2
- Sutton Coldfield 1
- Walsall 1
- Wolverhampton 1
reporter_transport_mode 1
- Car 11
offence 1
- Contravening a Red Traffic Light · 11 ✖
month 1
- 2025-09 · 11 ✖
disposal 1
- Court · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23868 | op-snap---monthly-publication-september-2025.pdf | 87 | 2025-09 | Car | Audi | A3 | Grey | Contravening a Red Traffic Light | Use vehicle on a road without valid test certificate | Poets Corner | Poets Corner | Birmingham | Birmingham | Court | N/A | 52.4647091 | -1.8588833 | ||
| 23893 | op-snap---monthly-publication-september-2025.pdf | 112 | 2025-09 | Car | Mercedes-Benz | C-class | Silver | Contravening a Red Traffic Light | No Insurance | Priory Road, Edgbaston | Priory Road, Edgbaston | Birmingham | Birmingham | Court | N/A | 52.4556998 | -1.9102592 | ||
| 24009 | op-snap---monthly-publication-september-2025.pdf | 228 | 2025-09 | Car | BMW | 5 series | Grey | Contravening a Red Traffic Light | None | Northfield Road | Northfield Road | Birmingham | Birmingham | Court | N/A | 52.4167654 | -1.9411244 | ||
| 24011 | op-snap---monthly-publication-september-2025.pdf | 230 | 2025-09 | Car | Nissan | Qashqai | Grey | Contravening a Red Traffic Light | None | Northfield Road | Northfield Road | Birmingham | Birmingham | Court | N/A | 52.4167654 | -1.9411244 | ||
| 24151 | op-snap---monthly-publication-september-2025.pdf | 370 | 2025-09 | Car | Mercedes-Benz | Vito | White | Contravening a Red Traffic Light | No Insurance | Skidmore Road | Skidmore Road | Wolverhampton | Wolverhampton | Court | N/A | ||||
| 24258 | op-snap---monthly-publication-september-2025.pdf | 477 | 2025-09 | Car | Ford | Kuga | Silver | Contravening a Red Traffic Light | None | A4540 Icknield Street | Icknield Street | Birmingham | Birmingham | Court | N/A | 52.5709191 | -1.8759339 | ||
| 24323 | op-snap---monthly-publication-september-2025.pdf | 542 | 2025-09 | Car | Nissan | Qashqai | Silver | Contravening a Red Traffic Light | Use vehicle on a road without valid test certificate | Wall Hill Road, Allesley | Wall Hill Road, Allesley | Coventry | Coventry | Court | N/A | 52.4528686 | -1.5735038 | ||
| 24681 | op-snap---monthly-publication-september-2025.pdf | 900 | 2025-09 | Car | Seat | Leon | White | Contravening a Red Traffic Light | No vehicle excise licence | Tamworth Road | Tamworth Road | Coventry | Coventry | Court | N/A | 52.4380313 | -1.5339558 | ||
| 24717 | op-snap---monthly-publication-september-2025.pdf | 936 | 2025-09 | Car | Volkswagen | Golf | Blue | Contravening a Red Traffic Light | None | Stechford LAne | Stechford LAne | Birmingham | Birmingham | Court | N/A | 52.4930549 | -1.8179571 | ||
| 24766 | op-snap---monthly-publication-september-2025.pdf | 985 | 2025-09 | Car | Mercedes-Benz | A180 | Grey | Contravening a Red Traffic Light | None | Walsall Road and Bosty Lane | Walsall Road and Bosty Lane | Walsall | Walsall | Court | N/A | 52.569465 | -2.0246155 | ||
| 24948 | op-snap---monthly-publication-september-2025.pdf | 1167 | 2025-09 | Car | Seat | Exeo | Grey | Contravening a Red Traffic Light | None | Park Lane | Park Lane | Sutton Coldfield | Sutton Coldfield | Court | N/A | 52.5239223 | -1.7707216 |
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);