Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.17 KB

README.md

File metadata and controls

49 lines (36 loc) · 1.17 KB

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