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 disposal = "Court", month = "2026-02" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw
council_area 5
- Birmingham 4
- Sandwell 2
- Solihull 2
- Dudley 1
- Walsall 1
reporter_transport_mode 4
- Car 7
- Other 1
- Pedal Bike 1
- Pedestrian 1
offence 4
vehicle_make 1
- Ford · 10 ✖
month 1
- 2026-02 · 10 ✖
disposal 1
- Court · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7737 | op-snap---monthly-publication-february-2026.pdf | 484 | 2026-02 | Pedestrian | Ford | Transit | Silver | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Stratford Road | Stratford Road | Birmingham | Birmingham | Court | N/A | 52.4203897 | -1.8338574 | ||
| 8269 | op-snap---monthly-publication-february-2026.pdf | 1016 | 2026-02 | Car | Ford | Transit | Blue | Driving without Due Care and Attention | No Insurance | Halesowen Road Netherton | Halesowen Road Netherton | Dudley | Dudley | Court | N/A | 52.4904317 | -2.0833451 | ||
| 8360 | op-snap---monthly-publication-february-2026.pdf | 1107 | 2026-02 | Car | Ford | Transit | Blue | Contravening a Red Traffic Light | No Insurance | Brookvale Road | Brookvale Road | Birmingham | Birmingham | Court | N/A | 52.5219365 | -1.8755325 | ||
| 8375 | op-snap---monthly-publication-february-2026.pdf | 1122 | 2026-02 | Car | Ford | Fiesta | Purple | Driving without Due Care and Attention | None | Newborough Road | Newborough Road | Solihull | Solihull | Court | N/A | 52.4123031 | -1.83781 | ||
| 8429 | op-snap---monthly-publication-february-2026.pdf | 1176 | 2026-02 | Car | Ford | Fiesta | Silver | Driving without Due Care and Attention | None | Dudley Port at Sedgley Road | Dudley Port at Sedgley Road | Sandwell | Sandwell | Court | N/A | 52.524461 | -2.0492538 | ||
| 8443 | op-snap---monthly-publication-february-2026.pdf | 1190 | 2026-02 | Car | Ford | Fiesta | Silver | Contravening a Red Traffic Light | Drive otherwise than in accordance with a licence | Walsall Road | Walsall Road | Birmingham | Birmingham | Court | N/A | 52.5919543 | -1.8517118 | ||
| 8502 | op-snap---monthly-publication-february-2026.pdf | 1249 | 2026-02 | Car | Ford | Transit | White | Driving without Due Care and Attention | None | Moor Lane at Brookvale Road (Perry Barr) | Moor Lane at Brookvale Road (Perry Barr) | Birmingham | Birmingham | Court | N/A | 52.5276389 | -1.8831953 | ||
| 8558 | op-snap---monthly-publication-february-2026.pdf | 1305 | 2026-02 | Pedal Bike | Ford | Cmax | Blue | Driving without Due Care and Attention | None | Cranmore Bvd | Cranmore Bvd | Solihull | Solihull | Court | N/A | 52.3947549 | -1.8141729 | ||
| 8580 | op-snap---monthly-publication-february-2026.pdf | 1327 | 2026-02 | Other | Ford | Transit tipper | Blue | Use a motor vehicle / trailer in a condition likely to cause danger of injury | None | Spring Vale Street, Willenhall | Spring Vale Street, Willenhall | Walsall | Walsall | Court | N/A | ||||
| 8809 | op-snap---monthly-publication-february-2026.pdf | 1556 | 2026-02 | Car | Ford | Transit | White | Driving without Due Care and Attention | None | Brickhouse Lane | Brickhouse Lane | Sandwell | Sandwell | Court | N/A | 52.5331011 | -2.0206711 |
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);