Skip to content

GetMeta

Robin B edited this page Mar 13, 2020 · 1 revision

GET /meta

Returns meta information about the website, such as the current version as well as connection info such as the port. Mostly used when accessing the website in a browser, so that the browser fills in relevant data on the page and establishes connections properly.

Headers

Key Value
Content-Type application/x-www-form-urlencoded

Body

Key Description Format Example
--- ----------- ------ -------

Parameters

Key Description Format Example
--- ----------- ------ -------
Example requests

/meta

Output:

{
    "port": 5959,
    "version": "8.1.0"
}