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'}
6 rows where month = "2025-01", reporter_transport_mode = "Car" and vehicle_make = "Skoda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
offence 5
disposal 4
- Court 3
- Education 1
- Fixed Penalty 1
- NFA 1
council_area 4
- Birmingham 3
- Dudley 1
- Solihull 1
- Wolverhampton 1
vehicle_make 1
- Skoda · 6 ✖
reporter_transport_mode 1
- Car · 6 ✖
month 1
- 2025-01 · 6 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 9425 | op-snap---monthly-publication-january-2025.pdf | 533 | 2025-01 | Car | Skoda | RAPID | Silver | Using a Mobile Phone Whilst Driving | NONE | DUDLEY PORT | Dudley Port | Dudley | Dudley | NFA | No Offence | Yes - Via Email | 52.524461 | -2.0492538 | |
| 9574 | op-snap---monthly-publication-january-2025.pdf | 682 | 2025-01 | Car | Skoda | Fabia | Silver | Contravening a Red Traffic Light | No Insurance | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4929304 | -1.8229092 | |
| 10262 | op-snap---monthly-publication-january-2025.pdf | 1370 | 2025-01 | Car | Skoda | Octavia | Silver | Contravening a Red Traffic Light | None | Tyburn Road | Tyburn Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.5113867 | -1.8337258 | |
| 10314 | op-snap---monthly-publication-january-2025.pdf | 1422 | 2025-01 | Car | Skoda | Fabia | Grey | Stop a vehicle within pelican pedestrian crossing limits | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4929304 | -1.8229092 | |
| 10381 | op-snap---monthly-publication-january-2025.pdf | 1489 | 2025-01 | Car | Skoda | Fabia | Grey | Driving without Reasonable Consideration | VRM fails to conform to Regulations | Widney Lane | Widney Lane | Solihull | Solihull | Court | N/A | Yes - Via Email | 52.3975737 | -1.7857722 | |
| 10416 | op-snap---monthly-publication-january-2025.pdf | 1524 | 2025-01 | Car | Skoda | Karoq | Silver | Driving without Due Care and Attention | None | A460 Cannock / Nine elms Lane | Cannock / Nine elms Lane | Wolverhampton | Wolverhampton | Court | N/A | Yes - Via Email | 52.616335 | -2.0967753 |
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);