Facts

Facts

GET https://my.elara.services/api/facts

Query Parameters

NameTypeDescription

key

string

Your API key

type

string

Types: random, all | Default is random

// Random fact
{
    status: true,
    fact: "Some fact here!"
}
-------------------------------
// All facts
{
    status: true,
    facts: ["Array", "of", "facts"]
} 

Last updated