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'}
8 rows where disposal = "Court", offence = "Cause vehicle to be left in a dangerous position" and reporter_transport_mode = "Car" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, second_offence, council_area_raw
vehicle_make 6
- Mercedes-Benz 3
- Audi 1
- BMW 1
- Citroen 1
- Land Rover 1
- Volkswagen 1
council_area 5
- Birmingham 2
- Coventry 2
- Sandwell 2
- Mbirmingham 1
- Wolverhampton 1
reporter_transport_mode 1
- Car · 8 ✖
offence 1
- Cause vehicle to be left in a dangerous position · 8 ✖
disposal 1
- Court · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 19056 | op-snap---monthly-publication-may-2025.pdf | 418 | 2025-05 | Car | Mercedes-Benz | SPRINTER | White | Cause vehicle to be left in a dangerous position | No Insurance | THE HOLLOWAY | The Holloway | Wolverhampton | Wolverhampton | Court | N/A | 52.587232 | -2.1764578 | ||
| 16500 | op-snap---monthly-publication-march-2025.pdf | 257 | 2025-03 | Car | Mercedes-Benz | Vito | Grey | Cause vehicle to be left in a dangerous position | None | Castle Road | Castle Road | Sandwell | Sandwell | Court | N/A | Yes - Via Email | 52.5258312 | -2.0768625 | |
| 17979 | op-snap---monthly-publication-march-2025.pdf | 1736 | 2025-03 | Car | Citroen | C3 | Red | Cause vehicle to be left in a dangerous position | No Insurance | Audley Road | Audley Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4876917 | -1.7963729 | |
| 17982 | op-snap---monthly-publication-march-2025.pdf | 1739 | 2025-03 | Car | BMW | 320.. | Silver | Cause vehicle to be left in a dangerous position | No Insurance | Cornwall Avenue | Cornwall Avenue | Sandwell | Sandwell | Court | N/A | Yes - Via Email | 52.4701815 | -2.0015031 | |
| 5698 | op-snap---monthly-publication-february-2025.pdf | 515 | 2025-02 | Car | Audi | A6 | Silver | Cause vehicle to be left in a dangerous position | VRM fails to conform to Regulations | Grage Road at High Street Birmingha | Grage Road at High Street Birmingha | mBirmingham | Mbirmingham | Court | N/A | Yes - Via Email | |||
| 9115 | op-snap---monthly-publication-january-2025.pdf | 223 | 2025-01 | Car | Mercedes-Benz | E220 | Grey | Cause vehicle to be left in a dangerous position | None | Station Road | Station Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.5054559 | -1.9506109 | |
| 10047 | op-snap---monthly-publication-january-2025.pdf | 1155 | 2025-01 | Car | Land Rover | Evoque | White | Cause vehicle to be left in a dangerous position | Driving without Due Care and Attention | Coundon Green Road | Coundon Green Road | Coventry | Coventry | Court | N/A | Yes - Via Email | 52.4293415 | -1.5441812 | |
| 10264 | op-snap---monthly-publication-january-2025.pdf | 1372 | 2025-01 | Car | Volkswagen | Passat | White | Cause vehicle to be left in a dangerous position | None | Hollyfast Road | Hollyfast Road | Coventry | Coventry | Court | N/A | Yes - Via Email | 52.4230701 | -1.5346523 |
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);