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 = "Education", offence = "Stop a vehicle on pedestrian crossing" 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
council_area 6
- Birmingham 6
- Coventry 3
- Sandwell 1
- Solihull 1
- Sutton Coldfield 1
- Walsall 1
reporter_transport_mode 3
- Car 8
- Pedestrian 3
- Pedal Bike 2
vehicle_make 1
- Ford · 13 ✖
offence 1
- Stop a vehicle on pedestrian crossing · 13 ✖
disposal 1
- Education · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7292 | op-snap---monthly-publication-february-2026.pdf | 39 | 2026-02 | Car | Ford | Transit | White | Stop a vehicle on pedestrian crossing | None | Knowle High Street | Knowle High Street | Coventry | Coventry | Education | N/A | ||||
| 7386 | op-snap---monthly-publication-february-2026.pdf | 133 | 2026-02 | Car | Ford | KA | Black | Stop a vehicle on pedestrian crossing | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Education | N/A | 52.4929304 | -1.8229092 | ||
| 7391 | op-snap---monthly-publication-february-2026.pdf | 138 | 2026-02 | Car | Ford | Fiesta | Silver | Stop a vehicle on pedestrian crossing | None | Lozells Road | Lozells Road | Birmingham | Birmingham | Education | N/A | 52.502683 | -1.9033516 | ||
| 7816 | op-snap---monthly-publication-february-2026.pdf | 563 | 2026-02 | Car | Ford | Fiesta | Silver | Stop a vehicle on pedestrian crossing | None | Victoria Road | Victoria Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | 52.5615573 | -1.820549 | ||
| 7865 | op-snap---monthly-publication-february-2026.pdf | 612 | 2026-02 | Pedestrian | Ford | S-max | Brown | Stop a vehicle on pedestrian crossing | None | Regent Road | Regent Road | Sandwell | Sandwell | Education | N/A | 52.5106406 | -2.0559963 | ||
| 18847 | op-snap---monthly-publication-may-2025.pdf | 209 | 2025-05 | Car | Ford | Transit | White | Stop a vehicle on pedestrian crossing | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Education | N/A | 52.4929304 | -1.8229092 | ||
| 19303 | op-snap---monthly-publication-may-2025.pdf | 665 | 2025-05 | Car | Ford | Transit | Black | Stop a vehicle on pedestrian crossing | None | Quinton Park | Quinton Park | Coventry | Coventry | Education | N/A | 52.3906999 | -1.5036996 | ||
| 253 | op-snap---monthly-publication-april-2025.pdf | 252 | 2025-04 | Pedal Bike | Ford | Fiesta | White | Stop a vehicle on pedestrian crossing | None | High Street | High Street | Birmingham | Birmingham | Education | N/A | 52.5254588 | -1.8373064 | ||
| 411 | op-snap---monthly-publication-april-2025.pdf | 410 | 2025-04 | Car | Ford | Puma | Silver | Stop a vehicle on pedestrian crossing | None | Wednesbury Rd | Wednesbury Road | Walsall | Walsall | Education | N/A | 52.5738499 | -1.9961575 | ||
| 658 | op-snap---monthly-publication-april-2025.pdf | 657 | 2025-04 | Pedestrian | Ford | Focus | Grey | Stop a vehicle on pedestrian crossing | None | Green Lane | Green Lane | Solihull | Solihull | Education | N/A | 52.5069826 | -1.7643766 | ||
| 748 | op-snap---monthly-publication-april-2025.pdf | 747 | 2025-04 | Car | Ford | Fiesta | Silver | Stop a vehicle on pedestrian crossing | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Education | N/A | 52.4929304 | -1.8229092 | ||
| 17336 | op-snap---monthly-publication-march-2025.pdf | 1093 | 2025-03 | Pedal Bike | Ford | Fiesta | Grey | Stop a vehicle on pedestrian crossing | None | Albany Road | Albany Road | Coventry | Coventry | Education | N/A | Yes - Via Email | 52.4006218 | -1.5284125 | |
| 9006 | op-snap---monthly-publication-january-2025.pdf | 114 | 2025-01 | Pedestrian | Ford | Transit | White | Stop a vehicle on pedestrian crossing | None | Yardley Wood Road | Yardley Wood Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4103191 | -1.8670224 |
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);