Skip to main content
GET
Get Drama Episodes

Authorizations

x-rapidapi-key
string
header
required

Query Parameters

dramaId
string
required

Drama ID

Pattern: ^\d+$
Example:

"7674268460205364245"

count
integer
default:24

The number of results to be returned. The default and maximum value is 24

Example:

24

cursor
string
default:0

cursor parameter is used for pagination. In the first request, the default value of cursor is 0. For subsequent requests, the value of cursor will be taken from the response of the previous request

Example:

"0"

Response

Success

cursor
string

Cursor for pagination. Use this value in subsequent requests to fetch more data

Example:

"20"

hasMore
boolean

Indicates whether there are more data available to fetch

Example:

true

dramaList
object[]
totalEpisodeCount
string

The total number of episodes in the drama

Example:

"65"