List all animals
Deprecated
GET /animals
GET
/animals
Returns all animals
Find out more about our animals
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”deprecated
integer format: int32
How many animals to return at one time (max 50)
tags
required
Array<string>
Tags to filter by
Header Parameters
Section titled “Header Parameters ” offset
integer format: int32
The number of animals to skip before starting to collect the result set
Responses
Section titled “ Responses ”A paged array of animals
Array<object>
object
id
required
integer format: int64
name
required
Name of the animal
A friendly name for the animal.
string
tag
string
Example
{ "id": 1, "name": "dog", "tag": "pet"}default
Section titled “default ”Unexpected error
object
code
required
integer format: int32
message
required
string