'Query discord api from webiste

Is there a way to query the discord API without have a bot on a server.

I would like to retrieve my friends and my profile images and put it on a website I created.

I've done some research and only found stuff for discord bots.

Is what I want even possible ?



Solution 1:[1]

Yes, this is possible. Take a look at this API route. You can just make a request there with the user id and get the whole user object. If you need more information on the API itself and how to use it check out the Discord API Reference

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 DJCool