Logo
Program smart lights API Documentation

get all lights

GET http://{{bridge_ip}}/api/{{username}}/lights

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "1": { "state": { "on": false, "bri": 0, "alert": "select", "mode": "homeautomation", "reachable": false }, "swupdate": { "state": "notupdatable", "lastinstall": null }, "type": "Dimmable light", "name": "Hue white lamp 1", "modelid": "LWB014", "manufacturername": "Signify Netherlands B.V.", "productname": "Hue white lamp", "capabilities": { "certified": true, "control": { "mindimlevel": 5000, "maxlumen": 840 }, "streaming": { "renderer": false, "proxy": false } }, "config": { "archetype": "classicbulb", "function": "functional", "direction": "omnidirectional" }, "uniqueid": "00:17:88:01:03:c2:b6:ec-0b", "swversion": "" }, "2": { "state": { "on": false, "bri": 0, "alert": "none", "mode": "homeautomation", "reachable": false }, "swupdate": { "state": "notupdatable", "lastinstall": null }, "type": "Dimmable light", "name": "Hue white lamp 2", "modelid": "LWB014", "manufacturername": "Signify Netherlands B.V.", "productname": "Hue white lamp", "capabilities": { "certified": true, "control": { "mindimlevel": 5000, "maxlumen": 840 }, "streaming": { "renderer": false, "proxy": false } }, "config": { "archetype": "classicbulb", "function": "functional", "direction": "omnidirectional" }, "uniqueid": "00:17:88:01:03:92:a9:fa-0b", "swversion": "1.23.0_r20156" }, "3": { "state": { "on": false, "bri": 0, "alert": "none", "mode": "homeautomation", "reachable": false }, "swupdate": { "state": "notupdatable", "lastinstall": null }, "type": "Dimmable light", "name": "Hue white lamp 3", "modelid": "LWB014", "manufacturername": "Signify Netherlands B.V.", "productname": "Hue white lamp", "capabilities": { "certified": true, "control": { "mindimlevel": 5000, "maxlumen": 840 }, "streaming": { "renderer": false, "proxy": false } }, "config": { "archetype": "classicbulb", "function": "functional", "direction": "omnidirectional" }, "uniqueid": "00:17:88:01:03:92:ad:b3-0b", "swversion": "" }, "4": { "state": { "on": false, "bri": 254, "hue": 65259, "sat": 71, "effect": "none", "xy": [ 0.4651, 0.3565 ], "ct": 153, "alert": "select", "colormode": "hs", "mode": "homeautomation", "reachable": true }, "swupdate": { "state": "readytoinstall", "lastinstall": "2020-06-03T21:19:09" }, "type": "Extended color light", "name": "Hue go 1", "modelid": "LCT026", "manufacturername": "Signify Netherlands B.V.", "productname": "Hue go", "capabilities": { "certified": true, "control": { "mindimlevel": 70, "maxlumen": 400, "colorgamuttype": "C", "colorgamut": [ [ 0.6915, 0.3083 ], [ 0.17, 0.7 ], [ 0.1532, 0.0475 ] ], "ct": { "min": 153, "max": 500 } }, "streaming": { "renderer": true, "proxy": true } }, "config": { "archetype": "huego", "function": "decorative", "direction": "omnidirectional", "startup": { "mode": "safety", "configured": true } }, "uniqueid": "00:17:88:01:06:f8:d1:34-0b", "swversion": "1.56.7_r29434", "swconfigid": "AF1CA01E", "productid": "Philips-LCT026-1-HueGo_v2" } }



Curl
curl -X GET 'http://bridge_ip/api/bridge_ip/lights'

ENDPOINTS