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'}
9 rows where offence = "Use a vehicle / cycle on a road and contravene a l" and reporter_transport_mode = "Car" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
vehicle_make 7
- Ford 3
- Audi 1
- Mercedes-Benz 1
- S Sangyong 1
- Seat 1
- Toyota 1
- Volkswagen 1
council_area 5
- Birmingham 3
- Sutton Coldfield 3
- Coventry 1
- Sandwell 1
- Wolverhampton 1
disposal 2
- Warning Letter 8
- NFA 1
reporter_transport_mode 1
- Car · 9 ✖
offence 1
- Use a vehicle / cycle on a road and contravene a l · 9 ✖
month 1
- 2025-09 9
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 24329 | op-snap---monthly-publication-september-2025.pdf | 548 | 2025-09 | Car | Ford | Fiesta van | White | Use a vehicle / cycle on a road and contravene a l | ocal traffic order other Nthoanne parking | Londonderry Lane, Smethwick | Londonderry Lane, Smethwick | Sandwell | Sandwell | Warning Letter | N/A | 52.4910374 | -1.9779539 | ||
| 24378 | op-snap---monthly-publication-september-2025.pdf | 597 | 2025-09 | Car | S Sangyong | Musso | White | Use a vehicle / cycle on a road and contravene a l | ocal traffic order other Nthoanne parking | Lower Queen Street | Lower Queen Street | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | 52.5603978 | -1.8227403 | ||
| 24379 | op-snap---monthly-publication-september-2025.pdf | 598 | 2025-09 | Car | Toyota | Corolla | Silver | Use a vehicle / cycle on a road and contravene a l | ocal traffic order other Nthoanne parking | Lower Queen Street | Lower Queen Street | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | 52.5603978 | -1.8227403 | ||
| 24471 | op-snap---monthly-publication-september-2025.pdf | 690 | 2025-09 | Car | Seat | Leon | Silver | Use a vehicle / cycle on a road and contravene a l | ocal traffic order other Nthoanne parking | Raynor Road | Raynor Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.6043868 | -2.1046385 | ||
| 24866 | op-snap---monthly-publication-september-2025.pdf | 1085 | 2025-09 | Car | Volkswagen | Polo | Blue | Use a vehicle / cycle on a road and contravene a l | ocal traffic order other Nthoanne parking | Allesley Old Road | Allesley Old Road | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4103629 | -1.5441218 | ||
| 24908 | op-snap---monthly-publication-september-2025.pdf | 1127 | 2025-09 | Car | Ford | Transit | Black | Use a vehicle / cycle on a road and contravene a l | ocal traffic order other Nthoanne parking | Lower Queen Street | Lower Queen Street | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | 52.5603978 | -1.8227403 | ||
| 25369 | op-snap---monthly-publication-september-2025.pdf | 1588 | 2025-09 | Car | Ford | Ranger | White | Use a vehicle / cycle on a road and contravene a l | ocal traffic order other Nthoanne parking | New Street | New Street | Birmingham | Birmingham | Warning Letter | N/A | 52.4791344 | -1.8986915 | ||
| 25403 | op-snap---monthly-publication-september-2025.pdf | 1622 | 2025-09 | Car | Mercedes-Benz | e220 | Black | Use a vehicle / cycle on a road and contravene a l | ocal traffic order other Nthoanne parking | Regent Place | Regent Place | Birmingham | Birmingham | Warning Letter | N/A | 52.4860376 | -1.9095854 | ||
| 25429 | op-snap---monthly-publication-september-2025.pdf | 1648 | 2025-09 | Car | Audi | Q2 | White | Use a vehicle / cycle on a road and contravene a l | ocal traffic order other Nthoanne parking | Great Charles St | Great Charles Street | Birmingham | Birmingham | Warning Letter | N/A | 52.4837518 | -1.901874 |
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);