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-07", offence = "Driving without Due Care and Attention" and vehicle_make = "Volvo" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale
council_area 6
- Birmingham 5
- Sandwell 2
- Dudley 1
- Out of Force Area 1
- Solihull 1
- Wolverhampton 1
disposal 4
- NFA 6
- Court 2
- Education 2
- Warning Letter 1
reporter_transport_mode 2
- Car 9
- Pedal Bike 2
vehicle_make 1
- Volvo · 11 ✖
offence 1
- Driving without Due Care and Attention · 11 ✖
month 1
- 2025-07 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11952 | op-snap---monthly-publication-july-2025.pdf | 4 | 2025-07 | Car | Volvo | XC40 | Blue | Driving without Due Care and Attention | None | Metcheley Lane | Metcheley Lane | Birmingham | Birmingham | Court | N/A | ||||
| 11973 | op-snap---monthly-publication-july-2025.pdf | 25 | 2025-07 | Car | Volvo | XC40 | Black | Driving without Due Care and Attention | None | Birchley Island | Birchley Island | Sandwell | Sandwell | NFA | No Offence | 52.4926604 | -2.0216743 | ||
| 12010 | op-snap---monthly-publication-july-2025.pdf | 62 | 2025-07 | Pedal Bike | Volvo | V40 | Blue | Driving without Due Care and Attention | None | Meer End Road | Meer End Road | Solihull | Solihull | Education | N/A | 52.373396 | -1.6335409 | ||
| 12072 | op-snap---monthly-publication-july-2025.pdf | 124 | 2025-07 | Car | Volvo | V40.. | Grey | Driving without Due Care and Attention | None | East Midway | East Midway | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | ||||
| 12074 | op-snap---monthly-publication-july-2025.pdf | 126 | 2025-07 | Car | Volvo | XC90 | Black | Driving without Due Care and Attention | None | M6 Warwickshire | M6 Warwickshire | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4572944 | -1.4815973 | ||
| 12133 | op-snap---monthly-publication-july-2025.pdf | 185 | 2025-07 | Pedal Bike | Volvo | Bus | Red | Driving without Due Care and Attention | None | Moorend Avenue | Moorend Avenue | Birmingham | Birmingham | NFA | No Offence | ||||
| 12211 | op-snap---monthly-publication-july-2025.pdf | 263 | 2025-07 | Car | Volvo | Lorry | Red | Driving without Due Care and Attention | None | Kingsbury Road | Kingsbury Road | Birmingham | Birmingham | Education | N/A | 52.5292752 | -1.7618805 | ||
| 12265 | op-snap---monthly-publication-july-2025.pdf | 317 | 2025-07 | Car | Volvo | XC60 | Black | Driving without Due Care and Attention | None | Woodland Avenue | Woodland Avenue | Dudley | Dudley | NFA | No Offence | 52.5194345 | -2.0858926 | ||
| 12538 | op-snap---monthly-publication-july-2025.pdf | 590 | 2025-07 | Car | Volvo | XC60 | Blue | Driving without Due Care and Attention | No Insurance | Moseley Road | Moseley Road | Wolverhampton | Wolverhampton | Court | N/A | 52.5782924 | -2.0742911 | ||
| 12880 | op-snap---monthly-publication-july-2025.pdf | 932 | 2025-07 | Car | Volvo | Bus | Red | Driving without Due Care and Attention | None | Dudley Road, Tipton | Dudley Road, Tipton | Sandwell | Sandwell | Warning Letter | N/A | 52.5238596 | -2.0740455 | ||
| 12885 | op-snap---monthly-publication-july-2025.pdf | 937 | 2025-07 | Car | Volvo | XC40 | Blue | Driving without Due Care and Attention | None | Regents Park Road | Regents Park Road | Birmingham | Birmingham | NFA | Out of Force | 52.4708366 | -1.8692154 |
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);