Random 8Ball

The 8Ball endpoint is a great way to have some fun and get a random response for any question.

Endpoint

  • URL: https://api.erensko.xyz/v1/8ball

  • Method: GET

  • Description: Gives a random response to a question.

Headers

Key
Value

Authorization

Your own personal API key, create one by clicking here. This is required.

Request Example

GET https://api.erensko.xyz/v1/8ball

Response Example

{
  "answer": "Better not tell you now."
}

Last updated