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'}
13 rows where council_area = "Out of Force Area", month = "2025-09" and offence = "Misc - Non Traffic Offences" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, offence_location_raw, offence_location, nfa_rationale
reporter_transport_mode 3
- Car 7
- Pedestrian 5
- Van 1
offence 1
- Misc - Non Traffic Offences · 13 ✖
month 1
- 2025-09 · 13 ✖
disposal 1
- NFA 13
council_area 1
- Out of Force Area · 13 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23875 | op-snap---monthly-publication-september-2025.pdf | 94 | 2025-09 | Car | Ford | Kuga | Black | Misc - Non Traffic Offences | None | Tachbrook Rd, Leamington Spa | Tachbrook Road, Leamington Spa | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24128 | op-snap---monthly-publication-september-2025.pdf | 347 | 2025-09 | Van | BMW | X3 | Black | Misc - Non Traffic Offences | None | M1 Southbound | M1 Southbound | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24302 | op-snap---monthly-publication-september-2025.pdf | 521 | 2025-09 | Car | Audi | SQ5. | Grey | Misc - Non Traffic Offences | None | M6 North near to Welcome Brek Services | M6 North near to Welcome Brek Services | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24372 | op-snap---monthly-publication-september-2025.pdf | 591 | 2025-09 | Car | BMW | 3 series | Grey | Misc - Non Traffic Offences | None | A4311 in Swindon | A4311 in Swindon | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24655 | op-snap---monthly-publication-september-2025.pdf | 874 | 2025-09 | Pedestrian | M/C | Red | Misc - Non Traffic Offences | None | Kingsacre Drive | Kingsacre Drive | Out of Force Area | Out of Force Area | NFA | No VRM | |||||
| 24967 | op-snap---monthly-publication-september-2025.pdf | 1186 | 2025-09 | Car | BMW | 5 SERIES | Blue | Misc - Non Traffic Offences | None | M42 Oxford | M42 Oxford | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.476098 | -1.8869977 | ||
| 24994 | op-snap---monthly-publication-september-2025.pdf | 1213 | 2025-09 | Pedestrian | Yamaha | YZF | Blue | Misc - Non Traffic Offences | None | out of force | Out Of Force | Out of Force Area | Out of Force Area | NFA | Misc Inc Crimes | ||||
| 25135 | op-snap---monthly-publication-september-2025.pdf | 1354 | 2025-09 | Pedestrian | Dacia | Jogger | Green | Misc - Non Traffic Offences | None | out of force | Out Of Force | Out of Force Area | Out of Force Area | NFA | Misc Inc Crimes | ||||
| 25447 | op-snap---monthly-publication-september-2025.pdf | 1666 | 2025-09 | Car | Toyota | White | Misc - Non Traffic Offences | None | M6 Warwickshire | M6 Warwickshire | Out of Force Area | Out of Force Area | NFA | Misc Inc Crimes | 52.4572944 | -1.4815973 | |||
| 25516 | op-snap---monthly-publication-september-2025.pdf | 1735 | 2025-09 | Pedestrian | Toyota | aeras | White | Misc - Non Traffic Offences | None | out of force | Out Of Force | Out of Force Area | Out of Force Area | NFA | No Offence | ||||
| 25527 | op-snap---monthly-publication-september-2025.pdf | 1746 | 2025-09 | Pedestrian | Peugeot | Black | Misc - Non Traffic Offences | None | out of force | Out Of Force | Out of Force Area | Out of Force Area | NFA | Out of Force | |||||
| 25575 | op-snap---monthly-publication-september-2025.pdf | 1794 | 2025-09 | Car | Audi | A3 | Grey | Misc - Non Traffic Offences | None | Newport | Newport | Out of Force Area | Out of Force Area | NFA | Misc Inc Crimes | 52.5027779 | -1.7982159 | ||
| 25619 | op-snap---monthly-publication-september-2025.pdf | 1838 | 2025-09 | Car | Peugeot | 3008 | Grey | Misc - Non Traffic Offences | None | out of force | Out Of Force | Out of Force Area | Out of Force Area | NFA | Out of Force |
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);