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 = "Fixed Penalty", offence = "Stop a vehicle within pelican pedestrian crossing limits" and vehicle_make = "Peugeot" 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, latitude, longitude
reporter_transport_mode 3
- Car 6
- Pedestrian 3
- Pedal Bike 1
council_area 3
- Birmingham 8
- Coventry 1
- Sandwell 1
vehicle_make 1
- Peugeot · 10 ✖
offence 1
- Stop a vehicle within pelican pedestrian crossing limits · 10 ✖
disposal 1
- Fixed Penalty · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8337 | op-snap---monthly-publication-february-2026.pdf | 1084 | 2026-02 | Car | Peugeot | 2008 Allure | Black | Stop a vehicle within pelican pedestrian crossing limits | None | Washwood Heath Lane | Washwood Heath Lane | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4895515 | -1.816135 | ||
| 19869 | op-snap---monthly-publication-may-2025.pdf | 1231 | 2025-05 | Pedestrian | Peugeot | 3008 | Red | Stop a vehicle within pelican pedestrian crossing limits | None | Avenue Road | Avenue Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4941712 | -1.8795158 | ||
| 17538 | op-snap---monthly-publication-march-2025.pdf | 1295 | 2025-03 | Pedal Bike | Peugeot | Partner | White | Stop a vehicle within pelican pedestrian crossing limits | None | Crankhall Lane | Crankhall Lane | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.5489715 | -1.9927402 | |
| 5837 | op-snap---monthly-publication-february-2025.pdf | 654 | 2025-02 | Pedestrian | Peugeot | 206 | Blue | Stop a vehicle within pelican pedestrian crossing limits | None | Earlsdon Avenue, Coventry | Earlsdon Avenue, Coventry | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.398248 | -1.528263 | |
| 5913 | op-snap---monthly-publication-february-2025.pdf | 730 | 2025-02 | Car | Peugeot | 308 | Grey | Stop a vehicle within pelican pedestrian crossing limits | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4929304 | -1.8229092 | |
| 5985 | op-snap---monthly-publication-february-2025.pdf | 802 | 2025-02 | Car | Peugeot | 5008 | Black | Stop a vehicle within pelican pedestrian crossing limits | None | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | |||||
| 6304 | op-snap---monthly-publication-february-2025.pdf | 1121 | 2025-02 | Pedestrian | Peugeot | 408 | Grey | Stop a vehicle within pelican pedestrian crossing limits | None | St Mary's Row, Moseley | Street Mary's Row, Moseley | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | |||
| 6405 | op-snap---monthly-publication-february-2025.pdf | 1222 | 2025-02 | Car | Peugeot | 207 | Blue | Stop a vehicle within pelican pedestrian crossing limits | None | Audley Road | Audley Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4876917 | -1.7963729 | |
| 6653 | op-snap---monthly-publication-february-2025.pdf | 1470 | 2025-02 | Car | Peugeot | 3008 | Grey | Stop a vehicle within pelican pedestrian crossing limits | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4929304 | -1.8229092 | |
| 6654 | op-snap---monthly-publication-february-2025.pdf | 1471 | 2025-02 | Car | Peugeot | 207 | Silver | Stop a vehicle within pelican pedestrian crossing limits | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4929304 | -1.8229092 |
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);