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 disposal = "Education", month = "2025-04" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, latitude, longitude
offence 5
council_area 4
- Birmingham 6
- Coventry 1
- Solihull 1
- Wolverhampton 1
reporter_transport_mode 2
- Car 8
- Pedal Bike 1
vehicle_make 1
- Audi · 9 ✖
month 1
- 2025-04 · 9 ✖
disposal 1
- Education · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 72 | op-snap---monthly-publication-april-2025.pdf | 71 | 2025-04 | Pedal Bike | Audi | A3.. | Red | Driving without Reasonable Consideration | None | Foleshill Road | Foleshill Road | Coventry | Coventry | Education | N/A | 52.4274335 | -1.5002381 | ||
| 98 | op-snap---monthly-publication-april-2025.pdf | 97 | 2025-04 | Car | Audi | A5.. | Grey | Stop a vehicle within pelican pedestrian crossing limits | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Education | N/A | 52.4929304 | -1.8229092 | ||
| 160 | op-snap---monthly-publication-april-2025.pdf | 159 | 2025-04 | Car | Audi | A1... | Grey | Drive on hard shoulder | None | M6 North Junction 8 | M6 North Junction 8 | Birmingham | Birmingham | Education | N/A | ||||
| 509 | op-snap---monthly-publication-april-2025.pdf | 508 | 2025-04 | Car | Audi | A5 | Red | Stop a vehicle within pelican pedestrian crossing limits | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Education | N/A | 52.4929304 | -1.8229092 | ||
| 630 | op-snap---monthly-publication-april-2025.pdf | 629 | 2025-04 | Car | Audi | A4 | Grey | Driving without Due Care and Attention | None | Belchers Lane | Belchers Lane | Birmingham | Birmingham | Education | N/A | 52.4800061 | -1.833007 | ||
| 747 | op-snap---monthly-publication-april-2025.pdf | 746 | 2025-04 | Car | Audi | A3... | White | Stop a vehicle within pelican pedestrian crossing limits | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Education | N/A | 52.4929304 | -1.8229092 | ||
| 752 | op-snap---monthly-publication-april-2025.pdf | 751 | 2025-04 | Car | Audi | S3.. | Yellow | Driving without Due Care and Attention | None | Princes Way | Princes Way | Solihull | Solihull | Education | N/A | 52.4130801 | -1.784461 | ||
| 759 | op-snap---monthly-publication-april-2025.pdf | 758 | 2025-04 | Car | Audi | Q8 | Grey | Stop a vehicle on pedestrian crossing | None | High St | High Street | Wolverhampton | Wolverhampton | Education | N/A | 52.5635963 | -2.0827567 | ||
| 768 | op-snap---monthly-publication-april-2025.pdf | 767 | 2025-04 | Car | Audi | A3... | Black | Driving without Reasonable Consideration | None | A4101 Tile Hill | Tile Hill | Birmingham | Birmingham | Education | N/A |
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);