Fetch Guide
Guide to fetching information from Jena!
GET /ping
GET /pingGET /uptime
GET /uptime GET /info/commands
GET /info/commandsCODE 200 (OBJECT)
{"status":"success","result": {
categories: ["Category1", ...],
commands: [
{
name: "command1",
description: "It does stuff",
category: "category1",
options: [ "option1", ...]
},
// ...etc
]
})Code 400 (STRING)
{"status":"fatal","error": "Jena has not been properly initialized, I have anonymously logged an error to our team."}Last updated