PluralBuddyPluralBuddy
API References

Get PluralBuddy statistics

GET
/v1/stats

Get data of statistical data related to PluralBuddy.

Response Body

application/json

curl -X GET "https://example.com/v1/stats"
{  "guildCount": 0,  "userCount": 0,  "lastDrip": 0}

How is this guide?