Facts
Facts
GET
https://my.elara.services/api/facts
Query Parameters
Name
Type
Description
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
Was this helpful?