Number of APIs: 24
The Philips Hue API Collection allows developers to control Philips Hue smart lights. It offers various functions, such as changing the color, brightness, and saturation of the lights. The API also supports the creation of schedules and timers for the lights. Step 1: First make sure your bridge is connected to your network and is functioning properly. Step 2: Then you need to discover the IP address of the bridge on your network. Okay now that you have a username with permission to use the Philips system, lets start having some fun with these APIs! Reference: https://developers.meethue.com/develop/get-started-2/
PUT http://{{ip}}/api/{{username}}/lights/2/state
GET http://{{ip}}/api/{{username}}/lights
PUT http://{{ip}}/api/{{username}}/config
GET http://{{ip}}/api/{{username}}/config
POST http://{{ip}}/api/{{username}}/sensors
DELETE http://{{ip}}/api/{{username}}/lights/6
GET http://{{ip}}/api/{{username}}/groups
GET http://{{ip}}/api/{{username}}/groups/0
POST http://{{ip}}/api/{{username}}/groups
PUT http://{{ip}}/api/{{username}}/groups/1/action
ENDPOINTS