Routes that require authorization are labeled with a lock icon.
API Version | Status | Default |
---|---|---|
v2 | Available | |
v1 REVISED | Discontinued | |
v1 | Discontinued |
https://api.discordextremelist.xyz/v2/stats
https://api.discordextremelist.xyz/v2/health
https://api.discordextremelist.xyz/v2/bot/:id
https://api.discordextremelist.xyz/v2/bot/:id/stats
https://api.discordextremelist.xyz/v2/server/:id
https://api.discordextremelist.xyz/v2/template/:id
https://api.discordextremelist.xyz/v2/user/:id
npm i @discordextremelist/del.js --save
This example demonstrates how to post your server count to the DEL API:
The API wrapper also has functions for all other DEL API endpoints, for more information read the code on GitHub.
pip install DEL.py
This example demonstrates how to post your server count to the DEL API:
The API wrapper also has functions for all other DEL API endpoints, for more information read the examples MD file on GitHub.