Get Bot Object
Get User Object
GET
https://api.discord.wf/v2/bots/:id
This endpoint gives the public info of a bot from Discord. A bot get cached for 12 hours, and get refreshed for the next request.
Path Parameters
Name
Type
Description
id
string
ID of the requested user.
Query Parameters
Name
Type
Description
with_avatarurl
boolean
Adds 'avatarurl' in the result with direct url to the avatar.
with_avatarurl_animated
boolean
Sets the animated status of the avatarurl. (Ignored if 'with_avatarurl' is not present)
with_avatarurl_size
integer
Sets the avatarurl size. (Ignored if 'with_avatarurl' is not present)
Last updated
Was this helpful?