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 = "Education", month = "2025-12" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location, council_area_raw, latitude, longitude
offence 5
council_area 4
- Birmingham 6
- Dudley 2
- Solihull 2
- Coventry 1
reporter_transport_mode 3
- Car 7
- Pedal Bike 2
- Pedestrian 2
vehicle_make 1
- Audi · 11 ✖
month 1
- 2025-12 · 11 ✖
disposal 1
- Education · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3979 | op-snap---monthly-publication-december-2025.pdf | 107 | 2025-12 | Pedestrian | Audi | q3 | Black | Cause vehicle to be left in a dangerous position | None | gayfield avenue | Gayfield Avenue | Dudley | Dudley | Education | N/A | 52.4693896 | -2.1251602 | ||
| 4007 | op-snap---monthly-publication-december-2025.pdf | 135 | 2025-12 | Car | Audi | A5 | Silver | Contravening a Red Traffic Light | None | Church Hill Road | Church Hill Road | Solihull | Solihull | Education | N/A | 52.4078582 | -1.7777439 | ||
| 4446 | op-snap---monthly-publication-december-2025.pdf | 574 | 2025-12 | Car | Audi | q3 | Blue | Contravene Lane Closure Red X | None | m42 NB junction 3 | m42 Northbound junction 3 | Solihull | Solihull | Education | N/A | 52.4846642 | -1.9297585 | ||
| 4519 | op-snap---monthly-publication-december-2025.pdf | 647 | 2025-12 | Car | Audi | A3 | Black | Contravening a Red Traffic Light | None | Brighton Road | Brighton Road | Birmingham | Birmingham | Education | N/A | 52.4543156 | -1.8840717 | ||
| 4585 | op-snap---monthly-publication-december-2025.pdf | 713 | 2025-12 | Pedal Bike | Audi | A3 | Black | Driving without Due Care and Attention | None | Broad Lane, Coventry | Broad Lane, Coventry | Coventry | Coventry | Education | N/A | 52.4144409 | -1.5990259 | ||
| 4614 | op-snap---monthly-publication-december-2025.pdf | 742 | 2025-12 | Car | Audi | a4 | Silver | Stop a vehicle within pelican pedestrian crossing limits | None | washwood heath road | Washwood Heath Road | Birmingham | Birmingham | Education | N/A | 52.4929304 | -1.8229092 | ||
| 4633 | op-snap---monthly-publication-december-2025.pdf | 761 | 2025-12 | Car | Audi | A3 | Blue | Contravening a Red Traffic Light | None | Hickman Road | Hickman Road | Dudley | Dudley | Education | N/A | 52.4878144 | -2.1286751 | ||
| 4775 | op-snap---monthly-publication-december-2025.pdf | 903 | 2025-12 | Car | Audi | A1 | White | Driving without Due Care and Attention | None | Vauxhall Road | Vauxhall Road | Birmingham | Birmingham | Education | N/A | 52.4834623 | -1.8796522 | ||
| 4780 | op-snap---monthly-publication-december-2025.pdf | 908 | 2025-12 | Pedestrian | Audi | Blue | Stop a vehicle within pelican pedestrian crossing limits | None | Washwood Heath Rd | Washwood Heath Road | Birmingham | Birmingham | Education | N/A | 52.4929304 | -1.8229092 | |||
| 4925 | op-snap---monthly-publication-december-2025.pdf | 1053 | 2025-12 | Pedal Bike | Audi | A3 | Blue | Driving without Due Care and Attention | None | Edward Road / Lincoln Street | Edward Road / Lincoln Street | Birmingham | Birmingham | Education | N/A | 52.4580901 | -1.894458 | ||
| 4983 | op-snap---monthly-publication-december-2025.pdf | 1111 | 2025-12 | Car | Audi | A7 | Black | Contravening a Red Traffic Light | None | Tyburn Road | Tyburn Road | Birmingham | Birmingham | Education | N/A | 52.5113867 | -1.8337258 |
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);