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'}
12 rows where council_area = "Out of Force Area", offence = "Driving without Reasonable Consideration" and vehicle_make = "BMW" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, second_offence, nfa_rationale
reporter_transport_mode 3
- Car 9
- Pedal Bike 2
- Horse Rider 1
vehicle_make 1
- BMW · 12 ✖
offence 1
- Driving without Reasonable Consideration · 12 ✖
disposal 1
- NFA 12
council_area 1
- Out of Force Area · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22985 | op-snap---monthly-publication-october-2025.pdf | 935 | 2025-10 | Horse Rider | BMW | 225xe | Blue | Driving without Reasonable Consideration | None | Withybrook Road, Bedworth | Withybrook Road, Bedworth | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 12065 | op-snap---monthly-publication-july-2025.pdf | 117 | 2025-07 | Car | BMW | 330E | Grey | Driving without Reasonable Consideration | None | M42 Junction 3 West Mercia | M42 Junction 3 West Mercia | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4846642 | -1.9297585 | ||
| 12688 | op-snap---monthly-publication-july-2025.pdf | 740 | 2025-07 | Car | BMW | 118 | Black | Driving without Reasonable Consideration | None | A514 Bedford | Bedford | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 12954 | op-snap---monthly-publication-july-2025.pdf | 1006 | 2025-07 | Car | BMW | White | Driving without Reasonable Consideration | None | Birmingham Road , Stratford | Birmingham Road , Stratford | Out of Force Area | Out of Force Area | NFA | Outside of 14 Days NIP | 52.4496153 | -1.8646204 | |||
| 12979 | op-snap---monthly-publication-july-2025.pdf | 1031 | 2025-07 | Car | BMW | x1 | Black | Driving without Reasonable Consideration | None | M6 J13 | M6 J13 | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.6760749 | -2.0862582 | ||
| 14249 | op-snap---monthly-publication-june-2025.pdf | 178 | 2025-06 | Car | BMW | 1 series | White | Driving without Reasonable Consideration | None | Leamington Spa | Leamington Spa | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 1365 | op-snap---monthly-publication-april-2025.pdf | 1364 | 2025-04 | Car | BMW | White | Driving without Reasonable Consideration | None | A47 heading towards Bromford | A47 heading towards Bromford | Out of Force Area | Out of Force Area | NFA | Outside of 14 Days NIP | |||||
| 1702 | op-snap---monthly-publication-april-2025.pdf | 1701 | 2025-04 | Car | BMW | NP | Grey | Driving without Reasonable Consideration | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | A458 outside of Much Wenlock | A458 outside of Much Wenlock | Out of Force Area | Out of Force Area | NFA | Outside of 14 Days NIP | ||||
| 1911 | op-snap---monthly-publication-april-2025.pdf | 1910 | 2025-04 | Car | BMW | 3 Series | Blue | Driving without Reasonable Consideration | None | Manor way Road | Manor way Road | Out of Force Area | Out of Force Area | NFA | Outside of 14 Days NIP | 52.4011424 | -1.7754147 | ||
| 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 | |||
| 17934 | op-snap---monthly-publication-march-2025.pdf | 1691 | 2025-03 | Car | BMW | 2 Series | Blue | Driving without Reasonable Consideration | None | Evesham | Evesham | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | 52.3837388 | -1.5529669 | |
| 6107 | op-snap---monthly-publication-february-2025.pdf | 924 | 2025-02 | Pedal Bike | BMW | X3 | Grey | Driving without Reasonable Consideration | None | Vicarage Hill | Vicarage Hill | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | 52.4295732 | -1.9009634 |
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);