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 disposal = "NFA", offence = "Use a vehicle / cycle on a road and contravene a local traffic order other than parking" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
council_area 6
- Dudley 4
- Sandwell 2
- Birmingham 1
- Coventry 1
- Out of Force Area 1
- Sutton Coldfield 1
reporter_transport_mode 3
- Other 4
- Pedestrian 4
- Car 2
vehicle_make 1
- Ford · 10 ✖
offence 1
- Use a vehicle / cycle on a road and contravene a local traffic order other than parking · 10 ✖
disposal 1
- NFA · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7727 | op-snap---monthly-publication-february-2026.pdf | 474 | 2026-02 | Pedestrian | Ford | Transit | Blue | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Off force | Off force | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 12181 | op-snap---monthly-publication-july-2025.pdf | 233 | 2025-07 | Car | Ford | Puma | Grey | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Broadwell Road | Broadwell Road | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.5043614 | -2.0104333 | ||
| 12182 | op-snap---monthly-publication-july-2025.pdf | 234 | 2025-07 | Car | Ford | Fiesta | Red | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Braodwell Road | Braodwell Road | Sandwell | Sandwell | NFA | No Independent Evidence Available | ||||
| 14538 | op-snap---monthly-publication-june-2025.pdf | 467 | 2025-06 | Pedestrian | Ford | fiesta | Pink | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Mitchell Avenue | Mitchell Avenue | Coventry | Coventry | NFA | No Independent Evidence Available | 52.3940834 | -1.5696642 | ||
| 19174 | op-snap---monthly-publication-may-2025.pdf | 536 | 2025-05 | Pedestrian | Ford | Fiesta | Black | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Regent Place | Regent Place | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4860376 | -1.9095854 | ||
| 19485 | op-snap---monthly-publication-may-2025.pdf | 847 | 2025-05 | Pedestrian | Ford | Tourneo | Black | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Upper Holland Road | Upper Holland Road | Sutton Coldfield | Sutton Coldfield | NFA | No Independent Evidence Available | 52.561 | -1.8187105 | ||
| 189 | op-snap---monthly-publication-april-2025.pdf | 188 | 2025-04 | Other | Ford | Ranger | White | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Tower Street | Tower Street | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.5112053 | -2.0833165 | ||
| 592 | op-snap---monthly-publication-april-2025.pdf | 591 | 2025-04 | Other | Ford | Fiesta | Brown | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Norwood Road | Norwood Road | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4831397 | -2.1309273 | ||
| 617 | op-snap---monthly-publication-april-2025.pdf | 616 | 2025-04 | Other | Ford | Transit | Silver | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Norwood Road | Norwood Road | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4831397 | -2.1309273 | ||
| 639 | op-snap---monthly-publication-april-2025.pdf | 638 | 2025-04 | Other | Ford | Fiesta | White | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Norwood Road | Norwood Road | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4831397 | -2.1309273 |
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);