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 = "Dudley", month = "2025-02" and reporter_transport_mode = "Pedal Bike" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, offence_location_raw, offence_location, latitude, longitude
disposal 2
reporter_transport_mode 1
- Pedal Bike · 10 ✖
month 1
- 2025-02 · 10 ✖
council_area 1
- Dudley · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5211 | op-snap---monthly-publication-february-2025.pdf | 28 | 2025-02 | Pedal Bike | Vauxhall | Combo | White | Driving without Reasonable Consideration | None | Cot Lane | Cot Lane | Dudley | Dudley | Education | N/A | Yes - Via Email | 52.4939289 | -2.1730601 | |
| 5319 | op-snap---monthly-publication-february-2025.pdf | 136 | 2025-02 | Pedal Bike | Volvo | V90 | Black | Driving without Reasonable Consideration | None | HEATH LANE, OLDSWINFORD | Heath Lane, Oldswinford | Dudley | Dudley | Education | N/A | Yes - Via Email | 52.4485529 | -2.1410808 | |
| 5337 | op-snap---monthly-publication-february-2025.pdf | 154 | 2025-02 | Pedal Bike | Ford | Focus | Black | Driving without Reasonable Consideration | None | The Broadway, Stourbridge | The Broadway, Stourbridge | Dudley | Dudley | Education | N/A | Yes - Via Email | 52.4411413 | -2.1695219 | |
| 5341 | op-snap---monthly-publication-february-2025.pdf | 158 | 2025-02 | Pedal Bike | Tesla | Model Y | Red | Driving without Reasonable Consideration | None | The Broadway, Stourbridge | The Broadway, Stourbridge | Dudley | Dudley | Education | N/A | Yes - Via Email | 52.4411413 | -2.1695219 | |
| 5530 | op-snap---monthly-publication-february-2025.pdf | 347 | 2025-02 | Pedal Bike | BMW | 118I | Grey | Driving without Reasonable Consideration | None | A491 Hagley Road | Hagley Road | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.4514139 | -2.1423625 | |
| 5532 | op-snap---monthly-publication-february-2025.pdf | 349 | 2025-02 | Pedal Bike | Hyundai | IONIQ 5 | Grey | Driving without Reasonable Consideration | None | Hagley Raod [A491], Stourbridge | Hagley Raod [A491], Stourbridge | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | |||
| 5552 | op-snap---monthly-publication-february-2025.pdf | 369 | 2025-02 | Pedal Bike | Citroen | E-C4 | Black | Driving without Due Care and Attention | None | Worcester Street Oldswinford | Worcester Street Oldswinford | Dudley | Dudley | Education | N/A | Yes - Via Email | 52.4515422 | -2.1484432 | |
| 6383 | op-snap---monthly-publication-february-2025.pdf | 1200 | 2025-02 | Pedal Bike | Lexus | RX | Blue | Driving without Reasonable Consideration | None | Boadway Stourbridge | Boadway Stourbridge | Dudley | Dudley | Education | N/A | Yes - Via Email | |||
| 6603 | op-snap---monthly-publication-february-2025.pdf | 1420 | 2025-02 | Pedal Bike | BMW | X1 | White | Driving without Reasonable Consideration | None | GRANGE HILL | Grange Hill | Dudley | Dudley | Education | N/A | Yes - Via Email | 52.4417713 | -2.0434182 | |
| 6898 | op-snap---monthly-publication-february-2025.pdf | 1715 | 2025-02 | Pedal Bike | Seat | Leon | Red | Driving without Reasonable Consideration | None | Heath Lane | Heath Lane | Dudley | Dudley | Education | N/A | Yes - Via Email | 52.4495524 | -2.1459067 |
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);