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 month = "2025-04", offence = "Driving without Reasonable Consideration" and vehicle_make = "Volvo" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, council_area_raw, nfa_rationale
council_area 4
- Birmingham 9
- Coventry 1
- Out of Force Area 1
- Solihull 1
reporter_transport_mode 2
- Car 10
- Pedal Bike 2
disposal 2
- NFA 11
- Warning Letter 1
vehicle_make 1
- Volvo · 12 ✖
offence 1
- Driving without Reasonable Consideration · 12 ✖
month 1
- 2025-04 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 101 | op-snap---monthly-publication-april-2025.pdf | 100 | 2025-04 | Pedal Bike | Volvo | V40 | Grey | Driving without Reasonable Consideration | None | Bristol Road South | Bristol Road South | Birmingham | Birmingham | Warning Letter | N/A | 52.4119174 | -1.9735247 | ||
| 116 | op-snap---monthly-publication-april-2025.pdf | 115 | 2025-04 | Car | Volvo | Coach | White | Driving without Reasonable Consideration | None | A438 Hereford | Hereford | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4047807 | -2.0101216 | ||
| 711 | op-snap---monthly-publication-april-2025.pdf | 710 | 2025-04 | Pedal Bike | Volvo | V60 | Red | Driving without Reasonable Consideration | None | A45 | A45 | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | ||||
| 845 | op-snap---monthly-publication-april-2025.pdf | 844 | 2025-04 | Car | Volvo | Blue | Driving without Reasonable Consideration | None | Scribers Lane , Birmingham | Scribers Lane , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4173809 | -1.8464456 | |||
| 923 | op-snap---monthly-publication-april-2025.pdf | 922 | 2025-04 | Car | Volvo | Black | Driving without Reasonable Consideration | None | Tanworth Lane , Shirley | Tanworth Lane , Shirley | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | |||||
| 932 | op-snap---monthly-publication-april-2025.pdf | 931 | 2025-04 | Car | Volvo | Black | Driving without Reasonable Consideration | None | Wake Green Road towards St Marys Row , Birmingham | Wake Green Road towards Street Marys Row , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | |||||
| 935 | op-snap---monthly-publication-april-2025.pdf | 934 | 2025-04 | Car | Volvo | S60 | Red | Driving without Reasonable Consideration | None | Priory Road , Birmingham | Priory Road , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4556232 | -1.9092906 | ||
| 1024 | op-snap---monthly-publication-april-2025.pdf | 1023 | 2025-04 | Car | Volvo | Hybird | Silver | Driving without Reasonable Consideration | None | Haslucks Green , Solihull | Haslucks Green , Solihull | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.4052726 | -1.8486698 | ||
| 1144 | op-snap---monthly-publication-april-2025.pdf | 1143 | 2025-04 | Car | Volvo | Red | Driving without Reasonable Consideration | None | M6 South , South Birmingham | M6 South , South Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | |||||
| 1154 | op-snap---monthly-publication-april-2025.pdf | 1153 | 2025-04 | Car | Volvo | Blue | Driving without Reasonable Consideration | None | Duggins Lane , |Coventry | Duggins Lane , |Coventry | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.3964189 | -1.5989088 | |||
| 1449 | op-snap---monthly-publication-april-2025.pdf | 1448 | 2025-04 | Car | Volvo | NP | White | Driving without Reasonable Consideration | None | M6 South J10 on Slip road | M6 South J10 on Slip road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | ||||
| 1494 | op-snap---monthly-publication-april-2025.pdf | 1493 | 2025-04 | Car | Volvo | XC90 | Grey | Driving without Reasonable Consideration | None | Brookfields Roundabout , Birmingham | Brookfields Roundabout , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP |
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);