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'}
8 rows where month = "2025-03", offence = "Contravening a Red Traffic Light" and vehicle_make = "Honda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
disposal 4
- Fixed Penalty 3
- Education 2
- Warning Letter 2
- NFA 1
council_area 4
- Birmingham 5
- Coventry 1
- Out of Force Area 1
- Walsall 1
reporter_transport_mode 3
- Car 6
- Pedal Bike 1
- Pedestrian 1
vehicle_make 1
- Honda · 8 ✖
offence 1
- Contravening a Red Traffic Light · 8 ✖
month 1
- 2025-03 · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16430 | op-snap---monthly-publication-march-2025.pdf | 187 | 2025-03 | Pedestrian | Honda | Jazz | Blue | Contravening a Red Traffic Light | None | Daw End Lane at Lichfield Road | Daw End Lane at Lichfield Road | Walsall | Walsall | Fixed Penalty | N/A | Yes - Via Email | 52.6057559 | -1.9583791 | |
| 16879 | op-snap---monthly-publication-march-2025.pdf | 636 | 2025-03 | Car | Honda | Jazz | Brown | Contravening a Red Traffic Light | None | Bromford Lane | Bromford Lane | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.5083238 | -1.8332287 | |
| 16898 | op-snap---monthly-publication-march-2025.pdf | 655 | 2025-03 | Car | Honda | Civic | Black | Contravening a Red Traffic Light | None | Long Acre | Long Acre | Birmingham | Birmingham | Warning Letter | Outside of 14 DAYS Late Submission | Yes - Via Email | 52.5051253 | -1.8646383 | |
| 16947 | op-snap---monthly-publication-march-2025.pdf | 704 | 2025-03 | Car | Honda | ncs 50 | Grey | Contravening a Red Traffic Light | None | Old Birmingham Road | Old Birmingham Road | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | 52.5226944 | -2.0765801 | |
| 17117 | op-snap---monthly-publication-march-2025.pdf | 874 | 2025-03 | Car | Honda | Civic | Silver | Contravening a Red Traffic Light | None | Rosemary Hill Rd | Rosemary Hill Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.5918569 | -1.8630817 | |
| 17313 | op-snap---monthly-publication-march-2025.pdf | 1070 | 2025-03 | Pedal Bike | Honda | Insight | Red | Contravening a Red Traffic Light | None | Sir Henry Parkes Road | Sir Henry Parkes Road | Coventry | Coventry | Education | N/A | Yes - Via Email | 52.3900568 | -1.5550766 | |
| 18072 | op-snap---monthly-publication-march-2025.pdf | 1829 | 2025-03 | Car | Honda | Civic | Silver | Contravening a Red Traffic Light | Use vehicle on a road without valid test certificate | Bromford Lane | Bromford Lane | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.5083238 | -1.8332287 | |
| 18353 | op-snap---monthly-publication-march-2025.pdf | 2110 | 2025-03 | Car | Honda | CRV | Silver | Contravening a Red Traffic Light | None | HUMBERSIDE ROAD | Humberside Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email |
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);