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'}
11 rows where council_area = "Birmingham", offence = "Contravening a Red Traffic Light" and reporter_transport_mode = "Motorbike" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale
disposal 4
- Fixed Penalty 5
- NFA 4
- Education 1
- Warning Letter 1
reporter_transport_mode 1
- Motorbike · 11 ✖
offence 1
- Contravening a Red Traffic Light · 11 ✖
council_area 1
- Birmingham · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11409 | op-snap---monthly-publication-january-2026.pdf | 870 | 2026-01 | Motorbike | Audi | Q7 | White | Contravening a Red Traffic Light | None | Alcester Road South | Alcester Road South | Birmingham | Birmingham | Education | N/A | 52.4170522 | -1.8906187 | ||
| 20617 | op-snap---monthly-publication-november-2025.pdf | 159 | 2025-11 | Motorbike | Seat | Ibiza | Grey | Contravening a Red Traffic Light | None | Stratford Road | Stratford Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4203897 | -1.8338574 | ||
| 22456 | op-snap---monthly-publication-october-2025.pdf | 406 | 2025-10 | Motorbike | Tesla | Model 3 | Blue | Contravening a Red Traffic Light | None | Not provided | Not provided | Birmingham | Birmingham | NFA | No Independent Evidence Available | ||||
| 22739 | op-snap---monthly-publication-october-2025.pdf | 689 | 2025-10 | Motorbike | Seat | Ibiza | White | Contravening a Red Traffic Light | None | Bosworth Drive | Bosworth Drive | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4779726 | -1.7596871 | ||
| 19930 | op-snap---monthly-publication-may-2025.pdf | 1292 | 2025-05 | Motorbike | Citroen | Relay | White | Contravening a Red Traffic Light | None | Haydem circus traffic island | Haydem circus traffic island | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | ||||
| 16974 | op-snap---monthly-publication-march-2025.pdf | 731 | 2025-03 | Motorbike | Vauxhall | Insignia | Black | Contravening a Red Traffic Light | None | A38 | A38 | Birmingham | Birmingham | NFA | No Independent Evidence Available | Yes - Via Email | |||
| 16977 | op-snap---monthly-publication-march-2025.pdf | 734 | 2025-03 | Motorbike | Seat | Arona | Blue | Contravening a Red Traffic Light | None | A38 | A38 | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | |||
| 18027 | op-snap---monthly-publication-march-2025.pdf | 1784 | 2025-03 | Motorbike | Vauxhall | Corsa | Grey | Contravening a Red Traffic Light | None | Gooch Street | Gooch Street | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4686609 | -1.8945007 | |
| 6488 | op-snap---monthly-publication-february-2025.pdf | 1305 | 2025-02 | Motorbike | Ford | FOCUS | Red | Contravening a Red Traffic Light | None | BELLS LANE | Bells Lane | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4053419 | -1.8944602 | |
| 6540 | op-snap---monthly-publication-february-2025.pdf | 1357 | 2025-02 | Motorbike | Volkswagen | Golf | Grey | Contravening a Red Traffic Light | None | Dartmouth Circus Birmingham | Dartmouth Circus Birmingham | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4924084 | -1.887629 | |
| 6543 | op-snap---monthly-publication-february-2025.pdf | 1360 | 2025-02 | Motorbike | Nissan | Juke | Blue | Contravening a Red Traffic Light | None | Great Charles Street Birmingham | Great Charles Street Birmingham | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4837518 | -1.901874 |
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);