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 month = "2025-06", offence = "Driving without Due Care and Attention" and vehicle_make = "Citroen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 7
- Birmingham 4
- Coventry 2
- Dudley 1
- Sandwell 1
- Sutton Coldfield 1
- Walsall 1
- Wolverhampton 1
reporter_transport_mode 3
- Car 7
- Pedal Bike 3
- Other 1
vehicle_make 1
- Citroen · 11 ✖
offence 1
- Driving without Due Care and Attention · 11 ✖
month 1
- 2025-06 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | ||
| 14486 | op-snap---monthly-publication-june-2025.pdf | 415 | 2025-06 | Other | Citroen | C4.. | Red | Driving without Due Care and Attention | None | Spouthouse Lane | Spouthouse Lane | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5390972 | -1.9319478 | ||
| 14782 | op-snap---monthly-publication-june-2025.pdf | 711 | 2025-06 | Pedal Bike | Citroen | C3 | Grey | Driving without Due Care and Attention | None | Webster Way | Webster Way | Sutton Coldfield | Sutton Coldfield | NFA | Outside of 14 Days NIP | 52.5445328 | -1.7884784 | ||
| 14796 | op-snap---monthly-publication-june-2025.pdf | 725 | 2025-06 | Car | Citroen | Berlingo | White | Driving without Due Care and Attention | None | Vulcan Road | Vulcan Road | Wolverhampton | Wolverhampton | Court | N/A | 52.563872 | -2.0617003 | ||
| 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 | ||
| 14893 | op-snap---monthly-publication-june-2025.pdf | 822 | 2025-06 | Car | Citroen | Blue | Driving without Due Care and Attention | None | Manor Way | Manor Way | Dudley | Dudley | NFA | No VRM | 52.4493861 | -2.0168307 | |||
| 14925 | op-snap---monthly-publication-june-2025.pdf | 854 | 2025-06 | Pedal Bike | Citroen | Picasso | Blue | Driving without Due Care and Attention | None | Merritts Hill | Merritts Hill | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.424853 | -1.9814275 | ||
| 14935 | op-snap---monthly-publication-june-2025.pdf | 864 | 2025-06 | Car | Citroen | C3.. | Blue | Driving without Due Care and Attention | None | Hill Village Road | Hill Village Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.5959906 | -1.8345802 | ||
| 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 | ||
| 15095 | op-snap---monthly-publication-june-2025.pdf | 1024 | 2025-06 | Car | Citroen | C5 | Grey | Driving without Due Care and Attention | None | M6/M5 J7 | M6/M5 J7 | Birmingham | Birmingham | Court | N/A | ||||
| 15584 | op-snap---monthly-publication-june-2025.pdf | 1513 | 2025-06 | Car | Citroen | DS3 | Blue | Driving without Due Care and Attention | None | Wolverhampton Street | Wolverhampton Street | Sandwell | Sandwell | Court | 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);