Reputation: 615
I am wondering if there is an API for Xbox One that allows you to boot it up (similar to how the Xbox App on Windows 10 can boot it up) amongst other things?
Upvotes: 3
Views: 4712
Reputation: 11
The Xbox Device Portal REST API is now public.
https://learn.microsoft.com/en-us/windows/uwp/xbox-apps/reference
Upvotes: 0
Reputation: 13526
There is an API, but it appears to be proprietary and probably won't be released by Microsoft. I've created a node.js module, however, that lets you turn it on from Windows, OSX, and Linux, provided you know the IP address and Live ID. You can find it here: https://github.com/arcreative/xbox-on
Upvotes: 2