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-03", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Toyota" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
reporter_transport_mode 4
- Pedal Bike 4
- Other 2
- Pedestrian 2
- Car 1
disposal 3
- Fixed Penalty 4
- NFA 3
- Warning Letter 2
council_area 2
- Birmingham 8
- Sandwell 1
vehicle_make 1
- Toyota · 9 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 9 ✖
month 1
- 2025-03 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 17048 | op-snap---monthly-publication-march-2025.pdf | 805 | 2025-03 | Pedal Bike | Toyota | Aygo | Grey | Using a Mobile Phone Whilst Driving | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4470686 | -1.8880749 | |
| 17365 | op-snap---monthly-publication-march-2025.pdf | 1122 | 2025-03 | Pedal Bike | Toyota | Yaris | Blue | Using a Mobile Phone Whilst Driving | None | St Mary's Row, Moseley | Street Mary's Row, Moseley | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | |||
| 17777 | op-snap---monthly-publication-march-2025.pdf | 1534 | 2025-03 | Pedal Bike | Toyota | Prius | Blue | Using a Mobile Phone Whilst Driving | None | Smithmoor Crescent | Smithmoor Crescent | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.5425057 | -1.9749202 | |
| 17956 | op-snap---monthly-publication-march-2025.pdf | 1713 | 2025-03 | Other | Toyota | Hiace | Red | Using a Mobile Phone Whilst Driving | No Seat Belt | Alum Rock Road | Alum Rock Road | Birmingham | Birmingham | NFA | No VRM | Yes - Via Email | 52.4883936 | -1.8310056 | |
| 18178 | op-snap---monthly-publication-march-2025.pdf | 1935 | 2025-03 | Pedestrian | Toyota | MPV | Silver | Using a Mobile Phone Whilst Driving | None | Islington Row Middleway | Islington Row Middleway | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4720132 | -1.9142946 | |
| 18182 | op-snap---monthly-publication-march-2025.pdf | 1939 | 2025-03 | Car | Toyota | HI ACE | Red | Using a Mobile Phone Whilst Driving | None | Alum Rock Road | Alum Rock Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4883936 | -1.8310056 | |
| 18252 | op-snap---monthly-publication-march-2025.pdf | 2009 | 2025-03 | Pedestrian | Toyota | Hi Ace | Red | Using a Mobile Phone Whilst Driving | None | Alum Rock Road | Alum Rock Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | Yes - Via Email | 52.4883936 | -1.8310056 | |
| 18318 | op-snap---monthly-publication-march-2025.pdf | 2075 | 2025-03 | Other | Toyota | Hi Ace | Red | Using a Mobile Phone Whilst Driving | None | U/K - PR believes it to be Birmingham. | U/K - PR believes it to be Birmingham | Birmingham | Birmingham | NFA | No Independent Evidence Available | Yes - Via Email | |||
| 18447 | op-snap---monthly-publication-march-2025.pdf | 2204 | 2025-03 | Pedal Bike | Toyota | Prius | Silver | Using a Mobile Phone Whilst Driving | None | Alwold Road, Weoley Castle | Alwold Road, Weoley Castle | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4436471 | -1.9604594 |
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);