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 council_area = "Birmingham", offence = "Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD" and vehicle_make = "Seat" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, nfa_rationale
reporter_transport_mode 3
- Car 5
- Pedestrian 4
- Pedal Bike 1
disposal 3
- Fixed Penalty 4
- NFA 4
- Warning Letter 2
vehicle_make 1
- Seat · 10 ✖
offence 1
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD · 10 ✖
council_area 1
- Birmingham · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8193 | op-snap---monthly-publication-february-2026.pdf | 940 | 2026-02 | Pedestrian | Seat | Ibiza | Grey | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Regent Place | Regent Place | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4860376 | -1.9095854 | ||
| 3591 | op-snap---monthly-publication-august-2025.pdf | 1566 | 2025-08 | Car | Seat | leon | Black | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Stoney Lane | Stoney Lane | Birmingham | Birmingham | Warning Letter | N/A | 52.4745488 | -1.8065911 | ||
| 15119 | op-snap---monthly-publication-june-2025.pdf | 1048 | 2025-06 | Car | Seat | Ibiza | Silver | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Coventry Road | Coventry Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4726661 | -1.8769032 | ||
| 15709 | op-snap---monthly-publication-june-2025.pdf | 1638 | 2025-06 | Car | Seat | Leon | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Walsall Road | Walsall Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5919543 | -1.8517118 | ||
| 18753 | op-snap---monthly-publication-may-2025.pdf | 115 | 2025-05 | Car | Seat | Leon | Red | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Ladywood Middleway | Ladywood Middleway | Birmingham | Birmingham | Fixed Penalty | N/A | 52.473883 | -1.9198244 | ||
| 19102 | op-snap---monthly-publication-may-2025.pdf | 464 | 2025-05 | Pedal Bike | Seat | Leon | Blue | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Ladypool Road | Ladypool Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4520441 | -1.8787544 | ||
| 20202 | op-snap---monthly-publication-may-2025.pdf | 1564 | 2025-05 | Pedestrian | Seat | Ibiza | Grey | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Hagley Road | Hagley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.471632 | -1.9456776 | ||
| 581 | op-snap---monthly-publication-april-2025.pdf | 580 | 2025-04 | Pedestrian | Seat | Leon | Grey | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Vittoria Street | Vittoria Street | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4851181 | -1.9106263 | ||
| 1632 | op-snap---monthly-publication-april-2025.pdf | 1631 | 2025-04 | Car | Seat | NP | Red | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Farren road | Farren road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4032097 | -1.9872219 | ||
| 6577 | op-snap---monthly-publication-february-2025.pdf | 1394 | 2025-02 | Pedestrian | Seat | Leon | Silver | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Alcester Road, Kings Heath | Alcester Road, Kings Heath | Birmingham | Birmingham | NFA | No VRM | Yes - Via Email | 52.4467439 | -1.8881358 |
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);