Routes che richiedono l'autorizzazione sono contrassegnati da un'icona a forma di lucchetto.
Versione API | Stato | Predefinito |
---|---|---|
v2 | Disponibile | |
v1 RIVEDUTO | Sospeso | |
v1 | Sospeso |
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.