{"database": "opsnap", "table": "reports", "is_view": false, "human_description_en": "where council_area = \"Birmingham\", reporter_transport_mode = \"Pedestrian\" and vehicle_make = \"Yamaha\" sorted by month descending", "rows": [[7457, "op-snap---monthly-publication-february-2026.pdf", null, 204, "2026-02", "Pedestrian", "Yamaha", "GPD125", "Grey", "Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen", "t None", "Bishopgate Street", "Bishopgate Street", "Birmingham", "Birmingham", "Fixed Penalty", "N/A", null, null, null], [10587, "op-snap---monthly-publication-january-2026.pdf", null, 48, "2026-01", "Pedestrian", "Yamaha", "gpd125", "Grey", "Driving without Due Care and Attention", "None", "bishopsgate street", "Bishopsgate Street", "Birmingham", "Birmingham", "Warning Letter", "N/A", null, 52.473986, -1.9147087], [4513, "op-snap---monthly-publication-december-2025.pdf", null, 641, "2025-12", "Pedestrian", "Yamaha", "GPD125", "Blue", "Driving without Due Care and Attention", "None", "bishopsgate street", "Bishopsgate Street", "Birmingham", "Birmingham", "Education", "N/A", null, 52.473986, -1.9147087], [21049, "op-snap---monthly-publication-november-2025.pdf", null, 591, "2025-11", "Pedestrian", "Yamaha", "GPD125", "Red", "Driving without Due Care and Attention", "None", "Newtown St", "Newtown Street", "Birmingham", "Birmingham", "Court", "N/A", null, 52.4964717, -1.8963477], [22171, "op-snap---monthly-publication-october-2025.pdf", null, 121, "2025-10", "Pedestrian", "Yamaha", "GPD 125", "White", "Driving without Due Care and Attention", "None", "Lyon Queensway", "Lyon Queensway", "Birmingham", "Birmingham", "Education", "N/A", null, 52.4785129, -1.9047486], [23633, "op-snap---monthly-publication-october-2025.pdf", null, 1583, "2025-10", "Pedestrian", "Yamaha", null, "Blue", "Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD", "None", "Bishopsgate street", "Bishopsgate street", "Birmingham", "Birmingham", "Warning Letter", "N/A", null, 52.473986, -1.9147087], [23851, "op-snap---monthly-publication-september-2025.pdf", null, 70, "2025-09", "Pedestrian", "Yamaha", "125", "Blue", "Driving a vehicle wholly or partly on a footpath", "None", "Cotteridge Park", "Cotteridge Park", "Birmingham", "Birmingham", "Fixed Penalty", "N/A", null, 52.4214441, -1.928416], [24950, "op-snap---monthly-publication-september-2025.pdf", null, 1169, "2025-09", "Pedestrian", "Yamaha", "GPD125", "Grey", "Use a vehicle / cycle on a road and contravene a l", "ocal traffic order other Nthoanne parking", "Bishopsgate Street", "Bishopsgate Street", "Birmingham", "Birmingham", "Warning Letter", "N/A", null, 52.473986, -1.9147087], [24951, "op-snap---monthly-publication-september-2025.pdf", null, 1170, "2025-09", "Pedestrian", "Yamaha", "VMOTO", "Silver", "Use a vehicle / cycle on a road and contravene a l", "ocal traffic order other Nthoanne parking", "Bishopsgate Street", "Bishopsgate Street", "Birmingham", "Birmingham", "Warning Letter", "N/A", null, 52.473986, -1.9147087], [2624, "op-snap---monthly-publication-august-2025.pdf", null, 599, "2025-08", "Pedestrian", "Yamaha", "NMAX", "Black", "Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment", "None", "Corporation Street", "Corporation Street", "Birmingham", "Birmingham", "Fixed Penalty", "N/A", null, 52.4895456, -1.8900666], [2776, "op-snap---monthly-publication-august-2025.pdf", null, 751, "2025-08", "Pedestrian", "Yamaha", "125cc", "Black", "Contravening a Red Traffic Light", "No Insurance", "Hagley Road, Quinton", "Hagley Road, Quinton", "Birmingham", "Birmingham", "Fixed Penalty", "N/A", null, 52.4633457, -2.0003455], [18827, "op-snap---monthly-publication-may-2025.pdf", null, 189, "2025-05", "Pedestrian", "Yamaha", "GPD125", "Blue", "Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen", "Nt one", "Bishopgate Street", "Bishopgate Street", "Birmingham", "Birmingham", "Fixed Penalty", "N/A", null, null, null], [20087, "op-snap---monthly-publication-may-2025.pdf", null, 1449, "2025-05", "Pedestrian", "Yamaha", "quad bike", "Black", "Driving without Due Care and Attention", "None", "Holders woods", "Holders woods", "Birmingham", "Birmingham", "NFA", "Outside of 14 Days NIP", null, 52.4414939, -1.9088602], [18401, "op-snap---monthly-publication-march-2025.pdf", null, 2158, "2025-03", "Pedestrian", "Yamaha", "motorbike", "White", "Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment", "No Insurance", "Bishopsgate Street", "Bishopsgate Street", "Birmingham", "Birmingham", "Court", "N/A", "Yes - Via Email", 52.473986, -1.9147087], [9081, "op-snap---monthly-publication-january-2025.pdf", null, 189, "2025-01", "Pedestrian", "Yamaha", "UK", "Purple", "Misc - Non Traffic Offences", "None", "Navigation Drive", "Navigation Drive", "Birmingham", "Birmingham", "NFA", "No Offence", "Yes - Via Email", 52.4119299, -1.8981368]], "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 \"reporter_transport_mode\" = :p1 and \"vehicle_make\" = :p2 order by month desc limit 101", "params": {"p0": "Birmingham", "p1": "Pedestrian", "p2": "Yamaha"}}, "facet_results": {"disposal": {"name": "disposal", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha", "results": [{"value": "Fixed Penalty", "label": "Fixed Penalty", "count": 5, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&disposal=Fixed+Penalty", "selected": false}, {"value": "Warning Letter", "label": "Warning Letter", "count": 4, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&disposal=Warning+Letter", "selected": false}, {"value": "Court", "label": "Court", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&disposal=Court", "selected": false}, {"value": "Education", "label": "Education", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&disposal=Education", "selected": false}, {"value": "NFA", "label": "NFA", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&disposal=NFA", "selected": false}], "truncated": false}, "council_area": {"name": "council_area", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha", "results": [{"value": "Birmingham", "label": "Birmingham", "count": 15, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?reporter_transport_mode=Pedestrian&vehicle_make=Yamaha", "selected": true}], "truncated": false}, "offence": {"name": "offence", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha", "results": [{"value": "Driving without Due Care and Attention", "label": "Driving without Due Care and Attention", "count": 5, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&offence=Driving+without+Due+Care+and+Attention", "selected": false}, {"value": "Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen", "label": "Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&offence=Motor+vehicle+fail+to+comply+with+endorsable+section+36+traffic+sign+-other+than+manned+or+automatic+equipmen", "selected": false}, {"value": "Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment", "label": "Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&offence=Motor+vehicle+fail+to+comply+with+endorsable+section+36+traffic+sign+-other+than+manned+or+automatic+equipment", "selected": false}, {"value": "Use a vehicle / cycle on a road and contravene a l", "label": "Use a vehicle / cycle on a road and contravene a l", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&offence=Use+a+vehicle+%2F+cycle+on+a+road+and+contravene+a+l", "selected": false}, {"value": "Contravening a Red Traffic Light", "label": "Contravening a Red Traffic Light", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&offence=Contravening+a+Red+Traffic+Light", "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=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&offence=Driving+a+vehicle+wholly+or+partly+on+a+footpath", "selected": false}, {"value": "Misc - Non Traffic Offences", "label": "Misc - Non Traffic Offences", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&offence=Misc+-+Non+Traffic+Offences", "selected": false}, {"value": "Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD", "label": "Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&offence=Motor+vehicle+fail+to+comply+with+a+non+endorsable+traffic+sign+-+detected+by+means+other+than+ACD", "selected": false}], "truncated": false}, "vehicle_make": {"name": "vehicle_make", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha", "results": [{"value": "Yamaha", "label": "Yamaha", "count": 15, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian", "selected": true}], "truncated": false}, "reporter_transport_mode": {"name": "reporter_transport_mode", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha", "results": [{"value": "Pedestrian", "label": "Pedestrian", "count": 15, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&vehicle_make=Yamaha", "selected": true}], "truncated": false}, "month": {"name": "month", "type": "column", "hideable": false, "toggle_url": "/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha", "results": [{"value": "2025-09", "label": "2025-09", "count": 3, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&month=2025-09", "selected": false}, {"value": "2025-05", "label": "2025-05", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&month=2025-05", "selected": false}, {"value": "2025-08", "label": "2025-08", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&month=2025-08", "selected": false}, {"value": "2025-10", "label": "2025-10", "count": 2, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&month=2025-10", "selected": false}, {"value": "2025-01", "label": "2025-01", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&month=2025-01", "selected": false}, {"value": "2025-03", "label": "2025-03", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&month=2025-03", "selected": false}, {"value": "2025-11", "label": "2025-11", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&month=2025-11", "selected": false}, {"value": "2025-12", "label": "2025-12", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&month=2025-12", "selected": false}, {"value": "2026-01", "label": "2026-01", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&month=2026-01", "selected": false}, {"value": "2026-02", "label": "2026-02", "count": 1, "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&month=2026-02", "selected": false}], "truncated": false}}, "suggested_facets": [{"name": "source_file", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&_facet=source_file"}, {"name": "source_row", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&_facet=source_row"}, {"name": "vehicle_model", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&_facet=vehicle_model"}, {"name": "vehicle_colour", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&_facet=vehicle_colour"}, {"name": "second_offence", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&_facet=second_offence"}, {"name": "offence_location_raw", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&_facet=offence_location_raw"}, {"name": "offence_location", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&_facet=offence_location"}, {"name": "nfa_rationale", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&_facet=nfa_rationale"}, {"name": "latitude", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&_facet=latitude"}, {"name": "longitude", "toggle_url": "http://opsnap.farrant.me/opsnap/reports.json?council_area=Birmingham&reporter_transport_mode=Pedestrian&vehicle_make=Yamaha&_facet=longitude"}], "next": null, "next_url": null, "private": false, "allow_execute_sql": true, "query_ms": 1395.627610385418, "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"}