{"database": "opsnap", "table": "reports", "is_view": false, "human_description_en": "where disposal = \"Warning Letter\", month = \"2025-04\" and vehicle_make = \"Volkswagen\" sorted by month descending", "rows": [[10, "op-snap---monthly-publication-april-2025.pdf", null, 9, "2025-04", "Lorry", "Volkswagen", "Golf", "White", "Driving without Due Care and Attention", "None", "A41", "A41", "Sandwell", "Sandwell", "Warning Letter", "N/A", null, null, null], [17, "op-snap---monthly-publication-april-2025.pdf", null, 16, "2025-04", "Car", "Volkswagen", "Tiguan", "Blue", "Contravening a Red Traffic Light", "None", "Stratford Road", "Stratford Road", "Birmingham", "Birmingham", "Warning Letter", "N/A", null, 52.4203897, -1.8338574], [41, "op-snap---monthly-publication-april-2025.pdf", null, 40, "2025-04", "Car", "Volkswagen", "Tiguan", "White", "Driving without Due Care and Attention", "None", "Alcester Road", "Alcester Road", "Birmingham", "Birmingham", "Warning Letter", "N/A", null, 52.4470686, -1.8880749], [83, "op-snap---monthly-publication-april-2025.pdf", null, 82, "2025-04", "Pedal Bike", "Volkswagen", "Golf", "Black", "Driving without Reasonable Consideration", "No Insurance", "Chester Road", "Chester Road", "Birmingham", "Birmingham", "Warning Letter", "N/A", null, 52.5359496, -1.8324115], [115, "op-snap---monthly-publication-april-2025.pdf", null, 114, "2025-04", "Car", "Volkswagen", "Transporter", "Brown", "Contravening a Red Traffic Light", "None", "Longbridge Lane", "Longbridge Lane", "Birmingham", "Birmingham", "Warning Letter", "N/A", null, 52.3962003, -1.9821252], [133, "op-snap---monthly-publication-april-2025.pdf", null, 132, "2025-04", "Car", "Volkswagen", "Passat", "Silver", "Driving without Reasonable Consideration", "None", "Avenue Road", "Avenue Road", "Birmingham", "Birmingham", "Warning Letter", "N/A", null, 52.4941712, -1.8795158], [246, "op-snap---monthly-publication-april-2025.pdf", null, 245, "2025-04", "Pedestrian", "Volkswagen", "Golf", "Black", "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area", "None", "Addison Road", "Addison Road", "Birmingham", "Birmingham", "Warning Letter", "N/A", null, 52.4313296, -1.8882575], [323, "op-snap---monthly-publication-april-2025.pdf", null, 322, "2025-04", "Pedal Bike", "Volkswagen", "Crafter", "Blue", "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area", "None", "Barker Butts Lane", "Barker Butts Lane", "Coventry", "Coventry", "Warning Letter", "N/A", null, null, null], [415, "op-snap---monthly-publication-april-2025.pdf", null, 414, "2025-04", "Car", "Volkswagen", "Crafter", "White", "Stop a vehicle within pelican pedestrian crossing limits", "None", "Wednesbury Road", "Wednesbury Road", "Walsall", "Walsall", "Warning Letter", "N/A", null, 52.5738499, -1.9961575], [463, "op-snap---monthly-publication-april-2025.pdf", null, 462, "2025-04", "Car", "Volkswagen", "Polo", "Grey", "Driving without Reasonable Consideration", "None", "Stratford Road", "Stratford Road", "Birmingham", "Birmingham", "Warning Letter", "N/A", null, 52.4203897, -1.8338574], [596, "op-snap---monthly-publication-april-2025.pdf", null, 595, "2025-04", "Other", "Volkswagen", "Polo", "Black", "Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD", "None", "Lower Queen Street", "Lower Queen Street", "Sutton Coldfield", "Sutton Coldfield", "Warning Letter", "N/A", null, 52.5603978, -1.8227403], [609, "op-snap---monthly-publication-april-2025.pdf", null, 608, "2025-04", "Car", "Volkswagen", "Tiguan", "White", "No Seat Belt", "None", "Water Orton Road", "Water Orton Road", "Birmingham", "Birmingham", "Warning Letter", "N/A", null, 52.5153394, -1.7573409], [645, "op-snap---monthly-publication-april-2025.pdf", null, 644, "2025-04", "Pedestrian", "Volkswagen", "Golf", "Red", "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area", "None", "Tennant Street", "Tennant Street", "Birmingham", "Birmingham", "Warning Letter", "N/A", null, 52.4749664, -1.9132702], [648, "op-snap---monthly-publication-april-2025.pdf", null, 647, "2025-04", "Car", "Volkswagen", "ID4", "Grey", "Driving without Reasonable Consideration", "None", "Wodne Road East", "Wodne Road East", "Walsall", "Walsall", "Warning Letter", "N/A", null, null, null], [718, "op-snap---monthly-publication-april-2025.pdf", null, 717, "2025-04", "Pedestrian", "Volkswagen", "T-Roc", "Grey", "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area", "None", "Ashdale Drive", "Ashdale Drive", "Birmingham", "Birmingham", "Warning Letter", "N/A", null, 52.4027335, -1.876125], [809, "op-snap---monthly-publication-april-2025.pdf", null, 808, "2025-04", "Car", "Volkswagen", "Polo", "Black", "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area", "None", "Belchers Lane", "Belchers Lane", "Birmingham", "Birmingham", "Warning Letter", "N/A", null, 52.4800061, -1.833007]], "truncated": false, "filtered_table_rows_count": 16, "expanded_columns": [], "expandable_columns": [], "columns": ["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"], "primary_keys": ["id"], "units": {}, "query": {"sql": "select 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 from reports where \"disposal\" = :p0 and \"month\" = :p1 and \"vehicle_make\" = :p2 order by month desc limit 101", "params": {"p0": "Warning Letter", "p1": "2025-04", "p2": "Volkswagen"}}, "facet_results": {"disposal": {"name": "disposal", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen", "results": [{"value": "Warning Letter", "label": "Warning Letter", "count": 16, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&vehicle_make=Volkswagen", "selected": true}], "truncated": false}, "council_area": {"name": "council_area", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen", "results": [{"value": "Birmingham", "label": "Birmingham", "count": 11, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&council_area=Birmingham", "selected": false}, {"value": "Walsall", "label": "Walsall", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&council_area=Walsall", "selected": false}, {"value": "Coventry", "label": "Coventry", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&council_area=Coventry", "selected": false}, {"value": "Sandwell", "label": "Sandwell", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&council_area=Sandwell", "selected": false}, {"value": "Sutton Coldfield", "label": "Sutton Coldfield", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&council_area=Sutton+Coldfield", "selected": false}], "truncated": false}, "offence": {"name": "offence", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen", "results": [{"value": "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area", "label": "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area", "count": 5, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&offence=Cause+unnecessary+obstruction+by+motor+vehicle+%2F+trailer+outside+of+the+Greater+London+area", "selected": false}, {"value": "Driving without Reasonable Consideration", "label": "Driving without Reasonable Consideration", "count": 4, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&offence=Driving+without+Reasonable+Consideration", "selected": false}, {"value": "Contravening a Red Traffic Light", "label": "Contravening a Red Traffic Light", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&offence=Contravening+a+Red+Traffic+Light", "selected": false}, {"value": "Driving without Due Care and Attention", "label": "Driving without Due Care and Attention", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&offence=Driving+without+Due+Care+and+Attention", "selected": false}, {"value": "Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD", "label": "Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&offence=Motor+vehicle+fail+to+comply+with+a+non+endorsable+traffic+sign+-+detected+by+means+other+than+ACD", "selected": false}, {"value": "No Seat Belt", "label": "No Seat Belt", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&offence=No+Seat+Belt", "selected": false}, {"value": "Stop a vehicle within pelican pedestrian crossing limits", "label": "Stop a vehicle within pelican pedestrian crossing limits", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&offence=Stop+a+vehicle+within+pelican+pedestrian+crossing+limits", "selected": false}], "truncated": false}, "vehicle_make": {"name": "vehicle_make", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen", "results": [{"value": "Volkswagen", "label": "Volkswagen", "count": 16, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04", "selected": true}], "truncated": false}, "reporter_transport_mode": {"name": "reporter_transport_mode", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen", "results": [{"value": "Car", "label": "Car", "count": 9, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&reporter_transport_mode=Car", "selected": false}, {"value": "Pedestrian", "label": "Pedestrian", "count": 3, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&reporter_transport_mode=Pedestrian", "selected": false}, {"value": "Pedal Bike", "label": "Pedal Bike", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&reporter_transport_mode=Pedal+Bike", "selected": false}, {"value": "Lorry", "label": "Lorry", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&reporter_transport_mode=Lorry", "selected": false}, {"value": "Other", "label": "Other", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&reporter_transport_mode=Other", "selected": false}], "truncated": false}, "month": {"name": "month", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen", "results": [{"value": "2025-04", "label": "2025-04", "count": 16, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&vehicle_make=Volkswagen", "selected": true}], "truncated": false}}, "suggested_facets": [{"name": "vehicle_model", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&_facet=vehicle_model"}, {"name": "vehicle_colour", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&_facet=vehicle_colour"}, {"name": "second_offence", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&_facet=second_offence"}, {"name": "offence_location_raw", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&_facet=offence_location_raw"}, {"name": "offence_location", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&_facet=offence_location"}, {"name": "council_area_raw", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&_facet=council_area_raw"}, {"name": "latitude", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&_facet=latitude"}, {"name": "longitude", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&month=2025-04&vehicle_make=Volkswagen&_facet=longitude"}], "next": null, "next_url": null, "private": false, "allow_execute_sql": true, "query_ms": 3577.289581298828, "source": "West Midlands Police", "source_url": "https://www.westmidlands.police.uk/police-forces/west-midlands-police/areas/campaigns/campaigns/operation-snap/", "license": "ODbL", "license_url": "https://openstreetmap.org/copyright"}