aiendpoint.dev
ServicesPhilips Hue

Philips Hue

community

Smart lighting system with color bulbs, light strips, and automation via local and cloud API.

Visit site ↗

This is a community-generated spec

This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.

https://philips-hue.comapikeydeveloperconfidence: 87/1000 discoveries1 contributors
GEThttps://{bridge_ip}/api/{username}/lights

List all lights

Parameters

usernameAPI username (stringrequired
bridge_ipbridge IP (stringrequired

Returns

lights with id: {state.on, state.bri, state.hue, state.sat, state.ct, name, type, modelid, manufacturername}
PUThttps://{bridge_ip}/api/{username}/lights/{id}/state

Control a light

Parameters

ctcolor temp 153-500 (integeroptional
idlight ID (stringrequired
ontrue|false (booleanoptional
bribrightness 0-254 (integeroptional
huecolor hue 0-65535 (integeroptional
satsaturation 0-254 (integeroptional

Returns

success[] with updated state attributes
GEThttps://{bridge_ip}/api/{username}/groups

List light groups/rooms

Returns

groups with id: {name, lights[], type, state.all_on, state.any_on, action}