app.rocksky.song.getSongs

rocksky.app

{
  "id": "app.rocksky.song.getSongs",
  "defs": {
    "main": {
      "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": {
          "isrc": {
            "type": "string",
            "description": "Filter songs by International Standard Recording Code (ISRC)"
          },
          "mbid": {
            "type": "string",
            "description": "Filter songs by MusicBrainz ID"
          },
          "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"
          },
          "spotifyId": {
            "type": "string",
            "description": "Filter songs by Spotify track ID (resolved internally to the Spotify track URL)"
          }
        }
      },
      "description": "Get songs"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.rocksky.song.getSongs

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:vegqomyce4ssoqs7zwqvgqty
CID
bafyreict7756p2myhqxmtm3m3rpr7pbwijxvz3tj6vjzopz6murfsrivze
Indexed At
2026-05-31 04:20 UTC
AT-URI
at://did:plc:vegqomyce4ssoqs7zwqvgqty/com.atproto.lexicon.schema/app.rocksky.song.getSongs

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@