Getting Started
To get started with RoleplayBot's API you must meet the prerequisites. This guide is based on accessing the API from a REST client, The API can also be accessed through other means.
Last updated
Was this helpful?
To get started with RoleplayBot's API you must meet the prerequisites. This guide is based on accessing the API from a REST client, The API can also be accessed through other means.
Last updated
Was this helpful?
The API has been deprecated and is no longer in use.
Access to a REST Client (Recommended For PC, )
Basic knowledge of computing
Access to a computer (HIGHLY RECOMMENDED)
Authorization Key
Your Guild ID
Firstly, We will start by accessing an Authorization key for your server (Need a key? ) and getting your guild ID. Authorization keys secure the API and restrict only authorized users from accessing sensitive guild data, Your guild ID is required to access and send data specific to your guild. Need help getting your guild ID? .
Now, Lets make a request to the API using the fields we just gathered.
GET
https://roleplaybot.xyz/api/version
Returns the current API version
Authorization*
API_KEY
API Authorization Key
Guild*
GUILD_ID
Discord Guild ID
To advance further check out our other Guides!