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", disposal = "Education" and reporter_transport_mode = "Lorry" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, offence_location_raw, offence_location
vehicle_make 7
- BMW 3
- Seat 2
- Daf 1
- Hyundai 1
- Land Rover 1
- Vauxhall 1
- Volkswagen 1
offence 5
reporter_transport_mode 1
- Lorry · 11 ✖
disposal 1
- Education · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20580 | op-snap---monthly-publication-november-2025.pdf | 122 | 2025-11 | Lorry | Seat | Altea | Grey | Drive on hard shoulder | None | M6 Jn6 | M6 Jn6 | Birmingham | Birmingham | Education | N/A | ||||
| 22470 | op-snap---monthly-publication-october-2025.pdf | 420 | 2025-10 | Lorry | BMW | 320i | Black | Contravening a Red Traffic Light | None | Summer Lane | Summer Lane | Birmingham | Birmingham | Education | N/A | 52.4948034 | -1.8983555 | ||
| 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 | ||
| 22619 | op-snap---monthly-publication-october-2025.pdf | 569 | 2025-10 | Lorry | BMW | 420D | Grey | Driving without Due Care and Attention | None | M42 Motorway | M42 Motorway | Birmingham | Birmingham | Education | N/A | 52.490826 | -1.8882034 | ||
| 22703 | op-snap---monthly-publication-october-2025.pdf | 653 | 2025-10 | Lorry | Hyundai | i30 | Grey | Driving without Due Care and Attention | None | M42 | M42 | Birmingham | Birmingham | Education | N/A | ||||
| 15521 | op-snap---monthly-publication-june-2025.pdf | 1450 | 2025-06 | Lorry | Vauxhall | Astra | Blue | Driving without Due Care and Attention | None | M6 | M6 | Birmingham | Birmingham | Education | N/A | ||||
| 280 | op-snap---monthly-publication-april-2025.pdf | 279 | 2025-04 | Lorry | Scania | Black | Prohibited vehicle in offside lane of motorway | None | m6 junction 4 | M6 Junction 4 | Birmingham | Birmingham | Education | N/A | 52.6912891 | -2.1046372 | |||
| 16686 | op-snap---monthly-publication-march-2025.pdf | 443 | 2025-03 | Lorry | Land Rover | Discovery | Grey | Driving without Due Care and Attention | None | M6 jct 9 heading onto M6 south | M6 jct 9 heading onto M6 south | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.676119 | -2.0858425 | |
| 6675 | op-snap---monthly-publication-february-2025.pdf | 1492 | 2025-02 | Lorry | Daf | HGV | White | Prohibited vehicle in offside lane of motorway | None | M6 | M6 | Birmingham | Birmingham | Education | N/A | Yes - Via Email | |||
| 9601 | op-snap---monthly-publication-january-2025.pdf | 709 | 2025-01 | Lorry | Volkswagen | T-Cross | Grey | Contravene Lane Closure Red X | None | M5 north towards M6 | M5 north towards M6 | Birmingham | Birmingham | Education | N/A | Yes - Via Email | |||
| 9602 | op-snap---monthly-publication-january-2025.pdf | 710 | 2025-01 | Lorry | BMW | 428i | Black | Contravene Lane Closure Red X | None | M5 north towards M6 | M5 north towards M6 | Birmingham | Birmingham | Education | 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);