Skip to main content

Basic

The basic routes of the API

GET /v1/help

Get a help message.

Example Response
Please refer to the wiki at https://wiki.jonasjones.dev/Api/

GET /v1/ping

Get a ping back from the API

Example Response
pong

GET /v1/version

Get the version of the Rust api back-end

Example Response
["0.0.1+alpha-build01"]

GET /v1/debug/headers

Get the incoming headers of the request

Example Response
{
"Origin": "...",
"Referer": "...",
"User-Agent": "...",
"...": "..."
}