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 disposal = "NFA", month = "2025-03" 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
offence 6
reporter_transport_mode 4
- Car 3
- Other 3
- Pedestrian 3
- Pedal Bike 2
council_area 3
vehicle_make 1
- Toyota · 11 ✖
month 1
- 2025-03 · 11 ✖
disposal 1
- NFA · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16324 | op-snap---monthly-publication-march-2025.pdf | 81 | 2025-03 | Car | Toyota | Auris | Grey | Contravening a Red Traffic Light | None | Great Hampton Street | Great Hampton Street | Birmingham | Birmingham | NFA | No Independent Evidence Available | Yes - Via Email | 52.4910446 | -1.9105163 | |
| 17301 | op-snap---monthly-publication-march-2025.pdf | 1058 | 2025-03 | Pedal Bike | Toyota | Yaris | grey | Driving without Due Care and Attention | None | Gillhurst Road | Gillhurst Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | Yes - Via Email | 52.467676 | -1.9548345 | |
| 17490 | op-snap---monthly-publication-march-2025.pdf | 1247 | 2025-03 | Car | Toyota | Aygo | Red | Driving without Due Care and Attention | None | Bassetts Pole Island (Warwickshire Police) | Bassetts Pole Island (Warwickshire Police) | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | |||
| 17821 | op-snap---monthly-publication-march-2025.pdf | 1578 | 2025-03 | Car | Toyota | Prius | White | Driving without Reasonable Consideration | None | M42 Jn8-8a | M42 Jn8-8a | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | |||
| 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 | |
| 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 | |
| 18290 | op-snap---monthly-publication-march-2025.pdf | 2047 | 2025-03 | Pedal Bike | Toyota | Yaris | Grey | Contravening a Red Traffic Light | None | Bristol Road | Bristol Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | Yes - Via Email | 52.4543565 | -1.9114004 | |
| 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 | |||
| 18412 | op-snap---monthly-publication-march-2025.pdf | 2169 | 2025-03 | Other | Toyota | Auris | Silver | Misc - Non Traffic Offences | None | Willenhall Road | Willenhall Road | Wolverhampton | Wolverhampton | NFA | Misc Inc Crimes | Yes - Via Email | 52.5836778 | -2.0894997 | |
| 18476 | op-snap---monthly-publication-march-2025.pdf | 2233 | 2025-03 | Pedestrian | Toyota | MPV | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Handsworth | Handsworth | Birmingham | Birmingham | NFA | No Independent Evidence Available | Yes - Via Email | 52.5135967 | -1.9394384 | |
| 18503 | op-snap---monthly-publication-march-2025.pdf | 2260 | 2025-03 | Pedestrian | Toyota | C-HR | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Robin Hood Lane | Robin Hood Lane | Birmingham | Birmingham | NFA | No Offence | Yes - Via Email | 52.4221526 | -1.8425617 |
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);