OpenTV ENTera & OpenTV Platform Documentation
25.52_Q4 25.26_Q2 25.12_Q1 24.50_Q4 24.38_Q3 24.26_Q2 23.50_Q4 23.24_Q2 23.12_Q1 22.50_Q4 22.38_Q3 22.24_Q2
25.52_Q4 25.26_Q2 25.12_Q1 24.50_Q4 24.38_Q3 24.26_Q2 23.50_Q4 23.24_Q2 23.12_Q1 22.50_Q4 22.38_Q3 22.24_Q2

Retrieving VOD series information

VOD series information is available through the MDS Series API.

Retrieving a series or season by id

Series elements are linked to editorial content through the seriesRef field. A series can be looked up by ID in the following way:

XML
http://server:port/metadata/delivery/[provider]/vod/series?filter={"id": "Series_2753", "locale":"en_gb"}&offset=0&limit=10

Season elements are linked to editorial content through the seasonRef field. A season can be looked up by ID in the same way:

XML
http://server:port/metadata/delivery/[provider]/vod/series?filter={"id": "Season_1234", "locale":"en_gb"}

See also​

Metadata Server (MDS) API Documentation