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-03", offence = "Driving without Reasonable Consideration" and vehicle_make = "Peugeot" 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, latitude, longitude
disposal 4
- Education 5
- Court 2
- Fixed Penalty 1
- Warning Letter 1
council_area 4
- Birmingham 6
- Coventry 1
- Dudley 1
- Sutton Coldfield 1
reporter_transport_mode 2
- Pedal Bike 5
- Car 4
vehicle_make 1
- Peugeot · 9 ✖
offence 1
- Driving without Reasonable Consideration · 9 ✖
month 1
- 2025-03 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16321 | op-snap---monthly-publication-march-2025.pdf | 78 | 2025-03 | Pedal Bike | Peugeot | 308 | Black | Driving without Reasonable Consideration | None | Masshouse Lane | Masshouse Lane | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4072996 | -1.9273914 | |
| 16710 | op-snap---monthly-publication-march-2025.pdf | 467 | 2025-03 | Pedal Bike | Peugeot | 108 | Purple | Driving without Reasonable Consideration | None | Camp Hill, Wordsley | Camp Hill, Wordsley | Dudley | Dudley | Education | N/A | Yes - Via Email | 52.475022 | -2.1566273 | |
| 16768 | op-snap---monthly-publication-march-2025.pdf | 525 | 2025-03 | Car | Peugeot | 308 | Silver | Driving without Reasonable Consideration | None | Yardley Wood Road | Yardley Wood Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4103191 | -1.8670224 | |
| 16805 | op-snap---monthly-publication-march-2025.pdf | 562 | 2025-03 | Car | Peugeot | 208 | Red | Driving without Reasonable Consideration | None | CAMP HILL | Camp Hill | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4702894 | -1.8786299 | |
| 16969 | op-snap---monthly-publication-march-2025.pdf | 726 | 2025-03 | Pedal Bike | Peugeot | 308 | Grey | Driving without Reasonable Consideration | None | Cliff Road Road | Cliff Road Road | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | Yes - Via Email | |||
| 17290 | op-snap---monthly-publication-march-2025.pdf | 1047 | 2025-03 | Pedal Bike | Peugeot | 5008 | Grey | Driving without Reasonable Consideration | None | Queensbridge Road | Queensbridge Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4415108 | -1.8971434 | |
| 18003 | op-snap---monthly-publication-march-2025.pdf | 1760 | 2025-03 | Pedal Bike | Peugeot | 3008 | Black | Driving without Reasonable Consideration | None | WOODWAY LANE | Woodway Lane | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.4275505 | -1.4448681 | |
| 18363 | op-snap---monthly-publication-march-2025.pdf | 2120 | 2025-03 | Car | Peugeot | Partner van | White | Driving without Reasonable Consideration | No Insurance | Holloway, Northfield | Holloway, Northfield | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4187366 | -1.9720072 | |
| 18367 | op-snap---monthly-publication-march-2025.pdf | 2124 | 2025-03 | Car | Peugeot | Partner van | White | Driving without Reasonable Consideration | No Insurance | Holloway, Northfield | Holloway, Northfield | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4187366 | -1.9720072 |
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);