Skip to main content
Skip table of contents

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.