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'}
12 rows where month = "2025-07", 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 5
- Birmingham 5
- Coventry 3
- Walsall 2
- Dudley 1
- Sandwell 1
reporter_transport_mode 4
- Car 9
- Other 1
- Pedal Bike 1
- Pedestrian 1
disposal 3
- NFA 8
- Warning Letter 3
- Education 1
vehicle_make 1
- Citroen · 12 ✖
offence 1
- Driving without Due Care and Attention · 12 ✖
month 1
- 2025-07 · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 12064 | op-snap---monthly-publication-july-2025.pdf | 116 | 2025-07 | Car | Citroen | Berlingo | White | Driving without Due Care and Attention | None | Daventry Road | Daventry Road | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.3930931 | -1.4976428 | ||
| 12114 | op-snap---monthly-publication-july-2025.pdf | 166 | 2025-07 | Other | Citroen | Berlingo | White | Driving without Due Care and Attention | None | Ward Street | Ward Street | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.5918096 | -2.0485738 | ||
| 12126 | op-snap---monthly-publication-july-2025.pdf | 178 | 2025-07 | Pedal Bike | Citroen | C3 | Blue | Driving without Due Care and Attention | None | City Road | City Road | Birmingham | Birmingham | NFA | No Offence | 52.4763176 | -1.9584897 | ||
| 12172 | op-snap---monthly-publication-july-2025.pdf | 224 | 2025-07 | Car | Citroen | Berlingo | White | Driving without Due Care and Attention | None | Fordge Lane Cradley Heath | Fordge Lane Cradley Heath | Sandwell | Sandwell | Education | N/A | ||||
| 12291 | op-snap---monthly-publication-july-2025.pdf | 343 | 2025-07 | Car | Citroen | C4 | Silver | Driving without Due Care and Attention | None | Walsall Road | Walsall Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5919543 | -1.8517118 | ||
| 12328 | op-snap---monthly-publication-july-2025.pdf | 380 | 2025-07 | Car | Citroen | DS3 | Red | Driving without Due Care and Attention | None | Coventry Road | Coventry Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4726661 | -1.8769032 | ||
| 12590 | op-snap---monthly-publication-july-2025.pdf | 642 | 2025-07 | Pedestrian | Citroen | Grey | Driving without Due Care and Attention | None | Norwood Road | Norwood Road | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4831397 | -2.1309273 | |||
| 12756 | op-snap---monthly-publication-july-2025.pdf | 808 | 2025-07 | Car | Citroen | Picasso | Beige | Driving without Due Care and Attention | None | Spon End | Spon End | Coventry | Coventry | NFA | Not in Public Interest | 52.4069072 | -1.5247498 | ||
| 13238 | op-snap---monthly-publication-july-2025.pdf | 1290 | 2025-07 | Car | Citroen | Picasso | Silver | Driving without Due Care and Attention | None | Walker Road | Walker Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.5649158 | -1.8265887 | ||
| 13410 | op-snap---monthly-publication-july-2025.pdf | 1462 | 2025-07 | Car | Citroen | C4 | Blue | Driving without Due Care and Attention | None | Cheveral Avenue | Cheveral Avenue | Coventry | Coventry | Warning Letter | N/A | 52.4257402 | -1.5185037 | ||
| 13784 | op-snap---monthly-publication-july-2025.pdf | 1836 | 2025-07 | Car | Citroen | C2 | Red | Driving without Due Care and Attention | None | M6 Northbound between jct 9 and 10 | M6 Northbound between jct 9 and 10 | Walsall | Walsall | Warning Letter | N/A | 52.676119 | -2.0858425 | ||
| 14058 | op-snap---monthly-publication-july-2025.pdf | 2110 | 2025-07 | Car | Citroen | Dispatch | White | Driving without Due Care and Attention | None | M42 Southbound to airport | M42 Southbound to airport | Birmingham | Birmingham | Warning Letter | 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);