mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
366 B
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