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 offence = "Driving without Reasonable Consideration" and vehicle_make = "Mg" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
council_area 6
- Birmingham 5
- Dudley 2
- Out of Force Area 1
- Sandwell 1
- Solihull 1
- Wolverhampton 1
disposal 4
- NFA 5
- Education 3
- Warning Letter 2
- Fixed Penalty 1
reporter_transport_mode 2
- Car 8
- Pedal Bike 3
vehicle_make 1
- Mg · 11 ✖
offence 1
- Driving without Reasonable Consideration · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2699 | op-snap---monthly-publication-august-2025.pdf | 674 | 2025-08 | Car | Mg | Exclusive | White | Driving without Reasonable Consideration | None | Icknield Street | Icknield Street | Birmingham | Birmingham | Education | N/A | 52.5709191 | -1.8759339 | ||
| 12573 | op-snap---monthly-publication-july-2025.pdf | 625 | 2025-07 | Car | Mg | 3 series | Silver | Driving without Reasonable Consideration | None | Bickenhill Interchange | Bickenhill Interchange | Solihull | Solihull | Fixed Penalty | N/A | 52.4457674 | -1.7082354 | ||
| 12937 | op-snap---monthly-publication-july-2025.pdf | 989 | 2025-07 | Car | Mg | ZS | Silver | Driving without Reasonable Consideration | None | Kyotts Lake Road | Kyotts Lake Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4655028 | -1.8755351 | ||
| 14148 | op-snap---monthly-publication-june-2025.pdf | 77 | 2025-06 | Car | Mg | three | Black | Driving without Reasonable Consideration | None | Avenue Road | Avenue Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4941712 | -1.8795158 | ||
| 15034 | op-snap---monthly-publication-june-2025.pdf | 963 | 2025-06 | Pedal Bike | Mg | 5 EXCITE | Silver | Driving without Reasonable Consideration | None | SPON LANE | Spon Lane | Wolverhampton | Wolverhampton | NFA | Outside of 14 Days NIP | 52.5071465 | -2.0049226 | ||
| 967 | op-snap---monthly-publication-april-2025.pdf | 966 | 2025-04 | Car | Mg | Silver | Driving without Reasonable Consideration | None | Walmley Close | Walmley Close | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5398069 | -1.8008939 | |||
| 968 | op-snap---monthly-publication-april-2025.pdf | 967 | 2025-04 | Car | Mg | Silver | Driving without Reasonable Consideration | None | Walmley Close | Walmley Close | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5398069 | -1.8008939 | |||
| 1412 | op-snap---monthly-publication-april-2025.pdf | 1411 | 2025-04 | Car | Mg | NP | White | Driving without Reasonable Consideration | None | Wolverhampton Road , Kingswinford | Wolverhampton Road , Kingswinford | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.5063917 | -2.1711502 | ||
| 1734 | op-snap---monthly-publication-april-2025.pdf | 1733 | 2025-04 | Car | Mg | NP | Black | Driving without Reasonable Consideration | None | Stanhope Road , Smethwick | Stanhope Road , Smethwick | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.4856586 | -1.9704663 | ||
| 16462 | op-snap---monthly-publication-march-2025.pdf | 219 | 2025-03 | Pedal Bike | Mg | 3 | Blue | Driving without Reasonable Consideration | None | Heathcote Lane, Leamington Spa | Heathcote Lane, Leamington Spa | Out of Force Area | Out of Force Area | Education | N/A | Yes - Via Email | |||
| 17916 | op-snap---monthly-publication-march-2025.pdf | 1673 | 2025-03 | Pedal Bike | Mg | 4 | Black | Driving without Reasonable Consideration | None | Swindon Rd | Swindon Road | Dudley | Dudley | Education | N/A | Yes - Via Email | 52.5003933 | -2.1846445 |
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);