app.rocksky.song.getSong

rocksky.app

Documentation

Get a song by its uri, MusicBrainz ID, or ISRC

main query

Get a song by its uri, MusicBrainz ID, or ISRC

Parameters

isrc string Optional

The International Standard Recording Code (ISRC) of the song to retrieve

mbid string Optional

The MusicBrainz ID of the song to retrieve

spotifyId string Optional

The Spotify track ID of the song to retrieve (resolved internally to the Spotify track URL)

uri string at-uri Optional

The AT-URI of the song to retrieve

Output

Encodingapplication/json
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 International Standard Recording Code (ISRC) of the song to retrieve
The MusicBrainz ID of the song to retrieve
The Spotify track ID of the song to retrieve (resolved internally to the Spotify track URL)
The AT-URI of the song to retrieve
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "ref": "app.rocksky.song.defs#songViewDetailed",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "uri": {
        "type": "string",
        "format": "at-uri",
        "description": "The AT-URI of the song to retrieve"
      },
      "isrc": {
        "type": "string",
        "description": "The International Standard Recording Code (ISRC) of the song to retrieve"
      },
      "mbid": {
        "type": "string",
        "description": "The MusicBrainz ID of the song to retrieve"
      },
      "spotifyId": {
        "type": "string",
        "description": "The Spotify track ID of the song to retrieve (resolved internally to the Spotify track URL)"
      }
    }
  },
  "description": "Get a song by its uri, MusicBrainz ID, or ISRC"
}

Lexicon Garden

@