Download OpenAPI specification:
| types | string Example: types=tv-series,clip,movie Comma-separated list of content types (e.g. tv-series, clip, movie) |
| search | string Text to search data |
| category | string Example: category=drama Filter by category slug |
| season_id | integer Example: season_id=3 Season ID to filter content |
| season_slug | string Example: season_slug=season-1 Season slug to filter content |
| order | string Enum: "newest" "popularity" Example: order=newest Sort order of the content |
| page | integer The default value is |
| page_size | integer The default value is |
| Service-Name required | string Value: "amasian" |
| Accept-Language | string Default: en Enum: "ko" "en" "es" "zh-Hans" "zh-Hant" "zh-hans" "zh-hant" "pt"
|
| code | string (code) | ||||||||||||||||||||
| title | string (title) | ||||||||||||||||||||
| messages | object (messages) | ||||||||||||||||||||
object (OdxV4ContentPagination) | |||||||||||||||||||||
| |||||||||||||||||||||
{- "code": "string",
- "title": "string",
- "messages": { },
- "result": {
- "count": 5,
- "page_next": 0,
- "page_previous": 0,
- "page_size": 10,
- "results": [
- {
- "type": "content",
- "data": {
- "view": {
- "title": "第20190911期",
- "image": {
- "language": "en",
- "orientation": "landscape"
}, - "badge(Deprecated)": {
- "top_left": "string",
- "top_right": "string",
- "bottom_left": "string",
- "bottom_right": "string"
}, - "badges": {
- "top_left": "string",
- "top_right": "string",
- "bottom_left": "string",
- "bottom_right": "string"
}
}, - "info": {
- "content_id": 1104,
- "content_slug": "经济半小时-第20190911期-韧性十足的中国外贸-52802",
- "season_id": 66,
- "series_slug": "health-plus",
- "duration": "string",
- "display_duration": "string",
- "dubbing_mode": true,
- "episode_order": 1
}
}
}
]
}
}| slug required | string |
| Service-Name required | string Value: "amasian" |
| Accept-Language | string Default: en Enum: "ko" "en" "es" "zh-Hans" "zh-Hant" "zh-hans" "zh-hant" "pt"
|
| code | string (code) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| title | string (title) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| messages | object (messages) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (OdxV4ContentDetail) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{- "code": "string",
- "title": "string",
- "messages": { },
- "result": {
- "id": 100,
- "title": "방랑의객 : 경기 화성시 양감면",
- "slug": "vagrant-doctor--e09",
- "thumbnail(Deprecated)": {
- "id": 100,
- "is_representative": true,
- "orientation": "landscape",
- "language": "en"
}, - "poster": {
- "id(Deprecated)": 144,
- "is_representative(Deprecated)": true,
- "orientation": "landscape",
- "language": "ko"
}, - "synopsis": "방랑의객",
- "genre": "string",
- "duration": "string",
- "display_duration": "string",
- "season": {
- "id": 5,
- "title": "방랑의객",
- "slug": "vagrant-doctor",
- "posters": [
- {
- "id(Deprecated)": 144,
- "is_representative(Deprecated)": true,
- "orientation": "landscape",
- "language": "ko"
}
]
}, - "categories": [
- {
- "id": 11,
- "title": "news",
- "slug": "news",
- "description": "string"
}
], - "tags": [
- "string"
], - "cast": [
- {
- "id": 6,
- "name": "데프콘",
- "name_en": "Defcon",
- "slug": "defcon",
- "thumbnail": ""
}
], - "content_type": "tv-series",
- "age_rating": "All",
- "dubbing_mode": true,
- "episode_order": 1,
- "release_year": 2025,
- "subtitles": [
- "ko",
- "en"
]
}
}| category | string Example: category=drama Filter by category slug |
| search | string Text to search data |
| series_id | integer Example: series_id=5 Filter by series ID |
| page | integer The default value is |
| page_size | integer The default value is |
| Service-Name required | string Value: "amasian" |
| Accept-Language | string Default: en Enum: "ko" "en" "es" "zh-Hans" "zh-Hant" "zh-hans" "zh-hant" "pt"
|
| code | string (code) | ||||||||||||||||||||
| title | string (title) | ||||||||||||||||||||
| messages | object (messages) | ||||||||||||||||||||
object (OdxV4SeasonPagination) | |||||||||||||||||||||
| |||||||||||||||||||||
{- "code": "string",
- "title": "string",
- "messages": { },
- "result": {
- "count": 5,
- "page_next": 0,
- "page_previous": 0,
- "page_size": 10,
- "results": [
- {
- "type": "season",
- "data": {
- "view": {
- "title": "파워특강 건강이 최고",
- "image": {
- "language": "en",
- "orientation": "landscape"
}, - "badge(Deprecated)": {
- "top_left": "string",
- "top_right": "string",
- "bottom_left": "string",
- "bottom_right": "string"
}, - "badges": {
- "top_left": "string",
- "top_right": "string",
- "bottom_left": "string",
- "bottom_right": "string"
}
}, - "info": {
- "season_id": 7,
- "season_slug": "health-best",
- "content_ids": [
- 96,
- 74,
- 72,
- 42,
- 33,
- 27
], - "series_slug": "health-best",
- "dubbing_mode": true,
- "season_order": 1
}
}
}
]
}
}| slug required | string |
| Service-Name required | string Value: "amasian" |
| Accept-Language | string Default: en Enum: "ko" "en" "es" "zh-Hans" "zh-Hant" "zh-hans" "zh-hant" "pt"
|
| code | string (code) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| title | string (title) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| messages | object (messages) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (OdxV4SeasonDetail) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{- "code": "string",
- "title": "string",
- "messages": { },
- "result": {
- "id": 7,
- "title": "파워특강 건강이 최고",
- "synopsis": "12주 동안 매주 한가지씩의 건강 아이템을 소개...",
- "slug": "health-best",
- "direct_play_content_id": 946,
- "direct_play_content_slug": "health-best-1",
- "total_number_of_seasons": 1,
- "dubbing_mode": true,
- "seasons": [
- {
- "id": 7,
- "title": "파워특강 건강이 최고",
- "slug": "health-best",
- "is_current_season": true,
- "total_content_count": 9,
- "season_order": 1,
- "short_title": "Season 1"
}
], - "posters(Deprecated)": [
- {
- "id(Deprecated)": 144,
- "is_representative(Deprecated)": true,
- "orientation": "landscape",
- "language": "ko"
}
], - "poster(": {
- "id(Deprecated)": 144,
- "is_representative(Deprecated)": true,
- "orientation": "landscape",
- "language": "ko"
}, - "subtitles": [
- "ko",
- "en"
], - "series": {
- "id": 7,
- "title": "파워특강 건강이 최고 시리즈",
- "slug": "health-best"
}, - "cast": [
- {
- "id": 6,
- "name": "데프콘",
- "name_en": "Defcon",
- "slug": "defcon",
- "thumbnail": ""
}
], - "categories": [
- {
- "id": 11,
- "title": "news",
- "slug": "news",
- "description": "string"
}
], - "tags": [
- {
- "id": 1,
- "title": "action",
- "slug": "action",
- "description": "action"
}
], - "types_of_contents": [
- "tv-series"
], - "release_date_start": "2025-03-04",
- "release_date_end": "2019-08-24",
- "release_year": 2025,
- "season_order": 1
}
}| category | string Example: category=drama Filter by category slug |
| search | string Text to search data |
| page | integer The default value is |
| page_size | integer The default value is |
| Service-Name required | string Value: "amasian" |
| Accept-Language | string Default: en Enum: "ko" "en" "es" "zh-Hans" "zh-Hant" "zh-hans" "zh-hant" "pt"
|
| code | string (code) | ||||||||||||||||||||
| title | string (title) | ||||||||||||||||||||
| messages | object (messages) | ||||||||||||||||||||
object (OdxV4SeriesPagination) | |||||||||||||||||||||
| |||||||||||||||||||||
{- "code": "string",
- "title": "string",
- "messages": { },
- "result": {
- "count": 5,
- "page_next": 0,
- "page_previous": 0,
- "page_size": 10,
- "results": [
- {
- "type": "series",
- "data": {
- "view": {
- "title": "파워특강 건강이 최고 시리즈",
- "image": {
- "language": "en",
- "orientation": "landscape"
}, - "badge(Deprecated)": {
- "top_left": "string",
- "top_right": "string",
- "bottom_left": "string",
- "bottom_right": "string"
}, - "badges": {
- "top_left": "string",
- "top_right": "string",
- "bottom_left": "string",
- "bottom_right": "string"
}
}, - "info": {
- "series_id": 7,
- "series_slug": "health-best",
- "season_ids": [
- 7,
- 6
], - "dubbing_mode": true
}
}
}
]
}
}| slug required | string |
| Service-Name required | string Value: "amasian" |
| Accept-Language | string Default: en Enum: "ko" "en" "es" "zh-Hans" "zh-Hant" "zh-hans" "zh-hant" "pt"
|
| code | string (code) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| title | string (title) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| messages | object (messages) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (OdxV4SeasonDetail) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{- "code": "string",
- "title": "string",
- "messages": { },
- "result": {
- "id": 7,
- "title": "파워특강 건강이 최고",
- "synopsis": "12주 동안 매주 한가지씩의 건강 아이템을 소개...",
- "slug": "health-best",
- "direct_play_content_id": 946,
- "direct_play_content_slug": "health-best-1",
- "total_number_of_seasons": 1,
- "dubbing_mode": true,
- "seasons": [
- {
- "id": 7,
- "title": "파워특강 건강이 최고",
- "slug": "health-best",
- "is_current_season": true,
- "total_content_count": 9,
- "season_order": 1,
- "short_title": "Season 1"
}
], - "posters(Deprecated)": [
- {
- "id(Deprecated)": 144,
- "is_representative(Deprecated)": true,
- "orientation": "landscape",
- "language": "ko"
}
], - "poster(": {
- "id(Deprecated)": 144,
- "is_representative(Deprecated)": true,
- "orientation": "landscape",
- "language": "ko"
}, - "subtitles": [
- "ko",
- "en"
], - "series": {
- "id": 7,
- "title": "파워특강 건강이 최고 시리즈",
- "slug": "health-best"
}, - "cast": [
- {
- "id": 6,
- "name": "데프콘",
- "name_en": "Defcon",
- "slug": "defcon",
- "thumbnail": ""
}
], - "categories": [
- {
- "id": 11,
- "title": "news",
- "slug": "news",
- "description": "string"
}
], - "tags": [
- {
- "id": 1,
- "title": "action",
- "slug": "action",
- "description": "action"
}
], - "types_of_contents": [
- "tv-series"
], - "release_date_start": "2025-03-04",
- "release_date_end": "2019-08-24",
- "release_year": 2025,
- "season_order": 1
}
}| slug required | string |
| code | string (code) | ||||||||||||||||||||
| title | string (title) | ||||||||||||||||||||
| messages | object (messages) | ||||||||||||||||||||
object (OdxV4CategoryContentsPagination) | |||||||||||||||||||||
| |||||||||||||||||||||
{- "code": "string",
- "title": "string",
- "messages": { },
- "result": {
- "count": 5,
- "page_next": 0,
- "page_previous": 0,
- "page_size": 10,
- "results": [
- {
- "type": "series",
- "data": {
- "view": {
- "title": "파워특강 건강이 최고 시리즈",
- "image": {
- "language": "en",
- "orientation": "landscape"
}, - "badge(Deprecated)": {
- "top_left": "string",
- "top_right": "string",
- "bottom_left": "string",
- "bottom_right": "string"
}, - "badges": {
- "top_left": "string",
- "top_right": "string",
- "bottom_left": "string",
- "bottom_right": "string"
}
}, - "info": {
- "series_id": 7,
- "series_slug": "health-best",
- "season_ids": [
- 7,
- 6
], - "dubbing_mode": true
}
}
}
]
}
}| Service-Name required | string Value: "amasian" |
| Accept-Language | string Default: en Enum: "ko" "en" "es" "zh-Hans" "zh-Hant" "zh-hans" "zh-hant" "pt"
|
| code | string (code) | ||||
| title | string (title) | ||||
| messages | object (messages) | ||||
object (OdxV4CarouselGroupList) | |||||
| |||||
{- "code": "string",
- "title": "string",
- "messages": { },
- "result": {
- "browser": "browser-group",
- "channel": "channel-group"
}
}| Service-Name required | string Value: "amasian" |
| Accept-Language | string Default: en Enum: "ko" "en" "es" "zh-Hans" "zh-Hant" "zh-hans" "zh-hant" "pt"
|
| code | string (code) | ||||||||||||||
| title | string (title) | ||||||||||||||
| messages | object (messages) | ||||||||||||||
object (OdxV4CarouseGrouplList) | |||||||||||||||
| |||||||||||||||
{- "code": "string",
- "title": "string",
- "messages": { },
- "result": {
- "code": "string",
- "title": "string",
- "messages": { },
- "result": {
- "refresh_time": 3600,
- "items": [
- {
- "id": 34,
- "title": "Categories",
- "slug": "category-carousel",
- "image_orientation": "landscape"
}
]
}
}
}| Service-Name required | string Value: "amasian" |
| Accept-Language | string Default: en Enum: "ko" "en" "es" "zh-Hans" "zh-Hant" "zh-hans" "zh-hant" "pt"
|
| code | string (code) | ||||||||||||||||||||
| title | string (title) | ||||||||||||||||||||
| messages | object (messages) | ||||||||||||||||||||
object (OdxV4CarouselList) | |||||||||||||||||||||
| |||||||||||||||||||||
{- "code": "string",
- "title": "string",
- "messages": { },
- "result": {
- "count": 14,
- "previous": null,
- "page_next": 2,
- "page_previous": null,
- "page_size": 10,
- "results": [
- {
- "type": "content",
- "data": {
- "view": {
- "title": "방랑의객 : 연천 열두개울 버섯마을",
- "image": {
- "language": "ko",
- "orientation": "landscape"
}, - "badges": {
- "top_left": "string",
- "top_right": "string",
- "bottom_left": "string",
- "bottom_right": "string"
}, - "landing_option": "info"
}, - "info": {
- "content_type": "tv-series",
- "content_id": 91,
- "season_id": 5,
- "season_slug": "vagrant-doctor",
- "series_id": null,
- "series_slug": null
}
}
}
]
}
}| Service-Name required | string Value: "amasian" |
| Accept-Language | string Default: en Enum: "ko" "en" "es" "zh-Hans" "zh-Hant" "zh-hans" "zh-hant" "pt"
|
| code | string (code) | ||||||||
| title | string (title) | ||||||||
| messages | object (messages) | ||||||||
Array of objects (OdxV4CarouselChannelGroup) | |||||||||
Array
| |||||||||
{- "code": "string",
- "title": "string",
- "messages": { },
- "result": [
- {
- "id": 1,
- "title": "For money",
- "slug": "test-channel-carousel",
- "image_orientation": "portrait"
}
]
}| Service-Name required | string Value: "amasian" |
| Accept-Language | string Default: en Enum: "ko" "en" "es" "zh-Hans" "zh-Hant" "zh-hans" "zh-hant" "pt"
|
| code | string (code) | ||||||||||||||||||||
| title | string (title) | ||||||||||||||||||||
| messages | object (messages) | ||||||||||||||||||||
object (OdxV4CarouselChannelList) | |||||||||||||||||||||
| |||||||||||||||||||||
{- "code": "string",
- "title": "string",
- "messages": { },
- "result": {
- "count": 2,
- "next": null,
- "previous": null,
- "page_next": null,
- "page_previous": null,
- "page_size": 10,
- "results": [
- {
- "type": "channel",
- "data": {
- "view": {
- "title": "JTBC (종합편성)",
- "image": {
- "language": "ko",
- "orientation": "landscape"
}, - "badges": {
- "top_left": "string",
- "top_right": "string",
- "bottom_left": "string",
- "bottom_right": "string"
}, - "channel_info": {
- "start_time": "2025-03-28T04:47:56.515000Z",
- "end_time": "2025-03-28T06:28:12.815000Z"
}
}, - "info": {
- "channel_id": 100,
- "channel_slug": null,
- "category_slug": "entertainment"
}
}
}
]
}
}| Service-Name required | string Value: "amasian" |
| Accept-Language | string Default: en Enum: "ko" "en" "es" "zh-Hans" "zh-Hant" "zh-hans" "zh-hant" "pt"
|
| code | string (code) | ||||||||||||||||||||||||||||
| title | string (title) | ||||||||||||||||||||||||||||
| messages | object (messages) | ||||||||||||||||||||||||||||
object (OdxV4CoverPagination) | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
{- "code": "string",
- "title": "string",
- "messages": { },
- "result": {
- "count": 5,
- "page_next": 0,
- "page_previous": 0,
- "page_size": 10,
- "results": [
- {
- "id": 1,
- "slug": "test-cover",
- "rolling_time": 1500,
- "refresh_time": 3600,
- "type": "home",
- "enabled": true
}
]
}
}| slug required | string |
| Service-Name required | string Value: "amasian" |
| Accept-Language | string Default: en Enum: "ko" "en" "es" "zh-Hans" "zh-Hant" "zh-hans" "zh-hant" "pt"
|
| code | string (code) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| title | string (title) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| messages | object (messages) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (OdxV4CoverDetail) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
{- "code": "string",
- "title": "string",
- "messages": { },
- "result": {
- "id": 1,
- "slug": "test-cover",
- "rolling_time": 1500,
- "type": "home",
- "enabled": true,
- "items": [
- {
- "title": "ok-madam-1",
- "title_image": null,
- "image": {
- "orientation": "landscape",
- "url": null
}, - "type": "content",
- "content_type": "movie",
- "description": null,
- "call_to_action": "Watch Movie Now",
- "video": null,
- "order": 1,
- "content_id": 4192,
- "season_id": 462,
- "series_id": 376,
- "channel_id": null,
- "multichannel_id": null,
- "content_slug": "ask-us-anything-e381",
- "season_slug": "ask-us-anything",
- "series_slug": "ask-us-anything",
- "channel_slug": null,
- "multichannel_slug": null,
- "landing_option": "info"
}
]
}
}| content_id required | integer |
| Service-Name required | string Value: "amasian" |
| Accept-Language | string Default: en Enum: "ko" "en" "es" "zh-Hans" "zh-Hant" "zh-hans" "zh-hant" "pt"
|
| code | string (code) | ||||||||||||||||||||||||||||||||||||||||||||
| title | string (title) | ||||||||||||||||||||||||||||||||||||||||||||
| messages | object (messages) | ||||||||||||||||||||||||||||||||||||||||||||
object (OdxV4Playback) | |||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||
{- "code": "string",
- "title": "string",
- "messages": { },
- "result": {
- "duration": 67867,
- "id": 2,
- "cue_points": [
- {
- "metadata": "string",
- "name": "intro-start",
- "type": "CODE",
- "timecode": 123.456
}
], - "manifests": [ ],
- "is_chromecast_able": true,
- "ad_tag": null,
- "next_content": {
- "is_last_episode": false,
- "title": "HOT! ODK 픽 3분 뉴스! : 2/19 TV조선",
- "content_id": 1333,
- "content_slug": "hot-odk-pick-3-minute-news-e3817",
- "season_id": 140,
- "season_slug": "hot-odk-pick-3-minute-news",
- "series_id": 393,
- "series_slug": "hot-odk-pick-3-minute-news"
}
}
}| Service-Name required | string Value: "amasian" |
| Accept-Language | string Default: en Enum: "ko" "en" "es" "zh-Hans" "zh-Hant" "zh-hans" "zh-hant" "pt"
|
| code | string (code) | ||||||||
| title | string (title) | ||||||||
| messages | object (messages) | ||||||||
Array of objects (OdxV4ChannelSectionList) | |||||||||
Array
| |||||||||
{- "code": "string",
- "title": "string",
- "messages": { },
- "result": [
- {
- "slug": "featured",
- "title": "Featured",
- "order": 1,
- "channels": [
- {
- "id": 207,
- "order": 4,
- "slug": "amasian-tv-movies-and-more",
- "title": "Amasian TV Movies & More",
- "description": "The shortcut to the trending Asian programming you love to watch 24/7...",
- "color": "#00a44a",
- "number": 220
}
]
}
]
}| channel_ids required | string Comma-separated list of channel IDs (e.g. 1,2,3) |
| Service-Name required | string Value: "amasian" |
| Accept-Language | string Default: en Enum: "ko" "en" "es" "zh-Hans" "zh-Hant" "zh-hans" "zh-hant" "pt"
|
| code | string (code) | ||||||||||||||
| title | string (title) | ||||||||||||||
| messages | object (messages) | ||||||||||||||
object (OdxV4ChannelEpgResult) | |||||||||||||||
| |||||||||||||||
{- "code": "string",
- "title": "string",
- "messages": { },
- "result": {
- "start_time": "2025-04-01T01:06:14.255687Z",
- "column_size": 2,
- "column": 3,
- "results": [
- {
- "id": 34,
- "epgs": [ ]
}
]
}
}| q required | string search term |
| Service-Name required | string Value: "amasian" |
| Accept-Language | string Default: en Enum: "ko" "en" "es" "zh-Hans" "zh-Hant" "zh-hans" "zh-hant" "pt"
|
| code | string (code) | ||||||||||
| title | string (title) | ||||||||||
| messages | object (messages) | ||||||||||
object (OdxV4SearchResult) | |||||||||||
| |||||||||||
{- "code": "string",
- "title": "string",
- "messages": { },
- "result": {
- "results": [
- {
- "type": "content",
- "data": {
- "view": {
- "image": {
- "orientation": "landscape"
}
}, - "info": {
- "content_id": 1266,
- "series_id": 1,
- "content_type": "movie",
- "content_slug": "my-dear-enemy"
}
}
}
], - "auto_complete": [
- "My Dear Enemy",
- "My Boss, My Hero"
]
}
}| code | string (code) | ||||
| title | string (title) | ||||
| messages | object (messages) | ||||
Array of objects (OdxV4RecommendationItem) | |||||
Array
| |||||
{- "code": "string",
- "title": "string",
- "messages": { },
- "result": [
- {
- "type": "series",
- "data": {
- "view": {
- "image": {
- "orientation": "landscape",
}
}, - "info": {
- "series_id": 46,
- "series_slug": "save-me"
}
}
}, - {
- "type": "content",
- "data": {
- "view": {
- "image": {
- "orientation": "landscape",
}
}, - "info": {
- "content_id": 2199,
- "content_type": "movie",
- "content_slug": "the-roundup-e1"
}
}
}
]
}