Skip to content

List all bears

GET
/bears
limit
integer
Example
20

How many birds to return at one time (max 100)

A paged array of cats

Array<object>
<= 100 items
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"
}
X-Rate-Limit-Limit
integer

The number of allowed requests in the current period

X-Rate-Limit-Reset
integer

The number of seconds left in the current period

Unexpected error

object
code
required
integer format: int32
message
required
string