This web application allows users to look up information about Discord users using their User ID. It utilizes the Discord Lookup API by mesalytic to fetch user data including username, avatar, creation date, premium status, badges, etc. The application displays basic user information along with their avatar and banner images.
- Open
index.html
in a web browser. - Enter the Discord User ID into the input field labeled "Enter Discord User ID."
- Click on the "Get User Info" button.
- User information along with their avatar and banner will be displayed below the input field.
- User Info Display: Displays basic information about the user such as username, global name, avatar, creation date, premium status, badges, etc.
- Avatar Display: Shows the user's avatar.
- Banner Display: Shows the user's banner image.
- Copy Data to Clipboard: Allows copying all user data to the clipboard for easy sharing or storage.
- Discord Lookup API: API used to fetch Discord user data.
index.html
: HTML file containing the structure of the web application.styles.css
: CSS file for styling the web application.script.js
: JavaScript file containing the logic for fetching user data and handling user interactions.
This project is licensed under the xkow.xyz License - see the LICENSE file for details.