API Call for One Station Guide Data

Using Windows 10, this command:

CURL -XGET "http://192.168.0.111:8089/devices/ANY/guide?time=1743206400&duration=172800" > CH_XML.JSON

Gets me 48 hours of guide data for all channels. My question is:
Is there any way to get the same data for just one station?

1 Like

Well, if you have the JSON, you can then filter it for station itself if you want to use it that way. Otherwise, you could go to /dvr/guide/on_later/channels/[STATION_NUMBER] and get something similar, except in a different format, but only the "next showing" of something, not all.

I don't believe there is. However, if you look at the details of the retrieved file for the station you want, you could likely use some XPath query tools to pare the results down to just the relevant channel and associated programme elements.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.