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'}
7 rows where month = "2025-04", offence = "Driving without Due Care and Attention" 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, latitude, longitude
reporter_transport_mode 3
- Car 5
- Pedal Bike 1
- Pedestrian 1
disposal 3
- NFA 5
- Fixed Penalty 1
- Warning Letter 1
council_area 3
vehicle_make 1
- Land Rover · 7 ✖
offence 1
- Driving without Due Care and Attention · 7 ✖
month 1
- 2025-04 · 7 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 128 | op-snap---monthly-publication-april-2025.pdf | 127 | 2025-04 | Car | Land Rover | SPORT | Black | Driving without Due Care and Attention | None | A452 WEST BROMWICH | A452 West Bromwich | Birmingham | Birmingham | Warning Letter | N/A | 52.5139393 | -1.7600186 | ||
| 327 | op-snap---monthly-publication-april-2025.pdf | 326 | 2025-04 | Car | Land Rover | Discovery | Grey | Driving without Due Care and Attention | None | Brandwood Road / Broad Lane junction | Brandwood Road / Broad Lane junction | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4139427 | -1.9037653 | ||
| 468 | op-snap---monthly-publication-april-2025.pdf | 467 | 2025-04 | Car | Land Rover | Discovery | Silver | Driving without Due Care and Attention | None | Penns Lane | Penns Lane | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | 52.5356148 | -1.8191361 | ||
| 531 | op-snap---monthly-publication-april-2025.pdf | 530 | 2025-04 | Car | Land Rover | 4 | Silver | Driving without Due Care and Attention | None | CAMPDEN ROAD,STRATFORD | Campden Road, Stratford | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 532 | op-snap---monthly-publication-april-2025.pdf | 531 | 2025-04 | Car | Land Rover | Sport | Black | Driving without Due Care and Attention | None | Frankley Beeches Road | Frankley Beeches Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4094108 | -1.9930633 | ||
| 588 | op-snap---monthly-publication-april-2025.pdf | 587 | 2025-04 | Pedal Bike | Land Rover | Evoque | Blue | Driving without Due Care and Attention | None | Chester Road | Chester Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5359496 | -1.8324115 | ||
| 1423 | op-snap---monthly-publication-april-2025.pdf | 1422 | 2025-04 | Pedestrian | Land Rover | NP | Black | Driving without Due Care and Attention | None | Chester Road , Birmingham | Chester Road , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5359496 | -1.8324115 |
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);