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 = "Sutton Coldfield", disposal = "Fixed Penalty" and vehicle_make = "Land Rover" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, latitude, longitude
offence 5
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 3
- Using a Mobile Phone Whilst Driving 3
- Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 2
- Driving a vehicle wholly or partly on a footpath 1
- Driving without Due Care and Attention 1
reporter_transport_mode 2
- Car 6
- Pedestrian 4
vehicle_make 1
- Land Rover · 10 ✖
disposal 1
- Fixed Penalty · 10 ✖
council_area 1
- Sutton Coldfield · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7749 | op-snap---monthly-publication-february-2026.pdf | 496 | 2026-02 | Pedestrian | Land Rover | Defender | Grey | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Clarence Road | Clarence Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | 52.5940902 | -1.843503 | ||
| 8770 | op-snap---monthly-publication-february-2026.pdf | 1517 | 2026-02 | Car | Land Rover | discovery | Black | Driving a vehicle wholly or partly on a footpath | None | Hollyfield Road | Hollyfield Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | 52.5620486 | -1.8030784 | ||
| 468 | op-snap---monthly-publication-april-2025.pdf | 467 | 2025-04 | Car | Land Rover | Discovery | Silver | Driving without Due Care and Attention | None | Penns Lane | Penns Lane | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | 52.5356148 | -1.8191361 | ||
| 18407 | op-snap---monthly-publication-march-2025.pdf | 2164 | 2025-03 | Car | Land Rover | Defender | Black | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Jockey Road | Jockey Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5535276 | -1.8302584 | |
| 18408 | op-snap---monthly-publication-march-2025.pdf | 2165 | 2025-03 | Car | Land Rover | Defender | Black | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Jockey Road | Jockey Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5535276 | -1.8302584 | |
| 6753 | op-snap---monthly-publication-february-2025.pdf | 1570 | 2025-02 | Car | Land Rover | Sport | Blue | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Lower Queen Street Sutton Coldfield | Lower Queen Street Sutton Coldfield | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5611883 | -1.8211471 | |
| 9420 | op-snap---monthly-publication-january-2025.pdf | 528 | 2025-01 | Pedestrian | Land Rover | RANGE ROVER | Green | Using a Mobile Phone Whilst Driving | None | LICHFIELD ROAD | Lichfield Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5872149 | -1.8300386 | |
| 9709 | op-snap---monthly-publication-january-2025.pdf | 817 | 2025-01 | Pedestrian | Land Rover | EVOQYE | Black | Using a Mobile Phone Whilst Driving | None | ANCHORAGE ROAD | Anchorage Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5699381 | -1.8249539 | |
| 9818 | op-snap---monthly-publication-january-2025.pdf | 926 | 2025-01 | Car | Land Rover | Discovery 5 | Grey | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Lower Queen Street | Lower Queen Street | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5603978 | -1.8227403 | |
| 10242 | op-snap---monthly-publication-january-2025.pdf | 1350 | 2025-01 | Pedestrian | Land Rover | Range Rover Sport | Black | Using a Mobile Phone Whilst Driving | None | CLIFTON ROAD | Clifton Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5609895 | -1.8319819 |
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);