{"database": "opsnap", "table": "reports", "is_view": false, "human_description_en": "where month = \"2025-04\", offence = \"Driving without Due Care and Attention\" and vehicle_make = \"Toyota\" sorted by month descending", "rows": [[235, "op-snap---monthly-publication-april-2025.pdf", null, 234, "2025-04", "Car", "Toyota", "Corolla", "Blue", "Driving without Due Care and Attention", "None", "Stoney Lane", "Stoney Lane", "Birmingham", "Birmingham", "NFA", "Outside of 14 Days NIP", null, 52.4745488, -1.8065911], [250, "op-snap---monthly-publication-april-2025.pdf", null, 249, "2025-04", "Car", "Toyota", "Aygo", "Grey", "Driving without Due Care and Attention", "None", "Cartland Rd", "Cartland Road", "Birmingham", "Birmingham", "Warning Letter", "N/A", null, 52.4298554, -1.9086629], [311, "op-snap---monthly-publication-april-2025.pdf", null, 310, "2025-04", "Car", "Toyota", "Auris", "White", "Driving without Due Care and Attention", "None", "Yardley Wood Road", "Yardley Wood Road", "Birmingham", "Birmingham", "NFA", "Outside of 14 Days NIP", null, 52.4103191, -1.8670224], [342, "op-snap---monthly-publication-april-2025.pdf", null, 341, "2025-04", "Van", "Toyota", "Yaris", "Brown", "Driving without Due Care and Attention", "None", "Reservoir Road", "Reservoir Road", "Birmingham", "Birmingham", "NFA", "Outside of 14 Days NIP", null, 52.5242452, -1.8572541], [460, "op-snap---monthly-publication-april-2025.pdf", null, 459, "2025-04", "Pedestrian", "Toyota", "aYGO", "Blue", "Driving without Due Care and Attention", "None", "Sherborne St", "Sherborne Street", "Birmingham", "Birmingham", "Fixed Penalty", "N/A", null, 52.4762433, -1.9176665], [470, "op-snap---monthly-publication-april-2025.pdf", null, 469, "2025-04", "Car", "Toyota", "Prius", "Silver", "Driving without Due Care and Attention", "None", "Marston Lane Bedworth", "Marston Lane Bedworth", "Area", "Area", "NFA", "Out of Force", null, null, null], [548, "op-snap---monthly-publication-april-2025.pdf", null, 547, "2025-04", "Car", "Toyota", "Aygo", "Red", "Driving without Due Care and Attention", "None", "Coventry Road", "Coventry Road", "Birmingham", "Birmingham", "NFA", "Outside of 14 Days NIP", null, 52.4726661, -1.8769032], [585, "op-snap---monthly-publication-april-2025.pdf", null, 584, "2025-04", "Car", "Toyota", "C-HR", "Black", "Driving without Due Care and Attention", "None", "Wahswood Heath Road", "Wahswood Heath Road", "Birmingham", "Birmingham", "Fixed Penalty", "N/A", null, null, null], [702, "op-snap---monthly-publication-april-2025.pdf", null, 701, "2025-04", "Car", "Toyota", "Yaris", "Black", "Driving without Due Care and Attention", "None", "Holder Road", "Holder Road", "Birmingham", "Birmingham", "Court", "N/A", null, 52.4655509, -1.8219], [714, "op-snap---monthly-publication-april-2025.pdf", null, 713, "2025-04", "Car", "Toyota", "Rav 4", "Blue", "Driving without Due Care and Attention", "None", "A49 Hereford", "Hereford", "Out of Force Area", "Out of Force Area", "NFA", "Out of Force", null, 52.4047807, -2.0101216], [736, "op-snap---monthly-publication-april-2025.pdf", null, 735, "2025-04", "Car", "Toyota", "Aygo", "White", "Driving without Due Care and Attention", "None", "M42 Junction 6", "M42 Junction 6", "Birmingham", "Birmingham", "NFA", "Outside of 14 Days NIP", null, null, null], [1324, "op-snap---monthly-publication-april-2025.pdf", null, 1323, "2025-04", "Car", "Toyota", "Prius", "Red", "Driving without Due Care and Attention", "None", "junction of shirley road and dolphin lane", "Junction Of Shirley Road And Dolphin Lane", "Birmingham", "Birmingham", "NFA", "Outside of 14 Days NIP", null, null, null], [1326, "op-snap---monthly-publication-april-2025.pdf", null, 1325, "2025-04", "Car", "Toyota", "Yaris", "blue", "Driving without Due Care and Attention", "None", "North bound off slip road to Ashby", "North bound off slip road to Ashby", "Out of Force Area", "Out of Force Area", "NFA", "Out of Force", null, null, null], [1389, "op-snap---monthly-publication-april-2025.pdf", null, 1388, "2025-04", "Car", "Toyota", "NP", "Blue", "Driving without Due Care and Attention", "None", "Junction of A426 and technology drive, rugby", "Junction of A426 and technology drive, rugby", "Out of Force Area", "Out of Force Area", "NFA", "Out of Force", null, null, null], [1709, "op-snap---monthly-publication-april-2025.pdf", null, 1708, "2025-04", "Car", "Toyota", "avensis", "Grey", "Driving without Due Care and Attention", "None", "Cotterills lane", "Cotterills lane", "Birmingham", "Birmingham", "NFA", "Outside of 14 Days NIP", null, 52.4884297, -1.817811], [1946, "op-snap---monthly-publication-april-2025.pdf", null, 1945, "2025-04", "Pedal Bike", "Toyota", "Prius", "White", "Driving without Due Care and Attention", "None", "foleshill road", "Foleshill Road", "Coventry", "Coventry", "NFA", "Outside of 14 Days NIP", null, 52.4274335, -1.5002381]], "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 \"month\" = :p0 and \"offence\" = :p1 and \"vehicle_make\" = :p2 order by month desc limit 101", "params": {"p0": "2025-04", "p1": "Driving without Due Care and Attention", "p2": "Toyota"}}, "facet_results": {"disposal": {"name": "disposal", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?month=2025-04&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Toyota", "results": [{"value": "NFA", "label": "NFA", "count": 12, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Toyota&disposal=NFA", "selected": false}, {"value": "Fixed Penalty", "label": "Fixed Penalty", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Toyota&disposal=Fixed+Penalty", "selected": false}, {"value": "Court", "label": "Court", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Toyota&disposal=Court", "selected": false}, {"value": "Warning Letter", "label": "Warning Letter", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Toyota&disposal=Warning+Letter", "selected": false}], "truncated": false}, "council_area": {"name": "council_area", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?month=2025-04&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Toyota", "results": [{"value": "Birmingham", "label": "Birmingham", "count": 11, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Toyota&council_area=Birmingham", "selected": false}, {"value": "Out of Force Area", "label": "Out of Force Area", "count": 3, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Toyota&council_area=Out+of+Force+Area", "selected": false}, {"value": "Area", "label": "Area", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Toyota&council_area=Area", "selected": false}, {"value": "Coventry", "label": "Coventry", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Toyota&council_area=Coventry", "selected": false}], "truncated": false}, "offence": {"name": "offence", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?month=2025-04&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Toyota", "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?month=2025-04&vehicle_make=Toyota", "selected": true}], "truncated": false}, "vehicle_make": {"name": "vehicle_make", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?month=2025-04&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Toyota", "results": [{"value": "Toyota", "label": "Toyota", "count": 16, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&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?month=2025-04&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Toyota", "results": [{"value": "Car", "label": "Car", "count": 13, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Toyota&reporter_transport_mode=Car", "selected": false}, {"value": "Pedal Bike", "label": "Pedal Bike", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Toyota&reporter_transport_mode=Pedal+Bike", "selected": false}, {"value": "Pedestrian", "label": "Pedestrian", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Toyota&reporter_transport_mode=Pedestrian", "selected": false}, {"value": "Van", "label": "Van", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Toyota&reporter_transport_mode=Van", "selected": false}], "truncated": false}, "month": {"name": "month", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?month=2025-04&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Toyota", "results": [{"value": "2025-04", "label": "2025-04", "count": 16, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?offence=Driving+without+Due+Care+and+Attention&vehicle_make=Toyota", "selected": true}], "truncated": false}}, "suggested_facets": [{"name": "vehicle_model", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Toyota&_facet=vehicle_model"}, {"name": "vehicle_colour", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Toyota&_facet=vehicle_colour"}, {"name": "council_area_raw", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Toyota&_facet=council_area_raw"}, {"name": "nfa_rationale", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Due+Care+and+Attention&vehicle_make=Toyota&_facet=nfa_rationale"}], "next": null, "next_url": null, "private": false, "allow_execute_sql": true, "query_ms": 1565.7125394791365, "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"}