Get all characters
You can access the list of characters by using the /characters endpoint. Pagination is supported via the ?page=2 querystring. You can also filter the results using the name, status, species, type and gender query parameters.
query Parameters
namefilter by the given name
pagePagination index
statusfilter by the status, one of dead, alive or unknown
speciesfilter by the species
typefilter by the given type
genderfilter by the given gender (female, male, genderless or unknown)
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get all characters › Responses
OK Response
Get a characters by ID(s)
You can get a single character by ID, or multiple by adding an array of ids as parameter: /characters/[1,2,3] or /characters/1,2,3
path Parameters
characterIdA single numeric ID or multiple IDs, e.g. [1,2,3] or 1,2
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get a characters by ID(s) › Responses
test
idnamestatusspeciestypegenderimageepisodeurlcreated