Skip to main content
GET
Person

Authorizations

Authorization
string
header
required

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

Query Parameters

query
string

This represents the person's name.

Example:

"Will Smith"

include_adult
string

This specifies if adult-rated should be included.

Example:

"false"

language
string

This represents the language.

Example:

"en"

page
string

This represents the page number.

Example:

"1"

Response

200 - application/json

Person

page
number
Example:

1

results
object[]
Example:
total_pages
number
Example:

500

total_results
number
Example:

10000