{"database": "opsnap", "table": "reports", "is_view": false, "human_description_en": "where council_area = \"Walsall\", disposal = \"Warning Letter\" and vehicle_make = \"Volkswagen\" sorted by month descending", "rows": [[8174, "op-snap---monthly-publication-february-2026.pdf", null, 921, "2026-02", "Pedestrian", "Volkswagen", "Golf", "Silver", "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area", "None", "Reservoir Street", "Reservoir Street", "Walsall", "Walsall", "Warning Letter", "N/A", null, 52.5793129, -2.0042116], [4591, "op-snap---monthly-publication-december-2025.pdf", null, 719, "2025-12", "Car", "Volkswagen", "Golf", "White", "Driving without Due Care and Attention", "None", "M6 NB", "M6 Northbound", "Walsall", "Walsall", "Warning Letter", "N/A", null, null, null], [22961, "op-snap---monthly-publication-october-2025.pdf", null, 911, "2025-10", "Car", "Volkswagen", "Golf", "Grey", "Driving a vehicle wholly or partly on a footpath", "None", "Bridgeman Street", "Bridgeman Street", "Walsall", "Walsall", "Warning Letter", "N/A", null, 52.583034, -1.9839161], [24176, "op-snap---monthly-publication-september-2025.pdf", null, 395, "2025-09", "Pedal Bike", "Volkswagen", "Tiguan", "Grey", "Driving without Due Care and Attention", "None", "Stonnal Road Aldridge", "Stonnal Road Aldridge", "Walsall", "Walsall", "Warning Letter", "N/A", null, null, null], [13376, "op-snap---monthly-publication-july-2025.pdf", null, 1428, "2025-07", "Car", "Volkswagen", "CC", "White", "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area", "None", "Oak Park Road", "Oak Park Road", "Walsall", "Walsall", "Warning Letter", "N/A", null, 52.6322981, -1.9294669], [13474, "op-snap---monthly-publication-july-2025.pdf", null, 1526, "2025-07", "Pedestrian", "Volkswagen", "Passat", "Grey", "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area", "None", "Broadway North", "Broadway North", "Walsall", "Walsall", "Warning Letter", "N/A", null, 52.5886007, -1.9741222], [18973, "op-snap---monthly-publication-may-2025.pdf", null, 335, "2025-05", "Pedal Bike", "Volkswagen", "Transporter", "Grey", "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area", "None", "Wolverhampton Road West Walsall", "Wolverhampton Road West Walsall", "Walsall", "Walsall", "Warning Letter", "N/A", null, 52.586437, -2.0276998], [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], [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], [18055, "op-snap---monthly-publication-march-2025.pdf", null, 1812, "2025-03", "Car", "Volkswagen", "Golf", "Grey", "Driving without Due Care and Attention", "No Insurance", "Birmingham Road", "Birmingham Road", "Walsall", "Walsall", "Warning Letter", "Outside of 14 Days NIP", "Yes - Via Email", 52.5723244, -1.9607214], [18617, "op-snap---monthly-publication-march-2025.pdf", null, 2374, "2025-03", "Car", "Volkswagen", "Golf", "Blue", "VRM fails to conform to Regulations", "None", "Broadway west", "Broadway west", "Walsall", "Walsall", "Warning Letter", "N/A", "Yes - Via Email", 52.5698309, -1.9942176], [5440, "op-snap---monthly-publication-february-2025.pdf", null, 257, "2025-02", "Car", "Volkswagen", "Golf", "Grey", "Driving without Due Care and Attention", "None", "Broadway North", "Broadway North", "Walsall", "Walsall", "Warning Letter", "N/A", "Yes - Via Email", 52.5886007, -1.9741222], [5460, "op-snap---monthly-publication-february-2025.pdf", null, 277, "2025-02", "Car", "Volkswagen", "Passat", "White", "Contravening a Red Traffic Light", "None", "Wood Green Road", "Wood Green Road", "Walsall", "Walsall", "Warning Letter", "N/A", "Yes - Via Email", 52.6248989, -1.9343969], [6889, "op-snap---monthly-publication-february-2025.pdf", null, 1706, "2025-02", "Lorry", "Volkswagen", "Sharan", "Black", "Contravening a Red Traffic Light", "None", "M6 j 9", "M6 j 9", "Walsall", "Walsall", "Warning Letter", "N/A", "Yes - Via Email", 52.676119, -2.0858425], [10216, "op-snap---monthly-publication-january-2025.pdf", null, 1324, "2025-01", "Car", "Volkswagen", "Golf", "Black", "Driving without Reasonable Consideration", "None", "Hydes Road", "Hydes Road", "Walsall", "Walsall", "Warning Letter", "N/A", "Yes - Via Email", null, null]], "truncated": false, "filtered_table_rows_count": 15, "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 \"council_area\" = :p0 and \"disposal\" = :p1 and \"vehicle_make\" = :p2 order by month desc limit 101", "params": {"p0": "Walsall", "p1": "Warning Letter", "p2": "Volkswagen"}}, "facet_results": {"disposal": {"name": "disposal", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen", "results": [{"value": "Warning Letter", "label": "Warning Letter", "count": 15, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&vehicle_make=Volkswagen", "selected": true}], "truncated": false}, "council_area": {"name": "council_area", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen", "results": [{"value": "Walsall", "label": "Walsall", "count": 15, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&vehicle_make=Volkswagen", "selected": true}], "truncated": false}, "offence": {"name": "offence", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&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": 4, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&offence=Cause+unnecessary+obstruction+by+motor+vehicle+%2F+trailer+outside+of+the+Greater+London+area", "selected": false}, {"value": "Driving without Due Care and Attention", "label": "Driving without Due Care and Attention", "count": 4, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&offence=Driving+without+Due+Care+and+Attention", "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?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&offence=Contravening+a+Red+Traffic+Light", "selected": false}, {"value": "Driving without Reasonable Consideration", "label": "Driving without Reasonable Consideration", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&offence=Driving+without+Reasonable+Consideration", "selected": false}, {"value": "Driving a vehicle wholly or partly on a footpath", "label": "Driving a vehicle wholly or partly on a footpath", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&offence=Driving+a+vehicle+wholly+or+partly+on+a+footpath", "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?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&offence=Stop+a+vehicle+within+pelican+pedestrian+crossing+limits", "selected": false}, {"value": "VRM fails to conform to Regulations", "label": "VRM fails to conform to Regulations", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&offence=VRM+fails+to+conform+to+Regulations", "selected": false}], "truncated": false}, "vehicle_make": {"name": "vehicle_make", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen", "results": [{"value": "Volkswagen", "label": "Volkswagen", "count": 15, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter", "selected": true}], "truncated": false}, "reporter_transport_mode": {"name": "reporter_transport_mode", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen", "results": [{"value": "Car", "label": "Car", "count": 10, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&reporter_transport_mode=Car", "selected": false}, {"value": "Pedal Bike", "label": "Pedal Bike", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&reporter_transport_mode=Pedal+Bike", "selected": false}, {"value": "Pedestrian", "label": "Pedestrian", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&reporter_transport_mode=Pedestrian", "selected": false}, {"value": "Lorry", "label": "Lorry", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&reporter_transport_mode=Lorry", "selected": false}], "truncated": false}, "month": {"name": "month", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen", "results": [{"value": "2025-02", "label": "2025-02", "count": 3, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&month=2025-02", "selected": false}, {"value": "2025-03", "label": "2025-03", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&month=2025-03", "selected": false}, {"value": "2025-04", "label": "2025-04", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&month=2025-04", "selected": false}, {"value": "2025-07", "label": "2025-07", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&month=2025-07", "selected": false}, {"value": "2025-01", "label": "2025-01", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&month=2025-01", "selected": false}, {"value": "2025-05", "label": "2025-05", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&month=2025-05", "selected": false}, {"value": "2025-09", "label": "2025-09", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&month=2025-09", "selected": false}, {"value": "2025-10", "label": "2025-10", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&month=2025-10", "selected": false}, {"value": "2025-12", "label": "2025-12", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&month=2025-12", "selected": false}, {"value": "2026-02", "label": "2026-02", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&month=2026-02", "selected": false}], "truncated": false}}, "suggested_facets": [{"name": "source_file", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&_facet=source_file"}, {"name": "vehicle_model", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&_facet=vehicle_model"}, {"name": "vehicle_colour", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&_facet=vehicle_colour"}, {"name": "second_offence", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&_facet=second_offence"}, {"name": "offence_location_raw", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&_facet=offence_location_raw"}, {"name": "offence_location", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&_facet=offence_location"}, {"name": "nfa_rationale", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&_facet=nfa_rationale"}, {"name": "latitude", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&_facet=latitude"}, {"name": "longitude", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Walsall&disposal=Warning+Letter&vehicle_make=Volkswagen&_facet=longitude"}], "next": null, "next_url": null, "private": false, "allow_execute_sql": true, "query_ms": 549.9256681650877, "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"}