Users

Get User

GET https://radarcord.net/api/user/:id

Path Parameters

NameTypeDescription

id*

string

ID of Specific User

{
        username: "",
        id: "",
        bots: []
    }

Has Voted

GET https://radarcord.net/hasvoted/:userid/:botid/

Checks whether a user has or has not voted for your bot in the last 12 hours

Path Parameters

NameTypeDescription

Bot ID*

string

The bot you are checking against

User ID*

string

The user you are checking

{"id": [1, 0]}

Last updated