A powerful API for retrieving information on any Discord user, bot, or guild!
- Our Website/API: http://45.131.108.38:1337/
- User Information:
/api/v1/user/:id
- Bot Information:
/api/v1/bot/:id
- Guild Information:
/api/v1/guild/:id
(Replace :id
with the target user or bot ID.)
- Supported Endpoints:
/api/v1/user/:id
/api/v1/bot/:id
/api/v1/guild/:id
- Node.js (v18.x.x or higher recommended)
- NPM (v10.x.x or higher recommended)
- Clone the Repository:
git clone https://github.com/monokaiidev/lookup-api.git cd lookup-api
- Install Dependencies:
npm install
- Run the Server:
node main.js