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": {
"m Curl curl -X GET 'http://bridge_ip/api/username/lights' ENDPOINTS |