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'}
10 rows where month = "2025-01", offence = "Stop a vehicle within pelican pedestrian crossing limits" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, latitude, longitude
reporter_transport_mode 3
- Pedestrian 5
- Car 4
- Pedal Bike 1
council_area 3
- Birmingham 8
- Coventry 1
- Sandwell 1
disposal 2
vehicle_make 1
- Audi · 10 ✖
offence 1
- Stop a vehicle within pelican pedestrian crossing limits · 10 ✖
month 1
- 2025-01 · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 9116 | op-snap---monthly-publication-january-2025.pdf | 224 | 2025-01 | Pedestrian | Audi | Q7 | Black | Stop a vehicle within pelican pedestrian crossing limits | None | High Street, Kings Heath | High Street, Kings Heath | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4353506 | -1.8927483 | |
| 9308 | op-snap---monthly-publication-january-2025.pdf | 416 | 2025-01 | Pedal Bike | Audi | A3 | Black | Stop a vehicle within pelican pedestrian crossing limits | None | FAR GOSFORD STREET | Far Gosford Street | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.4071231 | -1.4985178 | |
| 9386 | op-snap---monthly-publication-january-2025.pdf | 494 | 2025-01 | Car | Audi | SQ5 | Grey | Stop a vehicle within pelican pedestrian crossing limits | None | Garrets Green Lane | Garrets Green Lane | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4657981 | -1.7964101 | |
| 9447 | op-snap---monthly-publication-january-2025.pdf | 555 | 2025-01 | Pedestrian | Audi | A3 | Black | Stop a vehicle within pelican pedestrian crossing limits | None | Crankhall Lane | Crankhall Lane | Sandwell | Sandwell | Education | N/A | Yes - Via Email | 52.5489715 | -1.9927402 | |
| 9488 | op-snap---monthly-publication-january-2025.pdf | 596 | 2025-01 | Pedestrian | Audi | A1 | White | Stop a vehicle within pelican pedestrian crossing limits | None | Linden Road | Linden Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4263156 | -1.9351622 | |
| 9795 | op-snap---monthly-publication-january-2025.pdf | 903 | 2025-01 | Car | Audi | A6 | Blue | Stop a vehicle within pelican pedestrian crossing limits | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4929304 | -1.8229092 | |
| 10115 | op-snap---monthly-publication-january-2025.pdf | 1223 | 2025-01 | Car | Audi | Allroad | Grey | Stop a vehicle within pelican pedestrian crossing limits | None | Bearwood Road | Bearwood Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4762784 | -1.9678366 | |
| 10245 | op-snap---monthly-publication-january-2025.pdf | 1353 | 2025-01 | Pedestrian | Audi | A1 | Black | Stop a vehicle within pelican pedestrian crossing limits | None | Dudley Road | Dudley Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4865107 | -1.9386263 | |
| 10362 | op-snap---monthly-publication-january-2025.pdf | 1470 | 2025-01 | Car | Audi | A3 | White | Stop a vehicle within pelican pedestrian crossing limits | None | Lozells Rd | Lozells Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.502683 | -1.9033516 | |
| 10463 | op-snap---monthly-publication-january-2025.pdf | 1571 | 2025-01 | Pedestrian | Audi | A3 | Blue | Stop a vehicle within pelican pedestrian crossing limits | None | Dudley Road | Dudley Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4865107 | -1.9386263 |
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);