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 council_area = "Birmingham", month = "2025-06" and vehicle_make = "Jaguar" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
offence 7
- Driving without Due Care and Attention 4
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Contravening a Red Traffic Light 1
- No Insurance 1
- Stop a vehicle within pelican pedestrian crossing limits 1
- Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger 1
- Using a Mobile Phone Whilst Driving 1
disposal 4
- Education 3
- Fixed Penalty 3
- NFA 3
- Court 1
reporter_transport_mode 3
- Car 4
- Pedal Bike 4
- Other 2
vehicle_make 1
- Jaguar · 10 ✖
month 1
- 2025-06 · 10 ✖
council_area 1
- Birmingham · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14117 | op-snap---monthly-publication-june-2025.pdf | 46 | 2025-06 | Pedal Bike | Jaguar | XF | Red | Driving without Due Care and Attention | None | Harborne Road | Harborne Road | Birmingham | Birmingham | Education | N/A | 52.4718503 | -1.9195423 | ||
| 14181 | op-snap---monthly-publication-june-2025.pdf | 110 | 2025-06 | Car | Jaguar | XF.. | Black | No Insurance | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4929304 | -1.8229092 | ||
| 14395 | op-snap---monthly-publication-june-2025.pdf | 324 | 2025-06 | Car | Jaguar | F Pace | Blue | Driving without Due Care and Attention | None | Spitfire Island | Spitfire Island | Birmingham | Birmingham | Court | N/A | 52.5138106 | -1.797297 | ||
| 14739 | op-snap---monthly-publication-june-2025.pdf | 668 | 2025-06 | Car | Jaguar | Fpace | Grey | Contravening a Red Traffic Light | None | Alcester Road | Alcester Road | Birmingham | Birmingham | NFA | No Offence | 52.4470686 | -1.8880749 | ||
| 14933 | op-snap---monthly-publication-june-2025.pdf | 862 | 2025-06 | Pedal Bike | Jaguar | XE | Black | Driving without Due Care and Attention | None | Shenley Lane | Shenley Lane | Birmingham | Birmingham | Education | N/A | 52.430111 | -1.9753703 | ||
| 14987 | op-snap---monthly-publication-june-2025.pdf | 916 | 2025-06 | Car | Jaguar | F PACE | Grey | Stop a vehicle within pelican pedestrian crossing limits | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Education | N/A | 52.4929304 | -1.8229092 | ||
| 15084 | op-snap---monthly-publication-june-2025.pdf | 1013 | 2025-06 | Pedal Bike | Jaguar | XE | White | Driving without Due Care and Attention | None | Birmingham Road | Birmingham Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5505398 | -1.8252993 | ||
| 15229 | op-snap---monthly-publication-june-2025.pdf | 1158 | 2025-06 | Other | Jaguar | XE | Red | Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger | None | Springfield Crescent | Springfield Crescent | Birmingham | Birmingham | Fixed Penalty | N/A | 52.557106 | -1.7918522 | ||
| 15658 | op-snap---monthly-publication-june-2025.pdf | 1587 | 2025-06 | Pedal Bike | Jaguar | XE | White | Using a Mobile Phone Whilst Driving | None | Alcester Road | Alcester Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4470686 | -1.8880749 | ||
| 15820 | op-snap---monthly-publication-june-2025.pdf | 1749 | 2025-06 | Other | Jaguar | XF | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Birmingham | Birmingham | Fixed Penalty | N/A |
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);