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'}
12 rows where disposal = "Court", month = "2026-02" and reporter_transport_mode = "Pedal Bike" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, latitude, longitude
vehicle_make 9
- Audi 2
- Mercedes-Benz 2
- Toyota 2
- BMW 1
- Chysler 1
- Dacia 1
- Ford 1
- Land Rover 1
- Skoda 1
council_area 2
- Birmingham 11
- Solihull 1
reporter_transport_mode 1
- Pedal Bike · 12 ✖
month 1
- 2026-02 · 12 ✖
disposal 1
- Court · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7427 | op-snap---monthly-publication-february-2026.pdf | 174 | 2026-02 | Pedal Bike | Chysler | Grand Voyager | Grey | Driving without Due Care and Attention | None | Stratford Road | Stratford Road | Birmingham | Birmingham | Court | N/A | 52.4203897 | -1.8338574 | ||
| 7442 | op-snap---monthly-publication-february-2026.pdf | 189 | 2026-02 | Pedal Bike | Mercedes-Benz | E220 | Silver | Driving without Due Care and Attention | None | Bradford Street | Bradford Street | Birmingham | Birmingham | Court | N/A | 52.4708802 | -1.8792135 | ||
| 7548 | op-snap---monthly-publication-february-2026.pdf | 295 | 2026-02 | Pedal Bike | Land Rover | Range Rover | Black | Using a Mobile Phone Whilst Driving | No Insurance | Five ways Island | Five ways Island | Birmingham | Birmingham | Court | N/A | ||||
| 7839 | op-snap---monthly-publication-february-2026.pdf | 586 | 2026-02 | Pedal Bike | Skoda | Octavia | Blue | Driving without Due Care and Attention | No Insurance | Dads Lane | Dads Lane | Birmingham | Birmingham | Court | N/A | 52.4375913 | -1.9068522 | ||
| 7849 | op-snap---monthly-publication-february-2026.pdf | 596 | 2026-02 | Pedal Bike | Mercedes-Benz | A180 | Grey | Driving without Due Care and Attention | None | Gillhurst Road | Gillhurst Road | Birmingham | Birmingham | Court | N/A | 52.467676 | -1.9548345 | ||
| 8015 | op-snap---monthly-publication-february-2026.pdf | 762 | 2026-02 | Pedal Bike | Audi | A3 | Green | Driving without Due Care and Attention | None | Pritchatts Road, Edgbaston | Pritchatts Road, Edgbaston | Birmingham | Birmingham | Court | N/A | 52.4563161 | -1.934895 | ||
| 8357 | op-snap---monthly-publication-february-2026.pdf | 1104 | 2026-02 | Pedal Bike | Toyota | Prius | White | Driving without Due Care and Attention | None | Sandpits | Sandpits | Birmingham | Birmingham | Court | N/A | 52.482308 | -1.9133277 | ||
| 8524 | op-snap---monthly-publication-february-2026.pdf | 1271 | 2026-02 | Pedal Bike | Dacia | Duster | Orange | Driving without Due Care and Attention | None | Camp Hill Circus | Camp Hill Circus | Birmingham | Birmingham | Court | N/A | 52.4682339 | -1.8793662 | ||
| 8558 | op-snap---monthly-publication-february-2026.pdf | 1305 | 2026-02 | Pedal Bike | Ford | Cmax | Blue | Driving without Due Care and Attention | None | Cranmore Bvd | Cranmore Bvd | Solihull | Solihull | Court | N/A | 52.3947549 | -1.8141729 | ||
| 8700 | op-snap---monthly-publication-february-2026.pdf | 1447 | 2026-02 | Pedal Bike | BMW | 1 Series | Blue | Driving without Due Care and Attention | None | Dads Lane | Dads Lane | Birmingham | Birmingham | Court | N/A | 52.4375913 | -1.9068522 | ||
| 8747 | op-snap---monthly-publication-february-2026.pdf | 1494 | 2026-02 | Pedal Bike | Toyota | Prius | Silver | Driving without Due Care and Attention | None | Valentine Road | Valentine Road | Birmingham | Birmingham | Court | N/A | 52.4381959 | -1.8907391 | ||
| 8816 | op-snap---monthly-publication-february-2026.pdf | 1563 | 2026-02 | Pedal Bike | Audi | A5 | Silver | Driving without Due Care and Attention | No Insurance | Lawley Middleway | Lawley Middleway | Birmingham | Birmingham | Court | N/A | 52.4801772 | -1.8769185 |
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);