🖥️
RoleplayBot Docs
  • Home
  • Website
  • Support Server
  • Invite
  • Information
    • Configuration
    • Permissions
    • Getting Started
    • Data Transfer
    • RoleplayBot+
  • Advanced Information
    • CAD/MDT Information
      • Law Enforcement MDT
      • Fire Department MDT
      • Dispatcher MDT
    • FAQ
    • Bug Tracker
  • API Documentation
    • API Introduction
    • Guides
      • API Authorization
      • Getting Started
      • Civilian Requests
      • Building a Project
    • Endpoints
      • Civilian Endpoints
      • Vehicle Endpoints
      • Firearm Endpoints
      • Medical Endpoint
      • Law Enforcement Endpoints
    • Errors
      • Error Codes
      • Rate limited
Powered by GitBook
On this page
  • Introduction
  • What is an API?
  • How do I begin?
  • Any questions?

Was this helpful?

  1. API Documentation

API Introduction

PreviousBug TrackerNextGuides

Last updated 10 months ago

Was this helpful?

The API has been deprecated and is no longer in use.

https://roleplaybot.xyz/api

Introduction

Welcome to RoleplayBot's API Documentation, Inside the documentation you will find all the fundamentals required to communicate with the API and develop your own applications. RoleplayBot API is built around REST, receives data from JSON-Bodies and sends data with JSON-Bodies

What is an API?

An Application Programming Interface (API) is a way of two or more applications or computers to communicate with each other. It is a type of software interface containing a set of endpoints with specific request and functions allowing the creation and access to data. In our case you send requests to the RoleplayBot database and either receive, delete, edit or create data.

How do I begin?

We recommend that you have a basic knowledge of computing and APIs to better understand this guide, However most guides are simplified and user friendly. More advanced developers can request further support inside our

Any questions?

Read through the rest of the documentation before requesting dedicated support, If you still require support after reading through our articles then open an API ticket inside our

support server
support server
Guides
API Authorization