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", month = "2025-07" and offence = "Contravene Lane Closure Red X" 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
vehicle_make 8
- Volkswagen 3
- Mercedes-Benz 2
- Audi 1
- BMW 1
- Citroen 1
- Tesla 1
- Toyota 1
- Volvo 1
disposal 4
- Education 4
- Warning Letter 4
- NFA 2
- Court 1
reporter_transport_mode 2
- Car 10
- Pedal Bike 1
offence 1
- Contravene Lane Closure Red X · 11 ✖
month 1
- 2025-07 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11957 | op-snap---monthly-publication-july-2025.pdf | 9 | 2025-07 | Car | Volkswagen | Passat | Grey | Contravene Lane Closure Red X | None | Robin Hood Islland | Robin Hood Islland | Birmingham | Birmingham | Education | N/A | ||||
| 12112 | op-snap---monthly-publication-july-2025.pdf | 164 | 2025-07 | Car | Toyota | Prius | Black | Contravene Lane Closure Red X | None | A38M | A38M | Birmingham | Birmingham | Court | N/A | ||||
| 12186 | op-snap---monthly-publication-july-2025.pdf | 238 | 2025-07 | Car | Volkswagen | Polo | Blue | Contravene Lane Closure Red X | None | Morris Road | Morris Road | Birmingham | Birmingham | NFA | No Offence | 52.4953902 | -1.8236361 | ||
| 12464 | op-snap---monthly-publication-july-2025.pdf | 516 | 2025-07 | Car | Volkswagen | Caddy | Silver | Contravene Lane Closure Red X | None | A38M | A38M | Birmingham | Birmingham | Education | N/A | ||||
| 12617 | op-snap---monthly-publication-july-2025.pdf | 669 | 2025-07 | Car | Audi | A3.. | Grey | Contravene Lane Closure Red X | None | A38 M | A38 M | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.5092312 | -1.8706799 | ||
| 12634 | op-snap---monthly-publication-july-2025.pdf | 686 | 2025-07 | Car | Mercedes-Benz | A 200 | Grey | Contravene Lane Closure Red X | None | A38M | A38M | Birmingham | Birmingham | Education | N/A | ||||
| 12846 | op-snap---monthly-publication-july-2025.pdf | 898 | 2025-07 | Pedal Bike | Tesla | Modle Y | Grey | Contravene Lane Closure Red X | None | Augustus Road | Augustus Road | Birmingham | Birmingham | Education | N/A | 52.4695793 | -1.9378608 | ||
| 12908 | op-snap---monthly-publication-july-2025.pdf | 960 | 2025-07 | Car | Volvo | V40 | Blue | Contravene Lane Closure Red X | None | A38 M | A38 M | Birmingham | Birmingham | Warning Letter | N/A | 52.5092312 | -1.8706799 | ||
| 12909 | op-snap---monthly-publication-july-2025.pdf | 961 | 2025-07 | Car | Mercedes-Benz | A 200 | Blue | Contravene Lane Closure Red X | None | A38 M | A38 M | Birmingham | Birmingham | Warning Letter | N/A | 52.5092312 | -1.8706799 | ||
| 13917 | op-snap---monthly-publication-july-2025.pdf | 1969 | 2025-07 | Car | BMW | 3 series | Grey | Contravene Lane Closure Red X | None | A38M | A38M | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 13991 | op-snap---monthly-publication-july-2025.pdf | 2043 | 2025-07 | Car | Citroen | C1 | Blue | Contravene Lane Closure Red X | None | Tyburn Road | Tyburn Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5113867 | -1.8337258 |
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);