Commands that can be with curl to get data

I am trying to download the channel guide and other information using the stationid/gracenotes ID.
I use the curl commands:
curl http:// 127.0.0.1:8089/tms/stations/FREEFRM
curl http:// 127.0.0.1:8089/tms/stations/DAYSTAR
curl http:// 127.0.0.1:8089/tms/stations/KGO

To see the stationid. with this I would like to get the Guide data.
Does anyone have other commands that can be used to get other kinds on data for the stations?

Here's some info on the API endpoints that Channels supplies:

You can also use your browsers inspect feature or developer tools to trace the endpoints while you are clicking the links in Channels Server Admin.

1 Like

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