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 disposal = "NFA", month = "2025-07" and vehicle_make = "Kia" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 5
- Birmingham 6
- Coventry 2
- Sandwell 1
- Walsall 1
- Wolverhampton 1
offence 4
reporter_transport_mode 3
- Car 8
- Pedestrian 2
- Pedal Bike 1
vehicle_make 1
- Kia · 11 ✖
month 1
- 2025-07 · 11 ✖
disposal 1
- NFA · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11963 | op-snap---monthly-publication-july-2025.pdf | 15 | 2025-07 | Car | Kia | Black | Contravening a Red Traffic Light | None | Ladypool Road | Ladypool Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4520441 | -1.8787544 | |||
| 11974 | op-snap---monthly-publication-july-2025.pdf | 26 | 2025-07 | Pedestrian | Kia | Sportage | White | Driving without Due Care and Attention | None | Heath Road | Heath Road | Wolverhampton | Wolverhampton | NFA | Outside of 14 DAYS Late Submission | 52.5977729 | -2.1078698 | ||
| 11992 | op-snap---monthly-publication-july-2025.pdf | 44 | 2025-07 | Pedal Bike | Kia | Rio | Silver | Driving without Due Care and Attention | None | A38 Tyburn Road | Tyburn Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5113867 | -1.8337258 | ||
| 12113 | op-snap---monthly-publication-july-2025.pdf | 165 | 2025-07 | Car | Kia | GT.. | Grey | Driving without Due Care and Attention | None | B4101 Coventry | Coventry | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.400739 | -1.5135474 | ||
| 12267 | op-snap---monthly-publication-july-2025.pdf | 319 | 2025-07 | Car | Kia | Picanto | Silver | Driving without Due Care and Attention | None | Leigh Road | Leigh Road | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.594756 | -1.9663792 | ||
| 12662 | op-snap---monthly-publication-july-2025.pdf | 714 | 2025-07 | Car | Kia | Niro | Grey | Driving without Due Care and Attention | None | The Chesils | The Chesils | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.3887111 | -1.5065639 | ||
| 13018 | op-snap---monthly-publication-july-2025.pdf | 1070 | 2025-07 | Car | Kia | Grey | Contravening a Red Traffic Light | None | Saltley Viaduct , Washwood heath | Saltley Viaduct , Washwood heath | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.49282 | -1.8657984 | |||
| 13036 | op-snap---monthly-publication-july-2025.pdf | 1088 | 2025-07 | Car | Kia | Orange | Driving without Due Care and Attention | None | High Street Princess End , Tipton | High Street Princess End , Tipton | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | |||||
| 13073 | op-snap---monthly-publication-july-2025.pdf | 1125 | 2025-07 | Car | Kia | Cee'd | Black | Driving without Reasonable Consideration | None | Fort Parkway | Fort Parkway | Birmingham | Birmingham | NFA | No Offence | 52.50787 | -1.8195713 | ||
| 13138 | op-snap---monthly-publication-july-2025.pdf | 1190 | 2025-07 | Car | Kia | Black | Driving without Reasonable Consideration | None | Umberslade Street , Stirchley | Umberslade Street , Stirchley | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4300702 | -1.9217011 | |||
| 13817 | op-snap---monthly-publication-july-2025.pdf | 1869 | 2025-07 | Pedestrian | Kia | Niro | White | Cause vehicle to be left in a dangerous position | None | Lightswood Road | Lightswood Road | Birmingham | Birmingham | NFA | Not in Public Interest |
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);