Logo

Docs

Info

Endpoints

Info endpoint reference.

GET
/

Response Body

application/json

application/json

curl -X GET "https://example.com"
{  "stats": {    "songs": 0,    "albums": 0,    "artists": 0  }}
{  "error": {    "status": 100,    "message": "string",    "details": [      {        "message": "string",        "param": "string",        "value": null      }    ],    "requestId": "string"  }}