{"database": "opsnap", "table": "reports", "is_view": false, "human_description_en": "where month = \"2025-04\", offence = \"Driving without Reasonable Consideration\" and vehicle_make = \"Skoda\" sorted by month descending", "rows": [[255, "op-snap---monthly-publication-april-2025.pdf", null, 254, "2025-04", "Pedal Bike", "Skoda", "Octavia", "Blue", "Driving without Reasonable Consideration", "None", "A38 Tyburn Road", "Tyburn Road", "Birmingham", "Birmingham", "NFA", "Outside of 14 Days NIP", null, 52.5113867, -1.8337258], [313, "op-snap---monthly-publication-april-2025.pdf", null, 312, "2025-04", "Pedal Bike", "Skoda", "Superb", "Blue", "Driving without Reasonable Consideration", "None", "Chester Road", "Chester Road", "Birmingham", "Birmingham", "NFA", "Outside of 14 Days NIP", null, 52.5359496, -1.8324115], [400, "op-snap---monthly-publication-april-2025.pdf", null, 399, "2025-04", "Car", "Skoda", "Octavia", "Blue", "Driving without Reasonable Consideration", "None", "High Street, Cradley Heath", "High Street, Cradley Heath", "Sandwell", "Sandwell", "NFA", "Outside of 14 Days NIP", null, 52.4757272, -2.043439], [698, "op-snap---monthly-publication-april-2025.pdf", null, 697, "2025-04", "Pedal Bike", "Skoda", "Scala", "Grey", "Driving without Reasonable Consideration", "None", "Salisbury Road", "Salisbury Road", "Birmingham", "Birmingham", "Education", "N/A", null, 52.4943878, -1.8504211], [835, "op-snap---monthly-publication-april-2025.pdf", null, 834, "2025-04", "Pedal Bike", "Skoda", null, "White", "Driving without Reasonable Consideration", "None", "Pershore Road , Birmingham", "Pershore Road , Birmingham", "Birmingham", "Birmingham", "NFA", "Outside of 14 Days NIP", null, 52.43756, -1.9167829], [880, "op-snap---monthly-publication-april-2025.pdf", null, 879, "2025-04", "Pedal Bike", "Skoda", null, "Blue", "Driving without Reasonable Consideration", "None", "Bristol Road , Birmingham", "Bristol Road , Birmingham", "Birmingham", "Birmingham", "NFA", "Outside of 14 Days NIP", null, 52.4471946, -1.927388], [1135, "op-snap---monthly-publication-april-2025.pdf", null, 1134, "2025-04", "Car", "Skoda", null, "Blue", "Driving without Reasonable Consideration", "None", "Jinnah Road , Redditch", "Jinnah Road , Redditch", "Out of Force Area", "Out of Force Area", "NFA", "Outside of 14 Days NIP", null, null, null], [1161, "op-snap---monthly-publication-april-2025.pdf", null, 1160, "2025-04", "Car", "Skoda", "Suberb", "White", "Driving without Reasonable Consideration", "None", "A452 Tybun house island , Birmingham", "Tybun house island , Birmingham", "Birmingham", "Birmingham", "NFA", "Outside of 14 Days NIP", null, null, null], [1206, "op-snap---monthly-publication-april-2025.pdf", null, 1205, "2025-04", "Car", "Skoda", "Superb", "Grey", "Driving without Reasonable Consideration", "None", "Woden Road East , Wednesbury", "Woden Road East , Wednesbury", "Birmingham", "Birmingham", "NFA", "Outside of 14 Days NIP", null, null, null], [1363, "op-snap---monthly-publication-april-2025.pdf", null, 1362, "2025-04", "Car", "Skoda", null, "Blue", "Driving without Reasonable Consideration", "None", "A47 heading towardfs Bromford", "A47 heading towardfs Bromford", "Out of Force Area", "Out of Force Area", "NFA", "Outside of 14 Days NIP", null, null, null], [1416, "op-snap---monthly-publication-april-2025.pdf", null, 1415, "2025-04", "Car", "Skoda", "NP", "Grey", "Driving without Reasonable Consideration", "None", "Hillfields Road , Brierley Hill", "Hillfields Road , Brierley Hill", "Dudley", "Dudley", "NFA", "Outside of 14 Days NIP", null, 52.4673774, -2.1265155], [1577, "op-snap---monthly-publication-april-2025.pdf", null, 1576, "2025-04", "Car", "Skoda", "Kodiaq", "Black", "Driving without Reasonable Consideration", "None", "Birchfield Road , Redditch", "Birchfield Road , Redditch", "Out of Force Area", "Out of Force Area", "NFA", "Outside of 14 Days NIP", null, null, null], [1728, "op-snap---monthly-publication-april-2025.pdf", null, 1727, "2025-04", "Car", "Skoda", "Octavia", "Grey", "Driving without Reasonable Consideration", "None", "Bristol Road ( A38 )", "Bristol Road ( A38 )", "Birmingham", "Birmingham", "NFA", "Outside of 14 Days NIP", null, 52.4476826, -1.9258387], [1893, "op-snap---monthly-publication-april-2025.pdf", null, 1892, "2025-04", "Car", "Skoda", "Kodiaq", "Grey", "Driving without Reasonable Consideration", "None", "Junction 4 - Junction 6 Northbound", "Junction 4 - Junction 6 Northbound", "Birmingham", "Birmingham", "NFA", "Outside of 14 Days NIP", null, null, null], [1895, "op-snap---monthly-publication-april-2025.pdf", null, 1894, "2025-04", "Pedal Bike", "Skoda", "Octavia", "White", "Driving without Reasonable Consideration", "None", "Bristol Road South", "Bristol Road South", "Birmingham", "Birmingham", "NFA", "Outside of 14 Days NIP", null, 52.4119174, -1.9735247]], "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 \"vehicle_make\" = :p2 order by month desc limit 101", "params": {"p0": "2025-04", "p1": "Driving without Reasonable Consideration", "p2": "Skoda"}}, "facet_results": {"disposal": {"name": "disposal", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?month=2025-04&offence=Driving+without+Reasonable+Consideration&vehicle_make=Skoda", "results": [{"value": "NFA", "label": "NFA", "count": 14, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Reasonable+Consideration&vehicle_make=Skoda&disposal=NFA", "selected": false}, {"value": "Education", "label": "Education", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Reasonable+Consideration&vehicle_make=Skoda&disposal=Education", "selected": false}], "truncated": false}, "council_area": {"name": "council_area", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?month=2025-04&offence=Driving+without+Reasonable+Consideration&vehicle_make=Skoda", "results": [{"value": "Birmingham", "label": "Birmingham", "count": 10, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Reasonable+Consideration&vehicle_make=Skoda&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+Reasonable+Consideration&vehicle_make=Skoda&council_area=Out+of+Force+Area", "selected": false}, {"value": "Dudley", "label": "Dudley", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Reasonable+Consideration&vehicle_make=Skoda&council_area=Dudley", "selected": false}, {"value": "Sandwell", "label": "Sandwell", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Reasonable+Consideration&vehicle_make=Skoda&council_area=Sandwell", "selected": false}], "truncated": false}, "offence": {"name": "offence", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?month=2025-04&offence=Driving+without+Reasonable+Consideration&vehicle_make=Skoda", "results": [{"value": "Driving without Reasonable Consideration", "label": "Driving without Reasonable Consideration", "count": 15, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&vehicle_make=Skoda", "selected": true}], "truncated": false}, "vehicle_make": {"name": "vehicle_make", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?month=2025-04&offence=Driving+without+Reasonable+Consideration&vehicle_make=Skoda", "results": [{"value": "Skoda", "label": "Skoda", "count": 15, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Reasonable+Consideration", "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+Reasonable+Consideration&vehicle_make=Skoda", "results": [{"value": "Car", "label": "Car", "count": 9, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Reasonable+Consideration&vehicle_make=Skoda&reporter_transport_mode=Car", "selected": false}, {"value": "Pedal Bike", "label": "Pedal Bike", "count": 6, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Reasonable+Consideration&vehicle_make=Skoda&reporter_transport_mode=Pedal+Bike", "selected": false}], "truncated": false}, "month": {"name": "month", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?month=2025-04&offence=Driving+without+Reasonable+Consideration&vehicle_make=Skoda", "results": [{"value": "2025-04", "label": "2025-04", "count": 15, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?offence=Driving+without+Reasonable+Consideration&vehicle_make=Skoda", "selected": true}], "truncated": false}}, "suggested_facets": [{"name": "vehicle_model", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Reasonable+Consideration&vehicle_make=Skoda&_facet=vehicle_model"}, {"name": "vehicle_colour", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Reasonable+Consideration&vehicle_make=Skoda&_facet=vehicle_colour"}, {"name": "council_area_raw", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Reasonable+Consideration&vehicle_make=Skoda&_facet=council_area_raw"}, {"name": "nfa_rationale", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?month=2025-04&offence=Driving+without+Reasonable+Consideration&vehicle_make=Skoda&_facet=nfa_rationale"}], "next": null, "next_url": null, "private": false, "allow_execute_sql": true, "query_ms": 718.1200068444014, "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"}