Buddies API
Create and interact with virtual buddies. Each authenticated user can own up to 20 buddies. All endpoints require session authentication.List buddies
Response
Buddy object fields
Errors
Hatch a buddy
Request body
Example request
Response (201)
Errors
Perform an action on a buddy
feed, play, train, and rename.
Path parameters
Request body
Action effects
Example requests
Feed a buddy:Response
Forfeed, play, and train actions the response includes a leveledUp boolean indicating whether the buddy gained a level from the action:
rename action, only the updated buddy object is returned (no leveledUp field):