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 council_area = "Out of Force Area", disposal = "NFA" and vehicle_make = "Porsche" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour
reporter_transport_mode 2
- Car 8
- Pedestrian 1
offence 2
vehicle_make 1
- Porsche · 9 ✖
disposal 1
- NFA · 9 ✖
council_area 1
- Out of Force Area · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8405 | op-snap---monthly-publication-february-2026.pdf | 1152 | 2026-02 | Pedestrian | Porsche | Cayenne | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Abbey Road | Abbey Road | Out of Force Area | Out of Force Area | NFA | 52.5162302 | -1.8593733 | |||
| 8589 | op-snap---monthly-publication-february-2026.pdf | 1336 | 2026-02 | Car | Porsche | Cayenne | Black | Driving without Due Care and Attention | None | Rough Hill Drive | Rough Hill Drive | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4953453 | -2.0613692 | ||
| 23907 | op-snap---monthly-publication-september-2025.pdf | 126 | 2025-09 | Car | Porsche | NP | Silver | Driving without Due Care and Attention | None | Oxhill to Banbury | Oxhill to Banbury | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24277 | op-snap---monthly-publication-september-2025.pdf | 496 | 2025-09 | Car | Porsche | Macan | White | Driving without Due Care and Attention | None | Gloucester | Gloucester | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.405214 | -1.9708282 | ||
| 11979 | op-snap---monthly-publication-july-2025.pdf | 31 | 2025-07 | Car | Porsche | Cayman | Silver | Driving without Due Care and Attention | None | Stratford Road, Wellesbourne | Stratford Road, Wellesbourne | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 15047 | op-snap---monthly-publication-june-2025.pdf | 976 | 2025-06 | Car | Porsche | 918 | Blue | Driving without Due Care and Attention | None | B4393 | B4393 | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.3994858 | -1.4923603 | ||
| 19296 | op-snap---monthly-publication-may-2025.pdf | 658 | 2025-05 | Car | Porsche | Cayman | Grey | Driving without Due Care and Attention | None | M1 Lutterworth | M1 Lutterworth | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4173372 | -1.4677589 | ||
| 16723 | op-snap---monthly-publication-march-2025.pdf | 480 | 2025-03 | Car | Porsche | Cayenne | Silver | Driving without Due Care and Attention | None | A51 Little Haywood, Staffs | Little Haywood, Staffs | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | |||
| 5353 | op-snap---monthly-publication-february-2025.pdf | 170 | 2025-02 | Car | Porsche | Taycan | Black | Driving without Due Care and Attention | None | M42 SB J3a | M42 Southbound J3a | 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);