Skip to main content
GET
person_id

Authorizations

Authorization
string
header
required

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

Query Parameters

query
string
required

The name of the person we want to search for.

Example:

""

include_adult
enum<string>

This indicate whether the movie is an adult content.

Available options:
true,
false
Example:

false

language
string

Specifies the language in which the response should be returned.

Example:

"en-US"

page
integer

Indicates which page of results to return. Default is the first page (1).

Example:

1

Response

200 - application/json

person_id

page
number
Example:

1

results
object[]
Example:
total_pages
number
Example:

500

total_results
number
Example:

10000