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'}
9 rows where offence = "Use a vehicle / cycle on a road and contravene a local traffic order other than parking" and vehicle_make = "Citroen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
disposal 4
- NFA 3
- Warning Letter 3
- Fixed Penalty 2
- Education 1
reporter_transport_mode 3
- Car 5
- Pedestrian 3
- Other 1
council_area 3
vehicle_make 1
- Citroen · 9 ✖
offence 1
- Use a vehicle / cycle on a road and contravene a local traffic order other than parking · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10733 | op-snap---monthly-publication-january-2026.pdf | 194 | 2026-01 | Car | Citroen | C4 | White | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Walmley Road | Walmley Road | Birmingham | Birmingham | NFA | No Offence | 52.5534398 | -1.7987049 | ||
| 11644 | op-snap---monthly-publication-january-2026.pdf | 1105 | 2026-01 | Car | Citroen | C4.. | White | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Moseley Road at Edwards Road. | Moseley Road at Edwards Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4679402 | -1.881408 | ||
| 20834 | op-snap---monthly-publication-november-2025.pdf | 376 | 2025-11 | Car | Citroen | C3 | Grey | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Alcester Rd | Alcester Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4470686 | -1.8880749 | ||
| 21169 | op-snap---monthly-publication-november-2025.pdf | 711 | 2025-11 | Pedestrian | Citroen | DS3 | Blue | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Fenton Road | Fenton Road | Coventry | Coventry | NFA | No Offence | 52.4331816 | -1.5630141 | ||
| 13335 | op-snap---monthly-publication-july-2025.pdf | 1387 | 2025-07 | Car | Citroen | Dispatch | White | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Upper Holland Road | Upper Holland Road | Birmingham | Birmingham | Warning Letter | N/A | 52.561 | -1.8187105 | ||
| 14129 | op-snap---monthly-publication-june-2025.pdf | 58 | 2025-06 | Car | Citroen | Berlingo | White | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Lichfield Road | Lichfield Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5012458 | -1.8780942 | ||
| 14201 | op-snap---monthly-publication-june-2025.pdf | 130 | 2025-06 | Other | Citroen | C3 | Black | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Spouthouse Lane | Spouthouse Lane | Birmingham | Birmingham | Education | N/A | 52.5390972 | -1.9319478 | ||
| 16005 | op-snap---monthly-publication-june-2025.pdf | 1934 | 2025-06 | Pedestrian | Citroen | C3 | Blue | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Lower Queen Street | Lower Queen Street | Sutton Coldfield | Sutton Coldfield | NFA | Not in Public Interest | 52.5603978 | -1.8227403 | ||
| 6977 | op-snap---monthly-publication-february-2025.pdf | 1794 | 2025-02 | Pedestrian | Citroen | White | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Carrs Lane at High Street | Carrs Lane at High Street | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4796176 | -1.8938025 |
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);