{"database": "opsnap", "table": "reports", "is_view": false, "human_description_en": "where month = \"2025-02\", offence = \"Driving without Due Care and Attention\" and reporter_transport_mode = \"Pedestrian\" sorted by month descending", "rows": [[5318, "op-snap---monthly-publication-february-2025.pdf", null, 135, "2025-02", "Pedestrian", "Volkswagen", "Beetle", "Silver", "Driving without Due Care and Attention", "None", "A452 Kenilworth Road", "Kenilworth Road", "Out of Force Area", "Out of Force Area", "Education", "N/A", "Yes - Via Email", 52.5124557, -1.8917609], [5379, "op-snap---monthly-publication-february-2025.pdf", null, 196, "2025-02", "Pedestrian", "Honda", "Civic", "Silver", "Driving without Due Care and Attention", "None", "Tower Street, Dudley", "Tower Street, Dudley", "Dudley", "Dudley", "Fixed Penalty", "N/A", "Yes - Via Email", 52.5112053, -2.0833165], [5453, "op-snap---monthly-publication-february-2025.pdf", null, 270, "2025-02", "Pedestrian", "Daf", "Truck", "White", "Driving without Due Care and Attention", "None", "Sheepcoat Street, City Centre", "Sheepcoat Street, City Centre", "Birmingham", "Birmingham", "Education", "N/A", "Yes - Via Email", null, null], [5504, "op-snap---monthly-publication-february-2025.pdf", null, 321, "2025-02", "Pedestrian", "Audi", "S3", "Blue", "Driving without Due Care and Attention", "No Insurance", "Cardigan Street", "Cardigan Street", "Birmingham", "Birmingham", "Fixed Penalty", "N/A", "Yes - Via Email", 52.4849063, -1.8846609], [5554, "op-snap---monthly-publication-february-2025.pdf", null, 371, "2025-02", "Pedestrian", "Volkswagen", "Golf", "White", "Driving without Due Care and Attention", "None", "London Road", "London Road", "Coventry", "Coventry", "Court", "N/A", "Yes - Via Email", 52.3916468, -1.4925995], [5564, "op-snap---monthly-publication-february-2025.pdf", null, 381, "2025-02", "Pedestrian", "Toyota", "Yaris", "Grey", "Driving without Due Care and Attention", "None", "Yardley Wood Road", "Yardley Wood Road", "Birmingham", "Birmingham", "Fixed Penalty", "N/A", "Yes - Via Email", 52.4103191, -1.8670224], [5587, "op-snap---monthly-publication-february-2025.pdf", null, 404, "2025-02", "Pedestrian", "Mg", "HS Trophy", "White", "Driving without Due Care and Attention", "None", "Shetland Close", "Shetland Close", "Coventry", "Coventry", "Education", "N/A", "Yes - Via Email", 52.4156476, -1.5736772], [5598, "op-snap---monthly-publication-february-2025.pdf", null, 415, "2025-02", "Pedestrian", null, "N/P", "White", "Driving without Due Care and Attention", "None", "Brandwood Park Road", "Brandwood Park Road", "Birmingham", "Birmingham", "NFA", "No Independent Evidence Available", "Yes - Via Email", 52.4138206, -1.9041686], [5604, "op-snap---monthly-publication-february-2025.pdf", null, 421, "2025-02", "Pedestrian", "Toyota", "Auris", null, "Driving without Due Care and Attention", "None", "Court Oak Road", "Court Oak Road", "Birmingham", "Birmingham", "Fixed Penalty", "N/A", "Yes - Via Email", 52.4604383, -1.9760104], [5927, "op-snap---monthly-publication-february-2025.pdf", null, 744, "2025-02", "Pedestrian", "Kia", "Ceed", "Grey", "Driving without Due Care and Attention", "None", "Walsall Town Centre", "Walsall Town Centre", "Walsall", "Walsall", "Court", "N/A", "Yes - Via Email", null, null], [5928, "op-snap---monthly-publication-february-2025.pdf", null, 745, "2025-02", "Pedestrian", "Ford", "TRANSIT", "White", "Driving without Due Care and Attention", "None", "MILLFIELDS ROAD", "Millfields Road", "Wolverhampton", "Wolverhampton", "Court", "N/A", "Yes - Via Email", 52.56459, -2.0933891], [6251, "op-snap---monthly-publication-february-2025.pdf", null, 1068, "2025-02", "Pedestrian", "Mercedes-Benz", "CLK220", "White", "Driving without Due Care and Attention", "No Insurance", "Waterfront Way, Merry Hill (Car Park", "Waterfront Way, Merry Hill (Car Park", "D7)udley", "D7)Udley", "Court", "N/A", "Yes - Via Email", null, null], [6399, "op-snap---monthly-publication-february-2025.pdf", null, 1216, "2025-02", "Pedestrian", "Audi", "a3", "Grey", "Driving without Due Care and Attention", "No Insurance", "Victoria Common", "Victoria Common", "Birmingham", "Birmingham", "Court", "N/A", "Yes - Via Email", 52.4162933, -1.965648], [6648, "op-snap---monthly-publication-february-2025.pdf", null, 1465, "2025-02", "Pedestrian", "Volkswagen", "Polo", "Silver", "Driving without Due Care and Attention", "None", "Colbourne Road", "Colbourne Road", "Birmingham", "Birmingham", "Other Action Taken", "N/A", "Yes - Via Email", null, null], [6795, "op-snap---monthly-publication-february-2025.pdf", null, 1612, "2025-02", "Pedestrian", "Toyota", "chr", "Blue", "Driving without Due Care and Attention", "None", "Tower Street", "Tower Street", "Dudley", "Dudley", "Fixed Penalty", "N/A", "Yes - Via Email", 52.5112053, -2.0833165]], "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 \"month\" = :p0 and \"offence\" = :p1 and \"reporter_transport_mode\" = :p2 order by month desc limit 101", "params": {"p0": "2025-02", "p1": "Driving without Due Care and Attention", "p2": "Pedestrian"}}, "facet_results": {"disposal": {"name": "disposal", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian", "results": [{"value": "Court", "label": "Court", "count": 5, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&disposal=Court", "selected": false}, {"value": "Fixed Penalty", "label": "Fixed Penalty", "count": 5, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&disposal=Fixed+Penalty", "selected": false}, {"value": "Education", "label": "Education", "count": 3, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&disposal=Education", "selected": false}, {"value": "NFA", "label": "NFA", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&disposal=NFA", "selected": false}, {"value": "Other Action Taken", "label": "Other Action Taken", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&disposal=Other+Action+Taken", "selected": false}], "truncated": false}, "council_area": {"name": "council_area", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian", "results": [{"value": "Birmingham", "label": "Birmingham", "count": 7, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&council_area=Birmingham", "selected": false}, {"value": "Coventry", "label": "Coventry", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&council_area=Coventry", "selected": false}, {"value": "Dudley", "label": "Dudley", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&council_area=Dudley", "selected": false}, {"value": "D7)Udley", "label": "D7)Udley", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&council_area=D7%29Udley", "selected": false}, {"value": "Out of Force Area", "label": "Out of Force Area", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&council_area=Out+of+Force+Area", "selected": false}, {"value": "Walsall", "label": "Walsall", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&council_area=Walsall", "selected": false}, {"value": "Wolverhampton", "label": "Wolverhampton", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&council_area=Wolverhampton", "selected": false}], "truncated": false}, "offence": {"name": "offence", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian", "results": [{"value": "Driving without Due Care and Attention", "label": "Driving without Due Care and Attention", "count": 15, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&reporter_transport_mode=Pedestrian", "selected": true}], "truncated": false}, "vehicle_make": {"name": "vehicle_make", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian", "results": [{"value": "Toyota", "label": "Toyota", "count": 3, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&vehicle_make=Toyota", "selected": false}, {"value": "Volkswagen", "label": "Volkswagen", "count": 3, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&vehicle_make=Volkswagen", "selected": false}, {"value": "Audi", "label": "Audi", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&vehicle_make=Audi", "selected": false}, {"value": "Daf", "label": "Daf", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&vehicle_make=Daf", "selected": false}, {"value": "Ford", "label": "Ford", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&vehicle_make=Ford", "selected": false}, {"value": "Honda", "label": "Honda", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&vehicle_make=Honda", "selected": false}, {"value": "Kia", "label": "Kia", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&vehicle_make=Kia", "selected": false}, {"value": "Mercedes-Benz", "label": "Mercedes-Benz", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&vehicle_make=Mercedes-Benz", "selected": false}, {"value": "Mg", "label": "Mg", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&vehicle_make=Mg", "selected": false}], "truncated": false}, "reporter_transport_mode": {"name": "reporter_transport_mode", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian", "results": [{"value": "Pedestrian", "label": "Pedestrian", "count": 15, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention", "selected": true}], "truncated": false}, "month": {"name": "month", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian", "results": [{"value": "2025-02", "label": "2025-02", "count": 15, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian", "selected": true}], "truncated": false}}, "suggested_facets": [{"name": "vehicle_colour", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&_facet=vehicle_colour"}, {"name": "second_offence", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&_facet=second_offence"}, {"name": "council_area_raw", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&_facet=council_area_raw"}, {"name": "nfa_rationale", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&_facet=nfa_rationale"}, {"name": "latitude", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&_facet=latitude"}, {"name": "longitude", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-02&offence=Driving+without+Due+Care+and+Attention&reporter_transport_mode=Pedestrian&_facet=longitude"}], "next": null, "next_url": null, "private": false, "allow_execute_sql": true, "query_ms": 1247.5896645337343, "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"}