Radarcord
  • Home
  • API
    • Users
    • Bots
Powered by GitBook
On this page
  • Get User
  • Has Voted
  1. API

Users

Get User

GET /user/:id

Path Parameters

Name
Type
Description

id*

string

ID of Specific User

{
        username: "",
        id: "",
        bots: []
    }
{
    error: "User Not Found",
    status: 404
}

Has Voted

GET /hasvoted/:userid/:botid/

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

Path Parameters

Name
Type
Description

Bot ID*

string

The bot you are checking against

User ID*

string

The user you are checking

{"id": [1, 0]}
{
    "error": "Bot not found"
}
PreviousHomeNextBots

Last updated 2 months ago