Plume API
Fun

/8ball

Get a random answer

GET
/8ball

Query Parameters

locale?string

Response locale

Value in"en" | "fr"

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://plume.sodiumlabs.xyz/api/8ball"
{
  "answer": "string"
}
{
  "message": "string"
}
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}