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 = "Birmingham", disposal = "Other Action Taken" and month = "2025-01" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, nfa_rationale
offence 7
- Misc - Non Traffic Offences 4
- Driving without Due Care and Attention 2
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Dangerous Driving 1
- Driving without Reasonable Consideration 1
- Stop a vehicle within pelican pedestrian crossing limits 1
- Using a Mobile Phone Whilst Driving 1
reporter_transport_mode 3
- Car 8
- Pedestrian 2
- Other 1
month 1
- 2025-01 · 11 ✖
disposal 1
- Other Action Taken · 11 ✖
council_area 1
- Birmingham · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 9121 | op-snap---monthly-publication-january-2025.pdf | 229 | 2025-01 | Car | Toyota | Yaris | Silver | Driving without Reasonable Consideration | No Insurance | Dudley Road | Dudley Road | Birmingham | Birmingham | Other Action Taken | eNn/A | Yes - Via Email | 52.4865107 | -1.9386263 | |
| 9165 | op-snap---monthly-publication-january-2025.pdf | 273 | 2025-01 | Car | Toyota | Yaris | Blue | Misc - Non Traffic Offences | None | Collector Road | Collector Road | Birmingham | Birmingham | Other Action Taken | eNn/A | Yes - Via Email | 52.5139393 | -1.7600186 | |
| 9667 | op-snap---monthly-publication-january-2025.pdf | 775 | 2025-01 | Car | BMW | X1 | Silver | Driving without Due Care and Attention | No Insurance | M6 northbound J4 to 5 | M6 northbound J4 to 5 | Birmingham | Birmingham | Other Action Taken | eNn/A | Yes - Via Email | 52.6912652 | -2.1043715 | |
| 9670 | op-snap---monthly-publication-january-2025.pdf | 778 | 2025-01 | Car | BMW | 120D | Blue | Dangerous Driving | No Insurance | Stockfield Road | Stockfield Road | Birmingham | Birmingham | Other Action Taken | eNn/A | Yes - Via Email | 52.4519414 | -1.831688 | |
| 9677 | op-snap---monthly-publication-january-2025.pdf | 785 | 2025-01 | Other | Misc - Non Traffic Offences | None | Southfield Avenue | Southfield Avenue | Birmingham | Birmingham | Other Action Taken | eNn/A | Yes - Via Email | 52.4833844 | -1.9484535 | ||||
| 9740 | op-snap---monthly-publication-january-2025.pdf | 848 | 2025-01 | Pedestrian | Skoda | Octavia | Silver | Misc - Non Traffic Offences | None | Pilkington Way | Pilkington Way | Birmingham | Birmingham | Other Action Taken | eNn/A | Yes - Via Email | |||
| 9763 | op-snap---monthly-publication-january-2025.pdf | 871 | 2025-01 | Car | Misc - Non Traffic Offences | None | Ladypool Road | Ladypool Road | Birmingham | Birmingham | Other Action Taken | eNn/A | Yes - Via Email | 52.4520441 | -1.8787544 | ||||
| 9798 | op-snap---monthly-publication-january-2025.pdf | 906 | 2025-01 | Car | Ford | Fiesta | Blue | Stop a vehicle within pelican pedestrian crossing limits | No Insurance | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Other Action Taken | eNn/A | Yes - Via Email | 52.4929304 | -1.8229092 | |
| 10385 | op-snap---monthly-publication-january-2025.pdf | 1493 | 2025-01 | Pedestrian | Peugeot | 5008 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Alcester Road / Woodbridge Road | Alcester Road / Woodbridge Road | Birmingham | Birmingham | Other Action Taken | eNn/A | Yes - Via Email | 52.4467548 | -1.8880528 | |
| 10447 | op-snap---monthly-publication-january-2025.pdf | 1555 | 2025-01 | Car | Ford | fiesta | White | Driving without Due Care and Attention | None | A4540/Broadway Plaza towards Ladywood | A4540/Broadway Plaza towards Ladywood | Birmingham | Birmingham | Other Action Taken | eNn/A | Yes - Via Email | 52.4723801 | -1.9169887 | |
| 10483 | op-snap---monthly-publication-january-2025.pdf | 1591 | 2025-01 | Car | Vauxhall | Corsa | Silver | Using a Mobile Phone Whilst Driving | No Insurance | New Foss Way | New Foss Way | Birmingham | Birmingham | Other Action Taken | N/A | Yes - Via Email |
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);