Skip to main content
GET
Details

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

credit_id
string
required
Example:

""

Response

200 - application/json

details

credit_type
string

Indicates the type of credit associated with the person in the media—here it is "cast," which means the person is an actor in the production.

Example:

"cast"

department
string

The department where the person worked; in this case, "Acting" refers to the performing arts section of the production team.

Example:

"Acting"

id
string

The unique identifier associated with the credit entry itself, which can be referenced separately within the database; here it is a unique string.

Example:

"52fe4250c3a36847f80149f3"

job
string

Specifies the role of the individual in the department.

Example:

"Actor"

media
object
media_type
string

It refers the type of media involved.

Example:

"movie"

person
object