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 disposal = "NFA", month = "2025-05" and vehicle_make = "Skoda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale
offence 5
council_area 5
- Birmingham 6
- Out of Force Area 4
- Coventry 1
- Dudley 1
- Sandwell 1
reporter_transport_mode 2
- Car 10
- Pedal Bike 3
vehicle_make 1
- Skoda · 13 ✖
month 1
- 2025-05 · 13 ✖
disposal 1
- NFA · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 18769 | op-snap---monthly-publication-may-2025.pdf | 131 | 2025-05 | Pedal Bike | Skoda | Fabia | White | Driving without Reasonable Consideration | None | Chester Rd | Chester Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5359496 | -1.8324115 | ||
| 18811 | op-snap---monthly-publication-may-2025.pdf | 173 | 2025-05 | Car | Skoda | Octivia | Silver | Contravening a Red Traffic Light | None | Summer Hill | Summer Hill | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4461949 | -2.0509773 | ||
| 18830 | op-snap---monthly-publication-may-2025.pdf | 192 | 2025-05 | Car | Skoda | Octivia | Grey | Driving without Due Care and Attention | None | Ansty Road | Ansty Road | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4205675 | -1.4520187 | ||
| 18870 | op-snap---monthly-publication-may-2025.pdf | 232 | 2025-05 | Car | Skoda | Octivia | Grey | Using a Mobile Phone Whilst Driving | None | A5 Shrewbury | Shrewbury | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 18998 | op-snap---monthly-publication-may-2025.pdf | 360 | 2025-05 | Car | Skoda | Octivia | Silver | Driving without Reasonable Consideration | None | a45 | A45 | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | ||||
| 19321 | op-snap---monthly-publication-may-2025.pdf | 683 | 2025-05 | Car | Skoda | White | Driving without Due Care and Attention | None | M42 | M42 | Birmingham | Birmingham | NFA | No VRM | |||||
| 19355 | op-snap---monthly-publication-may-2025.pdf | 717 | 2025-05 | Car | Skoda | fabia | Grey | Driving without Due Care and Attention | None | B4424 Towards Worcester | Towards Worcester | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 19565 | op-snap---monthly-publication-may-2025.pdf | 927 | 2025-05 | Car | Skoda | Octavia | Black | Driving without Due Care and Attention | None | Nantwich, Cheshire | Nantwich, Cheshire | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 19622 | op-snap---monthly-publication-may-2025.pdf | 984 | 2025-05 | Pedal Bike | Skoda | Octavia | White | Contravening a Red Traffic Light | None | Bearwood Road | Bearwood Road | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.4725977 | -1.9684448 | ||
| 20006 | op-snap---monthly-publication-may-2025.pdf | 1368 | 2025-05 | Car | Skoda | Citago | White | Driving without Reasonable Consideration | None | Tenbury Road , Kings Heath | Tenbury Road , Kings Heath | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4264041 | -1.8966768 | ||
| 20013 | op-snap---monthly-publication-may-2025.pdf | 1375 | 2025-05 | Car | Skoda | NP | Blue | Driving without Reasonable Consideration | None | Innage Lane , Brignorth | Innage Lane , Brignorth | Out of Force Area | Out of Force Area | NFA | Outside of 14 Days NIP | ||||
| 20051 | op-snap---monthly-publication-may-2025.pdf | 1413 | 2025-05 | Pedal Bike | Skoda | Skoda | Grey | Stop a vehicle on pedestrian crossing | None | smallbrook queensway | Smallbrook Queensway | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4772584 | -1.8965734 | ||
| 20219 | op-snap---monthly-publication-may-2025.pdf | 1581 | 2025-05 | Car | Skoda | Fabia | Green | Driving without Due Care and Attention | No Insurance | Longsdales Road | Longsdales Road | Birmingham | Birmingham | NFA | No Independent Evidence Available |
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);