Random Riddle

The riddle endpoint is a great way to have some fun!

Endpoint

  • URL: https://api.erensko.xyz/v1/random-riddle

  • Method: GET

  • Description: Replies with a random riddle and answer.

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/random-riddle

Response Example

{
    "riddle": "The more you take, the more you leave behind. What am I?",
    "answer": "Footsteps"
}

Last updated