Random Quote
This endpoint generates a random informational quote.
Endpoint
URL:
https://api.erensko.xyz/v1/random-quote
Method:
GET
Description: Fetches a random quote from a predefined database.
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-quote
Response Example
{
"quote": "Act as if what you do makes a difference. It does.",
"author": "William James"
}
Last updated