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'}
10 rows where council_area = "Walsall", disposal = "Court" and month = "2025-03" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, latitude, longitude
vehicle_make 7
- Audi 2
- Vauxhall 2
- BMW 1
- Kia 1
- Mercedes-Benz 1
- Volkswagen 1
- Yamaha 1
offence 4
reporter_transport_mode 3
- Car 6
- Pedestrian 3
- Van 1
month 1
- 2025-03 · 10 ✖
disposal 1
- Court · 10 ✖
council_area 1
- Walsall · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16322 | op-snap---monthly-publication-march-2025.pdf | 79 | 2025-03 | Pedestrian | Vauxhall | ASTRA | Grey | Using a Mobile Phone Whilst Driving | No Seat Belt | DAW END LANE | Daw End Lane | Metropolitan Borough of Walsall | Walsall | Court | N/A | Yes - Via Email | 52.6068849 | -1.9611652 | |
| 16728 | op-snap---monthly-publication-march-2025.pdf | 485 | 2025-03 | Car | Volkswagen | Golf | Blue | Driving without Due Care and Attention | None | Lichfield Road | Lichfield Road | Metropolitan Borough of Walsall | Walsall | Court | N/A | Yes - Via Email | 52.6095168 | -2.0493009 | |
| 16934 | op-snap---monthly-publication-march-2025.pdf | 691 | 2025-03 | Car | Mercedes-Benz | A180 | Black | Driving without Due Care and Attention | None | M6 J10 SB slip | M6 J10 Southbound slip | Metropolitan Borough of Walsall | Walsall | Court | N/A | Yes - Via Email | 52.676119 | -2.0858425 | |
| 17071 | op-snap---monthly-publication-march-2025.pdf | 828 | 2025-03 | Pedestrian | Vauxhall | Insignia | Silver | Contravening a Red Traffic Light | Use vehicle on a road without valid test certificate | Daw End Lane | Daw End Lane | Metropolitan Borough of Walsall | Walsall | Court | N/A | Yes - Via Email | 52.6068849 | -1.9611652 | |
| 17195 | op-snap---monthly-publication-march-2025.pdf | 952 | 2025-03 | Car | Audi | A3 | Grey | Contravening a Red Traffic Light | None | Bell Lane | Bell Lane | Metropolitan Borough of Walsall | Walsall | Court | N/A | Yes - Via Email | 52.5615793 | -1.972332 | |
| 17268 | op-snap---monthly-publication-march-2025.pdf | 1025 | 2025-03 | Pedestrian | Kia | Sportage | Orange | Contravening a Red Traffic Light | None | Daw End Lane | Daw End Lane | Metropolitan Borough of Walsall | Walsall | Court | N/A | Yes - Via Email | 52.6068849 | -1.9611652 | |
| 17376 | op-snap---monthly-publication-march-2025.pdf | 1133 | 2025-03 | Car | Audi | Q5 | Grey | Dangerous Driving | None | Skip Lane | Skip Lane | Metropolitan Borough of Walsall | Walsall | Court | N/A | Yes - Via Email | 52.5767458 | -1.938027 | |
| 17943 | op-snap---monthly-publication-march-2025.pdf | 1700 | 2025-03 | Car | Lexmoto | Black | Contravening a Red Traffic Light | No Insurance | Lakefield Road | Lakefield Road | Walsall | Walsall | Court | N/A | Yes - Via Email | ||||
| 18155 | op-snap---monthly-publication-march-2025.pdf | 1912 | 2025-03 | Van | Yamaha | GPD | Grey | Dangerous Driving | None | ASHTREE ROAD | Ashtree Road | Walsall | Walsall | Court | N/A | Yes - Via Email | |||
| 18416 | op-snap---monthly-publication-march-2025.pdf | 2173 | 2025-03 | Car | BMW | 320D | Blue | Dangerous Driving | Use vehicle on a road without valid test certificate | CHESTER ROAD | Chester Road | Walsall | Walsall | Court | N/A | Yes - Via Email | 52.5692139 | -1.8799672 |
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);