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 disposal = "Warning Letter", month = "2025-02" and vehicle_make = "Citroen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
offence 6
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 4
- Driving without Reasonable Consideration 2
- Cause vehicle to be left in a dangerous position 1
- Contravening a Red Traffic Light 1
- Stop a vehicle within pelican pedestrian crossing limits 1
- Using a Mobile Phone Whilst Driving 1
council_area 4
- Birmingham 7
- Dudley 1
- Sandwell 1
- Walsall 1
reporter_transport_mode 3
- Pedestrian 7
- Car 2
- Pedal Bike 1
vehicle_make 1
- Citroen · 10 ✖
month 1
- 2025-02 · 10 ✖
disposal 1
- Warning Letter · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5633 | op-snap---monthly-publication-february-2025.pdf | 450 | 2025-02 | Pedestrian | Citroen | DS | White | Cause vehicle to be left in a dangerous position | None | Gayfield Avenue | Gayfield Avenue | Dudley | Dudley | Warning Letter | N/A | Yes - Via Email | 52.4693896 | -2.1251602 | |
| 5732 | op-snap---monthly-publication-february-2025.pdf | 549 | 2025-02 | Pedestrian | Citroen | C1 | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Grange Road | Grange Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.5065077 | -1.892207 | |
| 6098 | op-snap---monthly-publication-february-2025.pdf | 915 | 2025-02 | Car | Citroen | C3 | Red | Stop a vehicle within pelican pedestrian crossing limits | None | Audley Road | Audley Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4876917 | -1.7963729 | |
| 6209 | op-snap---monthly-publication-february-2025.pdf | 1026 | 2025-02 | Pedestrian | Citroen | DS | Black | Using a Mobile Phone Whilst Driving | None | Daw End Lane | Daw End Lane | Walsall | Walsall | Warning Letter | N/A | Yes - Via Email | 52.6068849 | -1.9611652 | |
| 6285 | op-snap---monthly-publication-february-2025.pdf | 1102 | 2025-02 | Pedestrian | Citroen | DS 3 | Blue | Driving without Reasonable Consideration | None | Chester Road Streetly Birmingham | Chester Road Streetly Birmingham | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | |||
| 6948 | op-snap---monthly-publication-february-2025.pdf | 1765 | 2025-02 | Pedestrian | Citroen | C3 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Belchers Lane | Belchers Lane | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4800061 | -1.833007 | |
| 6980 | op-snap---monthly-publication-february-2025.pdf | 1797 | 2025-02 | Pedestrian | Citroen | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Carrs Lane at High Street | Carrs Lane at High Street | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4796176 | -1.8938025 | ||
| 7013 | op-snap---monthly-publication-february-2025.pdf | 1830 | 2025-02 | Pedestrian | Citroen | C3 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Clent Road | Clent Road | Sandwell | Sandwell | Warning Letter | N/A | Yes - Via Email | 52.4725947 | -1.9952306 | |
| 7047 | op-snap---monthly-publication-february-2025.pdf | 1864 | 2025-02 | Pedal Bike | Citroen | Berlingo | Red | Driving without Reasonable Consideration | None | Chester Road | Chester Road | Birmingham | Birmingham | Warning Letter | Outside of 14 Days NIP | Yes - Via Email | 52.5359496 | -1.8324115 | |
| 7067 | op-snap---monthly-publication-february-2025.pdf | 1884 | 2025-02 | Car | Citroen | Relay | White | Contravening a Red Traffic Light | None | Newport Road | Newport Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.5027779 | -1.7982159 |
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);