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 month = "2025-10", offence = "Contravening a Red Traffic Light" and vehicle_make = "Seat" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
reporter_transport_mode 4
- Car 6
- Lorry 1
- Motorbike 1
- Pedal Bike 1
council_area 2
vehicle_make 1
- Seat · 9 ✖
offence 1
- Contravening a Red Traffic Light · 9 ✖
month 1
- 2025-10 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22101 | op-snap---monthly-publication-october-2025.pdf | 51 | 2025-10 | Car | Seat | Arona | Silver | Contravening a Red Traffic Light | None | Cole Hill Lane | Cole Hill Lane | Birmingham | Birmingham | Education | N/A | 52.4951084 | -1.7913851 | ||
| 22258 | op-snap---monthly-publication-october-2025.pdf | 208 | 2025-10 | Car | Seat | Ibiza | White | Contravening a Red Traffic Light | None | Stratford Road | Stratford Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4203897 | -1.8338574 | ||
| 22518 | op-snap---monthly-publication-october-2025.pdf | 468 | 2025-10 | Pedal Bike | Seat | Alhambra | Black | Contravening a Red Traffic Light | None | A38 | A38 | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | ||||
| 22531 | op-snap---monthly-publication-october-2025.pdf | 481 | 2025-10 | Car | Seat | Ibiza | Red | Contravening a Red Traffic Light | None | Robin Hood Island | Robin Hood Island | Birmingham | Birmingham | NFA | Outside of 14 DAYS Late Submission | 52.4220705 | -1.8372335 | ||
| 22567 | op-snap---monthly-publication-october-2025.pdf | 517 | 2025-10 | Car | Seat | Leon | Black | Contravening a Red Traffic Light | None | Dartmouth Circus | Dartmouth Circus | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4926487 | -1.8879638 | ||
| 22579 | op-snap---monthly-publication-october-2025.pdf | 529 | 2025-10 | Lorry | Seat | Tarraco | Black | Contravening a Red Traffic Light | None | Coleshill Heath Road | Coleshill Heath Road | Birmingham | Birmingham | Education | N/A | 52.5608671 | -1.8128269 | ||
| 22617 | op-snap---monthly-publication-october-2025.pdf | 567 | 2025-10 | Car | Seat | Alhambra | White | Contravening a Red Traffic Light | None | Dartmouth Circus | Dartmouth Circus | Birmingham | Birmingham | Education | N/A | 52.4926487 | -1.8879638 | ||
| 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 | ||
| 22986 | op-snap---monthly-publication-october-2025.pdf | 936 | 2025-10 | Car | Seat | Leon | Grey | Contravening a Red Traffic Light | None | A454 | A454 | Wolverhampton | Wolverhampton | Education | N/A |
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);