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 month = "2025-09" and reporter_transport_mode = "Lorry" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, council_area_raw, nfa_rationale
vehicle_make 7
- Mercedes-Benz 3
- Ford 2
- Alfa Romeo 1
- Audi 1
- Peugeot 1
- Scania 1
- Vauxhall 1
offence 5
disposal 5
council_area 5
- Walsall 3
- Birmingham 2
- Out of Force Area 2
- Sandwell 2
- Wolverhampton 1
reporter_transport_mode 1
- Lorry · 10 ✖
month 1
- 2025-09 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 24064 | op-snap---monthly-publication-september-2025.pdf | 283 | 2025-09 | Lorry | Mercedes-Benz | A250 | Black | DMroivtionrg v wehitihcoleu fta Dilu teo Ccoamrep alyn dw Aittht eenntdioonrsable | None | M6 J8 SB | M6 J8 Southbound | Sandwell | Sandwell | Warning Letter | N/A | 52.6760749 | -2.0862582 | ||
| 24197 | op-snap---monthly-publication-september-2025.pdf | 416 | 2025-09 | Lorry | Alfa Romeo | Blue | Driving without Due Care and Attention | None | M6 Jct 10 Southbound | M6 Junction 10 Southbound | Walsall | Walsall | NFA | No Offence | 52.676119 | -2.0858425 | |||
| 24225 | op-snap---monthly-publication-september-2025.pdf | 444 | 2025-09 | Lorry | Audi | A1 | Black | Driving without Due Care and Attention | None | Rugby Motorway Services, Warwickshire | Rugby Motorway Services, Warwickshire | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24264 | op-snap---monthly-publication-september-2025.pdf | 483 | 2025-09 | Lorry | Ford | Puma | White | Misc - Non Traffic Offences | None | Coventry Road (A45) | Coventry Road (A45) | Birmingham | Birmingham | Other Action Taken | N/A | 52.4516899 | -1.7753139 | ||
| 24525 | op-snap---monthly-publication-september-2025.pdf | 744 | 2025-09 | Lorry | Scania | Coach | Yellow | Driving without Due Care and Attention | None | M5 J2-1 | M5 J2-1 | Sandwell | Sandwell | NFA | No Offence | 52.4945433 | -2.0190848 | ||
| 24622 | op-snap---monthly-publication-september-2025.pdf | 841 | 2025-09 | Lorry | Peugeot | 2008.. | Black | Driving without Due Care and Attention | None | Willenhall Road - Neachalls Lane | Willenhall Road - Neachalls Lane | Wolverhampton | Wolverhampton | Warning Letter | N/A | ||||
| 24626 | op-snap---monthly-publication-september-2025.pdf | 845 | 2025-09 | Lorry | Mercedes-Benz | A class | Grey | Contravening a Red Traffic Light | None | Black Country Route at M6 Jn10 | Black Country Route at M6 Jn10 | Walsall | Walsall | Fixed Penalty | N/A | 52.5736488 | -2.0492151 | ||
| 24628 | op-snap---monthly-publication-september-2025.pdf | 847 | 2025-09 | Lorry | Ford | Fiesta | Silver | Driving without Due Care and Attention | None | M6 Jn10 exit | M6 Jn10 exit | Walsall | Walsall | Education | N/A | ||||
| 24722 | op-snap---monthly-publication-september-2025.pdf | 941 | 2025-09 | Lorry | Vauxhall | Vivaro | White | Driving without Due Care and Attention | None | Shrewbury Emstrey | Shrewbury Emstrey | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 25511 | op-snap---monthly-publication-september-2025.pdf | 1730 | 2025-09 | Lorry | Mercedes-Benz | C220 | White | VCaRuMse f auinlsn teoc ceossnaforyr mob tsot rRuecgtiuolnat bioyn msotor vehicle | None | Selly Oak Road | Selly Oak Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4263875 | -1.9397954 |
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);