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-12" and vehicle_make = "Jaguar" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
disposal 6
- Warning Letter 4
- NFA 2
- Court 1
- Education 1
- Fixed Penalty 1
- Other Action Taken 1
council_area 6
- Birmingham 4
- Sutton Coldfield 2
- Dudley 1
- Sandwell 1
- Solihull 1
- Walsall 1
offence 5
reporter_transport_mode 4
- Car 4
- Pedal Bike 4
- Other 1
- Pedestrian 1
vehicle_make 1
- Jaguar · 10 ✖
month 1
- 2025-12 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4044 | op-snap---monthly-publication-december-2025.pdf | 172 | 2025-12 | Pedal Bike | Jaguar | F Pace | Blue | Using a Mobile Phone Whilst Driving | None | Park Hill Road | Park Hill Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4612518 | -1.9515542 | ||
| 4272 | op-snap---monthly-publication-december-2025.pdf | 400 | 2025-12 | Car | Jaguar | E Pace | Grey | Contravening a Red Traffic Light | None | Stratford Road | Stratford Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4203897 | -1.8338574 | ||
| 4310 | op-snap---monthly-publication-december-2025.pdf | 438 | 2025-12 | Car | Jaguar | XF | Silver | Misc - Non Traffic Offences | None | A4040 Island Road | Island Road | Sandwell | Sandwell | NFA | Not in Public Interest | 52.4634433 | -1.9965278 | ||
| 4566 | op-snap---monthly-publication-december-2025.pdf | 694 | 2025-12 | Car | Jaguar | epace | White | Misc - Non Traffic Offences | None | boldmere road | Boldmere Road | Sutton Coldfield | Sutton Coldfield | NFA | Misc Inc Crimes | 52.548309 | -1.8411769 | ||
| 4634 | op-snap---monthly-publication-december-2025.pdf | 762 | 2025-12 | Pedal Bike | Jaguar | XF | Blue | Driving without Due Care and Attention | None | Lowhill Lane, Rednal | Lowhill Lane, Rednal | Birmingham | Birmingham | Warning Letter | N/A | 52.3875654 | -1.9924345 | ||
| 4690 | op-snap---monthly-publication-december-2025.pdf | 818 | 2025-12 | Pedal Bike | Jaguar | Epace | Grey | Driving without Due Care and Attention | None | Danford Lane | Danford Lane | Solihull | Solihull | Court | N/A | 52.4092804 | -1.8056214 | ||
| 4862 | op-snap---monthly-publication-december-2025.pdf | 990 | 2025-12 | Other | Jaguar | XJ | Blue | Driving without Due Care and Attention | None | Waterfront main Car Park. | Waterfront main Car Park | Dudley | Dudley | Other Action Taken | Misc Inc Crimes | ||||
| 4879 | op-snap---monthly-publication-december-2025.pdf | 1007 | 2025-12 | Pedal Bike | Jaguar | Fpace | Black | Driving without Due Care and Attention | None | Cordbridge Road | Cordbridge Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | ||||
| 5094 | op-snap---monthly-publication-december-2025.pdf | 1222 | 2025-12 | Pedestrian | Jaguar | XE | Grey | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Hagley Road | Hagley Road | Birmingham | Birmingham | Warning Letter | No Independent Evidence Available | 52.471632 | -1.9456776 | ||
| 5169 | op-snap---monthly-publication-december-2025.pdf | 1297 | 2025-12 | Car | Jaguar | XF | Black | Driving without Due Care and Attention | None | Church Street | Church Street | Walsall | Walsall | Warning Letter | N/A | 52.5863038 | -2.0494462 |
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);