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 month = "2025-04", offence = "Misc - Non Traffic Offences" and reporter_transport_mode = "Pedestrian" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
vehicle_make 9
- Audi 2
- Alfa Romeo 1
- Fiat 1
- Ford 1
- Kia 1
- Mercedes-Benz 1
- Porsche 1
- Renault 1
- Skoda 1
council_area 4
- Birmingham 5
- Walsall 3
- Solihull 2
- Sutton Coldfield 1
disposal 3
- NFA 9
- Court 1
- Fixed Penalty 1
reporter_transport_mode 1
- Pedestrian · 11 ✖
offence 1
- Misc - Non Traffic Offences · 11 ✖
month 1
- 2025-04 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 192 | op-snap---monthly-publication-april-2025.pdf | 191 | 2025-04 | Pedestrian | Kia | Sportage | White | Misc - Non Traffic Offences | Use vehicle on a road without valid test certificate | Rectory Road | Rectory Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | 52.5670974 | -1.7943689 | ||
| 339 | op-snap---monthly-publication-april-2025.pdf | 338 | 2025-04 | Pedestrian | Skoda | Octavia | White | Misc - Non Traffic Offences | None | Petersfield Road | Petersfield Road | Birmingham | Birmingham | NFA | No Offence | 52.4307 | -1.8494663 | ||
| 346 | op-snap---monthly-publication-april-2025.pdf | 345 | 2025-04 | Pedestrian | Fiat | 500L | Red | Misc - Non Traffic Offences | None | Littleton Street West, | Littleton Street West | Walsall | Walsall | NFA | No Independent Evidence Available | 52.588379 | -1.9843635 | ||
| 347 | op-snap---monthly-publication-april-2025.pdf | 346 | 2025-04 | Pedestrian | Audi | Q5 | Blue | Misc - Non Traffic Offences | None | Littleton Street West, | Littleton Street West | Walsall | Walsall | NFA | No Independent Evidence Available | 52.588379 | -1.9843635 | ||
| 356 | op-snap---monthly-publication-april-2025.pdf | 355 | 2025-04 | Pedestrian | Renault | Kadjar | Red | Misc - Non Traffic Offences | None | Littleton Street West, | Littleton Street West | Walsall | Walsall | NFA | No Independent Evidence Available | 52.588379 | -1.9843635 | ||
| 445 | op-snap---monthly-publication-april-2025.pdf | 444 | 2025-04 | Pedestrian | Audi | RS6 | Blue | Misc - Non Traffic Offences | No Insurance | SCHOOL ROAD | School Road | Birmingham | Birmingham | Court | N/A | 52.4161736 | -1.8619692 | ||
| 568 | op-snap---monthly-publication-april-2025.pdf | 567 | 2025-04 | Pedestrian | Mercedes-Benz | Sprinter | White | Misc - Non Traffic Offences | None | Stratford Road | Stratford Road | Solihull | Solihull | NFA | Misc Inc Crimes | 52.4191184 | -1.8326637 | ||
| 661 | op-snap---monthly-publication-april-2025.pdf | 660 | 2025-04 | Pedestrian | Alfa Romeo | Misc - Non Traffic Offences | None | Devon Street | Devon Street | Birmingham | Birmingham | NFA | No Offence | 52.4899353 | -1.8683073 | ||||
| 662 | op-snap---monthly-publication-april-2025.pdf | 661 | 2025-04 | Pedestrian | Porsche | 911 | Grey | Misc - Non Traffic Offences | None | Not known | Solihull | Solihull | NFA | Not in Public Interest | |||||
| 1884 | op-snap---monthly-publication-april-2025.pdf | 1883 | 2025-04 | Pedestrian | np | Grey | Misc - Non Traffic Offences | None | Brays road | Brays road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4629816 | -1.780277 | |||
| 1943 | op-snap---monthly-publication-april-2025.pdf | 1942 | 2025-04 | Pedestrian | Ford | NP | Black | Misc - Non Traffic Offences | None | York road | York road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5231321 | -1.8415573 |
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);