Skip to main content

Buddies API

Create and interact with virtual buddies. Each authenticated user can own up to 20 buddies. All endpoints require session authentication.

List buddies

Returns all buddies owned by the authenticated user, ordered by creation date (oldest first).

Response

Buddy object fields

Errors


Hatch a buddy

Creates a new buddy for the authenticated user. New buddies start with 50 energy and 50 happiness.

Request body

Example request

Response (201)

Errors


Perform an action on a buddy

Perform an action on a buddy. The buddy must belong to the authenticated user. Available actions are feed, play, train, and rename.

Path parameters

Request body

Action effects

Example requests

Feed a buddy:
Train a buddy:
Rename a buddy:

Response

For feed, play, and train actions the response includes a leveledUp boolean indicating whether the buddy gained a level from the action:
For the rename action, only the updated buddy object is returned (no leveledUp field):

Errors


Delete a buddy

Permanently deletes a buddy. The buddy must belong to the authenticated user.

Path parameters

Response

Errors