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-09", reporter_transport_mode = "Other" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
offence 4
council_area 4
- Dudley 4
- Walsall 3
- Solihull 1
- Wolverhampton 1
disposal 3
- NFA 5
- Warning Letter 3
- Fixed Penalty 1
vehicle_make 1
- Ford · 9 ✖
reporter_transport_mode 1
- Other · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23805 | op-snap---monthly-publication-september-2025.pdf | 24 | 2025-09 | Other | Ford | Toureno | Silver | Contravening a Red Traffic Light | None | A4150 Waterloo Road | Waterloo Road | Wolverhampton | Wolverhampton | NFA | No Independent Evidence Available | 52.5960155 | -2.1295068 | ||
| 23937 | op-snap---monthly-publication-september-2025.pdf | 156 | 2025-09 | Other | Ford | eTransit | White | Using a Mobile Phone Whilst Driving | None | Forest Close | Forest Close | Walsall | Walsall | NFA | No Independent Evidence Available | 52.5738095 | -1.8904163 | ||
| 24287 | op-snap---monthly-publication-september-2025.pdf | 506 | 2025-09 | Other | Ford | Puma | Blue | Contravening a Red Traffic Light | None | Field Road at Lichfield Road Brownhills | Field Road at Lichfield Road Brownhills | Walsall | Walsall | NFA | No Independent Evidence Available | 52.6158437 | -1.998053 | ||
| 24369 | op-snap---monthly-publication-september-2025.pdf | 588 | 2025-09 | Other | Ford | Transit | White | Using a Mobile Phone Whilst Driving | None | Compton Close | Compton Close | Solihull | Solihull | Warning Letter | N/A | 52.4167285 | -1.811636 | ||
| 24421 | op-snap---monthly-publication-september-2025.pdf | 640 | 2025-09 | Other | Ford | Transit | Grey | Motor vehicle fail to comply with endorsable sect | ion 36 traffic sign -otheNr othnaen manned or automatic | Neqourwipomoedn Rtoad | Neqourwipomoedn Rtoad | Dudley | Dudley | Fixed Penalty | N/A | ||||
| 24536 | op-snap---monthly-publication-september-2025.pdf | 755 | 2025-09 | Other | Ford | Transit | White | Driving without Due Care and Attention | None | Almond Avenue | Almond Avenue | Walsall | Walsall | NFA | No Independent Evidence Available | 52.5937008 | -2.0278742 | ||
| 24875 | op-snap---monthly-publication-september-2025.pdf | 1094 | 2025-09 | Other | Ford | Fiesta | Red | Driving without Due Care and Attention | None | Waterfront Way | Waterfront Way | Dudley | Dudley | Warning Letter | N/A | 52.4879006 | -2.1188734 | ||
| 24876 | op-snap---monthly-publication-september-2025.pdf | 1095 | 2025-09 | Other | Ford | Fiesta | Black | Driving without Due Care and Attention | None | Waterfront Way | Waterfront Way | Dudley | Dudley | Warning Letter | N/A | 52.4879006 | -2.1188734 | ||
| 24880 | op-snap---monthly-publication-september-2025.pdf | 1099 | 2025-09 | Other | Ford | Fiesta | Blue | Driving without Due Care and Attention | None | Waterfront Car Park | Waterfront Car Park | Dudley | Dudley | NFA | No Offence |
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);