Skip to content

monokaiidev/lookup-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lookup API

Node.js Badge NPM Badge

A powerful API for retrieving information on any Discord user, bot, or guild!


Server

Endpoints

  • 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.)

Features

  • Supported Endpoints:
    • /api/v1/user/:id
    • /api/v1/bot/:id
    • /api/v1/guild/:id

Getting Started

Prerequisites

  • Node.js (v18.x.x or higher recommended)
  • NPM (v10.x.x or higher recommended)

Installation

  1. Clone the Repository:
    git clone https://github.com/monokaiidev/lookup-api.git
    cd lookup-api
    
    
  2. Install Dependencies:
    npm install

Usage

  1. Run the Server:
    node main.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published