Ranked Bedwars

Here is the list of all Ranked Bedwars endpoints.

Check if a player exists

GET https://api.memum.io/v1/rbw/exists?uuid=[uuid]

This returns true if a given player UUID has been registered to the Ranked Bedwars database.

This uses 1 credit per request.

Headers

Name
Value

Content-Type

application/json

Authentication

Your API Key

Response

{
  "success": true,
  "data": {
    "exists": true
  }
}

Get player stats

GET https://api.memum.io/v1/rbw/stats?uuid=[uuid]

This returns all Ranked Bedwars player statistics.

This uses 2 credits per request.

Headers

Name
Value

Content-Type

application/json

Authentication

Your API Key

Response

Last updated