Random Fortune

The fortune endpoint is a great way to spread positivity and spread a fortune.

Endpoint

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

  • Method: GET

  • Description: Replies with a random fortune.

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-fortune

Response Example

{
  "fortune": "You will soon discover a hidden talent."
}

Last updated