Rotas que necessitam autorização estão identificadas com um ícone de cadeado.
Versão da API | Estado | Por Padrão |
---|---|---|
v2 | Disponível | |
v1 REVISADA | Descontinuado | |
v1 | Descontinuado |
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.