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'}
11 rows where month = "2025-06", offence = "Driving without Reasonable Consideration" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 4
disposal 3
- Warning Letter 9
- Education 1
- NFA 1
reporter_transport_mode 2
- Car 9
- Pedal Bike 2
vehicle_make 1
- Ford · 11 ✖
offence 1
- Driving without Reasonable Consideration · 11 ✖
month 1
- 2025-06 · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14097 | op-snap---monthly-publication-june-2025.pdf | 26 | 2025-06 | Car | Ford | Transit | White | Driving without Reasonable Consideration | None | Bloxwich Lane | Bloxwich Lane | Walsall | Walsall | Warning Letter | N/A | 52.6020474 | -2.014682 | ||
| 14155 | op-snap---monthly-publication-june-2025.pdf | 84 | 2025-06 | Car | Ford | Ranger | White | Driving without Reasonable Consideration | None | Smithy Lane | Smithy Lane | Metropolitan Borough | Metropolitan Borough | Warning Letter | N/A | 52.5094086 | -2.1346957 | ||
| 14284 | op-snap---monthly-publication-june-2025.pdf | 213 | 2025-06 | Car | Ford | Ranger | White | Driving without Reasonable Consideration | None | Highbridge Road | Highbridge Road | Metropolitan Borough | Metropolitan Borough | Warning Letter | N/A | 52.5472182 | -1.8359595 | ||
| 14338 | op-snap---monthly-publication-june-2025.pdf | 267 | 2025-06 | Car | Ford | Puma | Blue | Driving without Reasonable Consideration | None | Kingston Road | Kingston Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4747333 | -1.8728345 | ||
| 14452 | op-snap---monthly-publication-june-2025.pdf | 381 | 2025-06 | Car | Ford | transit | Grey | Driving without Reasonable Consideration | None | Cat Lane | Cat Lane | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.5000715 | -1.7840322 | ||
| 14772 | op-snap---monthly-publication-june-2025.pdf | 701 | 2025-06 | Car | Ford | Fiesta | Red | Driving without Reasonable Consideration | None | Tyburn House Roundabout | Tyburn House Roundabout | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 15089 | op-snap---monthly-publication-june-2025.pdf | 1018 | 2025-06 | Car | Ford | Focus | Grey | Driving without Reasonable Consideration | None | Dudley Road East | Dudley Road East | Sandwell | Sandwell | Warning Letter | N/A | 52.5111988 | -2.0318469 | ||
| 15456 | op-snap---monthly-publication-june-2025.pdf | 1385 | 2025-06 | Pedal Bike | Ford | Ka | White | Driving without Reasonable Consideration | None | City Road | City Road | Birmingham | Birmingham | Education | N/A | 52.4763176 | -1.9584897 | ||
| 15470 | op-snap---monthly-publication-june-2025.pdf | 1399 | 2025-06 | Car | Ford | Mondeo | Blue | Driving without Reasonable Consideration | None | A452 towards Erdington | A452 towards Erdington | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 15634 | op-snap---monthly-publication-june-2025.pdf | 1563 | 2025-06 | Pedal Bike | Ford | Puma | White | Driving without Reasonable Consideration | None | Long Mynd Road | Long Mynd Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4257286 | -1.9769008 | ||
| 15707 | op-snap---monthly-publication-june-2025.pdf | 1636 | 2025-06 | Car | Ford | Fiesta | Black | Driving without Reasonable Consideration | None | Cradley Road | Cradley Road | Metropolitan Borough | Metropolitan Borough | Warning Letter | N/A | 52.4827555 | -2.0816033 |
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);