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 council_area = "Out of Force Area", month = "2025-03" and reporter_transport_mode = "Pedal Bike" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, nfa_rationale
vehicle_make 8
- Ford 3
- Volkswagen 2
- BMW 1
- Hyundai 1
- Mercedes-Benz 1
- Mg 1
- Seat 1
- Vauxhall 1
reporter_transport_mode 1
- Pedal Bike · 11 ✖
month 1
- 2025-03 · 11 ✖
council_area 1
- Out of Force Area · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16278 | op-snap---monthly-publication-march-2025.pdf | 35 | 2025-03 | Pedal Bike | Ford | C-Max | Blue | Driving without Reasonable Consideration | None | Four Pools, Evesham | Four Pools, Evesham | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | |||
| 16282 | op-snap---monthly-publication-march-2025.pdf | 39 | 2025-03 | Pedal Bike | Volkswagen | Polo | Grey | Driving without Due Care and Attention | None | Fairfield Kidderminster | Fairfield Kidderminster | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | |||
| 16383 | op-snap---monthly-publication-march-2025.pdf | 140 | 2025-03 | Pedal Bike | Ford | Focus | Red | Driving without Due Care and Attention | None | Hereford | Hereford | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | 52.4047807 | -2.0101216 | |
| 16462 | op-snap---monthly-publication-march-2025.pdf | 219 | 2025-03 | Pedal Bike | Mg | 3 | Blue | Driving without Reasonable Consideration | None | Heathcote Lane, Leamington Spa | Heathcote Lane, Leamington Spa | Out of Force Area | Out of Force Area | Education | N/A | Yes - Via Email | |||
| 16635 | op-snap---monthly-publication-march-2025.pdf | 392 | 2025-03 | Pedal Bike | BMW | X1 | White | Driving without Reasonable Consideration | None | B4208 Castlemorton | Castlemorton | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | |||
| 17082 | op-snap---monthly-publication-march-2025.pdf | 839 | 2025-03 | Pedal Bike | Mercedes-Benz | B | Black | Driving without Reasonable Consideration | None | Redditch | Redditch | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | 52.4072158 | -1.9277937 | |
| 17277 | op-snap---monthly-publication-march-2025.pdf | 1034 | 2025-03 | Pedal Bike | Ford | Kuga | Grey | Driving without Reasonable Consideration | None | Church Road, Stonnall | Church Road, Stonnall | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | |||
| 17359 | op-snap---monthly-publication-march-2025.pdf | 1116 | 2025-03 | Pedal Bike | Volkswagen | Up | Driving without Reasonable Consideration | None | Hurst Lane | Hurst Lane | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | 52.4967785 | -1.7667723 | ||
| 17437 | op-snap---monthly-publication-march-2025.pdf | 1194 | 2025-03 | Pedal Bike | Vauxhall | Vivaro | Grey | Driving without Due Care and Attention | None | Old Warwick Road | Old Warwick Road | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | 52.4387281 | -1.8078959 | |
| 17469 | op-snap---monthly-publication-march-2025.pdf | 1226 | 2025-03 | Pedal Bike | Hyundai | i10 | Silver | Driving without Reasonable Consideration | None | Hatton Park, Warwickshire | Hatton Park, Warwickshire | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | |||
| 17496 | op-snap---monthly-publication-march-2025.pdf | 1253 | 2025-03 | Pedal Bike | Seat | Leon | Black | Driving without Due Care and Attention | None | Barbourne Road, Worcester | Barbourne Road, Worcester | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email |
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);