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'}
13 rows where disposal = "Education", month = "2025-12" and vehicle_make = "Toyota" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, latitude, longitude
offence 5
council_area 5
reporter_transport_mode 3
- Car 9
- Pedal Bike 2
- Pedestrian 2
vehicle_make 1
- Toyota · 13 ✖
month 1
- 2025-12 · 13 ✖
disposal 1
- Education · 13 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4165 | op-snap---monthly-publication-december-2025.pdf | 293 | 2025-12 | Car | Toyota | Camry | Black | Contravening a Red Traffic Light | None | Bristol Road South | Bristol Road South | Birmingham | Birmingham | Education | N/A | 52.4119174 | -1.9735247 | ||
| 4334 | op-snap---monthly-publication-december-2025.pdf | 462 | 2025-12 | Car | Toyota | prius | Black | Driving without Due Care and Attention | None | startford road | Stratford Road | Birmingham | Birmingham | Education | N/A | 52.4203897 | -1.8338574 | ||
| 4422 | op-snap---monthly-publication-december-2025.pdf | 550 | 2025-12 | Car | Toyota | Yaris | Red | Stop a vehicle within pelican pedestrian crossing limits | None | Near Pedestrian CrossingStoney S | Near Pedestrian Crossing Stoney S | tBanirtmonin Rghda nmr junction with Cambrid | Tbanirtmonin Rghda Nmr Junction With Cambrid | Education | N/A | ||||
| 4424 | op-snap---monthly-publication-december-2025.pdf | 552 | 2025-12 | Car | Toyota | Yaris | Red | Contravening a Red Traffic Light | None | High Street (A491), Stourbridge | High Street (A491), Stourbridge | Dudley | Dudley | Education | N/A | 52.4602651 | -2.1490725 | ||
| 4715 | op-snap---monthly-publication-december-2025.pdf | 843 | 2025-12 | Pedal Bike | Toyota | Auris | Brown | Driving without Due Care and Attention | None | Ralph Road, Shirley, Solihull | Ralph Road, Shirley, Solihull | Solihull | Solihull | Education | N/A | 52.4156768 | -1.8193235 | ||
| 4720 | op-snap---monthly-publication-december-2025.pdf | 848 | 2025-12 | Pedal Bike | Toyota | Estima | Silver | Driving without Due Care and Attention | None | Belle Walk | Belle Walk | Birmingham | Birmingham | Education | N/A | 52.4451434 | -1.8736544 | ||
| 4787 | op-snap---monthly-publication-december-2025.pdf | 915 | 2025-12 | Pedestrian | Toyota | Prius | Black | Stop a vehicle within pelican pedestrian crossing limits | None | washwood heath road | Washwood Heath Road | Birmingham | Birmingham | Education | N/A | 52.4929304 | -1.8229092 | ||
| 4788 | op-snap---monthly-publication-december-2025.pdf | 916 | 2025-12 | Pedestrian | Toyota | prius | White | Stop a vehicle within pelican pedestrian crossing limits | None | washwood heath road | Washwood Heath Road | Birmingham | Birmingham | Education | N/A | 52.4929304 | -1.8229092 | ||
| 4989 | op-snap---monthly-publication-december-2025.pdf | 1117 | 2025-12 | Car | Toyota | Prius | Silver | Contravening a Red Traffic Light | None | Tat Bank Road | Tat Bank Road | Sandwell | Sandwell | Education | N/A | 52.4979925 | -2.0082232 | ||
| 5064 | op-snap---monthly-publication-december-2025.pdf | 1192 | 2025-12 | Car | Toyota | Rav 4 | Brown | Contravening a Red Traffic Light | None | Spit Fire Island | Spit Fire Island | Birmingham | Birmingham | Education | N/A | ||||
| 5113 | op-snap---monthly-publication-december-2025.pdf | 1241 | 2025-12 | Car | Toyota | MPV | Black | Stop a vehicle on pedestrian crossing | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Education | N/A | 52.4929304 | -1.8229092 | ||
| 5124 | op-snap---monthly-publication-december-2025.pdf | 1252 | 2025-12 | Car | Toyota | Auris | White | Stop a vehicle on pedestrian crossing | None | High Street | High Street | Sandwell | Sandwell | Education | N/A | 52.5128738 | -1.9842054 | ||
| 5125 | op-snap---monthly-publication-december-2025.pdf | 1253 | 2025-12 | Car | Toyota | Prius | Black | Motor vehicle fail to accord precedence at a pelican crossing | None | Bearwood Road | Bearwood Road | Sandwell | Sandwell | Education | N/A | 52.4725977 | -1.9684448 |
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);