rand_artist

🟡 Incomplete

This API's output may have additions in the future.


Access a random Artist in your Collection.

Inputs

None

Outputs

FieldTypeDescription
artistArtist objectSee Artist

Example Request

festival-cli rand_artist
curl http://localhost:18425 -d '{"jsonrpc":"2.0","id":0,"method":"rand_artist"}'

Example Response

{
  "jsonrpc": "2.0",
  "result": {
    "artist": {
      "name": "カネコアヤノ",
      "key": 65,
      "runtime": 4709,
      "albums": [
        276,
        256
      ],
      "songs": [
        2883,
        2504,
        2859,
        2863,
        2866,
        2869,
        2873,
        2874,
        2693,
        2694
      ]
    }
  },
  "id": 0
}