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'}
11 rows where council_area = "Walsall", month = "2025-04" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
offence 5
reporter_transport_mode 3
- Car 8
- Pedal Bike 2
- Pedestrian 1
disposal 3
- NFA 8
- Warning Letter 2
- Education 1
vehicle_make 1
- Ford · 11 ✖
month 1
- 2025-04 · 11 ✖
council_area 1
- Walsall · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 163 | op-snap---monthly-publication-april-2025.pdf | 162 | 2025-04 | Car | Ford | KUGA | Grey | Contravening a Red Traffic Light | None | SUN ISLAND BROWNHILLS | Sun Island Brownhills | Walsall | Walsall | Warning Letter | N/A | ||||
| 411 | op-snap---monthly-publication-april-2025.pdf | 410 | 2025-04 | Car | Ford | Puma | Silver | Stop a vehicle on pedestrian crossing | None | Wednesbury Rd | Wednesbury Road | Walsall | Walsall | Education | N/A | 52.5738499 | -1.9961575 | ||
| 492 | op-snap---monthly-publication-april-2025.pdf | 491 | 2025-04 | Car | Ford | Focus | Blue | Contravening a Red Traffic Light | None | Littleton St East | Littleton Street East | Walsall | Walsall | Warning Letter | N/A | 52.5887823 | -1.9801166 | ||
| 703 | op-snap---monthly-publication-april-2025.pdf | 702 | 2025-04 | Car | Ford | Focus | Blue | Contravening a Red Traffic Light | None | Bescot Road | Bescot Road | Walsall | Walsall | NFA | No Independent Evidence Available | 52.5707373 | -2.0014215 | ||
| 965 | op-snap---monthly-publication-april-2025.pdf | 964 | 2025-04 | Car | Ford | Transit | Silver | Driving without Reasonable Consideration | None | Rocky Lane , Walsall | Rocky Lane , Walsall | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.5293579 | -1.9102272 | ||
| 1051 | op-snap---monthly-publication-april-2025.pdf | 1050 | 2025-04 | Pedal Bike | Ford | Van | White | Contravening a Red Traffic Light | None | Daw end Lane , Walsall | Daw end Lane , Walsall | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.6069179 | -1.9610677 | ||
| 1227 | op-snap---monthly-publication-april-2025.pdf | 1226 | 2025-04 | Car | Ford | Focus | Black | Driving without Reasonable Consideration | None | Bloxwich Lane , Beechdale | Bloxwich Lane , Beechdale | Walsall | Walsall | NFA | Outside of 14 Days NIP | ||||
| 1631 | op-snap---monthly-publication-april-2025.pdf | 1630 | 2025-04 | Car | Ford | Ranger | White | Drive on hard shoulder | None | M6 between Juction 8 and Junction 9 | M6 between Juction 8 and Junction 9 | Walsall | Walsall | NFA | Outside of 14 Days NIP | ||||
| 1744 | op-snap---monthly-publication-april-2025.pdf | 1743 | 2025-04 | Pedestrian | Ford | NP | White | Driving without Reasonable Consideration | None | Daw end Lane , Walsall | Daw end Lane , Walsall | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.6069179 | -1.9610677 | ||
| 1773 | op-snap---monthly-publication-april-2025.pdf | 1772 | 2025-04 | Pedal Bike | Ford | NP | Red | Contravening a Red Traffic Light | None | Littleton street | Littleton street | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.5885092 | -1.9817997 | ||
| 1923 | op-snap---monthly-publication-april-2025.pdf | 1922 | 2025-04 | Car | Ford | NP | White | Driving without Due Care and Attention | None | M6 North bound | M6 North bound | Walsall | Walsall | NFA | Outside of 14 Days NIP |
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);