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'}
8 rows where disposal = "Education", reporter_transport_mode = "Other" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, latitude, longitude
offence 3
council_area 2
- Birmingham 4
- Dudley 4
vehicle_make 1
- Ford · 8 ✖
reporter_transport_mode 1
- Other · 8 ✖
disposal 1
- Education · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8370 | op-snap---monthly-publication-february-2026.pdf | 1117 | 2026-02 | Other | Ford | Transit | White | Stop a vehicle within pelican pedestrian crossing limits | None | Kings Heath High Street | Kings Heath High Street | Birmingham | Birmingham | Education | N/A | 52.4391028 | -1.893289 | ||
| 8658 | op-snap---monthly-publication-february-2026.pdf | 1405 | 2026-02 | Other | Ford | Fiesta | Black | Driving without Due Care and Attention | None | Waterfront Car Park | Waterfront Car Park | Dudley | Dudley | Education | N/A | ||||
| 11361 | op-snap---monthly-publication-january-2026.pdf | 822 | 2026-01 | Other | Ford | Focus | White | Cause vehicle to be left in a dangerous position | None | Glenville Drive | Glenville Drive | Birmingham | Birmingham | Education | N/A | 52.5265939 | -1.8509884 | ||
| 12212 | op-snap---monthly-publication-july-2025.pdf | 264 | 2025-07 | Other | Ford | Fiesta | Blue | Driving without Due Care and Attention | None | Norwood Road | Norwood Road | Dudley | Dudley | Education | N/A | 52.4831397 | -2.1309273 | ||
| 14228 | op-snap---monthly-publication-june-2025.pdf | 157 | 2025-06 | Other | Ford | Transit | Black | Driving without Due Care and Attention | None | Spouthouse Lane | Spouthouse Lane | Birmingham | Birmingham | Education | N/A | 52.5390972 | -1.9319478 | ||
| 14528 | op-snap---monthly-publication-june-2025.pdf | 457 | 2025-06 | Other | Ford | Focus | Grey | Driving without Due Care and Attention | None | Old Walsall Road | Old Walsall Road | Birmingham | Birmingham | Education | N/A | 52.5294399 | -1.9282714 | ||
| 15635 | op-snap---monthly-publication-june-2025.pdf | 1564 | 2025-06 | Other | Ford | Fiesta | Blue | Driving without Due Care and Attention | None | Norwood Road | Norwood Road | Dudley | Dudley | Education | N/A | 52.4831397 | -2.1309273 | ||
| 18977 | op-snap---monthly-publication-may-2025.pdf | 339 | 2025-05 | Other | Ford | Fiesta | Black | Driving without Due Care and Attention | None | Grey 7 Car park, Merry Hill | Grey 7 Car park, Merry Hill | Dudley | Dudley | Education | 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);