GoScrobble/docs/api/source/includes/_serverinfo.md

362 B

Server Info

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