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'}
13 rows where council_area = "Birmingham", month = "2025-08" and vehicle_make = "Mg" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
offence 4
disposal 3
- Warning Letter 5
- Education 4
- NFA 4
reporter_transport_mode 2
- Car 7
- Pedestrian 6
vehicle_make 1
- Mg · 13 ✖
month 1
- 2025-08 · 13 ✖
council_area 1
- Birmingham · 13 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2164 | op-snap---monthly-publication-august-2025.pdf | 139 | 2025-08 | Car | Mg | 4SE | Grey | Driving without Due Care and Attention | None | Queensway | Queensway | Birmingham | Birmingham | NFA | No Offence | 52.4856447 | -1.8972389 | ||
| 2300 | op-snap---monthly-publication-august-2025.pdf | 275 | 2025-08 | Car | Mg | 4 Trophy | Grey | Driving without Due Care and Attention | None | Maypole Lane | Maypole Lane | Birmingham | Birmingham | NFA | No Offence | 52.4046925 | -1.8764112 | ||
| 2394 | op-snap---monthly-publication-august-2025.pdf | 369 | 2025-08 | Car | Mg | White | Driving without Due Care and Attention | None | A4040 | A4040 | Birmingham | Birmingham | Education | N/A | |||||
| 2687 | op-snap---monthly-publication-august-2025.pdf | 662 | 2025-08 | Car | Mg | GS | White | Driving without Due Care and Attention | None | Icknield Street | Icknield Street | Birmingham | Birmingham | Education | N/A | 52.5709191 | -1.8759339 | ||
| 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 | ||
| 3112 | op-snap---monthly-publication-august-2025.pdf | 1087 | 2025-08 | Car | Mg | ZS | Silver | Driving without Due Care and Attention | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Education | N/A | 52.4470686 | -1.8880749 | ||
| 3253 | op-snap---monthly-publication-august-2025.pdf | 1228 | 2025-08 | Pedestrian | Mg | 4 | Orange | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Cannon Hill Road | Cannon Hill Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4569873 | -1.8971744 | ||
| 3347 | op-snap---monthly-publication-august-2025.pdf | 1322 | 2025-08 | Pedestrian | Mg | ZS | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Avenue Road | Avenue Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4941712 | -1.8795158 | ||
| 3396 | op-snap---monthly-publication-august-2025.pdf | 1371 | 2025-08 | Pedestrian | Mg | HS | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Pershore Road | Pershore Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4308271 | -1.920078 | ||
| 3631 | op-snap---monthly-publication-august-2025.pdf | 1606 | 2025-08 | Pedestrian | Mg | Zs | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Lozells Rd | Lozells Road | Birmingham | Birmingham | Warning Letter | N/A | 52.502683 | -1.9033516 | ||
| 3790 | op-snap---monthly-publication-august-2025.pdf | 1765 | 2025-08 | Car | Mg | HS | Black | Cause vehicle to be left in a dangerous position | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4929304 | -1.8229092 | ||
| 3815 | op-snap---monthly-publication-august-2025.pdf | 1790 | 2025-08 | Pedestrian | Mg | 3 Style | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Church Street | Church Street | Birmingham | Birmingham | Warning Letter | N/A | 52.5020781 | -1.9122368 | ||
| 3852 | op-snap---monthly-publication-august-2025.pdf | 1827 | 2025-08 | Pedestrian | Mg | HS | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Barnsley Road | Barnsley Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4743497 | -1.965737 |
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);