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 disposal = "NFA", offence = "Driving without Due Care and Attention" and vehicle_make = "Mitsubishi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 5
- Out of Force Area 5
- Birmingham 4
- Solihull 1
- Walsall 1
- Wolverhampton 1
reporter_transport_mode 3
- Car 6
- Pedal Bike 5
- Pedestrian 1
vehicle_make 1
- Mitsubishi · 12 ✖
offence 1
- Driving without Due Care and Attention · 12 ✖
disposal 1
- NFA · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10546 | op-snap---monthly-publication-january-2026.pdf | 7 | 2026-01 | Car | Mitsubishi | Eclipse | Black | Driving without Due Care and Attention | None | Stratford Road | Stratford Road | Solihull | Solihull | NFA | No Offence | 52.4191184 | -1.8326637 | ||
| 4865 | op-snap---monthly-publication-december-2025.pdf | 993 | 2025-12 | Car | Mitsubishi | Colt | Blue | Driving without Due Care and Attention | None | Harborne Road | Harborne Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4718503 | -1.9195423 | ||
| 23912 | op-snap---monthly-publication-september-2025.pdf | 131 | 2025-09 | Car | Mitsubishi | Black | Driving without Due Care and Attention | None | Over Causeway | Over Causeway | Out of Force Area | Out of Force Area | NFA | Out of Force | |||||
| 23946 | op-snap---monthly-publication-september-2025.pdf | 165 | 2025-09 | Pedal Bike | Mitsubishi | L200 | Red | Driving without Due Care and Attention | None | Hereford | Hereford | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4047807 | -2.0101216 | ||
| 2553 | op-snap---monthly-publication-august-2025.pdf | 528 | 2025-08 | Pedal Bike | Mitsubishi | Blue | Driving without Due Care and Attention | None | Stretton Sugwas | Stretton Sugwas | Out of Force Are | Out of Force Area | NFA | Out of Force | |||||
| 2781 | op-snap---monthly-publication-august-2025.pdf | 756 | 2025-08 | Car | Mitsubishi | Lancer | White | Driving without Due Care and Attention | None | Lichfield Road | Lichfield Road | Walsall | Walsall | NFA | Outside of 14 DAYS Late Submission | 52.6095168 | -2.0493009 | ||
| 14459 | op-snap---monthly-publication-june-2025.pdf | 388 | 2025-06 | Pedestrian | Mitsubishi | L200 | Black | Driving without Due Care and Attention | None | Six Ashes Road | Six Ashes Road | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 15622 | op-snap---monthly-publication-june-2025.pdf | 1551 | 2025-06 | Pedal Bike | Mitsubishi | L200 | Black | Driving without Due Care and Attention | None | Califonia Road | Califonia Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | ||||
| 19442 | op-snap---monthly-publication-may-2025.pdf | 804 | 2025-05 | Pedal Bike | Mitsubishi | L200 | Grey | Driving without Due Care and Attention | None | Merritts Hill | Merritts Hill | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.424853 | -1.9814275 | ||
| 19933 | op-snap---monthly-publication-may-2025.pdf | 1295 | 2025-05 | Pedal Bike | Mitsubishi | L200 | Black | Driving without Due Care and Attention | None | holyhead road | Holyhead Road | Wolverhampton | Wolverhampton | NFA | Outside of 14 Days NIP | 52.5967563 | -2.1605854 | ||
| 18021 | op-snap---monthly-publication-march-2025.pdf | 1778 | 2025-03 | Car | Mitsubishi | L200 | Black | Driving without Due Care and Attention | None | Kemerton Road, near Cheltenham | Kemerton Road, near Cheltenham | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | |||
| 7066 | op-snap---monthly-publication-february-2025.pdf | 1883 | 2025-02 | Car | Mitsubishi | L200 | Black | Driving without Due Care and Attention | None | Edgbaston Road | Edgbaston Road | Birmingham | Birmingham | NFA | No Offence | Yes - Via Email | 52.4552785 | -1.906384 |
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);