Skip to content
English

Get general information about the backend

GET
/about
curl --request GET \
--url https://example.com/api/v1/about

Return information

Media typeapplication/json
object
API

Version of the API (according to the specification)

string
backend

Version of the implementation

string
schema

Database schema version

integer
nullable
Examplegenerated
{
"API": "example",
"backend": "example",
"schema": 1
}