RSS feeds

All RSS feeds can be used with an API key to authenticate the request.

To use an API key, add an argument to the url like in the following example:
https://ubicast.tv/rss.xml?api_key=X

If the API key is not valid, it will be ignored.

/rss.xml

This RSS feed retuns the list of the 5 last added media.

/itunes-video.xml

This RSS feed retuns the list of the 5 last added media with video links (mp4) in a format compatible with Apple devices.

/itunes-audio.xml

This RSS feed retuns the list of the 5 last added media with audio links (mp3) in a format compatible with Apple devices.

/channels/<object id>/rss.xml

This RSS feed retuns the list of the 5 last added media in the channel. This does not list media in sub channels.

/channels/<object id>/itunes-video.xml

This RSS feed retuns the list of the 5 last added media in the channel with video links (mp4) in a format compatible with Apple devices. This does not list media in sub channels.

/channels/<object id>/itunes-audio.xml

This RSS feed retuns the list of the 5 last added media in the channel with audio links (mp3) in a format compatible with Apple devices. This does not list media in sub channels.