Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

API for getting badges from other discord client mods

Notifications You must be signed in to change notification settings

Equicord/Equibadges-old

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4,678 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Equibadges-old (ClientModBadges-API)

Moved to Equibadges

This API allows you to retrieve user badges for various discord client mods.

Supported client mods

Endpoints

/users/:userId Returns the badges for the user

Example Response:

{
  "Enmity": [
    "supporter",
    {
      "name": "Gluten Free",
      "badge": "https://raw.githubusercontent.com/enmity-mod/badges/main/assets/1032777880180113538.png"
    }
  ],
  "Velocity": ["Translator (de)"]
}

/badges/:clientMod/:badge Returns the badge icon

The response will be the badge icon in image/png format.

About

API for getting badges from other discord client mods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.9%
  • Procfile 0.1%