app.rocksky.song.getSongs

rocksky.app

Documentation

Get songs

main query

Get songs

Parameters

genre string Optional

The genre to filter artists by

limit integer Optional

The maximum number of songs to return

offset integer Optional

The offset for pagination

Output

Encodingapplication/json
songs array Optional

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
The genre to filter artists by
The maximum number of songs to return
The offset for pagination
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "songs": {
          "type": "array",
          "items": {
            "ref": "app.rocksky.song.defs#songViewBasic",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "genre": {
        "type": "string",
        "description": "The genre to filter artists by"
      },
      "limit": {
        "type": "integer",
        "minimum": 1,
        "description": "The maximum number of songs to return"
      },
      "offset": {
        "type": "integer",
        "minimum": 0,
        "description": "The offset for pagination"
      }
    }
  },
  "description": "Get songs"
}

Lexicon Garden

@