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'}
8 rows where disposal = "Education", month = "2025-06" and vehicle_make = "Citroen" 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
reporter_transport_mode 3
- Car 6
- Other 1
- Pedal Bike 1
council_area 3
- Birmingham 4
- Coventry 2
- Walsall 2
vehicle_make 1
- Citroen · 8 ✖
month 1
- 2025-06 · 8 ✖
disposal 1
- Education · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14201 | op-snap---monthly-publication-june-2025.pdf | 130 | 2025-06 | Other | Citroen | C3 | Black | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Spouthouse Lane | Spouthouse Lane | Birmingham | Birmingham | Education | N/A | 52.5390972 | -1.9319478 | ||
| 14476 | op-snap---monthly-publication-june-2025.pdf | 405 | 2025-06 | Car | Citroen | C3 | Black | Driving without Due Care and Attention | None | Henley Road | Henley Road | Coventry | Coventry | Education | N/A | 52.4307281 | -1.462755 | ||
| 14638 | op-snap---monthly-publication-june-2025.pdf | 567 | 2025-06 | Car | Citroen | C4 | 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 | ||
| 14875 | op-snap---monthly-publication-june-2025.pdf | 804 | 2025-06 | Pedal Bike | Citroen | DS 3.. | Grey | Driving without Due Care and Attention | None | Dartmouth Avenue | Dartmouth Avenue | Walsall | Walsall | Education | N/A | 52.6039645 | -1.9797631 | ||
| 14985 | op-snap---monthly-publication-june-2025.pdf | 914 | 2025-06 | Car | Citroen | Dispatch | 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 | ||
| 15041 | op-snap---monthly-publication-june-2025.pdf | 970 | 2025-06 | Car | Citroen | C4 | Blue | Driving without Due Care and Attention | None | Butts Road | Butts Road | Coventry | Coventry | Education | N/A | 52.4073149 | -1.5250454 | ||
| 15046 | op-snap---monthly-publication-june-2025.pdf | 975 | 2025-06 | Car | Citroen | Dispatch | White | Contravening a Red Traffic Light | None | Mill Road | Mill Road | Birmingham | Birmingham | Education | N/A | 52.4512925 | -1.9124618 | ||
| 15212 | op-snap---monthly-publication-june-2025.pdf | 1141 | 2025-06 | Car | Citroen | c4 | Red | Driving without Reasonable Consideration | None | Coronation Road | Coronation Road | Walsall | Walsall | Education | N/A | 52.6234357 | -1.955744 |
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);