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 disposal = "Education", month = "2026-02" and vehicle_make = "Land Rover" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw
council_area 6
- Birmingham 4
- Coventry 1
- Dudley 1
- Sandwell 1
- Sutton Coldfield 1
- Wolverhampton 1
offence 4
reporter_transport_mode 3
- Car 4
- Pedestrian 3
- Pedal Bike 2
vehicle_make 1
- Land Rover · 9 ✖
month 1
- 2026-02 · 9 ✖
disposal 1
- Education · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7371 | op-snap---monthly-publication-february-2026.pdf | 118 | 2026-02 | Car | Land Rover | Evoque | Beige | Contravening a Red Traffic Light | None | Venture Way | Venture Way | Dudley | Dudley | Education | N/A | 52.4836603 | -2.1189326 | ||
| 7375 | op-snap---monthly-publication-february-2026.pdf | 122 | 2026-02 | Pedestrian | Land Rover | Evoque | Grey | Cause vehicle to be left in a dangerous position | None | Roebuck Lane | Roebuck Lane | Sandwell | Sandwell | Education | N/A | 52.5027291 | -1.9781818 | ||
| 7585 | op-snap---monthly-publication-february-2026.pdf | 332 | 2026-02 | Car | Land Rover | Land Rover | Blue | Contravening a Red Traffic Light | None | Tile Hill Lane | Tile Hill Lane | Coventry | Coventry | Education | N/A | 52.4041117 | -1.5595662 | ||
| 7682 | op-snap---monthly-publication-february-2026.pdf | 429 | 2026-02 | Pedal Bike | Land Rover | Discovery | Brown | Driving without Due Care and Attention | None | Redhill Road | Redhill Road | Birmingham | Birmingham | Education | N/A | 52.4618364 | -1.8328803 | ||
| 7715 | op-snap---monthly-publication-february-2026.pdf | 462 | 2026-02 | Pedestrian | Land Rover | Discovery | Green | Cause vehicle to be left in a dangerous position | None | Beech Road | Beech Road | Birmingham | Birmingham | Education | N/A | 52.5393906 | -1.8446767 | ||
| 7855 | op-snap---monthly-publication-february-2026.pdf | 602 | 2026-02 | Car | Land Rover | Range Rover | Blue | Contravening a Red Traffic Light | None | Warwick Road | Warwick Road | Birmingham | Birmingham | Education | N/A | 52.4555288 | -1.8613929 | ||
| 7945 | op-snap---monthly-publication-february-2026.pdf | 692 | 2026-02 | Pedestrian | Land Rover | Discovery | Silver | Stop a vehicle within pelican pedestrian crossing limits | None | Poplar Road | Poplar Road | Birmingham | Birmingham | Education | N/A | 52.436035 | -1.891685 | ||
| 8299 | op-snap---monthly-publication-february-2026.pdf | 1046 | 2026-02 | Pedal Bike | Land Rover | Evoque | Black | Driving without Due Care and Attention | None | Chester Road | Chester Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | 52.5359496 | -1.8324115 | ||
| 8551 | op-snap---monthly-publication-february-2026.pdf | 1298 | 2026-02 | Car | Land Rover | Discovery | Black | Driving without Due Care and Attention | None | Summerhill Road, Bilston | Summerhill Road, Bilston | 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);