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

22 lines
366 B
Markdown
Raw Permalink Normal View History

# Server Info
2021-12-25 04:27:35 +00:00
## GET v1/serverinfo
> Check server version and registration status:
```shell
curl "https://goscrobble.com/api/v1/serverinfo"
```
> Response:
```json
{
"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`