Download OpenAPI specification:Download
Spideo's API offers a collection of endpoints that will allow you to integrate our services into your applications. The APIs are ready to deliver recommendations for Live TV, VoD, and Catch-up along with time-based features.
Provide relevant and self-explained content-to-content recommendations.
Display the list of all on-demand content available in your catalog and eligible for recommendations.
skip | integer You can use this parameter to skip the first results that would be displayed. For example; skip=5 means not showing the first 5 results. Default value=0 |
limit | integer Number of results requested. The default value=20 |
catalogs | string Define your choice of catalog names, in case you have multiple catalogs, on which recommendations are applied, separated by a comma (,). |
sections | string If you want to restrict the recommendations to a specific section, you can pass the section code as a value to this parameter. |
{- "total": 13758,
- "contents": {
- "contents": [
- {
- "id": "M63480000",
- "title": "China Seas"
}, - {
- "id": "TV854000000",
- "title": "Happy Accidents"
}, - {
- "id": "M371810000",
- "title": "Ghostbusters"
}, - {
- "id": "M65420000",
- "title": "Modern Problems"
}, - {
- "id": "M33820000",
- "title": "Footlight Parade"
}, - {
- "id": "TV11948010000",
- "title": "Curious and Unusual Deaths"
}, - {
- "id": "M49170000",
- "title": "...All the Marbles"
}, - {
- "id": "M1360130000",
- "title": "Capturing the Friedmans"
}, - {
- "id": "M494100000",
- "title": "Lost Highway"
}, - {
- "id": "M1430360000",
- "title": "Dracula II: Ascension"
}, - {
- "id": "M1166850000",
- "title": "I Am Sam"
}, - {
- "id": "TV9442260000",
- "title": "LA Ink"
}, - {
- "id": "TV19438080000",
- "title": "Running Wild With Bear Grylls"
}, - {
- "id": "M693550000",
- "title": "Cookie's Fortune"
}, - {
- "id": "S25000000",
- "title": "Kung Fu"
}, - {
- "id": "M7460750000",
- "title": "Indiana Jones and the Raiders of the Lost Ark"
}, - {
- "id": "M205880000",
- "title": "Legal Eagles"
}, - {
- "id": "M154170000",
- "title": "Deal of the Century"
}, - {
- "id": "M207820000",
- "title": "A Nightmare on Elm Street 2: Freddy's Revenge"
}
]
}
}
For a given content ID, this endpoint returns: the content title, potential external IDs, related moods ("wishes"), related themes, language information as well as semantic pairs.
contentid required | string Define the content on which you want to perform the request. |
language | string Enum: "de" "en" "fr" "id" "ms" "ph" "pt" "es" "th" Language in which the metadata is displayed: *en - english (default) *fr - french *de - german *pt - portuguese *es - spanish *id - indonesian *ms - malay *ph - filipino *th - thai |
details | boolean You can choose to display your meta-data in order to save precious response time. By default this parameter is marked "false", details are not automatically shown. To show details, you have to ask for "true". |
{- "title": "Indiana Jones and the Raiders of the Lost Ark",
- "content": "M7460750000",
- "wishes": [
- {
- "code": 28,
- "display": "suspense"
}, - {
- "code": 16,
- "display": "spectacular"
}, - {
- "code": 3,
- "display": "twisty"
}
], - "themes": [
- {
- "code": "304",
- "display": "searching for"
}, - {
- "code": "81",
- "display": "archeology"
}, - {
- "code": "13546",
- "display": "adventure"
}, - {
- "code": "256",
- "display": "hot pursuits"
}, - {
- "code": "13548",
- "display": "action"
}, - {
- "code": "149",
- "display": "daredevils"
}, - {
- "code": "283",
- "display": "investigations"
}, - {
- "code": "377",
- "display": "explorers"
}, - {
- "code": "195",
- "display": "family friendly fiction"
}, - {
- "code": "13544",
- "display": "fantasy"
}, - {
- "code": "58",
- "display": "action comedy"
}, - {
- "code": "1286",
- "display": "myths"
}, - {
- "code": "158",
- "display": "desert"
}, - {
- "code": "515",
- "display": "American fictions"
}
], - "genres": [
- [ ]
], - "pairs": [
- [ ]
], - "saga": [
- {
- "size": 3,
- "content": [
- "M213140000",
- "M271070000",
- "M2080760000"
]
}
], - "language": "en"
}
Display related themes in connection with every content item.
contentid required | string Define the content on which you want to perform the request. |
language | string Enum: "de" "en" "fr" "id" "ms" "ph" "pt" "es" "th" Language in which the metadata is displayed: *en - english (default) *fr - french *de - german *pt - portuguese *es - spanish *id - indonesian *ms - malay *ph - filipino *th - thai |
{- "contentid": "M7460750000",
- "language": "en",
- "themes": [
- {
- "code": "304",
- "display": "searching for"
}, - {
- "code": "81",
- "display": "archeology"
}, - {
- "code": "13546",
- "display": " "
}, - {
- "code": "256",
- "display": "hot pursuits"
}, - {
- "code": "13548",
- "display": "action"
}, - {
- "code": "149",
- "display": "daredevils"
}, - {
- "code": "283",
- "display": "investigations"
}, - {
- "code": "377",
- "display": "explorers"
}, - {
- "code": "195",
- "display": "family friendly fiction"
}, - {
- "code": "13544",
- "display": "fantasy"
}, - {
- "code": "58",
- "display": "action comedy"
}, - {
- "code": "1286",
- "display": "myths"
}, - {
- "code": "158",
- "display": "desert"
}, - {
- "code": "515",
- "display": "American fictions"
}
]
}
Display related moods in connection with every content item. All moods are retrieved under the "wishes" category in the API response.
contentid required | string Define the content on which you want to perform the request. |
language | string Enum: "de" "en" "fr" "id" "ms" "ph" "pt" "es" "th" Language in which the metadata is displayed: *en - english (default) *fr - french *de - german *pt - portuguese *es - spanish *id - indonesian *ms - malay *ph - filipino *th - thai |
{- "contentid": "M7460750000",
- "language": "en",
- "wishes": [
- {
- "code": 28,
- "display": "suspense"
}, - {
- "code": 16,
- "display": "spectacular"
}, - {
- "code": 3,
- "display": "twisty"
}
]
}
Return a list of similar titles according to the content characteristics and semantic data.
universes required | Array of strings Items Enum: "vod" "now" "today" "tonight" "later_tonight" "week" This parameter defines the content universe in which we want to target content recommendations. If you want to call several universes, you have to separate each of them by a comma (,). "Available universes are:""vod" "catchup" "For tv recommendations one of the following values should be chosen:" "'now', 'today', 'tonight', 'later_tonight' or 'week'" |
contentid required | string Define the content on which you want to perform the request. |
details | boolean You can choose to display your meta-data in order to save precious response time. By default this parameter is marked "false", details are not automatically shown. To show details, you have to ask for "true". |
language | string Enum: "br" "de" "en" "fr" "id" "ms" "ph" "pt" "es" "th" Language in which the metadata is displayed: *en - english (default) *br - brazilian portuguese *fr - french *de - german *pt - portuguese *es - spanish *id - indonesian *ms - malay *ph - filipino *th - thai |
skip | integer For similar content content recommendations, you can use this parameter to skip the first results that would be displayed. For example; skip=5 means not showing the first 5 results. Default value=0 |
limit | integer Number of results requested (max.100). The default value=10 |
catalogs | string Define your choice of catalog names, in case you have multiple catalogs, on which recommendations are applied, separated by a comma (,). |
recency | integer If you want to restrict recommendation only to recent content you can use this parameter. As a value pass the number of months a content item can be recommended after having been added to the catalog. It can for example be based on publication dates. For instance: recency=5 means not showing content that has a publication date >5 months. The default value=0 |
sections | integer "If you want to restrict the recommendations to a specific section, you can pass the section code as a value to this parameter. |
offers | integer "This parameter allows you to filter recommendations results to only provide suggestions on programs available in the user's offers subscribtions. In order to use this parameter you must provide Spideo with the offers rights for each channel, catchup store or VOD catalog. |
platform | integer "This parameter allows you to filter the recommendations results on the platforms on which the content are available. In order to use this parameter you must provide Spideo with the platform rights for each piece of content, within the catalog import process, and indicate for each content item to which pltaform it belongs. Example of values that can be configured: stb, ios, android. |
tabs | string If your platform's interface is divided into separate sections or tabs for specific content 'groups', you can filter the recommendation for each section with this 'tab' parameter. In order to use this parameter, you must provide information about these specific content sections on your platform to Spideo beforehand and separate each tab by a comma (,). |
territories | string If your platform is available in multiple countries and/or territories, this parameter allows to filter the recommendation results based on these territories. In order to use this parameter you must provide Spideo with the territory rights for each piece of content, within the catalog import process, and indicate for each content item to which territory it belongs. |
distributions | integer "If your platform is available with several distributions business models, this parameter allows to filter the recommendation results based on these distributions. In order to use this parameter you must provide Spideo with the distributions rights for each piece of content, within the catalog import process, and indicate for each content item to which distribution it belongs. Example: TVOD, SVOD, AVOD |
operator | integer "This parameter allows you to filter the recommendations results on the operators on which the content are available. In order to use this parameter you must provide Spideo with the operator rights for each channel, catchup store or VOD catalog. |
infrastructure | integer "This parameter allows you to filter the recommendations results on the infrastructures on which the content are available. In order to use this parameter you must provide Spideo with the infrastructure rights for each piece of content, within the catalog import process, and indicate for each content item to which infrastructure it belongs. Example of values that can be configured: FTTH, FTTB, ADSL. |
lineups | string This parameter allows you to filter the recommendations results on a group of TV channels defined under a lineup id. |
channel | string When the Business Rules Network Restrictions is activated recommendations can be filtered on group of channels. This parameter needs to be added to the recommendation calls to identify for each channel on which group it belongs. When a channel id is entered with this parameter, recommendations will only be provided on the channels linked to the same media group. |
channels | string This parameter allows you to filter the recommendations results to only provide results on the channels listed in this parameter. |
device | string Define the platform on which the interactions occurred. This can be helpful to identify discrepancies in usage between platforms like TV, tablet, web, mobile apps. |
user | integer Identify the user performing the request with a user Id. |
{- "content": "M7460750000",
- "similar": {
- "size": 10,
- "contents": [
- {
- "id": "M213140000",
- "title": "Indiana Jones and the Temple of Doom",
- "externalIds": [
- {
- "IMDb": "tt0087469",
- "TMDB": 87
}
], - "type": "VOD"
}
], - "type": "VOD"
}, - "language": "en"
}
This feature provides recommendations in the form of auto-curated thematically organized playlists. These lists are built using a combination of themes and moods. These lists can be retrieved via this endpoint. It can provide up to five rails of playlists of pairs of keywords (moods + themes) explaining to users why a list of content is recommended based on the previous content-id passed on the API request. .
contentid required | string Define the content on which you want to perform the request. |
details | boolean You can choose to display your meta-data in order to save precious response time. By default this parameter is marked "false", details are not automatically shown. To show details, you have to ask for "true". |
language | string Enum: "br" "de" "en" "fr" "id" "ms" "ph" "pt" "es" "th" Language in which the metadata is displayed: *en - english (default) *br - brazilian portuguese *fr - french *de - german *pt - portuguese *es - spanish *id - indonesian *ms - malay *ph - filipino *th - thai |
skip | integer For similar content content recommendations, you can use this parameter to skip the first results that would be displayed. For example; skip=5 means not showing the first 5 results. Default value=0 |
limit | integer Number of results requested (max.100). The default value=10 |
catalogs | string Define your choice of catalog names, in case you have multiple catalogs, on which recommendations are applied, separated by a comma (,). |
tabs | string If your platform's interface is divided into separate sections or tabs for specific content 'groups', you can filter the recommendation for each section with this 'tab' parameter. In order to use this parameter, you must provide information about these specific content sections on your platform to Spideo beforehand and separate each tab by a comma (,). |
territories | string If your platform is available in multiple countries and/or territories, this parameter allows to filter the recommendation results based on these territories. In order to use this parameter you must provide Spideo with the territory rights for each piece of content, within the catalog import process, and indicate for each content item to which territory it belongs. |
sections | string If you want to restrict the recommendations to a specific section, you can pass the section code as a value to this parameter. |
distributions | integer "If your platform is available with several distributions business models, this parameter allows to filter the recommendation results based on these distributions. In order to use this parameter you must provide Spideo with the distributions rights for each piece of content, within the catalog import process, and indicate for each content item to which distribution it belongs. Example: TVOD, SVOD, AVOD |
offers | integer "This parameter allows you to filter recommendations results to only provide suggestions on programs available in the user's offers subscribtions. In order to use this parameter you must provide Spideo with the offers rights for each channel, catchup store or VOD catalog. |
platform | integer This parameter allows you to filter the recommendations results on the platforms on which the content are available. In order to use this parameter you must provide Spideo with the platform rights for each piece of content, within the catalog import process, and indicate for each content item to which pltaform it belongs. Example of values that can be configured: stb, ios, android. |
infrastructure | integer "This parameter allows you to filter the recommendations results on the infrastructures on which the content are available. In order to use this parameter you must provide Spideo with the infrastructure rights for each piece of content, within the catalog import process, and indicate for each content item to which infrastructure it belongs. Example of values that can be configured: FTTH, FTTB, ADSL. |
operator | integer "This parameter allows you to filter the recommendations results on the operators on which the content are available. In order to use this parameter you must provide Spideo with the operator rights for each channel, catchup store or VOD catalog. |
device | string Define the platform on which the interactions occurred. This can be helpful to identify discrepancies in usage between platforms like TV, tablet, web, mobile apps. |
user | integer Identify the user performing the request with a user Id. |
{- "content": "M7460750000",
- "pairs": [
- {
- "size": 7,
- "contents": [
- {
- "id": "M271070000",
- "title": "Indiana Jones and the Last Crusade",
- "externalIds": {
- "IMDb": "tt0097576",
- "TMDB": "89"
}, - "type": "VOD"
}, - {
- "id": "M2084040000",
- "title": "Fool's Gold",
- "externalIds": {
- "IMDb": "tt0770752",
- "TMDB": "8676"
}, - "type": "VOD"
}, - {
- "id": "M105810000",
- "title": "Allan Quatermain and the Lost City of Gold",
- "externalIds": {
- "IMDb": "tt0092534",
- "TMDB": "9710"
}, - "type": "VOD"
}, - {
- "id": "M5120220000",
- "title": "The Hunters",
- "externalIds": {
- "IMDb": "tt2963232",
- "TMDB": "231474"
}, - "type": "VOD"
}, - {
- "id": "M1487850000",
- "title": "A Thief of Time",
- "externalIds": {
- "IMDb": "tt0367135",
- "TMDB": "155191"
}, - "type": "VOD"
}, - {
- "id": "M7082220000",
- "title": "Don Verdean",
- "externalIds": {
- "IMDb": "tt3534282",
- "TMDB": "309298"
}, - "type": "VOD"
}, - {
- "id": "TV21036210000",
- "title": "Dino Hunt Canada",
- "externalIds": {
- "IMDb": "tt4585718"
}
}
], - "type": "VOD",
- "display": "searching for & archeology",
- "language": "en",
- "wishes": [ ],
- "themes": [
- {
- "code": "304",
- "display": "searching for"
}, - {
- "code": "81",
- "display": "archeology"
}
]
}, - {
- "size": 8,
- "contents": [
- {
- "id": "M213140000",
- "title": "Indiana Jones and the Temple of Doom",
- "externalIds": {
- "IMDb": "tt0087469",
- "TMDB": "87"
}, - "type": "VOD"
}, - {
- "id": "M1522590000",
- "title": "National Treasure",
- "externalIds": {
- "IMDb": "tt0368891",
- "TMDB": "2059"
}, - "type": "VOD"
}, - {
- "id": "M3471310000",
- "title": "The Adventures of Tintin",
- "externalIds": {
- "IMDb": "tt0983193",
- "TMDB": "17578"
}, - "type": "VOD"
}, - {
- "id": "M1840760000",
- "title": "The Librarian: Return to King Solomon's Mines",
- "externalIds": {
- "IMDb": "tt0455596",
- "TMDB": "14208"
}, - "type": "VOD"
}, - {
- "id": "M3793770000",
- "title": "Journey 2: The Mysterious Island 3D",
- "externalIds": {
- "IMDb": "tt1397514",
- "TMDB": "72545"
}, - "type": "VOD"
}, - {
- "id": "M198320000",
- "title": "The Jewel of the Nile",
- "externalIds": {
- "IMDb": "tt0089370",
- "TMDB": "10303"
}, - "type": "VOD"
}, - {
- "id": "M1682910000",
- "title": "The Touch",
- "externalIds": {
- "IMDb": "tt0293660",
- "TMDB": "32091"
}, - "type": "VOD"
}, - {
- "id": "M3443470000",
- "title": "Thor 3D",
- "externalIds": {
- "IMDb": "tt0800369",
- "TMDB": "10195"
}, - "type": "VOD"
}
], - "display": "adventure & action",
- "language": "en",
- "wishes": [ ],
- "themes": [
- {
- "code": "13546",
- "display": "adventure"
}, - {
- "code": "13548",
- "display": "action"
}
]
}, - {
- "size": 10,
- "contents": [
- {
- "id": "M2080760000",
- "title": "Indiana Jones and the Kingdom of the Crystal Skull",
- "externalIds": {
- "IMDb": "tt0367882",
- "TMDB": "217"
}, - "type": "VOD"
}, - {
- "id": "M6134340000",
- "title": "Mission: Impossible Rogue Nation",
- "externalIds": {
- "IMDb": "tt2381249",
- "TMDB": "177677"
}, - "type": "VOD"
}, - {
- "id": "M67230000",
- "title": "Convoy",
- "externalIds": {
- "IMDb": "tt0077369",
- "TMDB": "9584"
}, - "type": "VOD"
}, - {
- "id": "M3381710000",
- "title": "Salt: Director's Cut",
- "externalIds": {
- "IMDb": "tt0944835",
- "TMDB": "27576"
}, - "type": "VOD"
}, - {
- "id": "M73230000",
- "title": "The Gauntlet",
- "externalIds": {
- "IMDb": "tt0076070",
- "TMDB": "17689"
}, - "type": "VOD"
}, - {
- "id": "M1109250000",
- "title": "Rush Hour 2",
- "externalIds": {
- "IMDb": "tt0266915",
- "TMDB": "5175"
}, - "type": "VOD"
}, - {
- "id": "M3380510000",
- "title": "Knight and Day: Extended Edition",
- "externalIds": {
- "IMDb": "tt1013743",
- "TMDB": "37834"
}, - "type": "VOD"
}, - {
- "id": "M3858650000",
- "title": "The Bourne Legacy",
- "externalIds": {
- "IMDb": "tt1194173",
- "TMDB": "49040"
}, - "type": "VOD"
}, - {
- "id": "M3366130000",
- "title": "Fast Five",
- "externalIds": {
- "IMDb": "tt1596343",
- "TMDB": "51497"
}, - "type": "VOD"
}, - {
- "id": "M3685240000",
- "title": "Premium Rush",
- "externalIds": {
- "IMDb": "tt1547234",
- "TMDB": "49526"
}, - "type": "VOD"
}
], - "display": "daredevils & hot pursuits",
- "language": "en",
- "wishes": [ ],
- "themes": [
- {
- "code": "149",
- "display": "daredevils"
}, - {
- "code": "256",
- "display": "hot pursuits"
}
]
}, - {
- "size": 7,
- "contents": [
- {
- "id": "M440080000",
- "title": "Ace Ventura: When Nature Calls",
- "externalIds": {
- "IMDb": "tt0112281",
- "TMDB": "9273"
}, - "type": "VOD"
}, - {
- "id": "M1469830000",
- "title": "Scooby-Doo 2: Monsters Unleashed",
- "externalIds": {
- "IMDb": "tt0331632",
- "TMDB": "11024"
}, - "type": "VOD"
}, - {
- "id": "M1067370000",
- "title": "Crocodile Dundee in Los Angeles",
- "externalIds": {
- "IMDb": "tt0231402",
- "TMDB": "9290"
}, - "type": "VOD"
}, - {
- "id": "M4940650000",
- "title": "The Zigzag Kid",
- "externalIds": {
- "IMDb": "tt1441083",
- "TMDB": "128142"
}, - "type": "VOD"
}, - {
- "id": "M252500000",
- "title": "Who Framed Roger Rabbit",
- "externalIds": {
- "IMDb": "tt0096438",
- "TMDB": "856"
}, - "type": "VOD"
}, - {
- "id": "S22481080000",
- "title": "Project MC2",
- "externalIds": {
- "IMDb": "tt4861760",
- "TMDB": "63454"
}, - "type": "VOD"
}, - {
- "id": "M497070000",
- "title": "That Darn Cat",
- "externalIds": {
- "IMDb": "tt0120317",
- "TMDB": "20735"
}, - "type": "VOD"
}
], - "display": "family friendly fiction & investigations",
- "language": "en",
- "wishes": [ ],
- "themes": [
- {
- "code": "195",
- "display": "family friendly fiction"
}, - {
- "code": "283",
- "display": "investigations"
}
]
}
], - "language": "en"
}
If the given content Id refers to a movie that is part of a saga, then the endpoint returns a list of the ids of the other movies in this saga. For instance the Harry Potter movies are part of a saga.
contentid required | string Define the content on which you want to perform the request. |
details | boolean You can choose to display your meta-data in order to save precious response time. By default this parameter is marked "false", details are not automatically shown. To show details, you have to ask for "true". |
language | string Enum: "br" "de" "en" "fr" "id" "ms" "ph" "pt" "es" "th" Language in which the metadata is displayed: *en - english (default) *br - brazilian portuguese *fr - french *de - german *pt - portuguese *es - spanish *id - indonesian *ms - malay *ph - filipino *th - thai |
skip | integer For similar content recommendations, you can use this parameter to skip the first results that would be displayed. For example; skip=5 means not showing the first 5 results. Default value=0 |
limit | integer Number of results requested (max.100). The default value=10 |
displaysize | string You can choose to display the total number of results by using "true". The default value= false |
catalogs | string Define your choice of catalog names, in case you have multiple catalogs, on which recommendations are applied, separated by a comma (,). |
{- "content": "M7460750000",
- "similar": {
- "size": 10,
- "contents": [
- {
- "id": "M213140000",
- "title": "Indiana Jones and the Temple of Doom",
- "externalIds": [
- {
- "IMDb": "tt0087469",
- "TMDB": 87
}
], - "type": "VOD"
}, - {
- "id": "M271070000",
- "title": "Indiana Jones and the Last Crusade",
- "externalIds": [
- {
- "IMDb": "tt0097576",
- "TMDB": 89
}
], - "type": "VOD"
}, - {
- "id": "M2080760000",
- "title": "Indiana Jones and the Kingdom of the Crystal Skull",
- "externalIds": [
- {
- "IMDb": "tt0367882",
- "TMDB": 217
}
], - "type": "VOD"
}
], - "type": "VOD"
}, - "language": "en"
}
This endpoint returns the list of sections available in all languages. Sections are sets of filtering criteria based on Spideo’s semantics. When you call this endpoint, it will show you all filters currently available in the catalog. Example; There could be a catalog arranged by the keywords “for kids”, “family”, “history”, “news” and “culture.” These keywords represent all sections associated with the existing content within the catalog.
themes | string List of themes by id, separated by a comma (,) |
wishes | string List of wishes by id, separated by a comma (,) |
genres | string Filter the results according to one or several genres. |
sections | string If you want to restrict the recommendations to a specific section, you can pass the section code as a value to this parameter. |
formattv | string List of TV formats, separated by a comma (,). Available formats are; |
stars | string List of cast members by id, separated by a comma (,) |
language | string Enum: "br" "de" "en" "fr" "id" "ms" "ph" "pt" "es" "th" Language in which the metadata is displayed: *en - english (default) *br - brazilian portuguese *fr - french *de - german *pt - portuguese *es - spanish *id - indonesian *ms - malay *ph - filipino *th - thai |
details | boolean You can choose to display your meta-data in order to save precious response time. By default this parameter is marked "false", details are not automatically shown. To show details, you have to ask for "true". |
skip | integer For similar content content recommendations, you can use this parameter to skip the first results that would be displayed. For example; skip=5 means not showing the first 5 results. Default value=0 |
limit | integer Number of results requested (max.100). The default value=10 |
displaysize | boolean You can choose to display the total number of results by using "true". The default value= false |
[- {
- "id": "romance",
- "name": {
- "en": "Romance",
- "fr": "Romance"
}
}, - {
- "id": "music",
- "name": {
- "en": "Music",
- "fr": "En Musique",
- "de": "Musik"
}
}, - {
- "id": "arts",
- "name": {
- "en": "Culture",
- "fr": "Se cultiver",
- "de": "Kultur"
}
}, - {
- "id": "new_horizons",
- "name": {
- "en": "New horizons",
- "fr": "Changer d'air",
- "de": "Neue Horizonte"
}
}, - {
- "id": "on_stage",
- "name": {
- "en": "On stage",
- "fr": "En scène",
- "de": "Live-Show"
}
}, - {
- "id": "others",
- "name": {
- "en": "Others",
- "fr": "Autres"
}
}, - {
- "id": "laughs",
- "name": {
- "en": "Laughs",
- "fr": "Rire"
}
}, - {
- "id": "tv_programs",
- "name": {
- "en": "TV programs",
- "fr": "Programme télé"
}
}, - {
- "id": "movies",
- "name": {
- "en": "Movies",
- "fr": "Films"
}
}, - {
- "id": "history",
- "name": {
- "en": "History",
- "fr": "Histoire",
- "de": "Geschichte"
}
}, - {
- "id": "home_page",
- "name": {
- "en": "Home page",
- "fr": "Page d'accueil"
}
}, - {
- "id": "spectacular",
- "name": {
- "en": "Spectacular",
- "fr": "Plein les yeux"
}
}, - {
- "id": "kids",
- "name": {
- "en": "Kids",
- "fr": "Jeunesse",
- "de": "Kinder"
}
}, - {
- "id": "series_not_for_kids",
- "name": {
- "en": "series not for kids",
- "fr": "series non destinées aux enfants"
}
}, - {
- "id": "series",
- "name": {
- "en": "Series",
- "fr": "Séries"
}
}, - {
- "id": "family",
- "name": {
- "en": "Family",
- "fr": "En famille"
}
}, - {
- "id": "movies_not_for_kids",
- "name": {
- "en": "movies_not_for_kids",
- "fr": "films d'animation non destinés aux enfants"
}
}, - {
- "id": "reality",
- "name": {
- "en": "Reality",
- "fr": "Vrai",
- "de": "Wahrheit"
}
}, - {
- "id": "politics",
- "name": {
- "en": "Politics",
- "fr": "Politique",
- "de": "Politik"
}
}, - {
- "id": "suspense",
- "name": {
- "en": "Suspense",
- "fr": "Suspense",
- "de": "Spannung"
}
}, - {
- "id": "documentaries",
- "name": {
- "en": "Documentaries",
- "fr": "Documentaires"
}
}, - {
- "id": "science_fiction",
- "name": {
- "en": "Science Fiction",
- "fr": "Science Fiction"
}
}, - {
- "id": "news",
- "name": {
- "en": "News",
- "fr": "S'informer",
- "de": "Nachrichten"
}
}, - {
- "id": "entertainment",
- "name": {
- "en": "Entertainment",
- "fr": "Divertissement"
}
}, - {
- "id": "culture",
- "name": {
- "en": "Culture",
- "fr": "Culture"
}
}, - {
- "id": "sports",
- "name": {
- "en": "Sport",
- "fr": "Sport"
}
}
]