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'}
10 rows where council_area = "Sandwell", disposal = "Education" and month = "2025-03" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, offence_location_raw, offence_location, latitude, longitude
reporter_transport_mode 5
- Car 5
- Pedal Bike 2
- Lorry 1
- Motorbike 1
- Pedestrian 1
offence 4
month 1
- 2025-03 · 10 ✖
disposal 1
- Education · 10 ✖
council_area 1
- Sandwell · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16513 | op-snap---monthly-publication-march-2025.pdf | 270 | 2025-03 | Car | Audi | A4 | Grey | Contravening a Red Traffic Light | None | Mallin Street | Mallin Street | Sandwell | Sandwell | Education | N/A | Yes - Via Email | 52.5007585 | -1.9905209 | |
| 16712 | op-snap---monthly-publication-march-2025.pdf | 469 | 2025-03 | Pedestrian | Ford | Mondeo | White | Cause vehicle to be left in a dangerous position | None | Clent Road on corner of Wheatley Road | Clent Road on corner of Wheatley Road | Sandwell | Sandwell | Education | N/A | Yes - Via Email | |||
| 16779 | op-snap---monthly-publication-march-2025.pdf | 536 | 2025-03 | Car | Ford | Transit | White | Driving without Reasonable Consideration | None | Birchley Island | Birchley Island | Sandwell | Sandwell | Education | N/A | Yes - Via Email | 52.4926604 | -2.0216743 | |
| 16864 | op-snap---monthly-publication-march-2025.pdf | 621 | 2025-03 | Motorbike | Vauxhall | Insignia | Silver | Driving without Due Care and Attention | None | Brades Road | Brades Road | Sandwell | Sandwell | Education | N/A | Yes - Via Email | 52.5087861 | -2.0285026 | |
| 17448 | op-snap---monthly-publication-march-2025.pdf | 1205 | 2025-03 | Pedal Bike | Peugeot | 2008 | Black | Driving without Due Care and Attention | None | OLD PARK ROAD | Old Park Road | Sandwell | Sandwell | Education | N/A | Yes - Via Email | 52.5612071 | -2.0247828 | |
| 17510 | op-snap---monthly-publication-march-2025.pdf | 1267 | 2025-03 | Pedal Bike | Citroen | Picasso | Red | Driving without Due Care and Attention | None | Waterfall Lane | Waterfall Lane | Sandwell | Sandwell | Education | N/A | Yes - Via Email | 52.4745234 | -2.0503509 | |
| 17618 | op-snap---monthly-publication-march-2025.pdf | 1375 | 2025-03 | Lorry | BMW | 3 series | Black | Contravening a Red Traffic Light | None | Birchley Island | Birchley Island | Sandwell | Sandwell | Education | N/A | Yes - Via Email | 52.4926604 | -2.0216743 | |
| 17818 | op-snap---monthly-publication-march-2025.pdf | 1575 | 2025-03 | Car | Mercedes-Benz | B CLASS | White | Driving without Due Care and Attention | None | Horner way | Horner way | Sandwell | Sandwell | Education | N/A | Yes - Via Email | 52.4735009 | -2.0396978 | |
| 17936 | op-snap---monthly-publication-march-2025.pdf | 1693 | 2025-03 | Car | Toyota | Aygo | Black | Driving without Due Care and Attention | None | Newton Road | Newton Road | Sandwell | Sandwell | Education | N/A | Yes - Via Email | 52.5428224 | -1.9569444 | |
| 18111 | op-snap---monthly-publication-march-2025.pdf | 1868 | 2025-03 | Car | Ford | Ranger | Black | Driving without Due Care and Attention | None | Telford Way | Telford Way | Sandwell | Sandwell | Education | N/A | Yes - Via Email | 52.5041001 | -1.9769903 |
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);