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 = "Court", offence = "Driving without Due Care and Attention" and vehicle_make = "Volvo" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, second_offence, council_area_raw
council_area 3
reporter_transport_mode 2
- Car 7
- Pedal Bike 1
vehicle_make 1
- Volvo · 8 ✖
offence 1
- Driving without Due Care and Attention · 8 ✖
disposal 1
- Court · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4186 | op-snap---monthly-publication-december-2025.pdf | 314 | 2025-12 | Car | Volvo | XC90 | Blue | Driving without Due Care and Attention | No Insurance | Richmond Road | Richmond Road | Birmingham | Birmingham | Court | N/A | 52.566947 | -1.8291809 | ||
| 4351 | op-snap---monthly-publication-december-2025.pdf | 479 | 2025-12 | Car | Volvo | V40.. | Blue | Driving without Due Care and Attention | None | Greenholm Road | Greenholm Road | Birmingham | Birmingham | Court | N/A | 52.5356973 | -1.8929646 | ||
| 20506 | op-snap---monthly-publication-november-2025.pdf | 48 | 2025-11 | Car | Volvo | Lorry | White | Driving without Due Care and Attention | None | M42 Motorway | M42 Motorway | Birmingham | Birmingham | Court | N/A | 52.490826 | -1.8882034 | ||
| 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 | ||||
| 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 | ||
| 17382 | op-snap---monthly-publication-march-2025.pdf | 1139 | 2025-03 | Car | Volvo | S60 | Black | Driving without Due Care and Attention | None | Tyburn Road | Tyburn Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.5113867 | -1.8337258 | |
| 6504 | op-snap---monthly-publication-february-2025.pdf | 1321 | 2025-02 | Pedal Bike | Volvo | V40 | Grey | Driving without Due Care and Attention | None | Gillhurst Road at Lordwood Road Bir | Gillhurst Road at Lordwood Road Bir | mBinirgmhianmgham | Mbinirgmhianmgham | Court | N/A | Yes - Via Email | 52.467676 | -1.9548345 | |
| 6936 | op-snap---monthly-publication-february-2025.pdf | 1753 | 2025-02 | Car | Volvo | S40 | Black | Driving without Due Care and Attention | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4470686 | -1.8880749 |
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);