domi-btnr / ClientModBadges-API

API for getting badges from other discord client mods
https://clientmodbadges-api.herokuapp.com
12 stars 8 forks source link
aliucord api betterdiscord discord enmity replugged velocity vencord

ClientModBadges-API

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.

Contributing

We welcome contributions to the ClientModBadges-API! If you're looking to contribute, here's how you can help:

Remember, all contributions should aim to improve the API and support the wider community of client mod users. We look forward to your contributions!