GoScrobble/docs/api/source/includes/_serverinfo.md
2021-12-25 17:27:35 +13:00

366 B

Server Info

GET v1/serverinfo

Check server version and registration status:

curl "https://goscrobble.com/api/v1/serverinfo"

Response:

{
  "version":"0.1.1",
  "registration_enabled":"1"
}

This endpoint is used to get server API version and registration status.

HTTP Request

GET https://goscrobble.com/api/v1/serverstatus