Skip to main content
GET
TV List

Authorizations

Authorization
string
header
required

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

Query Parameters

start_date
string

It specifies what date you want the results to start from

end_date
string

This indicates the end of the date range for the data you want to retrieve

page
integer

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

Example:

1

Response

200 - application/json

TV Lists

page
number

This indicates the current page number of the results being displayed.

Example:

1

results
object[]

This is an array containing a collection of objects, where each object represents a distinct TV show change that occurred within the specified date range or criteria based on the API request.

Example:
total_pages
number

This indicates the total number of pages available based on the current query.

Example:

15

total_results
number

This indicate the total number of results that match the query.

Example:

1434