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-05", offence = "Contravening a Red Traffic Light" and vehicle_make = "Land Rover" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 4
- Birmingham 3
- Dudley 2
- Walsall 2
- Wolverhampton 2
disposal 3
- Education 4
- NFA 4
- Warning Letter 1
reporter_transport_mode 2
- Car 8
- Pedestrian 1
vehicle_make 1
- Land Rover · 9 ✖
offence 1
- Contravening a Red Traffic Light · 9 ✖
month 1
- 2025-05 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 18772 | op-snap---monthly-publication-may-2025.pdf | 134 | 2025-05 | Car | Land Rover | Range Rover | Green | Contravening a Red Traffic Light | None | Broadway Walsall | Broadway Walsall | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.5719937 | -1.9639882 | ||
| 18991 | op-snap---monthly-publication-may-2025.pdf | 353 | 2025-05 | Car | Land Rover | Freelander | Blue | Contravening a Red Traffic Light | None | Birches Barn Road | Birches Barn Road | Wolverhampton | Wolverhampton | Education | N/A | 52.5716962 | -2.1462935 | ||
| 19003 | op-snap---monthly-publication-may-2025.pdf | 365 | 2025-05 | Car | Land Rover | Range Rover | Black | Contravening a Red Traffic Light | None | Chester Road | Chester Road | Birmingham | Birmingham | Education | N/A | 52.5359496 | -1.8324115 | ||
| 19032 | op-snap---monthly-publication-may-2025.pdf | 394 | 2025-05 | Pedestrian | Land Rover | Range Rover | Black | Contravening a Red Traffic Light | None | Lichfield Street | Lichfield Street | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.5882772 | -1.9761264 | ||
| 19214 | op-snap---monthly-publication-may-2025.pdf | 576 | 2025-05 | Car | Land Rover | SPORT | Black | Contravening a Red Traffic Light | None | WALSALL ROAD | Walsall Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5919543 | -1.8517118 | ||
| 19298 | op-snap---monthly-publication-may-2025.pdf | 660 | 2025-05 | Car | Land Rover | Range Rover | Green | Contravening a Red Traffic Light | None | Jenkins Street | Jenkins Street | Birmingham | Birmingham | Education | N/A | 52.4705155 | -1.8650312 | ||
| 19391 | op-snap---monthly-publication-may-2025.pdf | 753 | 2025-05 | Car | Land Rover | Vogue | Grey | Contravening a Red Traffic Light | None | Halesowen Road | Halesowen Road | Dudley | Dudley | Education | N/A | 52.4624413 | -2.0175178 | ||
| 19989 | op-snap---monthly-publication-may-2025.pdf | 1351 | 2025-05 | Car | Land Rover | NP | Blue | Contravening a Red Traffic Light | None | Birmingham road | Birmingham road | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.5131355 | -2.0651615 | ||
| 20296 | op-snap---monthly-publication-may-2025.pdf | 1658 | 2025-05 | Car | Land Rover | Evoque | Black | Contravening a Red Traffic Light | None | Wolverhampton Road | Wolverhampton Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5968709 | -2.0954054 |
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);