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 council_area = "Walsall", month = "2025-06" and reporter_transport_mode = "Pedal Bike" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
vehicle_make 10
- Ford 2
- Audi 1
- BMW 1
- Citroen 1
- Hyundai 1
- Iveco 1
- Mercedes-Benz 1
- Vauxhall 1
- Volkswagen 1
- Volvo 1
offence 4
disposal 4
- Education 5
- NFA 3
- Court 2
- Warning Letter 1
reporter_transport_mode 1
- Pedal Bike · 11 ✖
month 1
- 2025-06 · 11 ✖
council_area 1
- Walsall · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14109 | op-snap---monthly-publication-june-2025.pdf | 38 | 2025-06 | Pedal Bike | Volvo | Red | Driving without Due Care and Attention | None | B4151 towards Walsall | B4151 towards Walsall | Walsall | Walsall | Education | N/A | |||||
| 14544 | op-snap---monthly-publication-june-2025.pdf | 473 | 2025-06 | Pedal Bike | Mercedes-Benz | Sprinter | White | Contravening a Red Traffic Light | None | Daw End Lane | Daw End Lane | Walsall | Walsall | Education | N/A | 52.6068849 | -1.9611652 | ||
| 14545 | op-snap---monthly-publication-june-2025.pdf | 474 | 2025-06 | Pedal Bike | BMW | 218i | Red | Contravening a Red Traffic Light | None | Daw End Lane | Daw End Lane | Walsall | Walsall | Education | N/A | 52.6068849 | -1.9611652 | ||
| 14546 | op-snap---monthly-publication-june-2025.pdf | 475 | 2025-06 | Pedal Bike | Volkswagen | T-roc | Black | Contravening a Red Traffic Light | None | Daw End Lane | Daw End Lane | Walsall | Walsall | Education | N/A | 52.6068849 | -1.9611652 | ||
| 14875 | op-snap---monthly-publication-june-2025.pdf | 804 | 2025-06 | Pedal Bike | Citroen | DS 3.. | Grey | Driving without Due Care and Attention | None | Dartmouth Avenue | Dartmouth Avenue | Walsall | Walsall | Education | N/A | 52.6039645 | -1.9797631 | ||
| 14973 | op-snap---monthly-publication-june-2025.pdf | 902 | 2025-06 | Pedal Bike | Iveco | Daily | White | Use vehicle on a road without valid test certificate | None | Steelpark Way | Steelpark Way | Walsall | Walsall | NFA | No Independent Evidence Available | ||||
| 15043 | op-snap---monthly-publication-june-2025.pdf | 972 | 2025-06 | Pedal Bike | Vauxhall | Meriva | Grey | Driving without Due Care and Attention | None | Wolverhampton Road West | Wolverhampton Road West | Walsall | Walsall | NFA | No Offence | 52.5866889 | -2.0354488 | ||
| 15093 | op-snap---monthly-publication-june-2025.pdf | 1022 | 2025-06 | Pedal Bike | Ford | Transit | White | Driving without Due Care and Attention | None | Bosty Lane | Bosty Lane | Walsall | Walsall | Court | N/A | 52.5948329 | -1.927787 | ||
| 15464 | op-snap---monthly-publication-june-2025.pdf | 1393 | 2025-06 | Pedal Bike | Hyundai | i10 | Silver | Driving without Due Care and Attention | Use vehicle on a road without valid test certificate | Cresswell Crescent | Cresswell Crescent | Walsall | Walsall | Court | N/A | 52.6264494 | -2.0202765 | ||
| 15692 | op-snap---monthly-publication-june-2025.pdf | 1621 | 2025-06 | Pedal Bike | Ford | Galaxy | Grey | Driving without Due Care and Attention | None | Hollyhedge Road | Hollyhedge Road | Walsall | Walsall | NFA | No Offence | 52.5862112 | -1.9959499 | ||
| 16067 | op-snap---monthly-publication-june-2025.pdf | 1996 | 2025-06 | Pedal Bike | Audi | A3 | White | Cause vehicle to be left in a dangerous position | None | Primley Avenue | Primley Avenue | Walsall | Walsall | Warning Letter | N/A | 52.579223 | -2.0077849 |
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);