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 month = "2025-04", offence = "Use a vehicle / cycle on a road and contravene a local traffic order other than parking" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
reporter_transport_mode 4
- Other 4
- Car 3
- Pedal Bike 1
- Pedestrian 1
disposal 3
- NFA 4
- Warning Letter 4
- Fixed Penalty 1
council_area 3
- Dudley 4
- Birmingham 3
- Coventry 2
vehicle_make 1
- Ford · 9 ✖
offence 1
- Use a vehicle / cycle on a road and contravene a local traffic order other than parking · 9 ✖
month 1
- 2025-04 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 70 | op-snap---monthly-publication-april-2025.pdf | 69 | 2025-04 | Pedal Bike | Ford | Fiesta | White | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4221152 | -1.4959475 | ||
| 91 | op-snap---monthly-publication-april-2025.pdf | 90 | 2025-04 | Car | Ford | Focus | Black | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Tile Hill Lane | Tile Hill Lane | Coventry | Coventry | Warning Letter | N/A | 52.4041117 | -1.5595662 | ||
| 149 | op-snap---monthly-publication-april-2025.pdf | 148 | 2025-04 | Pedestrian | Ford | Fiesta | Grey | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Sherborne Street | Sherborne Street | Birmingham | Birmingham | Warning Letter | N/A | 52.4762433 | -1.9176665 | ||
| 189 | op-snap---monthly-publication-april-2025.pdf | 188 | 2025-04 | Other | Ford | Ranger | White | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Tower Street | Tower Street | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.5112053 | -2.0833165 | ||
| 592 | op-snap---monthly-publication-april-2025.pdf | 591 | 2025-04 | Other | Ford | Fiesta | Brown | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Norwood Road | Norwood Road | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4831397 | -2.1309273 | ||
| 617 | op-snap---monthly-publication-april-2025.pdf | 616 | 2025-04 | Other | Ford | Transit | Silver | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Norwood Road | Norwood Road | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4831397 | -2.1309273 | ||
| 625 | op-snap---monthly-publication-april-2025.pdf | 624 | 2025-04 | Car | Ford | Transit | White | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Chester Road | Chester Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5359496 | -1.8324115 | ||
| 627 | op-snap---monthly-publication-april-2025.pdf | 626 | 2025-04 | Car | Ford | Transit | Black | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Chester Road | Chester Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5359496 | -1.8324115 | ||
| 639 | op-snap---monthly-publication-april-2025.pdf | 638 | 2025-04 | Other | Ford | Fiesta | White | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Norwood Road | Norwood Road | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4831397 | -2.1309273 |
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);