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-02", offence = "Driving without Reasonable Consideration" and vehicle_make = "Toyota" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale
disposal 4
- Education 4
- Warning Letter 3
- Court 1
- NFA 1
council_area 3
- Birmingham 7
- Dudley 1
- Walsall 1
reporter_transport_mode 2
- Pedal Bike 5
- Car 4
vehicle_make 1
- Toyota · 9 ✖
offence 1
- Driving without Reasonable Consideration · 9 ✖
month 1
- 2025-02 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5479 | op-snap---monthly-publication-february-2025.pdf | 296 | 2025-02 | Pedal Bike | Toyota | Yaris | Blue | Driving without Reasonable Consideration | None | Bordesley Green East | Bordesley Green East | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4802441 | -1.8327073 | |
| 5560 | op-snap---monthly-publication-february-2025.pdf | 377 | 2025-02 | Pedal Bike | Toyota | Auris | White | Driving without Reasonable Consideration | No Insurance | Chester Road Birmingham | Chester Road Birmingham | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.5359496 | -1.8324115 | |
| 5784 | op-snap---monthly-publication-february-2025.pdf | 601 | 2025-02 | Pedal Bike | Toyota | Prius | White | Driving without Reasonable Consideration | Contravening a Red Traffic Light | King Edwards Road, Birmingham | King Edwards Road, Birmingham | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4805719 | -1.9144313 | |
| 5903 | op-snap---monthly-publication-february-2025.pdf | 720 | 2025-02 | Pedal Bike | Toyota | Grey | Driving without Reasonable Consideration | None | Yardley Wood Road | Yardley Wood Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4103191 | -1.8670224 | ||
| 5931 | op-snap---monthly-publication-february-2025.pdf | 748 | 2025-02 | Car | Toyota | Corolla | Silver | Driving without Reasonable Consideration | None | New John Street West | New John Street West | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4944784 | -1.9122329 | |
| 5940 | op-snap---monthly-publication-february-2025.pdf | 757 | 2025-02 | Car | Toyota | Corolla | White | Driving without Reasonable Consideration | None | Lower Rushall Street | Lower Rushall Street | Walsall | Walsall | NFA | No VRM | Yes - Via Email | 52.588273 | -1.9750947 | |
| 6298 | op-snap---monthly-publication-february-2025.pdf | 1115 | 2025-02 | Car | Toyota | Grey | Driving without Reasonable Consideration | None | Long Lane Halesowen | Long Lane Halesowen | Dudley | Dudley | Warning Letter | N/A | Yes - Via Email | 52.466675 | -2.0300296 | ||
| 6317 | op-snap---monthly-publication-february-2025.pdf | 1134 | 2025-02 | Car | Toyota | Avensis | Silver | Driving without Reasonable Consideration | None | Montague Street | Montague Street | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4816806 | -1.8788939 | |
| 6565 | op-snap---monthly-publication-february-2025.pdf | 1382 | 2025-02 | Pedal Bike | Toyota | Avenis | White | Driving without Reasonable Consideration | None | Cliff Rock Road | Cliff Rock Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.3937169 | -2.0011078 |
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);