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 = "Education", month = "2025-08" and reporter_transport_mode = "Pedestrian" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw
council_area 5
- Birmingham 7
- Sandwell 2
- Coventry 1
- Dudley 1
- Walsall 1
offence 4
reporter_transport_mode 1
- Pedestrian · 12 ✖
month 1
- 2025-08 · 12 ✖
disposal 1
- Education · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2051 | op-snap---monthly-publication-august-2025.pdf | 26 | 2025-08 | Pedestrian | Ford | Fiesta | Yellow | Driving without Due Care and Attention | None | M6 | M6 | Birmingham | Birmingham | Education | N/A | ||||
| 2091 | op-snap---monthly-publication-august-2025.pdf | 66 | 2025-08 | Pedestrian | Volkswagen | T Roc | White | Driving without Reasonable Consideration | None | Pershore Road | Pershore Road | Birmingham | Birmingham | Education | N/A | 52.4308271 | -1.920078 | ||
| 2116 | op-snap---monthly-publication-august-2025.pdf | 91 | 2025-08 | Pedestrian | BMW | X7 | Silver | Contravening a Red Traffic Light | None | Lawley Middleway | Lawley Middleway | Birmingham | Birmingham | Education | N/A | 52.4801772 | -1.8769185 | ||
| 2138 | op-snap---monthly-publication-august-2025.pdf | 113 | 2025-08 | Pedestrian | Volvo | XC60 | Grey | Driving without Due Care and Attention | None | Sandyfields Road | Sandyfields Road | Dudley | Dudley | Education | N/A | 52.5334161 | -2.1371465 | ||
| 2334 | op-snap---monthly-publication-august-2025.pdf | 309 | 2025-08 | Pedestrian | Toyota | Prius | White | Contravening a Red Traffic Light | None | Hall Green Road | Hall Green Road | Sandwell | Sandwell | Education | N/A | 52.5457385 | -1.9935809 | ||
| 2412 | op-snap---monthly-publication-august-2025.pdf | 387 | 2025-08 | Pedestrian | BMW | 420.. | Grey | Contravening a Red Traffic Light | None | Alcester Road South | Alcester Road South | Birmingham | Birmingham | Education | N/A | 52.4170522 | -1.8906187 | ||
| 2466 | op-snap---monthly-publication-august-2025.pdf | 441 | 2025-08 | Pedestrian | Nissan | Juke | Grey | Contravening a Red Traffic Light | None | Birchley Island Oldbury | Birchley Island Oldbury | Sandwell | Sandwell | Education | N/A | 52.4926604 | -2.0216743 | ||
| 2471 | op-snap---monthly-publication-august-2025.pdf | 446 | 2025-08 | Pedestrian | Toyota | Auris | Grey | Contravening a Red Traffic Light | None | Clifford Bridge Road | Clifford Bridge Road | Coventry | Coventry | Education | N/A | 52.4134557 | -1.4442138 | ||
| 2561 | op-snap---monthly-publication-august-2025.pdf | 536 | 2025-08 | Pedestrian | BMW | Blue | Stop a vehicle within pelican pedestrian crossing limits | None | St Mary's Row | Street Mary's Row | Birmingham | Birmingham | Education | N/A | |||||
| 2579 | op-snap---monthly-publication-august-2025.pdf | 554 | 2025-08 | Pedestrian | Toyota | Auris | White | Contravening a Red Traffic Light | None | California Way | California Way | Birmingham | Birmingham | Education | N/A | 52.4454714 | -1.9753804 | ||
| 2848 | op-snap---monthly-publication-august-2025.pdf | 823 | 2025-08 | Pedestrian | Volkswagen | Golf | Silver | Contravening a Red Traffic Light | None | Highgate Middleway | Highgate Middleway | Birmingham | Birmingham | Education | N/A | 52.4661171 | -1.8832818 | ||
| 2901 | op-snap---monthly-publication-august-2025.pdf | 876 | 2025-08 | Pedestrian | Vauxhall | Insignia | Silver | Contravening a Red Traffic Light | None | Littleton Street East | Littleton Street East | Walsall | Walsall | Education | N/A | 52.5887823 | -1.9801166 |
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);