{"database": "opsnap", "table": "reports", "is_view": false, "human_description_en": "where disposal = \"Warning Letter\", offence = \"Driving without Due Care and Attention\" and vehicle_make = \"Volvo\" sorted by month descending", "rows": [[10910, "op-snap---monthly-publication-january-2026.pdf", null, 371, "2026-01", "Car", "Volvo", "C30", "Silver", "Driving without Due Care and Attention", "None", "Barkers Butt Lane", "Barkers Butt Lane", "Coventry", "Coventry", "Warning Letter", "N/A", null, null, null], [11876, "op-snap---monthly-publication-january-2026.pdf", null, 1337, "2026-01", "Car", "Volvo", "Lorry", "White", "Driving without Due Care and Attention", "None", "A4034", "A4034", "Sandwell", "Sandwell", "Warning Letter", "N/A", null, null, null], [4587, "op-snap---monthly-publication-december-2025.pdf", null, 715, "2025-12", "Car", "Volvo", "S90", "Grey", "Driving without Due Care and Attention", "None", "Blackhalve Lane", "Blackhalve Lane", "Wolverhampton", "Wolverhampton", "Warning Letter", "N/A", null, 52.6139368, -2.0960778], [5078, "op-snap---monthly-publication-december-2025.pdf", null, 1206, "2025-12", "Car", "Volvo", "XC40", "Black", "Driving without Due Care and Attention", "None", "Black Country New Road", "Black Country New Road", "Dudley", "Dudley", "Warning Letter", "N/A", null, null, null], [20826, "op-snap---monthly-publication-november-2025.pdf", null, 368, "2025-11", "Car", "Volvo", "Tractor", "White", "Driving without Due Care and Attention", "None", "M6", "M6", "Birmingham", "Birmingham", "Warning Letter", "N/A", null, null, null], [22268, "op-snap---monthly-publication-october-2025.pdf", null, 218, "2025-10", "Car", "Volvo", "XC60", "Gold", "Driving without Due Care and Attention", "None", "M42", "M42", "Solihull", "Solihull", "Warning Letter", "N/A", null, null, null], [23799, "op-snap---monthly-publication-september-2025.pdf", null, 18, "2025-09", "Car", "Volvo", null, "Black", "Driving without Due Care and Attention", "None", "Camp Hill", "Camp Hill", "Birmingham", "Birmingham", "Warning Letter", "N/A", null, 52.4702894, -1.8786299], [23936, "op-snap---monthly-publication-september-2025.pdf", null, 155, "2025-09", "Car", "Volvo", "S90", "Blue", "Driving without Due Care and Attention", "None", "Robin Hood Island", "Robin Hood Island", "Birmingham", "Birmingham", "Warning Letter", "N/A", null, 52.4220705, -1.8372335], [24181, "op-snap---monthly-publication-september-2025.pdf", null, 400, "2025-09", "Pedestrian", "Volvo", "V50", "Blue", "Driving without Due Care and Attention", "None", "Farrington Road", "Farrington Road", "Wolverhampton", "Wolverhampton", "Warning Letter", "N/A", null, 52.5550312, -2.1191799], [24964, "op-snap---monthly-publication-september-2025.pdf", null, 1183, "2025-09", "Pedestrian", "Volvo", "Tipper", "White", "Driving without Due Care and Attention", "None", "Honiley ROad", "Honiley ROad", "Birmingham", "Birmingham", "Warning Letter", "N/A", null, 52.4789688, -1.7931848], [12880, "op-snap---monthly-publication-july-2025.pdf", null, 932, "2025-07", "Car", "Volvo", "Bus", "Red", "Driving without Due Care and Attention", "None", "Dudley Road, Tipton", "Dudley Road, Tipton", "Sandwell", "Sandwell", "Warning Letter", "N/A", null, 52.5238596, -2.0740455], [19201, "op-snap---monthly-publication-may-2025.pdf", null, 563, "2025-05", "Car", "Volvo", "XC40.", "Grey", "Driving without Due Care and Attention", "None", "Bickenhill Parkway", "Bickenhill Parkway", "Birmingham", "Birmingham", "Warning Letter", "N/A", null, null, null], [19643, "op-snap---monthly-publication-may-2025.pdf", null, 1005, "2025-05", "Pedal Bike", "Volvo", "HGV", "Green", "Driving without Due Care and Attention", "None", "Chester Road", "Chester Road", "Sutton Coldfield", "Sutton Coldfield", "Warning Letter", "N/A", null, 52.5359496, -1.8324115], [20265, "op-snap---monthly-publication-may-2025.pdf", null, 1627, "2025-05", "Car", "Volvo", "XC60", "Grey", "Driving without Due Care and Attention", "None", "Balds Lane", "Balds Lane", "Dudley", "Dudley", "Warning Letter", "N/A", null, 52.455416, -2.1051567], [18532, "op-snap---monthly-publication-march-2025.pdf", null, 2289, "2025-03", "Pedal Bike", "Volvo", "V40", "Grey", "Driving without Due Care and Attention", "None", "Dog Pool Lane", "Dog Pool Lane", "Birmingham", "Birmingham", "Warning Letter", "Outside of 14 Days NIP", "Yes - Via Email", null, null], [6230, "op-snap---monthly-publication-february-2025.pdf", null, 1047, "2025-02", "Car", "Volvo", "XC40", "Black", "Driving without Due Care and Attention", "None", "Lightwoods Hill", "Lightwoods Hill", "Sandwell", "Sandwell", "Warning Letter", "Outside of 14 Days NIP", "Yes - Via Email", 52.4695095, -1.9880909]], "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 \"offence\" = :p1 and \"vehicle_make\" = :p2 order by month desc limit 101", "params": {"p0": "Warning Letter", "p1": "Driving without Due Care and Attention", "p2": "Volvo"}}, "facet_results": {"disposal": {"name": "disposal", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo", "results": [{"value": "Warning Letter", "label": "Warning Letter", "count": 16, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo", "selected": true}], "truncated": false}, "council_area": {"name": "council_area", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo", "results": [{"value": "Birmingham", "label": "Birmingham", "count": 6, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&council_area=Birmingham", "selected": false}, {"value": "Sandwell", "label": "Sandwell", "count": 3, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&council_area=Sandwell", "selected": false}, {"value": "Dudley", "label": "Dudley", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&council_area=Dudley", "selected": false}, {"value": "Wolverhampton", "label": "Wolverhampton", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&council_area=Wolverhampton", "selected": false}, {"value": "Coventry", "label": "Coventry", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&council_area=Coventry", "selected": false}, {"value": "Solihull", "label": "Solihull", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&council_area=Solihull", "selected": false}, {"value": "Sutton Coldfield", "label": "Sutton Coldfield", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&council_area=Sutton+Coldfield", "selected": false}], "truncated": false}, "offence": {"name": "offence", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo", "results": [{"value": "Driving without Due Care and Attention", "label": "Driving without Due Care and Attention", "count": 16, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&vehicle_make=Volvo", "selected": true}], "truncated": false}, "vehicle_make": {"name": "vehicle_make", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo", "results": [{"value": "Volvo", "label": "Volvo", "count": 16, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention", "selected": true}], "truncated": false}, "reporter_transport_mode": {"name": "reporter_transport_mode", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo", "results": [{"value": "Car", "label": "Car", "count": 12, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&reporter_transport_mode=Car", "selected": false}, {"value": "Pedal Bike", "label": "Pedal Bike", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&reporter_transport_mode=Pedal+Bike", "selected": false}, {"value": "Pedestrian", "label": "Pedestrian", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&reporter_transport_mode=Pedestrian", "selected": false}], "truncated": false}, "month": {"name": "month", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo", "results": [{"value": "2025-09", "label": "2025-09", "count": 4, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&month=2025-09", "selected": false}, {"value": "2025-05", "label": "2025-05", "count": 3, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&month=2025-05", "selected": false}, {"value": "2025-12", "label": "2025-12", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&month=2025-12", "selected": false}, {"value": "2026-01", "label": "2026-01", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&month=2026-01", "selected": false}, {"value": "2025-02", "label": "2025-02", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&month=2025-02", "selected": false}, {"value": "2025-03", "label": "2025-03", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&month=2025-03", "selected": false}, {"value": "2025-07", "label": "2025-07", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&month=2025-07", "selected": false}, {"value": "2025-10", "label": "2025-10", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&month=2025-10", "selected": false}, {"value": "2025-11", "label": "2025-11", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&month=2025-11", "selected": false}], "truncated": false}}, "suggested_facets": [{"name": "source_file", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&_facet=source_file"}, {"name": "vehicle_model", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&_facet=vehicle_model"}, {"name": "vehicle_colour", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&_facet=vehicle_colour"}, {"name": "council_area_raw", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&_facet=council_area_raw"}, {"name": "nfa_rationale", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?disposal=Warning+Letter&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Volvo&_facet=nfa_rationale"}], "next": null, "next_url": null, "private": false, "allow_execute_sql": true, "query_ms": 1017.8021620959044, "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"}