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 disposal = "Fixed Penalty", reporter_transport_mode = "Car" and vehicle_make = "Mazda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, offence_location, council_area_raw, latitude, longitude
offence 7
- Driving without Due Care and Attention 4
- Contravening a Red Traffic Light 2
- Cause vehicle to be left in a dangerous position 1
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
- Stop a vehicle on pedestrian crossing 1
- Stop a vehicle within pelican pedestrian crossing limits 1
- Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1
vehicle_make 1
- Mazda · 11 ✖
reporter_transport_mode 1
- Car · 11 ✖
disposal 1
- Fixed Penalty · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7820 | op-snap---monthly-publication-february-2026.pdf | 567 | 2026-02 | Car | Mazda | 6 | Black | Driving without Due Care and Attention | None | Chester Road | Chester Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.5359496 | -1.8324115 | ||
| 11920 | op-snap---monthly-publication-january-2026.pdf | 1381 | 2026-01 | Car | Mazda | model3 | silver | Driving without Due Care and Attention | None | Pensnett Road, Brierley Hill | Pensnett Road, Brierley Hill | Dudley | Dudley | Fixed Penalty | N/A | 52.4890857 | -2.1299003 | ||
| 13206 | op-snap---monthly-publication-july-2025.pdf | 1258 | 2025-07 | Car | Mazda | CX80 | Grey | Driving without Due Care and Attention | None | Monkspath Interchange | Monkspath Interchange | Solihull | Solihull | Fixed Penalty | N/A | 52.3792737 | -1.7869373 | ||
| 15525 | op-snap---monthly-publication-june-2025.pdf | 1454 | 2025-06 | Car | Mazda | CX5 | Black | Contravening a Red Traffic Light | None | Woodlands Park Road | Woodlands Park Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4204382 | -1.9506973 | ||
| 19269 | op-snap---monthly-publication-may-2025.pdf | 631 | 2025-05 | Car | Mazda | CX30 | White | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | London Road / Chase Road | London Road / Chase Road | Coventry | Coventry | Fixed Penalty | N/A | 52.3946775 | -1.4952751 | ||
| 17591 | op-snap---monthly-publication-march-2025.pdf | 1348 | 2025-03 | Car | Mazda | 2 SPORT | Grey | Cause vehicle to be left in a dangerous position | None | Edward Road | Edward Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4580901 | -1.894458 | |
| 6649 | op-snap---monthly-publication-february-2025.pdf | 1466 | 2025-02 | Car | Mazda | 3 | Grey | Driving without Due Care and Attention | None | Ocker Hill Road | Ocker Hill Road | Walsall | Walsall | Fixed Penalty | N/A | Yes - Via Email | |||
| 6823 | op-snap---monthly-publication-february-2025.pdf | 1640 | 2025-02 | Car | Mazda | CX5 | Red | 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 | |
| 8929 | op-snap---monthly-publication-january-2025.pdf | 37 | 2025-01 | Car | Mazda | 6 | Blue | Stop a vehicle on pedestrian crossing | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4929304 | -1.8229092 | |
| 9131 | op-snap---monthly-publication-january-2025.pdf | 239 | 2025-01 | Car | Mazda | 3 | Red | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | Use vehicle on a road without valid test c | eArltciefisctaetre Road, Kings Heath | e Arltciefisctaetre Road, Kings Heath | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | |||
| 9995 | op-snap---monthly-publication-january-2025.pdf | 1103 | 2025-01 | Car | Mazda | CX-5 | Red | Contravening a Red Traffic Light | None | Rolfe Street | Rolfe Street | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.4972172 | -1.9607539 |
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);