GET /people

tvmaze.com:tvmaze-api

Summary: List all people
Operation ID: listPeople
Auth: none

Browse all people in the TVmaze database with pagination. Returns a paginated list of people sorted by TVmaze person ID. Similar to /shows but for the people catalog.

Original spec description

List of all people in the database, paginated. Maximum 1000 people per page.

Usage Tips

- Default page size is 250 - Use 'page' parameter for pagination - Returns basic info, not full biography - Very large dataset - use search for specific people

Parameters (1)

page (integer, query, optional)

Page number (0-indexed)

Constraints: {'minimum': 0}

No probe data for this endpoint yet.