API available?

reading through the various posts here, I’ve gleaned a few URLs that provides raw information in JSON or plain text.

I saw one to get the recordings in JSON, another one for logs.

That got me thinking. Is there a URL for passes or upcoming? Or more generally, is there a plan to publish API info?

There is no published API documentation for the DVR at the moment. We might provide docs eventually, but right now it’s still considered “unstable” and we reserve the right to make breaking changes at any time.

That said, the DVR uses JSON over REST for everything. If you install the JSONView chrome extension and use the chrome network developer tools, you can get a good sense of what the various endpoints are. For instance, season passes are available at /dvr/rules and your upcoming schedule is available via /dvr/jobs

1 Like