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 month = "2025-07", offence = "Driving without Due Care and Attention" and vehicle_make = "Honda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
disposal 4
- Education 3
- NFA 3
- Warning Letter 3
- Court 2
council_area 4
reporter_transport_mode 3
- Car 6
- Pedal Bike 3
- Other 2
vehicle_make 1
- Honda · 11 ✖
offence 1
- Driving without Due Care and Attention · 11 ✖
month 1
- 2025-07 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 12121 | op-snap---monthly-publication-july-2025.pdf | 173 | 2025-07 | Pedal Bike | Honda | Jazz | Blue | Driving without Due Care and Attention | None | Dorchester Road | Dorchester Road | Solihull | Solihull | Court | N/A | 52.4157911 | -1.7926505 | ||
| 12179 | op-snap---monthly-publication-july-2025.pdf | 231 | 2025-07 | Pedal Bike | Honda | Jazz | Blue | Driving without Due Care and Attention | None | Ampton Road | Ampton Road | Birmingham | Birmingham | Education | N/A | 52.4632489 | -1.917458 | ||
| 12316 | op-snap---monthly-publication-july-2025.pdf | 368 | 2025-07 | Car | Honda | Jazz | Black | Driving without Due Care and Attention | None | Yardley Wood Road | Yardley Wood Road | Birmingham | Birmingham | Education | N/A | 52.4103191 | -1.8670224 | ||
| 12487 | op-snap---monthly-publication-july-2025.pdf | 539 | 2025-07 | Other | Honda | C90MG | Red | Driving without Due Care and Attention | None | Bullring Sedgley | Bullring Sedgley | Metropolitan Borough of Dudley | Metropolitan Borough Of Dudley | Warning Letter | N/A | 52.5411442 | -2.1221913 | ||
| 12494 | op-snap---monthly-publication-july-2025.pdf | 546 | 2025-07 | Car | Honda | Jazz | Red | Driving without Due Care and Attention | None | Dogpool LAne | Dogpool LAne | Birmingham | Birmingham | Court | N/A | 52.4373055 | -1.9126748 | ||
| 12577 | op-snap---monthly-publication-july-2025.pdf | 629 | 2025-07 | Car | Honda | Civic | Silver | Driving without Due Care and Attention | None | A441, Birmingham Road | A441, Birmingham Road | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.5358009 | -1.8271588 | ||
| 12712 | op-snap---monthly-publication-july-2025.pdf | 764 | 2025-07 | Pedal Bike | Honda | Jazz | Blue | Driving without Due Care and Attention | None | West Heath Road | West Heath Road | Birmingham | Birmingham | Education | N/A | 52.402785 | -1.9620058 | ||
| 12733 | op-snap---monthly-publication-july-2025.pdf | 785 | 2025-07 | Car | Honda | Civic | Silver | Driving without Due Care and Attention | None | Durham Road | Durham Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4535652 | -1.8699279 | ||
| 13113 | op-snap---monthly-publication-july-2025.pdf | 1165 | 2025-07 | Car | Honda | Kona | Grey | Driving without Due Care and Attention | None | Worksop Road | Worksop Road | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 13438 | op-snap---monthly-publication-july-2025.pdf | 1490 | 2025-07 | Other | Honda | Civic | Black | Driving without Due Care and Attention | None | Lozells Street | Lozells Street | Birmingham | Birmingham | Warning Letter | N/A | 52.5007454 | -1.9067107 | ||
| 13876 | op-snap---monthly-publication-july-2025.pdf | 1928 | 2025-07 | Car | Honda | Jazz | Red | Driving without Due Care and Attention | None | M5 | M5 | Birmingham | Birmingham | Warning Letter | N/A |
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);